Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly)

Show in webframe

Item Property (ThreadSafeDictionary<TKey,TValue>)






Parameter containing the TKey value.
Gets or sets value with the specified key.
Syntax
public virtual TValue this[ 
   TKey key
]; {get; set;}
'Declaration
 
Public Overridable Default Property Item( _
   ByVal key As TKey _
) As TValue
'Usage
 
Dim instance As ThreadSafeDictionary(Of TKey,TValue)
Dim key As TKey
Dim value As TValue
 
instance.Item(key) = value
 
value = instance.Item(key)

            

            
public:
virtual property TValue^ default [TKey^] {
   TValue^ get(TKey^ key);
   void set (TKey^ keyTValue^ value);
}

Parameters

key
Parameter containing the TKey value.

Property Value

The dictionary value.
Requirements

Target Platforms

See Also

Reference

ThreadSafeDictionary<TKey,TValue> Class
ThreadSafeDictionary<TKey,TValue> Members

Error processing SSI file
Leadtools.Dicom.AddIn requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features