NeedAdaptorAttribute.cs 261 B

12345678910
  1. namespace ILRuntime.Other
  2. {
  3. /// <summary>
  4. /// A Class Custom Attr, It tells the CodeGenerationTools :there is a class need to generate an adaptor for ILScript
  5. /// </summary>
  6. public class NeedAdaptorAttribute : System.Attribute
  7. {
  8. }
  9. }