CodeIndexerExpression.Indices Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of indexes of the indexer expression.
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
Property Value
A CodeExpressionCollection that indicates the index or indexes of the indexer expression.
Remarks
A CodeExpressionCollection can contain a CodeExpression that specifies a single index within the target indexer, or multiple CodeExpression objects that together specify a specific intersection of indexes across the dimensions of the indexer.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.