using System.Collections.Generic; namespace Lextm.SharpSnmpLib.Mib { public interface ISymbolEnumerator: IEnumerator { bool PutBack(Symbol item); } }