Class TextElementCollection<T>
Provides standard facilities for creating and managing a type-safe, ordered collection
of Text
Inheritance
System.Object
TextElementCollection<T>
Implements
System.Collections.Generic.IList <T>
System.Collections.Generic.ICollection <T>
System.Collections.Generic.IEnumerable <T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Documents
Assembly: OpenSilver.dll
Syntax
public abstract class TextElementCollection<T> : PresentationFrameworkCollection<T>, IDependencyObject, IList<T>, ICollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable where T : TextElement
Type Parameters
Name | Description |
---|---|
T | Type constraint for type safety of the constrained collection implementation. |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable