RefEnumerable<T>.Enumerator Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A custom enumerator type to traverse items within a RefEnumerable<T> instance.
public ref struct RefEnumerable<T>.Enumerator
type RefEnumerable<'T>.Enumerator = struct
Public Structure RefEnumerable(Of T).Enumerator
Type Parameters
- T
- Inheritance
-
RefEnumerable<T>.Enumerator
Properties
Current |
Gets the element in the collection at the current position of the enumerator. |
Methods
MoveNext() |
Advances the enumerator to the next element of the collection. |