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
8
8
9
9
string readable = myExpression.ToReadableString();
10
10
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
+
11
15
### Debugger Visualizers
12
16
An installer for a set of Debugger Visualizers which use the extension method for Expressions can be downloaded from
13
17
[ the Visual Studio Gallery] ( https://visualstudiogallery.msdn.microsoft.com/2d5de770-50e9-4dcf-87e9-ea1ed1b43b68 ) .
14
18
15
19
### Download
16
20
You 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