• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 
2 namespace Lextm.SharpSnmpLib.Mib.Elements.Types
3 {
4     public class ObjectIdentifierType : BaseType
5     {
ObjectIdentifierType(IModule module, string name, ISymbolEnumerator symbols)6         public ObjectIdentifierType(IModule module, string name, ISymbolEnumerator symbols)
7             : base(module, name)
8         {
9         }
10     }
11 }
12