[]
Tests whether a specified position is contained within the current range.
public bool Contains(int position)
| Type | Name | Description |
|---|---|---|
| int | position | The position to test. |
| Type | Description |
|---|---|
| bool | True if the current range includes the specified position, false otherwise. |