Ejemplo n.º 1
0
 public FoldObject Fold(FoldOptions options)
 {
     return(null);
 }
Ejemplo n.º 2
0
 public static Task ToggleFoldTask(this jQueryObject q, FoldOptions options = null, TypeOption<int, string> duration = null) {
     return null;
 }
Ejemplo n.º 3
0
 public static jQueryObject ToggleFold(this jQueryObject q, FoldOptions options = null, TypeOption<int, string> duration = null, Action callback = null) {
     return null;
 }
Ejemplo n.º 4
0
 public static Task ToggleFoldTask(this jQueryObject q, FoldOptions options = null, TypeOption <int, string> duration = null)
 {
     return(null);
 }
Ejemplo n.º 5
0
 public static jQueryObject ToggleFold(this jQueryObject q, FoldOptions options = null, TypeOption <int, string> duration = null, Action callback = null)
 {
     return(null);
 }
Ejemplo n.º 6
0
 public FoldObject Fold(FoldOptions options) {
     return null;
 }