source: azure_iot_hub_f767zi/trunk/asp_baseplatform/lwip/contrib-2.1.0/apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Entities/ObjectIdentity.cs@ 457

Last change on this file since 457 was 457, checked in by coas-nagasima, 4 years ago

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-csharp;charset=UTF-8
File size: 616 bytes
Line 
1
2namespace Lextm.SharpSnmpLib.Mib.Elements.Entities
3{
4 /// <summary>
5 /// Object identifier node.
6 /// </summary>
7 public sealed class ObjectIdentity : EntityBase
8 {
9
10 /// <summary>
11 /// Creates a <see cref="ObjectIdentity"/>.
12 /// </summary>
13 /// <param name="module">Module name</param>
14 /// <param name="header">Header</param>
15 /// <param name="lexer">Lexer</param>
16 public ObjectIdentity(IModule module, SymbolList preAssignSymbols, ISymbolEnumerator symbols)
17 : base(module, preAssignSymbols, symbols)
18 {
19 }
20 }
21}
Note: See TracBrowser for help on using the repository browser.