Click or drag to resize
KnownTypeAttribute Constructor (Type)
Initializes a new instance of the System.Runtime.Serialization.KnownTypeAttribute class with the specified type.

Namespace: System.Runtime.Serialization
Assembly: CSharpXamlForHtml5.System.Runtime.Serialization.dll (in CSharpXamlForHtml5.System.Runtime.Serialization.dll.dll) Version: 1.0.0.0
Syntax
C#
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