Class XmlDefaultImplementationTypeAttribute
Denotes the default implementation for an interface
Inherited Members
Namespace: NMF.Serialization
Assembly: NMF.Serialization.dll
Syntax
[AttributeUsage(AttributeTargets.Interface, Inherited = false)]
public class XmlDefaultImplementationTypeAttribute : Attribute
Constructors
| Edit this page View SourceXmlDefaultImplementationTypeAttribute(Type)
Creates a new instance
Declaration
public XmlDefaultImplementationTypeAttribute(Type implementationType)
Parameters
Type | Name | Description |
---|---|---|
Type | implementationType | the default implementation type |
Properties
| Edit this page View SourceDefaultImplementationType
Gets the default implementation type
Declaration
public Type DefaultImplementationType { get; }
Property Value
Type | Description |
---|---|
Type |