Index of an interval in the collection.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Index() As Integer
|
| [C#] |
|---|
public int Index {get;}
|
| [Managed C++] |
|---|
public: __property int get_Index();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Index(
|
| [Java] |
|---|
public int getIndex();
|