System::Text::RegularExpressions::GroupCollection::get_Item メソッド

GroupCollection::get_Item(const String&) const method

Group accessor.

GroupPtr System::Text::RegularExpressions::GroupCollection::get_Item(const String &name) const
パラメーター説明
nameconst String&Group 名。

ReturnValue

Group with specified name.

参照

GroupCollection::get_Item(int) const method

Group accessor.

GroupPtr System::Text::RegularExpressions::GroupCollection::get_Item(int index) const
パラメーター説明
indexintGroup インデックス。

ReturnValue

Group with specified index.

参照