What fields can a nested class access of the class it's nested in?

后端 未结 3 1803
一个人的身影
一个人的身影 2021-01-25 22:58

I have a web service in C# and would like to have a nested inner class, that abstracts away the session collection, something like this:


public class Service          


        
3条回答
提交回复
热议问题