Пример #1
0
 public static ForeachClass GetInstance()
 {
     return(instance == null ? instance = new ForeachClass("This is a well-done program.", new char[] { ' ', '-' }) : instance);
 }
Пример #2
0
 public TokenEnumerator(ForeachClass t)
 {
     this.t = t;
 }