Class BlockCollection
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 BlockCollection : SpecializedDocumentElementCollection<Block>, ICollection<Block>, IEnumerable<Block>, IList, ICollection, IEnumerable
Constructors
BlockCollection(DocumentElementCollection)
Declaration
public BlockCollection(DocumentElementCollection toWrap)
Parameters
DocumentElementCollection
toWrap
|