| DataStoreTGet Method |
Gets the item for the given ID.
Namespace: DigitalRune.GameAssembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax Public Function Get (
id As Integer
) As T
member Get :
id : int -> 'T
Parameters
- id
- Type: SystemInt32
The ID.
Return Value
Type:
T
The data with the given ID, or the default value of
T if no
data for the given
id is in the data store.
See Also