-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Hi, I saw your library and thing it's an interesting idea! However, I think it's missing property chaining to be 100% useful.
Let's say I have a class Foo
, with property Bar
, but then I want to do: foo.Chain<IFooChain>.SetBar(bar)
. With your current examples, there seems to be no way to do it, but maybe it is possible since I haven't tested it on a project.
Either way, I think it needs to be done, because many fluent interfaces are used to set properties.