Click or drag to resize
DigitalRuneGamePropertyCollectionGetT Method (GamePropertyMetadataT)
Gets the property for the given metadata.

Namespace: DigitalRune.Game
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public GameProperty<T> Get<T>(
	GamePropertyMetadata<T> metadata
)

Parameters

metadata
Type: DigitalRune.GameGamePropertyMetadataT
The metadata of the property.

Type Parameters

T
The type of the property value.

Return Value

Type: GamePropertyT
The property
Exceptions
ExceptionCondition
ArgumentNullExceptionmetadata is .
See Also