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

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