STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
ITypeAssignment.cs
Go to the documentation of this file.
1 namespace Lextm.SharpSnmpLib.Mib.Elements.Types
2 {
3  public interface ITypeAssignment : IDeclaration
4  {
5  }
6 }