TypeManifestOptions.WellKnownTypeIds Property
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.
Gets the mapping of well-known type identifiers to their corresponding type.
public System.Collections.Generic.Dictionary<uint,Type> WellKnownTypeIds { get; }
member this.WellKnownTypeIds : System.Collections.Generic.Dictionary<uint32, Type>
Public ReadOnly Property WellKnownTypeIds As Dictionary(Of UInteger, Type)