'宣言 Public Overloads Function IndexOf( _ ByVal fieldKey As System.String _ ) As System.Integer
public System.int IndexOf( System.string fieldKey )
パラメータ
- fieldKey
- Key of the field to look for.
戻り値の型
The index of the field in the list, or -1 if the field is not a member of the list.