Skip to content

Bind properties to the chain interface #2

@R2D221

Description

@R2D221

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions