ClassSpecializedDocumentElementCollection<TInheritor>.InnerCollectionEnumerator
Class
Enumerates the elements within the inner collection of a specialized document element.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class SpecializedDocumentElementCollection<TInheritor>.InnerCollectionEnumerator : IEnumerator<TInheritor>, IEnumerator, IDisposable
Inheritance: objectSpecializedDocumentElementCollection<TInheritor>.InnerCollectionEnumerator
Implements: