Class RadLinkedList<T>.Enumerator<TEnum>
Inheritance
System.Object
RadLinkedList<T>.Enumerator<TEnum>
Namespace: Telerik.Windows.Documents.DocumentStructure
Assembly: Telerik.Windows.Documents.dll
Syntax
public sealed class Enumerator<TEnum> : ValueType, IEnumerator<TEnum>, IDisposable, IEnumerator
Type Parameters
TEnum
|
Properties
Current
Declaration
public TEnum Current { get; }
Property Value
TEnum
|
Methods
Dispose()
Declaration
public void Dispose()
MoveNext()
Declaration
public bool MoveNext()
Returns
System.Boolean
|