ClusterEnumerable Members
Represents a collection of objects.
The following tables list the members exposed by the ClusterEnumerable type.
Public Constructors
Name | Description | |
---|---|---|
ClusterEnumerable | Overloaded. Initializes a new instance of the ClusterEnumerable class. |
Top
Public Properties
Name | Description | |
---|---|---|
IsReadOnly | Indicates whether the collection is read-only. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | Adds an object to the end of the collection. | |
Equals | Overloaded. (Inherited from Object ) | |
GetEnumerator | Retrieves an enumerator that you use to enumerate the items of the collection. | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ReferenceEquals | (Inherited from Object ) | |
Remove | Removes the first occurrence of the object from the collection. | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top