Compilation.CreateArrayTypeSymbol Method
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.
CreateArrayTypeSymbol(ITypeSymbol, Int32) |
Returns a new ArrayTypeSymbol representing an array type tied to the base types of the COR Library in this Compilation. |
CreateArrayTypeSymbol(ITypeSymbol, Int32, NullableAnnotation) |
Returns a new ArrayTypeSymbol representing an array type tied to the base types of the COR Library in this Compilation. |
- 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
- Source:
- Compilation.cs
- Source:
- Compilation.cs
- Source:
- Compilation.cs
- Source:
- Compilation.cs
- Source:
- Compilation.cs
Returns a new ArrayTypeSymbol representing an array type tied to the base types of the COR Library in this Compilation.
public Microsoft.CodeAnalysis.IArrayTypeSymbol CreateArrayTypeSymbol(Microsoft.CodeAnalysis.ITypeSymbol elementType, int rank = 1);
public Microsoft.CodeAnalysis.IArrayTypeSymbol CreateArrayTypeSymbol(Microsoft.CodeAnalysis.ITypeSymbol elementType, int rank);
member this.CreateArrayTypeSymbol : Microsoft.CodeAnalysis.ITypeSymbol * int -> Microsoft.CodeAnalysis.IArrayTypeSymbol
Public Function CreateArrayTypeSymbol (elementType As ITypeSymbol, Optional rank As Integer = 1) As IArrayTypeSymbol
Public Function CreateArrayTypeSymbol (elementType As ITypeSymbol, rank As Integer) As IArrayTypeSymbol
Parameters
- elementType
- ITypeSymbol
- rank
- Int32
Returns
Remarks
This overload is for backwards compatibility. Do not remove.
Applies to
Roslyn 4.13.0 och andra versioner
Produkt | Versioner |
---|---|
Roslyn | 4.2.0, 4.3.0, 4.4.0, 4.5.0, 4.6.0, 4.7.0, 4.8.0, 4.9.2, 3.0.0, 3.1.0, 3.2.0, 3.2.1, 3.3.1, 3.4.0, 3.5.0, 3.6.0, 3.7.0, 3.8.0, 3.9.0, 3.10.0, 3.11.0, 4.0.1, 4.1.0, 4.12.2, 4.13.0 |
- 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
- Source:
- Compilation.cs
Returns a new ArrayTypeSymbol representing an array type tied to the base types of the COR Library in this Compilation.
public Microsoft.CodeAnalysis.IArrayTypeSymbol CreateArrayTypeSymbol(Microsoft.CodeAnalysis.ITypeSymbol elementType, int rank = 1, Microsoft.CodeAnalysis.NullableAnnotation elementNullableAnnotation = Microsoft.CodeAnalysis.NullableAnnotation.None);
member this.CreateArrayTypeSymbol : Microsoft.CodeAnalysis.ITypeSymbol * int * Microsoft.CodeAnalysis.NullableAnnotation -> Microsoft.CodeAnalysis.IArrayTypeSymbol
Public Function CreateArrayTypeSymbol (elementType As ITypeSymbol, Optional rank As Integer = 1, Optional elementNullableAnnotation As NullableAnnotation = Microsoft.CodeAnalysis.NullableAnnotation.None) As IArrayTypeSymbol
Parameters
- elementType
- ITypeSymbol
- rank
- Int32
- elementNullableAnnotation
- NullableAnnotation
Returns
Applies to
Roslyn 4.13.0 och andra versioner
Produkt | Versioner |
---|---|
Roslyn | 4.2.0, 4.3.0, 4.4.0, 4.5.0, 4.6.0, 4.7.0, 4.8.0, 4.9.2, 3.3.1, 3.4.0, 3.5.0, 3.6.0, 3.7.0, 3.8.0, 3.9.0, 3.10.0, 3.11.0, 4.0.1, 4.1.0, 4.12.2, 4.13.0 |
Feedback om .NET
.NET är ett öppen källkod projekt. Välj en länk för att ge feedback: