Click or drag to resize

ICollectionBase Interface

Represents base interface for dls collections.

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public interface ICollectionBase : IEnumerable

The ICollectionBase type exposes the following members.

Properties
Name Description
Public property Count
Gets the number of items in collection.
Top
Methods
Name Description
Public method GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable .)
Top
See Also