Overload List

  NameDescription
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(IDictionary, String)
Gets the value from the dictionary, returning the default value of if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(NameValueCollection, String)
Gets the value from the collection, returning the default value of if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(ILookup<(Of <<'(String, String>)>>), String)
Gets the value from the lookup, returning the default value of if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(XContainer, String)
Gets the value from the XML node's child elements, returning the default value of if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(IXPathNavigable, String)
Gets the value from the XML node's child elements, returning the default value of if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(IDictionary, String, Func<(Of <<'(Object, T>)>>))
Gets the value from the dictionary, returning the default value of if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(IDictionary, String, Func<(Of <<'(String, T>)>>))
Gets the value from the dictionary, returning the default value of if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(IDictionary, String, T)
Gets the value from the dictionary, returning defaultValue if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(NameValueCollection, String, Func<(Of <<'(Object, T>)>>))
Gets the value from the collection, returning the default value of if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(NameValueCollection, String, Func<(Of <<'(String, T>)>>))
Gets the value from the collection, returning the default value of if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(NameValueCollection, String, T)
Gets the value from the collection, returning defaultValue if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(ILookup<(Of <<'(String, String>)>>), String, Func<(Of <<'(Object, T>)>>))
Gets the value from the lookup, returning the default value of if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(ILookup<(Of <<'(String, String>)>>), String, Func<(Of <<'(String, T>)>>))
Gets the value from the lookup, returning the default value of if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(ILookup<(Of <<'(String, String>)>>), String, T)
Gets the value from the lookup, returning defaultValue if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(XContainer, String, Func<(Of <<'(Object, T>)>>))
Gets the value from the XML node's child elements, returning the default value of if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(XContainer, String, Func<(Of <<'(String, T>)>>))
Gets the value from the XML node's child elements, returning the default value of if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(XContainer, String, T)
Gets the value from the XML node's child elements, returning defaultValue if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(IXPathNavigable, String, Func<(Of <<'(Object, T>)>>))
Gets the value from the XML node's child elements, returning the default value of if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(IXPathNavigable, String, Func<(Of <<'(String, T>)>>))
Gets the value from the XML node's child elements, returning the default value of if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(IXPathNavigable, String, T)
Gets the value from the XML node's child elements, returning defaultValue if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(IDictionary, String, T, Func<(Of <<'(Object, T>)>>))
Gets the value from the dictionary, returning the if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(IDictionary, String, T, Func<(Of <<'(String, T>)>>))
Gets the value from the dictionary, returning defaultValue if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(NameValueCollection, String, T, Func<(Of <<'(Object, T>)>>))
Gets the value from the collection, returning defaultValue if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(NameValueCollection, String, T, Func<(Of <<'(String, T>)>>))
Gets the value from the collection, returning defaultValue if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(ILookup<(Of <<'(String, String>)>>), String, T, Func<(Of <<'(Object, T>)>>))
Gets the value from the lookup, returning defaultValue if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(ILookup<(Of <<'(String, String>)>>), String, T, Func<(Of <<'(String, T>)>>))
Gets the value from the lookup, returning defaultValue if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(XContainer, String, T, Func<(Of <<'(Object, T>)>>))
Gets the value from the XML node's child elements, returning defaultValue if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(XContainer, String, T, Func<(Of <<'(String, T>)>>))
Gets the value from the XML node's child elements, returning defaultValue if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(IXPathNavigable, String, T, Func<(Of <<'(Object, T>)>>))
Gets the value from the XML node's child elements, returning defaultValue if the value doesn't exist.
Public methodStatic memberGetValueOrDefault<(Of <<'(T>)>>)(IXPathNavigable, String, T, Func<(Of <<'(String, T>)>>))
Gets the value from the XML node's child elements, returning defaultValue if the value doesn't exist.

See Also