Interface IEntityCollectionBase
Represents the entities collections.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public interface IEntityCollectionBase : ICollectionBase, IEnumerable
Properties
Item[Int32]
Gets the Entity at the specified index.
Declaration
Entity this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The zero-based index of the entity to get |
Property Value
Type | Description |
---|---|
Entity | The Entity at the specified index |
Exceptions
Type | Condition |
---|---|
System.ArgumentOutOfRangeException | The index is not valid index in the IEntityCollectionBase |