mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-03-24 11:05:43 +08:00
10 lines
294 B
C#
10 lines
294 B
C#
namespace Lextm.SharpSnmpLib.Mib.Elements.Entities
|
|
{
|
|
public sealed class ModuleIdentity : EntityBase
|
|
{
|
|
public ModuleIdentity(IModule module, SymbolList preAssignSymbols, ISymbolEnumerator symbols)
|
|
: base(module, preAssignSymbols, symbols)
|
|
{
|
|
}
|
|
}
|
|
} |