Пример #1
0
 public static SimpleThing New(IToken <char> token)
 {
     return(new SimpleThing(token.AddToList().ToArray()));
 }