CodeTypeReference.ArrayElementType Właściwość

Definicja

Pobiera lub ustawia typ elementów w tablicy.

public:
 property System::CodeDom::CodeTypeReference ^ ArrayElementType { System::CodeDom::CodeTypeReference ^ get(); void set(System::CodeDom::CodeTypeReference ^ value); };
public System.CodeDom.CodeTypeReference ArrayElementType { get; set; }
public System.CodeDom.CodeTypeReference? ArrayElementType { get; set; }
member this.ArrayElementType : System.CodeDom.CodeTypeReference with get, set
Public Property ArrayElementType As CodeTypeReference

Wartość właściwości

Element CodeTypeReference wskazujący typ elementów tablicy.

Uwagi

Jest to pomijane, chyba że ArrayRank właściwość jest większa lub równa 1.

Dotyczy