Represents an array, e.g. T[]
.
Namespace: Metalama.Framework.Code.Types
Assembly: Metalama.Framework.dll
Syntax
public interface IArrayType : IType, ICompilationElement, IDisplayable, IEquatable<IType>
Properties
Name | Description |
---|---|
ElementType | Gets the element type, e.g. the |
Rank | Gets the array rank (1 for |