System::Text::RegularExpressions::GroupCollection::idx_get metode

GroupCollection::idx_get(int) const method

Group accessor.

GroupPtr System::Text::RegularExpressions::GroupCollection::idx_get(int index) const override
ParameterTipeDeskripsi
indexintGroup indeks.

ReturnValue

Group with specified index.

Lihat Juga

GroupCollection::idx_get(String) const method

Group accessor.

virtual GroupPtr System::Text::RegularExpressions::GroupCollection::idx_get(String name) const
ParameterTipeDeskripsi
nameStringGroup nama.

ReturnValue

Group with specified name.

Lihat Juga