'宣言 Public Function IsIndexInBounds( _ ByVal idx As System.Integer _ ) As System.Boolean
public System.bool IsIndexInBounds( System.int idx )
パラメータ
- idx
- 指定されたインデックス。
戻り値の型
指定されたインデックスが 0 から C1Stack の最後のインデックスの範囲内にある場合は true、そうでない場合は false。
'宣言 Public Function IsIndexInBounds( _ ByVal idx As System.Integer _ ) As System.Boolean
public System.bool IsIndexInBounds( System.int idx )