1 namespace Lextm.SharpSnmpLib.Mib.Elements.Types 2 { 3 public interface ITypeAssignment : IDeclaration 4 { 5 } 6 } 7