public static ForeachClass GetInstance() { return(instance == null ? instance = new ForeachClass("This is a well-done program.", new char[] { ' ', '-' }) : instance); }
public TokenEnumerator(ForeachClass t) { this.t = t; }