Compilation.CommonCreateArrayTypeSymbol 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.
Overloads
CommonCreateArrayTypeSymbol(ITypeSymbol, Int32) | |
CommonCreateArrayTypeSymbol(ITypeSymbol, Int32, NullableAnnotation) |
CommonCreateArrayTypeSymbol(ITypeSymbol, Int32)
- Source:
- Compilation.cs
- Source:
- Compilation.cs
- Source:
- Compilation.cs
- Source:
- Compilation.cs
protected abstract Microsoft.CodeAnalysis.IArrayTypeSymbol CommonCreateArrayTypeSymbol (Microsoft.CodeAnalysis.ITypeSymbol elementType, int rank);
abstract member CommonCreateArrayTypeSymbol : Microsoft.CodeAnalysis.ITypeSymbol * int -> Microsoft.CodeAnalysis.IArrayTypeSymbol
Protected MustOverride Function CommonCreateArrayTypeSymbol (elementType As ITypeSymbol, rank As Integer) As IArrayTypeSymbol
Parameters
- elementType
- ITypeSymbol
- rank
- Int32
Returns
Applies to
CommonCreateArrayTypeSymbol(ITypeSymbol, Int32, NullableAnnotation)
- Source:
- Compilation.cs
- Source:
- Compilation.cs
- Source:
- Compilation.cs
- Source:
- Compilation.cs
- Source:
- Compilation.cs
- Source:
- Compilation.cs
- Source:
- Compilation.cs
- Source:
- Compilation.cs
- Source:
- Compilation.cs
- Source:
- Compilation.cs
- Source:
- Compilation.cs
- Source:
- Compilation.cs
- Source:
- Compilation.cs
- Source:
- Compilation.cs
- Source:
- Compilation.cs
- Source:
- Compilation.cs
- Source:
- Compilation.cs
- Source:
- Compilation.cs
- Source:
- Compilation.cs
- Source:
- Compilation.cs
protected abstract Microsoft.CodeAnalysis.IArrayTypeSymbol CommonCreateArrayTypeSymbol (Microsoft.CodeAnalysis.ITypeSymbol elementType, int rank, Microsoft.CodeAnalysis.NullableAnnotation elementNullableAnnotation);
abstract member CommonCreateArrayTypeSymbol : Microsoft.CodeAnalysis.ITypeSymbol * int * Microsoft.CodeAnalysis.NullableAnnotation -> Microsoft.CodeAnalysis.IArrayTypeSymbol
Protected MustOverride Function CommonCreateArrayTypeSymbol (elementType As ITypeSymbol, rank As Integer, elementNullableAnnotation As NullableAnnotation) As IArrayTypeSymbol
Parameters
- elementType
- ITypeSymbol
- rank
- Int32
- elementNullableAnnotation
- NullableAnnotation
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.