Bagikan melalui


CodeArrayIndexerExpression.Indices Properti

Definisi

Mendapatkan atau mengatur indeks atau indeks ekspresi pengindeks.

public:
 property System::CodeDom::CodeExpressionCollection ^ Indices { System::CodeDom::CodeExpressionCollection ^ get(); };
public System.CodeDom.CodeExpressionCollection Indices { get; }
member this.Indices : System.CodeDom.CodeExpressionCollection
Public ReadOnly Property Indices As CodeExpressionCollection

Nilai Properti

CodeExpressionCollection yang menunjukkan indeks atau indeks ekspresi pengindeks.

Keterangan

Ini CodeExpressionCollection dapat berisi CodeExpression yang menentukan indeks tunggal dalam array target, atau beberapa CodeExpression objek yang bersama-sama menentukan persimpangan indeks tertentu di seluruh dimensi array.

Berlaku untuk