SafeDictionaryK, V Class Breeze.sharp

[Missing <summary> documentation for "T:Breeze.Sharp.Core.SafeDictionary`2"]

Inheritance Hierarchy

SystemObject
  System.Collections.GenericDictionaryK, V
    Breeze.Sharp.CoreSafeDictionaryK, V
      Breeze.SharpBackupValuesMap

Namespace: Breeze.Sharp.Core
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public class SafeDictionary<K, V> : Dictionary<K, V>

Type Parameters

K
V

The SafeDictionaryK, V type exposes the following members.

Constructors

  NameDescription
Public methodSafeDictionaryK, V
Initializes a new instance of the SafeDictionaryK, V class
Public methodSafeDictionaryK, V(DictionaryK, V)
Initializes a new instance of the SafeDictionaryK, V class
Top
Methods

  NameDescription
Public methodAdd
Adds the specified key and value to the dictionary.
(Inherited from DictionaryK, V.)
Public methodClear (Inherited from DictionaryK, V.)
Public methodContainsKey (Inherited from DictionaryK, V.)
Public methodContainsValue (Inherited from DictionaryK, V.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from DictionaryK, V.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove (Inherited from DictionaryK, V.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from DictionaryK, V.)
Top
Properties

  NameDescription
Public propertyComparer (Inherited from DictionaryK, V.)
Public propertyCount (Inherited from DictionaryK, V.)
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from DictionaryK, V.)
Public propertyKeys (Inherited from DictionaryK, V.)
Public propertyReadOnlyDictionary
Public propertyValues (Inherited from DictionaryK, V.)
Top
See Also

Reference