VisualBasicExtensions.GetSpecialType(Compilation, SpecialType) 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 special type symbol in current compilation.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::CodeAnalysis::INamedTypeSymbol ^ GetSpecialType(Microsoft::CodeAnalysis::Compilation ^ compilation, Microsoft::CodeAnalysis::SpecialType typeId);
public static Microsoft.CodeAnalysis.INamedTypeSymbol GetSpecialType (this Microsoft.CodeAnalysis.Compilation compilation, Microsoft.CodeAnalysis.SpecialType typeId);
static member GetSpecialType : Microsoft.CodeAnalysis.Compilation * Microsoft.CodeAnalysis.SpecialType -> Microsoft.CodeAnalysis.INamedTypeSymbol
<Extension()>
Public Function GetSpecialType (compilation As Compilation, typeId As SpecialType) As INamedTypeSymbol
Parameters
- compilation
- Compilation
A source Compilation object.
- typeId
- SpecialType
The SpecialType to get.
Returns
A NamedTypeSymbol for the specified type in compilation; Null if compilation is Null.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.