增加所有文件
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Lextm.SharpSnmpLib.Mib
|
||||
{
|
||||
public interface ISymbolEnumerator: IEnumerator<Symbol>
|
||||
{
|
||||
bool PutBack(Symbol item);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user