Click or drag to resize

ExtensionsGetCast Method

Overload List
  NameDescription
Public methodStatic memberGetCastT(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
Public methodStatic memberGetCastT(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
Public methodStatic memberGetCastT(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
Public methodStatic memberGetCastT(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
Top
See Also