ILBindingAttribute.cs 151 B

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