[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)] [DebuggerDisplay("Count = {Count}")] public class PersistentDictionary<T> : System.Collections.Generic.Dictionary<string,T> where T: Entity
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)] [DebuggerDisplay("Count = {Count}")] public class PersistentDictionary<T> : System.Collections.Generic.Dictionary<string,T> where T: Entity
System.Object
System.Collections.Generic.Dictionary<TKey,TValue>
CommerceBuilder.Types.PersistentDictionary<T>