Class BlockCollection
Represents a collection of Block elements.
Implements
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.ICollection<Block>
System.Collections.Generic.IEnumerable<Block>
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
[NotImplemented]
public sealed class BlockCollection : TextElementCollection<Block>, IList, ICollection, ICollection<Block>, IEnumerable<Block>, IEnumerable
Implements
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable