LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Add(TKey,TValue) Method

Show in webframe






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
) 
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

See Also

Reference

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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.