ITypeSymbol.SpecialType Property

Definition

An enumerated value that identifies certain 'special' types such as Object. Returns None if the type is not special.

public:
 property Microsoft::CodeAnalysis::SpecialType SpecialType { Microsoft::CodeAnalysis::SpecialType get(); };
public Microsoft.CodeAnalysis.SpecialType SpecialType { get; }
member this.SpecialType : Microsoft.CodeAnalysis.SpecialType
Public ReadOnly Property SpecialType As SpecialType

Property Value

Applies to