Class SpecializedDocumentElementCollection<TInheritor>.InnerCollectionEnumerator
Inheritance
System.Object
SpecializedDocumentElementCollection<TInheritor>.InnerCollectionEnumerator
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class InnerCollectionEnumerator : IEnumerator<TInheritor>, IDisposable, IEnumerator
Explicit Interface Implementations
IEnumerator<TInheritor>.Current
Declaration
TInheritor IEnumerator<TInheritor>.Current { get; }
Returns
TInheritor
|
Implements
System.Collections.Generic.IEnumerator<T>.Current
IEnumerator.Current
Declaration
object IEnumerator.Current { get; }
Returns
System.Object
|
Implements
System.Collections.IEnumerator.Current
IEnumerator.MoveNext()
Declaration
bool IEnumerator.MoveNext()
Returns
System.Boolean
|
Implements
System.Collections.IEnumerator.MoveNext()
IEnumerator.Reset()
Declaration
void IEnumerator.Reset()
Implements
System.Collections.IEnumerator.Reset()
IDisposable.Dispose()
Declaration
void IDisposable.Dispose()
Implements
System.IDisposable.Dispose()