Interface IElement
Root-level component that, when provided a type, will select a writer used to emit an element tag along with any necessary namespace information or other attributes necessary to support it.
Inherited Members
Namespace: ExtendedXmlSerializer.ContentModel.Content
Assembly: ExtendedXmlSerializer.dll
Syntax
public interface IElement : IParameterizedSource<TypeInfo, IWriter>