| GamePropertyCollectionRemove Method (Int32) |
Removes the property with the given ID.
Namespace: DigitalRune.GameAssembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax public bool Remove(
int id
)
Public Function Remove (
id As Integer
) As Boolean
public:
bool Remove(
int id
)
member Remove :
id : int -> bool
Parameters
- id
- Type: SystemInt32
The ID of the property.
Return Value
Type:
Boolean if the property was removed; otherwise,
if the property was not found.
Exceptions See Also