We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Expression<Func<object, string>> expr = o => ((Dictionary<string, string>)o)["key"]; expr.ToReadableString().Dump();
I get o => (Dictionary<string, string>)o["key"].
o => (Dictionary<string, string>)o["key"]