| GamePropertyCollectionRemoveT Method (String) |
Removes 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 bool Remove<T>(
string name
)
Public Function Remove(Of T) (
name As String
) As Boolean
public:
generic<typename T>
bool Remove(
String^ name
)
member Remove :
name : string -> bool
Parameters
- name
- Type: SystemString
The name of the property.
Type Parameters
- T
- The type of the property value.
Return Value
Type:
Boolean if the property was removed; otherwise,
if the property was not found.
Exceptions See Also