static bool Two () { List l = new UberList (1); l.Add (1); foreach (int i in l) if (i == 1) return true; return false; }
static bool Two() { List l = new UberList(1); l.Add(1); foreach (int i in l) { if (i == 1) { return(true); } } return(false); }
public UberBuilder() { Data = new UberList(); Error = new UberList(); }
public UberData() { Action = UberActions.NotSet; Transclude = UberTransclusion.NotSet; Data = new UberList(); }