System::Collections::Generic::IKVCollection::GetEnumerator method

IKVCollection::GetEnumerator method

RTTI information.

virtual SharedPtr<IEnumerator<T>> System::Collections::Generic::IKVCollection<T>::GetEnumerator() override=0

ReturnValue

Newly created enumerator object.

Remarks

Gets enumerator for container.

See Also