Note
If the VirtualCollectionT was instantiated by the default constructor, then the returned enumerator supports
the IEnumerator.Reset method; otherwise, it depends on the enumerator of the wrapped collection.
public virtual IEnumerator<T> GetEnumerator()
Public Overridable Function GetEnumerator As IEnumerator(Of T)
public:
virtual IEnumerator<T>^ GetEnumerator()
abstract GetEnumerator : unit -> IEnumerator<'T>
override GetEnumerator : unit -> IEnumerator<'T>