| GetValueOrDefaultTActualValue(IDictionaryString, Object, String, TActualValue) |
Tries to get the typed value from a string-object dictionary for the given key.
|
| GetValueOrDefaultTActualValue(IEnumerableKeyValuePairString, Object, String, TActualValue) |
Tries to get the typed value from a string-object dictionary for the given key.
See the Examples section of the GetValueOrDefaultTActualValue(IDictionaryString, Object, String, TActualValue) method for some examples.
|
| GetValueOrDefaultTKey, TValue(IDictionaryTKey, TValue, TKey) |
Tries to get a value from a dictionary for the given key.
See the Examples section of the GetValueOrDefaultTActualValue(IDictionaryString, Object, String, TActualValue) method for some examples.
|
| GetValueOrDefaultTKey, TValue(IEnumerableKeyValuePairTKey, TValue, TKey) |
Tries to get a value from the provided dictionary for the given key.
See the Examples section of the GetValueOrDefaultTActualValue(IDictionaryString, Object, String, TActualValue) method for some examples.
|
| GetValueOrDefaultTKey, TValue(IDictionaryTKey, TValue, TKey, TValue) |
Tries to get a value from a dictionary for the given key.
See the Examples section of the GetValueOrDefaultTActualValue(IDictionaryString, Object, String, TActualValue) method for some examples.
|
| GetValueOrDefaultTKey, TValue(IDictionaryTKey, TValue, TKey, FuncTValue) |
Tries to get a value from a dictionary for the given key.
See the Examples section of the GetValueOrDefaultTActualValue(IDictionaryString, Object, String, TActualValue) method for some examples.
|
| GetValueOrDefaultTKey, TValue(IEnumerableKeyValuePairTKey, TValue, TKey, TValue) |
Tries to get a value from the provided dictionary for the given key.
See the Examples section of the GetValueOrDefaultTActualValue(IDictionaryString, Object, String, TActualValue) method for some examples.
|
| GetValueOrDefaultTKey, TValue(IEnumerableKeyValuePairTKey, TValue, TKey, FuncTValue) |
Tries to get a value from the provided dictionary for the given key.
See the Examples section of the GetValueOrDefaultTActualValue(IDictionaryString, Object, String, TActualValue) method for some examples.
|