[This is preliminary documentation and is subject to change.]
System Object NFX.Collections LookAheadEnumerator T Namespace: NFX.CollectionsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public sealed class LookAheadEnumerator<T> : ILookAheadEnumerator<T>,
IEnumerator<T>, IDisposable, IEnumerator
public sealed class LookAheadEnumerator<T> : ILookAheadEnumerator<T>,
IEnumerator<T>, IDisposable, IEnumerator
Public NotInheritable Class LookAheadEnumerator(Of T)
Implements ILookAheadEnumerator(Of T), IEnumerator(Of T),
IDisposable, IEnumerator
Public NotInheritable Class LookAheadEnumerator(Of T)
Implements ILookAheadEnumerator(Of T), IEnumerator(Of T),
IDisposable, IEnumerator
generic<typename T>
public ref class LookAheadEnumerator sealed : ILookAheadEnumerator<T>,
IEnumerator<T>, IDisposable, IEnumerator
generic<typename T>
public ref class LookAheadEnumerator sealed : ILookAheadEnumerator<T>,
IEnumerator<T>, IDisposable, IEnumerator
[<SealedAttribute>]
type LookAheadEnumerator<'T> =
class
interface ILookAheadEnumerator<'T>
interface IEnumerator<'T>
interface IDisposable
interface IEnumerator
end
[<SealedAttribute>]
type LookAheadEnumerator<'T> =
class
interface ILookAheadEnumerator<'T>
interface IEnumerator<'T>
interface IDisposable
interface IEnumerator
end
- T