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