IndexCollection Methods

ScaleOut Software NamedCache API

The IndexCollection type exposes the following members.

Methods

  NameDescription
Public methodClear
Sets the value of all IndexValue instances in the collection to null.
Public methodClear(Int32)
Sets the value of the IndexValue instance at the specified index to a default (unused) value.
Public methodContains
Tests to see if the collection contains value. Note that IndexValues are compared by value, not by reference. See Equals(Object).
Public methodCopyTo
Copies the entire contents of this collection to a compatible, one-dimensional Array, starting at the specified index in the target array.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator for this IndexCollection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIndexCollection
Return this IndexCollection.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Searches for the specified IndexValue and returns the zero-based index of the first occurrence within the IndexCollection.
Public methodInsert
Inserts an element into the IndexCollection at the specified index.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the first occurrence of a specific IndexValue from the IndexCollection.
Public methodRemoveAt
Removes the element at the specified index of the IndexCollection.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference