A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/SharpKit/SharpKit-SDK/commit/88ae8eece3749656510b45265e59fa4f3b282307 below:

fixed String.GetEnumerator() · SharpKit/SharpKit-SDK@88ae8ee · GitHub

File tree Expand file treeCollapse file tree 6 files changed

+421

-421

lines changed

Filter options

Expand file treeCollapse file tree 6 files changed

+421

-421

lines changed Original file line number Diff line number Diff line change

@@ -378,7 +378,7 @@ JsTypes.push({ fullname: "System.String", baseTypeName: "System.Object", definit

378 378

{

379 379

ctor: String,

380 380

GetEnumerator: function () {

381 -

return new System.CharEnumerator.ctor$$String(this);

381 +

return new System.CharEnumerator.ctor(this);

382 382

},

383 383

GetType: function () {

384 384

return Typeof(System.String);

Original file line number Diff line number Diff line change

@@ -956,31 +956,6 @@ var System$Collections$ObjectModel$ObservableCollection$1 = {

956 956

}

957 957

};

958 958

JsTypes.push(System$Collections$ObjectModel$ObservableCollection$1);

959 -

var System$Collections$ObjectModel$ObservableCollection$1$Reentrant = {

960 -

fullname: "System.Collections.ObjectModel.ObservableCollection$1.Reentrant",

961 -

baseTypeName: "System.Object",

962 -

assemblyName: "SharpKit.JsClr",

963 -

interfaceNames: ["System.IDisposable"],

964 -

Kind: "Class",

965 -

definition: {

966 -

ctor: function (T){

967 -

this.T = T;

968 -

this.count = 0;

969 -

System.Object.ctor.call(this);

970 -

},

971 -

Enter: function (){

972 -

this.count++;

973 -

},

974 -

Dispose: function (){

975 -

this.count--;

976 -

},

977 -

Busy$$: "System.Boolean",

978 -

get_Busy: function (){

979 -

return this.count > 0;

980 -

}

981 -

}

982 -

};

983 -

JsTypes.push(System$Collections$ObjectModel$ObservableCollection$1$Reentrant);

984 959

var System$Collections$ObjectModel$ReadOnlyCollection$1 = {

985 960

fullname: "System.Collections.ObjectModel.ReadOnlyCollection$1",

986 961

baseTypeName: "System.Object",

@@ -1105,4 +1080,29 @@ var System$Collections$IListEnumerator$1 = {

1105 1080

}

1106 1081

};

1107 1082

JsTypes.push(System$Collections$IListEnumerator$1);

1083 +

var System$Collections$ObjectModel$ObservableCollection$1$Reentrant = {

1084 +

fullname: "System.Collections.ObjectModel.ObservableCollection$1.Reentrant",

1085 +

baseTypeName: "System.Object",

1086 +

assemblyName: "SharpKit.JsClr",

1087 +

interfaceNames: ["System.IDisposable"],

1088 +

Kind: "Class",

1089 +

definition: {

1090 +

ctor: function (T){

1091 +

this.T = T;

1092 +

this.count = 0;

1093 +

System.Object.ctor.call(this);

1094 +

},

1095 +

Enter: function (){

1096 +

this.count++;

1097 +

},

1098 +

Dispose: function (){

1099 +

this.count--;

1100 +

},

1101 +

Busy$$: "System.Boolean",

1102 +

get_Busy: function (){

1103 +

return this.count > 0;

1104 +

}

1105 +

}

1106 +

};

1107 +

JsTypes.push(System$Collections$ObjectModel$ObservableCollection$1$Reentrant);

1108 1108

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4