質問

Is there any Injection in ValueInjecter that injects into private properties?

役に立ちましたか?

解決

you can build one, you can inherit the IValueInjection, use reflection and go through all the properties private or public, or both, however you need, and set the values from one object to another

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top