ReadOnlyRefEnumerable<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 ReadOnlyRefEnumerable<T> instance.
public ref struct ReadOnlyRefEnumerable<T>.Enumerator
type ReadOnlyRefEnumerable<'T>.Enumerator = struct
Public Structure ReadOnlyRefEnumerable(Of T).Enumerator
Type Parameters
- T
- Inheritance
-
ReadOnlyRefEnumerable<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. |