UniqueIdCollection Methods Breeze.sharp

The UniqueIdCollection type exposes the following members.

Methods

  Name Description
Public method Add
Adds the specified element to a set.
(Inherited from HashSetUniqueId.)
Public method AddRange
Adds a collection of UniqueIds to this collection.
Public method Clear (Inherited from HashSetUniqueId.)
Public method Contains (Inherited from HashSetUniqueId.)
Public method CopyTo(T) (Inherited from HashSetUniqueId.)
Public method CopyTo(T, Int32) (Inherited from HashSetUniqueId.)
Public method CopyTo(T, Int32, Int32) (Inherited from HashSetUniqueId.)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method ExceptWith (Inherited from HashSetUniqueId.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetEnumerator (Inherited from HashSetUniqueId.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IntersectWith
Modifies the current HashSetT object to contain only elements that are present in that object and in the specified collection.
(Inherited from HashSetUniqueId.)
Public method IsProperSubsetOf (Inherited from HashSetUniqueId.)
Public method IsProperSupersetOf (Inherited from HashSetUniqueId.)
Public method IsSubsetOf (Inherited from HashSetUniqueId.)
Public method IsSupersetOf (Inherited from HashSetUniqueId.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Overlaps (Inherited from HashSetUniqueId.)
Public method Remove (Inherited from HashSetUniqueId.)
Public method RemoveWhere (Inherited from HashSetUniqueId.)
Public method SetEquals (Inherited from HashSetUniqueId.)
Public method SymmetricExceptWith
Modifies the current HashSetT object to contain only elements that are present either in that object or in the specified collection, but not both.
(Inherited from HashSetUniqueId.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method TrimExcess
Sets the capacity of a HashSetT object to the actual number of elements it contains, rounded up to a nearby, implementation-specific value.
(Inherited from HashSetUniqueId.)
Public method UnionWith
Modifies the current HashSetT object to contain all elements that are present in itself, the specified collection, or both.
(Inherited from HashSetUniqueId.)
Top
See Also

Reference