TypeManifestOptions.WellKnownTypeAliases 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 aliases to their corresponding type.
public System.Collections.Generic.Dictionary<string,Type> WellKnownTypeAliases { get; }
member this.WellKnownTypeAliases : System.Collections.Generic.Dictionary<string, Type>
Public ReadOnly Property WellKnownTypeAliases As Dictionary(Of String, Type)