ILAdapterAttribute.cs 132 B

123456789
  1. using System;
  2. namespace ETModel
  3. {
  4. [AttributeUsage(AttributeTargets.Class)]
  5. public class ILAdapterAttribute : Attribute
  6. {
  7. }
  8. }