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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.