Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The DictionarySet type exposes the following members.

Constructors

  NameDescription
DictionarySetOverloaded.

Methods

  NameDescription
Add
Adds an element to the set and returns a value to indicate if the element was successfully added.
Clear
Remove all elements from the set.
Contains
Determine whether the set contains a specific element.
CopyTo
Copy elements from this collection into the one-dimensional array.
EqualsOverloaded.
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetEnumerator
Return an IEnumerator that iterates through this collection.
GetHashCode
Returns a hash code for this object.
(Overrides Object..::.GetHashCode()()().)
GetObjectData
Populates SerializationInfo with the data needed to serialize this object.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InstantiateDictionary
Factory pattern: Provide an underlying dictionary for this Set implementation.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Remove
Remove the specified element from the set.
ToString
Returns string representation of this instance.
(Overrides Object..::.ToString()()().)

Properties

  NameDescription
Count
Gets the number of elements in this collection.
IsSynchronized
Gets a value indicating whether access to this collection is thread-safe.
SyncRoot
Get an object that can be used to synchronize access to this collection.

See Also