'宣言 Public Function Contains( _ ByVal position As System.Integer _ ) As System.Boolean
public System.bool Contains( System.int position )
パラメータ
- position
- The position to test.
戻り値の型
True if the current range includes the specified position, false otherwise.