namespace ILRuntime.Other { /// /// A Class Custom Attr, It tells the CodeGenerationTools :there is a class need to generate an adaptor for ILScript /// public class NeedAdaptorAttribute : System.Attribute { } }