Represents a collection of items.
Inheritance Hierarchy
Spotfire.Dxp.Framework.LibraryLibraryItemCollection
Namespace: Spotfire.Dxp.Framework.Library
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public sealed class LibraryItemCollection : IEnumerable<LibraryItem>, IEnumerable
The LibraryItemCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of items in the collection.
| |
| Item | Gets the library item at the specified index.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator |
Enumerates the items in this collection.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IEnumerableGetEnumerator |
Enumerates the items in this collection.
|
Version Information
See Also