Example #1
0
 public OEnum[] TestEnumAry(OEnum[] o)
 {
     return JObject.JInvokeMethod<OEnum[]>(nCahceType, "TestEnumAry", this, new object[] { o });
 }
Example #2
0
 public OEnum TestEnum(OEnum o)
 {
     return JObject.JInvokeMethod<OEnum>(nCahceType, "TestEnum", this, new object[] { o });
 }