OpenMetaverse Protocol Library Developers API Documentation
Add Method (key, value)
NamespacesOpenMetaverse ObservableDictionary < (Of < ( <' TKey, TValue > ) > ) > Add(TKey, TValue)
Adds the specified key to the dictionary, dictionary locking is not performed, [!:SafeAdd]
Declaration Syntax
C#
public 
void 
Add(
        TKey 
key,
        TValue 
value
)
Parameters
key ( TKey )
The key
value ( TValue )
The value

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