source: azure_iot_hub_f767zi/trunk/asp_baseplatform/lwip/contrib-2.1.0/apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/IDeclaration.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: 309 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace Lextm.SharpSnmpLib.Mib.Elements
7{
8 public interface IDeclaration: IElement
9 {
10 /// <summary>
11 /// Name.
12 /// </summary>
13 string Name
14 {
15 get;
16 }
17 }
18}
Note: See TracBrowser for help on using the repository browser.