コード例 #1
0
ファイル: FoldObject.cs プロジェクト: gitter-badger/dsharp
 public FoldObject Fold(FoldOptions options)
 {
     return(null);
 }
コード例 #2
0
 public static Task ToggleFoldTask(this jQueryObject q, FoldOptions options = null, TypeOption<int, string> duration = null) {
     return null;
 }
コード例 #3
0
 public static jQueryObject ToggleFold(this jQueryObject q, FoldOptions options = null, TypeOption<int, string> duration = null, Action callback = null) {
     return null;
 }
コード例 #4
0
 public static Task ToggleFoldTask(this jQueryObject q, FoldOptions options = null, TypeOption <int, string> duration = null)
 {
     return(null);
 }
コード例 #5
0
 public static jQueryObject ToggleFold(this jQueryObject q, FoldOptions options = null, TypeOption <int, string> duration = null, Action callback = null)
 {
     return(null);
 }
コード例 #6
0
ファイル: FoldObject.cs プロジェクト: fugaku/scriptsharp
 public FoldObject Fold(FoldOptions options) {
     return null;
 }