OpenMetaverse Protocol Library Developers API Documentation
ObservableDictionary < (Of < ( <' TKey, TValue > ) > ) > Constructor
NamespacesOpenMetaverse ObservableDictionary < (Of < ( <' TKey, TValue > ) > ) > ObservableDictionary < (Of < ( <' TKey, TValue > ) > ) > () () () ()
Initializes a new instance of the Class with the specified key/value, has the default initial capacity.
Declaration Syntax
C#
public
ObservableDictionary()
Examples
  Copy imageCopy
// initialize a new
ObservableDictionary named testDict with a string as the key and an
int as the value.
public
ObservableDictionary<
string,
int> testDict =
new ObservableDictionary<
string,
int>();
See Also
ObservableDictionary

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