[]
Returns the index of the next non-empty element.
public virtual int NextNonEmptyIndex(int index)
Public Overridable Function NextNonEmptyIndex(index As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | index | Index to start searching |
| Type | Description |
|---|---|
| int | Index of the next non-empty element |