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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.