[This is preliminary documentation and is subject to change.]
Namespace: NFX.CollectionsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public interface ILookAheadEnumerator<T> : IEnumerator<T>,
IDisposable, IEnumerator
public interface ILookAheadEnumerator<T> : IEnumerator<T>,
IDisposable, IEnumerator
Public Interface ILookAheadEnumerator(Of T)
Inherits IEnumerator(Of T), IDisposable, IEnumerator
Public Interface ILookAheadEnumerator(Of T)
Inherits IEnumerator(Of T), IDisposable, IEnumerator
generic<typename T>
public interface class ILookAheadEnumerator : IEnumerator<T>,
IDisposable, IEnumerator
generic<typename T>
public interface class ILookAheadEnumerator : IEnumerator<T>,
IDisposable, IEnumerator
type ILookAheadEnumerator<'T> =
interface
interface IEnumerator<'T>
interface IDisposable
interface IEnumerator
end
type ILookAheadEnumerator<'T> =
interface
interface IEnumerator<'T>
interface IDisposable
interface IEnumerator
end
- T