ExtensionsGetCast Method |
Name | Description | |
---|---|---|
GetCastT(IDictionaryString, Object, String) |
Gets the value for the given key as the given type, or the compiler default value
if the value does not exist or is the incorrect type
| |
GetCastT(IReadOnlyDictionaryString, Object, String) |
Gets the value for the given key as the given type, or the compiler default value
if the value does not exist or is the incorrect type
| |
GetCastT(IDictionaryString, Object, String, T) |
Gets the value for the given key as the given type, or a default value
if the value does not exist or is the incorrect type
| |
GetCastT(IReadOnlyDictionaryString, Object, String, T) |
Gets the value for the given key as the given type, or a default value
if the value does not exist or is the incorrect type
|