Dictionary type that is serializable with the SerializationFormatterFactory.GetFormatter(). More...
Public Member Functions | |
object | GetValueOrNull (string key) |
Get a value from the dictionary, or return null if the key is not found in the dictionary. More... | |
Dictionary type that is serializable with the SerializationFormatterFactory.GetFormatter().
Definition at line 19 of file ContextDictionary.cs.
object Csla.Core.ContextDictionary.GetValueOrNull | ( | string | key | ) |
Get a value from the dictionary, or return null if the key is not found in the dictionary.
key | Key of value to get from dictionary. |
Definition at line 26 of file ContextDictionary.cs.