Click or drag to resize

NullSafeStringDictionary Class

Inheritance Hierarchy
SystemObject
  Arsenal.ImageMounter.IONullSafeDictionaryString, String
    Arsenal.ImageMounter.IONullSafeStringDictionary

Namespace:  Arsenal.ImageMounter.IO
Assembly:  Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax
public class NullSafeStringDictionary : NullSafeDictionary<string, string>

The NullSafeStringDictionary type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodAdd (Inherited from NullSafeDictionaryTKey, TValue.)
Public methodClear (Inherited from NullSafeDictionaryTKey, TValue.)
Public methodContainsKey (Inherited from NullSafeDictionaryTKey, TValue.)
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.)
Protected methodGetDefaultValue (Overrides NullSafeDictionaryTKey, TValueGetDefaultValue(TKey).)
Public methodGetEnumerator (Inherited from NullSafeDictionaryTKey, TValue.)
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 NullSafeDictionaryTKey, TValue.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue (Inherited from NullSafeDictionaryTKey, TValue.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueAdd (Inherited from NullSafeDictionaryTKey, TValue.)
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueContains (Inherited from NullSafeDictionaryTKey, TValue.)
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueCopyTo (Inherited from NullSafeDictionaryTKey, TValue.)
Explicit interface implementationPrivate methodIEnumerableKeyValuePairTKey, TValueGetEnumerator (Inherited from NullSafeDictionaryTKey, TValue.)
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueRemove (Inherited from NullSafeDictionaryTKey, TValue.)
Top
See Also