Skip to content

Commit 46841a2

Browse files
committed
2 parents d847016 + fdba2ea commit 46841a2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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
1216
An 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
1620
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).

0 commit comments

Comments
 (0)