WellKnownTypeCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Collection of well-known types.
public sealed class WellKnownTypeCollection
type WellKnownTypeCollection = class
Public NotInheritable Class WellKnownTypeCollection
- Inheritance
-
WellKnownTypeCollection
Constructors
WellKnownTypeCollection(IOptions<TypeManifestOptions>) |
Initializes a new instance of the WellKnownTypeCollection class. |
Methods
GetWellKnownType(UInt32) |
Gets the type corresponding to the provided type identifier. |
TryGetWellKnownType(UInt32, Type) |
Tries to get the type corresponding to the provided type identifier. |
TryGetWellKnownTypeId(Type, UInt32) |
Tries the get the type identifier corresponding to the provided type. |