Property Item
| Improve this Doc View SourceItem[Int32]
Gets an element of a section at the specified index.
Declaration
string this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | The zero-based index of the element to get from a section. |
Property Value
Type | Description |
---|---|
String | The element of a section at the specified index. |