Limiting access to a public setter to specific objects (C#)

前端 未结 6 1380
春和景丽
春和景丽 2021-01-16 09:48

I\'m trying to create a class (in C#) that serves as an environment for my application.

I\'m trying to make the class dynamic, and send it as a parameter to entities

6条回答
  •  遥遥无期
    2021-01-16 10:11

    Maybe i understood something not quite well, but i think Jon had a quite similar problem which he described here. Maybe this can help you.

提交回复
热议问题