Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 025bb1b

Browse files
committed
Re-generated
1 parent 7aad1e1 commit 025bb1b

File tree

106 files changed

+347
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+347
-5
lines changed

jQuery.UI/Effects/Blind/BlindOption.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
namespace jQueryApi.UI.Effects {
1010

11+
/// <summary>
12+
/// Options for use with Blind.
13+
/// </summary>
1114
[Imported]
1215
[IgnoreNamespace]
1316
[NamedValues]

jQuery.UI/Effects/Blind/BlindOptions.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
namespace jQueryApi.UI.Effects {
1010

11+
/// <summary>
12+
/// Options used to initialize or customize Blind.
13+
/// </summary>
1114
[Imported]
1215
[IgnoreNamespace]
1316
[ScriptName("Object")]

jQuery.UI/Effects/Bounce/BounceOption.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
namespace jQueryApi.UI.Effects {
1010

11+
/// <summary>
12+
/// Options for use with Bounce.
13+
/// </summary>
1114
[Imported]
1215
[IgnoreNamespace]
1316
[NamedValues]

jQuery.UI/Effects/Bounce/BounceOptions.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
namespace jQueryApi.UI.Effects {
1010

11+
/// <summary>
12+
/// Options used to initialize or customize Bounce.
13+
/// </summary>
1114
[Imported]
1215
[IgnoreNamespace]
1316
[ScriptName("Object")]

jQuery.UI/Effects/Clip/ClipOption.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
namespace jQueryApi.UI.Effects {
1010

11+
/// <summary>
12+
/// Options for use with Clip.
13+
/// </summary>
1114
[Imported]
1215
[IgnoreNamespace]
1316
[NamedValues]

jQuery.UI/Effects/Clip/ClipOptions.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
namespace jQueryApi.UI.Effects {
1010

11+
/// <summary>
12+
/// Options used to initialize or customize Clip.
13+
/// </summary>
1114
[Imported]
1215
[IgnoreNamespace]
1316
[ScriptName("Object")]

jQuery.UI/Effects/Drop/DropOption.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
namespace jQueryApi.UI.Effects {
1010

11+
/// <summary>
12+
/// Options for use with Drop.
13+
/// </summary>
1114
[Imported]
1215
[IgnoreNamespace]
1316
[NamedValues]

jQuery.UI/Effects/Drop/DropOptions.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
namespace jQueryApi.UI.Effects {
1010

11+
/// <summary>
12+
/// Options used to initialize or customize Drop.
13+
/// </summary>
1114
[Imported]
1215
[IgnoreNamespace]
1316
[ScriptName("Object")]

jQuery.UI/Effects/Effect/EffectMethod.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
namespace jQueryApi.UI.Effects {
1010

11+
/// <summary>
12+
/// Operations supported by Effect.
13+
/// </summary>
1114
[Imported]
1215
[IgnoreNamespace]
1316
[NamedValues]

jQuery.UI/Effects/Explode/ExplodeOption.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
namespace jQueryApi.UI.Effects {
1010

11+
/// <summary>
12+
/// Options for use with Explode.
13+
/// </summary>
1114
[Imported]
1215
[IgnoreNamespace]
1316
[NamedValues]

0 commit comments

Comments
 (0)