Interface IArrayTypeSymbol
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IArrayTypeSymbol : ITypeSymbol, INamespaceOrTypeSymbol, ISymbol, IEquatable<ISymbol?>
Properties
CustomModifiers
Declaration
ImmutableArray<CustomModifier> CustomModifiers { get; }
Property Value
ElementNullableAnnotation
Declaration
NullableAnnotation ElementNullableAnnotation { get; }
Property Value
ElementType
Declaration
ITypeSymbol ElementType { get; }
Property Value
IsSZArray
Declaration
Property Value
LowerBounds
Declaration
ImmutableArray<int> LowerBounds { get; }
Property Value
Rank
Declaration
Property Value
Sizes
Declaration
ImmutableArray<int> Sizes { get; }
Property Value
Methods
Equals(IArrayTypeSymbol?)
Declaration
bool Equals(IArrayTypeSymbol? other)
Parameters
Returns