ClosedDerivedTypeInfo.IsComplete 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.
Indicates whether ClosedDerivedTypes represents all possible derived types (i.e. it is a complete set). This will be false, for example, when a generic closed type has an unspeakable derived type.
public bool IsComplete { get; }
member this.IsComplete : bool
Public ReadOnly Property IsComplete As Boolean