ReadOnlyCollectionBaseTGetEnumerator Method |
Must be overridden to enumerate all the members of the collection.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic abstract IEnumerator<T> GetEnumerator()
public:
virtual IEnumerator<T>^ GetEnumerator() abstract
Return Value
Type:
IEnumeratorTA generic IEnumerator<T> that can be used
to enumerate all the items in the collection.
Implements
IEnumerableTGetEnumerator
See Also