| GamePropertyCollectionGetT Method (Int32) |
Gets the property with the given ID.
Namespace: DigitalRune.GameAssembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax public GameProperty<T> Get<T>(
int id
)
Public Function Get(Of T) (
id As Integer
) As GameProperty(Of T)
public:
generic<typename T>
GameProperty<T> Get(
int id
)
member Get :
id : int -> GameProperty<'T>
Parameters
- id
- Type: SystemInt32
The ID of the property.
Type Parameters
- T
- The type of the property value.
Return Value
Type:
GamePropertyTThe property.
Exceptions See Also