Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdj authored Sep 17, 2024
1 parent c89b202 commit 484a1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ namespace CsCodeGenerator.Tests
}
````

A) Code to do it with Fluent methods [***.With**Element()*]:
A) Code to do it with Fluent methods [***.With**Element()* such as `WithProperty`]:
Fluent calls are composed with BaseElement, when configuring deeper level we need to instanciate with New and call in the scope.
To be able to get subElements returned to main scope then more extension methods would be needed - one example is commented in source code: `WithPropertyReturn`.
````csharp
Expand Down

0 comments on commit 484a1f5

Please sign in to comment.