IHSetT Interface | 
Namespace: Hazelcast.Core
public interface IHSet<T> : IHCollection<T>, ICollection<T>, IEnumerable<T>, IEnumerable, IDistributedObject
The IHSetT type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | (Inherited from ICollectionT.) | |
| IsReadOnly | (Inherited from ICollectionT.) | 
| Name | Description | |
|---|---|---|
| Add | 
            Adds the specified item.
              (Inherited from IHCollectionT.) | |
| AddAllTE | 
            Adds all.
              (Inherited from IHCollectionT.) | |
| AddItemListener | Adds an item listener for this collection.  (Inherited from IHCollectionT.) | |
| Clear | (Inherited from ICollectionT.) | |
| Contains | (Inherited from ICollectionT.) | |
| ContainsAllTE | 
            Determines whether this collection contains all of the elements in the specified collection.
              (Inherited from IHCollectionT.) | |
| CopyTo | (Inherited from ICollectionT.) | |
| Destroy | Destroys this object cluster-wide.  (Inherited from IDistributedObject.) | |
| GetEnumerator | (Inherited from IEnumerableT.) | |
| GetName | Returns the unique name for this IDistributedObject.  (Inherited from IDistributedObject.) | |
| GetPartitionKey | Returns the key of partition this IDistributedObject is assigned to.  (Inherited from IDistributedObject.) | |
| GetServiceName | Returns the service name for this object.  (Inherited from IDistributedObject.) | |
| IsEmpty | 
            Determines whether this instance is empty.
              (Inherited from IHCollectionT.) | |
| Remove | (Inherited from ICollectionT.) | |
| RemoveAllTE | 
            Removes all of the elements in the specified collection from this collection.
              (Inherited from IHCollectionT.) | |
| RemoveItemListener | Removes the specified item listener.  (Inherited from IHCollectionT.) | |
| RetainAllTE | 
            Retains only the elements in this collection that are contained in the specified collection (optional operation).
              (Inherited from IHCollectionT.) | |
| Size | 
            Gets the number of elements contained in the collection.
              (Inherited from IHCollectionT.) | |
| ToArray | 
            Returns an array containing all of the elements in this collection.
              (Inherited from IHCollectionT.) | |
| ToArrayTE(TE) | 
            Returns an array containing all of the elements in this collection 
            the runtime type of the returned array is that of the specified array
              (Inherited from IHCollectionT.) |