Click or drag to resize
DigitalRuneGameEventCollectionRemove Method (Int32)
Removes the event with the given ID.

Namespace: DigitalRune.Game
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public bool Remove(
	int id
)

Parameters

id
Type: SystemInt32
The ID of the event.

Return Value

Type: Boolean
if the event was removed; otherwise, if the event was not found.
Exceptions
See Also