KnownTypeAttribute Constructor (Type)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the KnownTypeAttribute class with the specified type.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- type
- Type: System.Type
The Type that is included as a known type when serializing or deserializing data.
Show: