Exemplo n.º 1
0
 public TypeTransform AddStaticMethod(Native.JSCFunction method, string tsDecl = null)
 {
     return(AddStaticMethod(method.GetMethodInfo(), tsDecl));
 }
Exemplo n.º 2
0
 public TypeTransform WriteCSMethodOverrideBinding(string methodName, Native.JSCFunction writer)
 {
     _csMethodOverride[methodName] = writer;
     return(this);
 }