LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

Add(TKey,TValue) Method







The key of the element to add.
The value of the element to add. The value can be null for reference types.
Adds the specified key and value to the dictionary.
Syntax
public void Add( 
   TKey key,
   TValue value
)
'Declaration
 
Public Overloads Sub Add( _
   ByVal key As TKey, _
   ByVal value As TValue _
) 
'Usage
 
Dim instance As DictionaryWithEvents(Of TKey,TValue)
Dim key As TKey
Dim value As TValue
 
instance.Add(key, value)
public void Add( 
   TKey key,
   TValue value
)
 function Leadtools.Medical.Workstation.DictionaryWithEvents.Add(`0,`1)( 
   key ,
   value 
)
public: void Add( 
   TKey* key,
   TValue* value
) 
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DictionaryWithEvents<TKey,TValue> Class
DictionaryWithEvents<TKey,TValue> Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.