Closed zspitz closed 5 years ago
Describe the bug When using the object notation formatter, the ArgumentCount property should not be displayed.
To Reproduce
var lst = new List<string>(); var lmbd = Lambda( Call( typeof(Enumerable).GetMethod("Distinct"), Convert(lst, typeof(IEnumerable<string>) ) ) ); lmbd.ToString("Object notation");
Describe the bug
When using the object notation formatter, the ArgumentCount property should not be displayed.
To Reproduce