Ticket #19 (new task)

Opened 5 years ago

Last modified 3 years ago

Field-Property grouping

Reported by: rauchy Owned by: rauchy
Priority: normal Milestone:
Component: Code Layout Version:
Severity: normal Keywords:
Cc:

Description

Can the following be done with the current Regionerate, where the private fields would be grouped together with their accessors? #region [rgn] Properties (1) private int _myField; public int MyField? { get { return _myField; } set { _myField = value; } } #endregion Thanks

http://rauchy.net/regionerate/forums/viewtopic.php?f=5&t=110&p=311#p311

Note: See TracTickets for help on using tickets.