NullSafeDictionaryTKey, TValue Class |
Namespace: Arsenal.ImageMounter.IO
[ComVisibleAttribute(false)] public abstract class NullSafeDictionary<TKey, TValue> : IDictionary<TKey, TValue>
The NullSafeDictionaryTKey, TValue type exposes the following members.
Name | Description | |
---|---|---|
NullSafeDictionaryTKey, TValue |
Creates a new NullSafeDictionary object
| |
NullSafeDictionaryTKey, TValue(IEqualityComparerTKey) |
Creates a new NullSafeDictionary object
|
Name | Description | |
---|---|---|
Count | ||
IsReadOnly | ||
Item |
Gets or sets the item for a key in dictionary. If no item exists for key, the default
value for this SafeDictionary is returned
| |
Keys | ||
SyncRoot | ||
Values |
Name | Description | |
---|---|---|
Add | ||
Clear | ||
ContainsKey | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetDefaultValue | Gets a value that is returned as item for non-existing
keys in dictionary | |
GetEnumerator | ||
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGetValue |