Overload List

  NameDescription
Public methodStatic memberGetValue<(Of <<'(T>)>>)(IDictionary, String)
Gets the value from the dictionary.
Public methodStatic memberGetValue<(Of <<'(T>)>>)(NameValueCollection, String)
Gets the value from the collection.
Public methodStatic memberGetValue<(Of <<'(T>)>>)(ILookup<(Of <<'(String, String>)>>), String)
Gets the value from the lookup.
Public methodStatic memberGetValue<(Of <<'(T>)>>)(XContainer, String)
Gets the value from the XML node's child elements.
Public methodStatic memberGetValue<(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 memberGetValue<(Of <<'(T>)>>)(IDictionary, String, Func<(Of <<'(Object, T>)>>))
Gets the value from the dictionary.
Public methodStatic memberGetValue<(Of <<'(T>)>>)(IDictionary, String, Func<(Of <<'(String, T>)>>))
Gets the value from the dictionary.
Public methodStatic memberGetValue<(Of <<'(T>)>>)(NameValueCollection, String, Func<(Of <<'(Object, T>)>>))
Gets the value from the collection.
Public methodStatic memberGetValue<(Of <<'(T>)>>)(NameValueCollection, String, Func<(Of <<'(String, T>)>>))
Gets the value from the collection.
Public methodStatic memberGetValue<(Of <<'(T>)>>)(ILookup<(Of <<'(String, String>)>>), String, Func<(Of <<'(Object, T>)>>))
Gets the value from the lookup.
Public methodStatic memberGetValue<(Of <<'(T>)>>)(ILookup<(Of <<'(String, String>)>>), String, Func<(Of <<'(String, T>)>>))
Gets the value from the lookup.
Public methodStatic memberGetValue<(Of <<'(T>)>>)(XContainer, String, Func<(Of <<'(Object, T>)>>))
Gets the value from the XML node's child elements.
Public methodStatic memberGetValue<(Of <<'(T>)>>)(XContainer, String, Func<(Of <<'(String, T>)>>))
Gets the value from the XML node's child elements.
Public methodStatic memberGetValue<(Of <<'(T>)>>)(IXPathNavigable, String, Func<(Of <<'(Object, T>)>>))
Gets the value from the XML node's child elements.
Public methodStatic memberGetValue<(Of <<'(T>)>>)(IXPathNavigable, String, Func<(Of <<'(String, T>)>>))
Gets the value from the XML node's child elements.

See Also