.NET Framework Class Library
ObservableDictionary(TKey, TValue) Class
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Documents Namespace > ObservableDictionary(TKey, TValue) Class |
Namespace: Gnostice.Documents
Assembly: Gnostice.Documents (in Gnostice.Documents.dll)
Visual Basic |
Public Class ObservableDictionary(Of TKey, TValue) _ |
C# |
public class ObservableDictionary<TKey, TValue> : IDictionary<TKey, TValue>, |
Visual C++ |
generic<typename TKey, typename TValue> |
TKey
TValue
System.Object
Gnostice.Documents.ObservableDictionary(TKey, TValue)