| GameObjectGetValueT Method (String) |
Gets the value of 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 T GetValue<T>(
string propertyName
)
Public Function GetValue(Of T) (
propertyName As String
) As T
public:
generic<typename T>
T GetValue(
String^ propertyName
)
member GetValue :
propertyName : string -> 'T
Parameters
- propertyName
- Type: SystemString
The name of the property.
Type Parameters
- T
- The type of the property value.
Return Value
Type:
T
The value of the property.
Exceptions See Also