Class ObjectCollection
Holds the list of objects of Base type.
Inheritance
System.Object
System.Collections.CollectionBase
ObjectCollection
Inherited Members
Namespace: FastReport
Assembly: FastReport.Base.dll
Syntax
public class ObjectCollection : FRCollectionBase, IList, ICollection, IEnumerable
Constructors
ObjectCollection()
Initializes a new instance of the ObjectCollection class with default settings.
Declaration
public ObjectCollection()
ObjectCollection(Base)
Initializes a new instance of the ObjectCollection class with specified owner.
Declaration
public ObjectCollection(Base owner)
Parameters
Type | Name | Description |
---|---|---|
Base | owner |
Properties
Item[Int32]
Gets or sets the element at the specified index.
Declaration
public Base this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | Index of an element. |
Property Value
Type | Description |
---|---|
Base | The element at the specified index. |