This way, it would be possible to create a region with, for example, all private and protected methods, ordered by name. The ordering would apply either the method is private or protected.
- Code: Select all
#region [rgn] Private and Protected members (4)
private void methodA(){};
protected void methodB(){};
private void methodC(){};
prtotected void methodD(){};
#endregion [rgn]
Thank you very much for this great and very usefull add-in.
Good work
Phil
