←Select platform

Add(TKey,TValue) Method

Summary

Adds the specified key and value to the dictionary.

Syntax

C#
VB
C++
public void Add(  
   TKey key, 
   TValue value 
) 
Public Overloads Sub Add( _ 
   ByVal key As TKey, _ 
   ByVal value As TValue _ 
) 
public: 
void Add(  
   _TKey^_ key, 
   _TValue^_ value 
) 

Parameters

key
The key of the element to add.

value
The value of the element to add. The value can be null for reference types.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Workstation Assembly
Click or drag to resize