Defines a dictionary that can be serialized through the SerializationFormatterFactory.GetFormatter().
More...
|
| | MobileDictionary () |
| | Creates an instance of the type.
|
| | MobileDictionary (int capacity) |
| | Creates an instance of the object based on the supplied dictionary, whose elements are copied to the new dictionary.
|
| | MobileDictionary (IEqualityComparer< K > comparer) |
| | Creates an instance of the object based on the supplied dictionary, whose elements are copied to the new dictionary.
|
| | MobileDictionary (Dictionary< K, V > dict) |
| | Creates an instance of the object based on the supplied dictionary, whose elements are copied to the new dictionary.
|
| bool | Contains (K key) |
| | Gets a value indicating whether the dictionary contains the specified key value.
|
Defines a dictionary that can be serialized through the SerializationFormatterFactory.GetFormatter().
- Template Parameters
-
◆ Contains()
| bool Csla.Core.MobileDictionary< K, V >.Contains |
( |
K | key | ) |
|
|
inline |
Gets a value indicating whether the dictionary contains the specified key value.
- Parameters
-
- Exceptions
-
| ArgumentNullException | key is null. |
◆ GetState()
◆ MobileDictionary() [1/4]
| Csla.Core.MobileDictionary< K, V >.MobileDictionary |
( |
| ) |
|
|
inline |
Creates an instance of the type.
◆ MobileDictionary() [2/4]
| Csla.Core.MobileDictionary< K, V >.MobileDictionary |
( |
Dictionary< K, V > | dict | ) |
|
|
inline |
Creates an instance of the object based on the supplied dictionary, whose elements are copied to the new dictionary.
- Parameters
-
- Exceptions
-
| ArgumentNullException | dict is null. |
◆ MobileDictionary() [3/4]
| Csla.Core.MobileDictionary< K, V >.MobileDictionary |
( |
IEqualityComparer< K > | comparer | ) |
|
|
inline |
Creates an instance of the object based on the supplied dictionary, whose elements are copied to the new dictionary.
- Parameters
-
| comparer | The comparer to use when comparing keys. |
◆ MobileDictionary() [4/4]
| Csla.Core.MobileDictionary< K, V >.MobileDictionary |
( |
int | capacity | ) |
|
|
inline |
Creates an instance of the object based on the supplied dictionary, whose elements are copied to the new dictionary.
- Parameters
-
| capacity | The initial number of elements the dictionary can contain. |
◆ SetState()
The documentation for this class was generated from the following file: