SavegameLoadT Method (String) |
Load an object with its unique key. If the key is not found, this method throws an ArgumentException.
Namespace:
SavegamePro
Assembly:
SavegameProDLL (in SavegameProDLL.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic T Load<T>(
string key
)
Parameters
- key
- Type: SystemString
Type Parameters
- T
Return Value
Type:
T
See Also