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 : IEnumerableProperties
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. |