Пример #1
0
 public JspmStubInfo(JspmPropertyInfo[] properties, JspmMethodInfo[] methods, string[] events)
 {
     this.methods = methods;
     this.properties = properties;
     this.events = events;
 }
Пример #2
0
 public JspmStubInfoSuccess(long messageID, string reference, JspmPropertyInfo[] properties, JspmMethodInfo[] methods, string[] events) : base(messageID, new JspmStubInfo(properties, methods, events), "GETSTUBINFO")
 {
     this.reference = reference;
 }