Interface IRefEnumerator<T>
- Namespace
- ReFuel.Collections
- Assembly
- ReFuel.Common.dll
An enumerator for reference types.
public interface IRefEnumerator<T> : IEnumerator<T>, IEnumerator, IDisposable
Type Parameters
T
The type to enumerate.
- Inherited Members
Properties
Current
ref T Current { get; }
Property Value
- T