Beispiel #1
0
 public CommentLabel(string label, CommentStyleTypes styleID, bool ignoreCase)
 {
     Label      = label;
     StyleID    = styleID;
     IgnoreCase = ignoreCase;
 }
Beispiel #2
0
 public CommentLabel(string label, CommentStyleTypes styleID)
 {
     Label   = label;
     StyleID = styleID;
 }