The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CodeStatementCollection::Item Property (Int32)
.NET Framework (current version)
Gets or sets the CodeStatement object at the specified index in the collection.
Assembly: System (in System.dll)
public: property CodeStatement^ default[ int index ] { CodeStatement^ get(int index); void set(int index, CodeStatement^ value); }
Parameters
- index
-
Type:
System::Int32
The index of the collection to access.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The index parameter is outside the valid range of indexes for the collection. |
This property is an indexer that can be used to access the collection.
.NET Framework
Available since 1.1
Available since 1.1
Show: