示例#1
0
 public PuffObject Puff(PuffOptions options)
 {
     return null;
 }
示例#2
0
 public static Task TogglePuffTask(this jQueryObject q, PuffOptions options = null, TypeOption<int, string> duration = null) {
     return null;
 }
示例#3
0
 public static jQueryObject TogglePuff(this jQueryObject q, PuffOptions options = null, TypeOption<int, string> duration = null, Action callback = null) {
     return null;
 }
示例#4
0
 public static Task TogglePuffTask(this jQueryObject q, PuffOptions options = null, TypeOption <int, string> duration = null)
 {
     return(null);
 }
示例#5
0
 public static jQueryObject TogglePuff(this jQueryObject q, PuffOptions options = null, TypeOption <int, string> duration = null, Action callback = null)
 {
     return(null);
 }
示例#6
0
 public PuffObject Puff(PuffOptions options)
 {
     return(null);
 }