Bagikan melalui


CodeIndexerExpression.Indices Properti

Definisi

Mendapatkan kumpulan 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

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

Berlaku untuk