IArrayTypeSymbol.ElementType Property

Definition

Gets the type of the elements stored in the array.

public:
 property Microsoft::CodeAnalysis::ITypeSymbol ^ ElementType { Microsoft::CodeAnalysis::ITypeSymbol ^ get(); };
public Microsoft.CodeAnalysis.ITypeSymbol ElementType { get; }
member this.ElementType : Microsoft.CodeAnalysis.ITypeSymbol
Public ReadOnly Property ElementType As ITypeSymbol

Property Value

Applies to