As part of the Roslyn documentation on GitHub, there\'s a page called Language feature implementation status, with planned language features for C# and VB.
One featu
Here are all access modifiers in Venn diagrams, from more limiting to more promiscuous:
private:
private
private protected: - added in C# 7.2
private protected
internal:
internal
protected:
protected
protected internal:
protected internal
public:
public