I want to specify a Perl-style function list that works for C#.
I read some articles here and came closer, but I can't get it to work 100%
Best I post a self-explaining example and let the Tim/Mofi/Jo - crew take a minute on it.
- Code: Select all
thisNot (private asdasd, asds)
private override string ThisYes(blubb dada)
private virtual string ThisYes2(blubb, dada)
protected abstract anythingElse int[] ThisYes3withBlank (blubb dada, lulu sipp) thisnomore {
public abstract object ThisToo4
bi bla blubb ThisNot(blubb dada, lulu sipp) sdfsdf wsf sd
bi bla blubb ThisNot2(blubb dada, lulu sipp)
Rule: (private|public|protected) must be the first word in the line.
Match the word before the first ( and mark it till the last ) in the line.
If no (), take the last word.
Any help appreciated. Tim, für dich sicher ne Fingerübung
rds Bego


