-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Lines 127 to 132 in da9724e
| // protected: readonly TreeElement[] _elements; | |
| // protected: TreeElement _elements[N]; | |
| (new Regex(@"(?<access>(private|protected|public): )?readonly (?<type>[a-zA-Z<>0-9]+)([\[\]]+) (?<name>[_a-zA-Z0-9]+);"), "${access}${type} ${name}[N];", 0), | |
| // protected: readonly TElement Zero; | |
| // protected: TElement Zero; | |
| (new Regex(@"(?<access>(private|protected|public): )?readonly (?<type>[a-zA-Z<>0-9]+) (?<name>[_a-zA-Z0-9]+);"), "${access}${type} ${name};", 0), |
Metadata
Metadata
Assignees
Labels
No labels