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
Public Interface ICollectionBase
Inherits IEnumerable
public interface class ICollectionBase : IEnumerable
type ICollectionBase =
interface
interface IEnumerable
end
The
ICollectionBase
type exposes the following members.
Properties
|
Name
|
Description
|
|
Count
|
Gets the number of items in collection.
|
Top
Methods
|
Name
|
Description
|
|
GetEnumerator
|
Returns an enumerator that iterates through a collection.
(Inherited from
IEnumerable
.)
|
Top
See Also