TypeManifestOptions.Interfaces 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 known interfaces, which are interfaces that have corresponding proxies in the InterfaceProxies collection.
public System.Collections.Generic.HashSet<Type> Interfaces { get; }
member this.Interfaces : System.Collections.Generic.HashSet<Type>
Public ReadOnly Property Interfaces As HashSet(Of Type)