'宣言 Public Shared Function GetGroupedParameters( _ ByVal function As Function, _ ByVal index As System.Integer, _ ByRef lowerIndex As System.Integer, _ ByRef upperIndex As System.Integer _ ) As System.Boolean
public static System.bool GetGroupedParameters( Function function, System.int index, out System.int lowerIndex, out System.int upperIndex )
パラメータ
- function
- 情報を抽出する機能。
- index
- 引数のインデックス。
- lowerIndex
- 引数グループの下限インデックス。
- upperIndex
- 引数の上限インデックス 。
戻り値の型
引数が引数グループに属している場合は
true
。 それ以外の場合はfalse
。