Click or drag to resize
DigitalRuneDataStoreT Methods

The DataStoreT generic type exposes the following members.

Methods
  NameDescription
Public methodClear
Removes all items from the data store.
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 methodGet
Gets the item for the given ID.
Public methodGetByIndex
Gets the item at the given index.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetIdByIndex
Gets the ID of the item at the given index.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Gets the index of the given item.
Public methodIndexOfId
Searches for the index of the item with the given ID.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes data with the given ID.
Public methodRemoveAt
Removes the item at the given index.
Public methodSet
Adds the given item to the data store.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also