This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
4
public:/private:/protected:
Post Body
private:
bool test;
List<string> list = new List<string>();
public:
bool testTwo;
string pubString;
Where all variables under private are private and same for public.
Why does c# not allow these things like c does. I know it isn't a big feature but I feel like it would be really nice to have. It was the one major thing I really liked of c .
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 9 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/csharp/comm...