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