DataStoreT Methods |
The DataStoreT generic type exposes the following members.
Name | Description | |
---|---|---|
Clear |
Removes all items from the data store.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
Get |
Gets the item for the given ID.
| |
GetByIndex |
Gets the item at the given index.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetIdByIndex |
Gets the ID of the item at the given index.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf |
Gets the index of the given item.
| |
IndexOfId |
Searches for the index of the item with the given ID.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove |
Removes data with the given ID.
| |
RemoveAt |
Removes the item at the given index.
| |
Set |
Adds the given item to the data store.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |