File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,14 @@ The extension method (in the namespace `AgileObjects.ReadableExpressions`) is us
88
99 string readable = myExpression.ToReadableString();
1010
11+ You can optionally maintain explicit generic arguments on method calls where they are implied like so:
12+
13+ string readable = myExpression.ToReadableString(c => c.UseExplicitGenericParameters);
14+
1115### Debugger Visualizers
1216An installer for a set of Debugger Visualizers which use the extension method for Expressions can be downloaded from
1317[ the Visual Studio Gallery] ( https://visualstudiogallery.msdn.microsoft.com/2d5de770-50e9-4dcf-87e9-ea1ed1b43b68 ) .
1418
1519### Download
1620You can download and install using [ the NuGet package] ( https://www.nuget.org/packages/AgileObjects.ReadableExpressions ) , or
17- clone the repository [ on GitHub] ( https://github.com/AgileObjects/ReadableExpressions ) .
21+ clone the repository [ on GitHub] ( https://github.com/AgileObjects/ReadableExpressions ) .
You can’t perform that action at this time.
0 commit comments