ITypeSymbol.GetClosedDerivedTypeInfo(CancellationToken) Method
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 direct derived types of a closed type.
public Microsoft.CodeAnalysis.ClosedDerivedTypeInfo GetClosedDerivedTypeInfo(System.Threading.CancellationToken cancellationToken);
abstract member GetClosedDerivedTypeInfo : System.Threading.CancellationToken -> Microsoft.CodeAnalysis.ClosedDerivedTypeInfo
Public Function GetClosedDerivedTypeInfo (cancellationToken As CancellationToken) As ClosedDerivedTypeInfo
Parameters
- cancellationToken
- CancellationToken
Returns
Exceptions
If this is not a closed type.