System::Text::RegularExpressions::GroupCollection::idx_get 方法

GroupCollection::idx_get(int) const method

Group accessor.

GroupPtr System::Text::RegularExpressions::GroupCollection::idx_get(int index) const override
参数类型描述
indexintGroup 索引。

ReturnValue

Group with specified index.

另见

GroupCollection::idx_get(String) const method

Group accessor.

virtual GroupPtr System::Text::RegularExpressions::GroupCollection::idx_get(String name) const
参数类型描述
nameStringGroup 名称。

ReturnValue

Group with specified name.

另见