public static LNCallFunc Action(LNCallFunc.Callback c) { LNCallFunc func = new LNCallFunc(); func._c = c; return(func); }
public static LNCallFunc Action(LNCallFunc.Callback c) { LNCallFunc func = new LNCallFunc(); func._c = c; return func; }