| Visual Basic (Declaration) | |
|---|---|
<DefaultMemberAttribute("Item")> Public Class ThreadSafeDictionary (Of TKey,TValue) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[DefaultMemberAttribute("Item")] public class ThreadSafeDictionary<TKey,TValue> | |
| C++/CLI | |
|---|---|
[DefaultMemberAttribute("Item")] generic<typename TKey> generic<typename TValue> public ref class ThreadSafeDictionary | |
- TKey
- The type of the key.
- TValue
- The type of the value.
System.Object
Leadtools.Dicom.AddIn.ThreadSafeDictionary
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code