'Declaration Public Function Contains( _ ByVal position As System.Integer _ ) As System.Boolean
public System.bool Contains( System.int position )
Parameters
- position
- The position to test.
Return Value
True if the current range includes the specified position, false otherwise.