Class BlockCollection
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.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
|