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
매개변수형식설명
indexint그룹 인덱스.

ReturnValue

Group with specified index.

또 보기