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.
1 parent 90fc7f4 commit 0cb7d8bCopy full SHA for 0cb7d8b
README.md
@@ -16,7 +16,7 @@ It is largely based on and inspired by the following resources [this post on st
16
* Use strings as in C# (@"", $"", $@"" available)
17
* Linq, generics and lambda expressions
18
* Classes like File, Directory, Regex, List ... available ([You can extend the list of Namespaces](#namespaces))
19
-* Create instance with [new(TypeOrClass, constructorArgs)](#standard-functions)
+* Create instance with [new(MyClassName, constructorArgs)](#standard-functions) or [new MyClassName(constructorArgs)](#operators)
20
* [Call void methods with fluid prefix convention to chain operations](#go-fluid-with-a-simple-methods-prefixing-convention)
21
22
## Basic C# usage
0 commit comments