Click or drag to resize
DigitalRuneGamePropertyCollectionRemove Method (IGamePropertyMetadata)
Removes 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 bool Remove(
	IGamePropertyMetadata metadata
)

Parameters

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

Return Value

Type: Boolean
if the property was removed; otherwise, if the property was not found.
Exceptions
ExceptionCondition
ArgumentNullExceptionmetadata is .
See Also