OrderedBagTViewGetEnumerator Method |
Enumerate all the items in this view.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic override sealed IEnumerator<T> GetEnumerator()
public:
virtual IEnumerator<T>^ GetEnumerator() override sealed
Return Value
Type:
IEnumeratorTAn IEnumerator<T> with the items in this view.
Implements
IEnumerableTGetEnumerator
See Also