[]
Gets the specified Split object from the collection.
public Split this[int index] { get; set; }
Type | Name | Description |
---|---|---|
int | index |
Gets the specified Split object from the collection.
public Split this[string name] { get; }
Type | Name | Description |
---|---|---|
string | name |
Gets the specified Split object from the collection.
public Split this[int row, int col] { get; set; }
Type | Name | Description |
---|---|---|
int | row | |
int | col |