GroupCollectionPtr()

GroupCollectionPtr::GroupCollectionPtr() constructor

Null pointer constructor.

System::Text::RegularExpressions::GroupCollectionPtr::GroupCollectionPtr()

GroupCollectionPtr::GroupCollectionPtr(const SharedPtr<GroupCollection>&) constructor

Type convesion constructor.

System::Text::RegularExpressions::GroupCollectionPtr::GroupCollectionPtr(const SharedPtr<GroupCollection> &obj)

Arguments

ParameterTypeDescription
objconst SharedPtr<GroupCollection>&Object to reference.

See Also