source: azure_iot_hub_f767zi/trunk/asp_baseplatform/lwip/contrib-2.1.0/apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/ITypeReferrer.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: 232 bytes
Line 
1using Lextm.SharpSnmpLib.Mib.Elements.Types;
2
3namespace Lextm.SharpSnmpLib.Mib.Elements
4{
5 public interface ITypeReferrer
6 {
7 ITypeAssignment ReferredType { get; set; }
8 ITypeAssignment BaseType { get; }
9 }
10}
Note: See TracBrowser for help on using the repository browser.