Finds and returns the first key-value pair in the provided dictionary (dic) whose key matches the specified key.
The type of values stored in the dictionary.
The dictionary object to search through.
The key to search for within the dictionary.
(Optional) If true, performs a case-insensitive key comparison.
Generated using TypeDoc
Finds and returns the first key-value pair in the provided dictionary (dic) whose key matches the specified key.