- var jack = new Person().SetName(“Jack”)
- .SetAge(30)
- .SetCity(“NY”)
- .Save();
Find out how it works here:
https://www.codeproject.com/articles/640997/fluent-interfaces-and-method-chaining-in-csharp
Find out how it works here:
https://www.codeproject.com/articles/640997/fluent-interfaces-and-method-chaining-in-csharp