OpenMetaverse Protocol Library Developers API Documentation
Remove Method (key)
NamespacesOpenMetaverse ObservableDictionary < (Of < ( <' TKey, TValue > ) > ) > Remove(TKey)
Removes the specified key, dictionary locking is not performed
Declaration Syntax
C#
public 
bool 
Remove(
        TKey 
key
)
Parameters
key ( TKey )
The key.
Return Value
true True true if successful, false False false otherwise

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)