예제 #1
0
 public PunctuationSymbol(char ch) : base()
 {
     Type = (PunctuationType)PunctuationMarks.IndexOf(ch);
 }
예제 #2
0
 public PunctuationSymbol(PunctuationType type)
     : base()
 {
     Type = type;
 }
예제 #3
0
 public PunctuationSymbol(PunctuationType type) : base()
 {
     Type = type;
 }