TypeManifestOptions.Converters 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 set of converters, which are responsible for converting from one type to another.
public System.Collections.Generic.HashSet<Type> Converters { get; }
member this.Converters : System.Collections.Generic.HashSet<Type>
Public ReadOnly Property Converters As HashSet(Of Type)