System::Text::RegularExpressions::GroupCollection::operator[] 메서드

GroupCollection::operator[](const String&) const method

Group accessor.

GroupPtr System::Text::RegularExpressions::GroupCollection::operator[](const String &name) const
매개변수형식설명
nameconst String&Group 이름.

ReturnValue

Group with specified name.

또 보기

GroupCollection::operator method

Group accessor.

vector_t::reference System::Collections::Generic::List<GroupPtr>::operator[](int index)

또 보기

GroupCollection::operator const method

Group accessor.

vector_t::const_reference System::Collections::Generic::List<GroupPtr>::operator[](int index) const

또 보기