FastDictionaryTKey, TValue Class |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
[SerializableAttribute] public class FastDictionary<TKey, TValue> : Dictionary<TKey, TValue>
The FastDictionaryTKey, TValue type exposes the following members.
Name | Description | |
---|---|---|
FastDictionaryTKey, TValue |
CTor
| |
FastDictionaryTKey, TValue(IDictionaryTKey, TValue) |
CTor
| |
FastDictionaryTKey, TValue(Int32) |
CTor
| |
FastDictionaryTKey, TValue(SerializationInfo, StreamingContext) |
Deserialization CTor
|
Name | Description | |
---|---|---|
Comparer | (Inherited from DictionaryTKey, TValue.) | |
Count | (Inherited from DictionaryTKey, TValue.) | |
Item | (Inherited from DictionaryTKey, TValue.) | |
Keys | (Inherited from DictionaryTKey, TValue.) | |
Values | (Inherited from DictionaryTKey, TValue.) |
Name | Description | |
---|---|---|
Add | (Inherited from DictionaryTKey, TValue.) | |
Clear | (Inherited from DictionaryTKey, TValue.) | |
ContainsKey | (Inherited from DictionaryTKey, TValue.) | |
ContainsValue | (Inherited from DictionaryTKey, TValue.) | |
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.) | |
GetEnumerator | (Inherited from DictionaryTKey, TValue.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetObjectData |
Implements the ISerializable interface and returns the data needed to serialize the DictionaryTKey, TValue instance.
(Overrides DictionaryTKey, TValueGetObjectData(SerializationInfo, StreamingContext).) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnDeserialization |
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Overrides DictionaryTKey, TValueOnDeserialization(Object).) | |
Remove | (Inherited from DictionaryTKey, TValue.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGetValue | (Inherited from DictionaryTKey, TValue.) |