Class SectionCollection
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public class SectionCollection : SpecializedDocumentElementCollection<Section>, ICollection<Section>, IEnumerable<Section>, IList, ICollection, IEnumerable
Constructors
SectionCollection(DocumentElementCollection)
Declaration
public SectionCollection(DocumentElementCollection toWrap)
Parameters
DocumentElementCollection
toWrap
|