menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IEntityCollectionBase

    Show / Hide Table of Contents

    Interface IEntityCollectionBase

    Represents the entities collections.

    Inherited Members
    ICollectionBase.Count
    System.Collections.IEnumerable.GetEnumerator()
    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved