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
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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.