Class ContentElementCollection
Inheritance
System.Object
ContentElementCollection
Implements
IronSoftware.Abstractions.IDocumentElementCollection<ContentElement>
System.Collections.Generic.IReadOnlyCollection<ContentElement>
System.Collections.Generic.IEnumerable<ContentElement>
System.Collections.IEnumerable
Namespace: IronWord.Models.Abstract
Assembly: IronWord.dll
Syntax
public class ContentElementCollection : List<ContentElement>, IDocumentElementCollection<ContentElement>, IReadOnlyCollection<ContentElement>, IEnumerable<ContentElement>, IEnumerable
Constructors
ContentElementCollection()
Declaration
public ContentElementCollection()
ContentElementCollection(IList<ContentElement>)
Declaration
public ContentElementCollection(IList<ContentElement> collection_in)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<ContentElement> | collection_in |
Implements
IronSoftware.Abstractions.IDocumentElementCollection<>
System.Collections.Generic.IReadOnlyCollection<>
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable