[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `EmptyDictionary\u003cTKey, TValue\u003e` class provides cached instances of empty dictionaries for enhanced performance."],["This class is static and inherits members from the base `Object` class, such as `ToString()`, `Equals()`, and `GetHashCode()`."],["It is found within the `Google.Api.Gax` namespace and is part of the `Google.Api.Gax.dll` assembly, and was part of at least the 3.2.0 release."],["The `Instance` property allows you to retrieve a cached, read-only empty `IDictionary\u003cTKey, TValue\u003e`."],["The class is parametrized by two types `TKey`, the type of the keys in the dictionary, and `TValue`, the type of the values in the dictionary."]]],[]]