public SymbolList PopAll() { var clone = new SymbolList(this); Clear(); return(clone); }
public SymbolList(SymbolList clone) : base(clone) { }