This documentation is archived and is not being maintained.

IDictionary(TKey, TValue).Add Method

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method Supported by the .NET Compact Framework Supported by the XNA Framework Add(T) Adds an item to the ICollection(T). (Inherited from ICollection(T).)
Public method Supported by the .NET Compact Framework Supported by the XNA Framework Add(TKey, TValue) Adds an element with the provided key and value to the IDictionary(TKey, TValue).
Top
Show: