ClosedDerivedTypeInfo.ClosedDerivedTypes 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.
Possible direct derived types of the closed type.
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.INamedTypeSymbol> ClosedDerivedTypes { get; }
member this.ClosedDerivedTypes : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.INamedTypeSymbol>
Public ReadOnly Property ClosedDerivedTypes As ImmutableArray(Of INamedTypeSymbol)