KnownTypeAttribute Constructor (Type) |
Initializes a new instance of the System.Runtime.Serialization.KnownTypeAttribute
class with the specified type.
Namespace: System.Runtime.SerializationAssembly: CSharpXamlForHtml5.System.Runtime.Serialization.dll (in CSharpXamlForHtml5.System.Runtime.Serialization.dll.dll) Version: 1.0.0.0
Syntax public KnownTypeAttribute(
Type type
)
Parameters
- type
- Type: SystemType
The System.Type that is included as a known type when serializing or deserializing
data.
See Also