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 حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.