Click or drag to resize
KnownTypeAttribute Constructor (String)
Initializes a new instance of the System.Runtime.Serialization.KnownTypeAttribute class with the name of a method that returns an System.Collections.IEnumerable of known types.

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(
	string methodName
)

Parameters

methodName
Type: SystemString
The name of the method that returns an System.Collections.IEnumerable of types used when serializing or deserializing data.
See Also