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