ASP.NET Core

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

    Show / Hide Table of Contents

    Interface ICollectionBase

    Represents base interface for DLS collections.

    Inherited Members
    System.Collections.IEnumerable.GetEnumerator()
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public interface ICollectionBase : IEnumerable

    Properties

    Count

    Gets the number of items in collection.

    Declaration
    int Count { get; }
    Property Value
    Type Description
    System.Int32

    The integer represents the count of the items.

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