System::Collections::Specialized::StringCollection::Enumerator class

Enumerator class

RTTI information.

class Enumerator : public System::Collections::Generic::SimpleEnumerator<std::vector<System::String>>

Methods

MethodDescription
Enumerator(const SharedPtr<StringCollection>&)Constructs enumerator iterating through specified collection.

Remarks

Enumerator type to iterate through string collection.

See Also