@tsonic/dotnet 10.0.39 → 10.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/internal/index.d.ts +4 -3
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.VisualBasic/internal/index.d.ts +52 -54
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +117 -119
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -2
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/README.md +76 -104
- package/System/bindings.json +1520 -2039
- package/System/internal/index.d.ts +1549 -1602
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +12 -14
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.CodeDom.Compiler/internal/index.d.ts +32 -31
- package/System.Collections/internal/index.d.ts +129 -131
- package/System.Collections.Concurrent/bindings.json +218 -218
- package/System.Collections.Concurrent/internal/index.d.ts +34 -36
- package/System.Collections.Frozen/bindings.json +413 -611
- package/System.Collections.Frozen/internal/index.d.ts +81 -97
- package/System.Collections.Frozen.d.ts +14 -2
- package/System.Collections.Generic/bindings.json +9420 -14155
- package/System.Collections.Generic/internal/index.d.ts +547 -758
- package/System.Collections.Generic.d.ts +1 -1
- package/System.Collections.Immutable/bindings.json +6000 -9080
- package/System.Collections.Immutable/internal/index.d.ts +265 -354
- package/System.Collections.Immutable.d.ts +49 -12
- package/System.Collections.ObjectModel/bindings.json +132 -654
- package/System.Collections.ObjectModel/internal/index.d.ts +10 -30
- package/System.Collections.Specialized/bindings.json +0 -123
- package/System.Collections.Specialized/internal/index.d.ts +88 -101
- package/System.ComponentModel/bindings.json +163 -102
- package/System.ComponentModel/internal/index.d.ts +618 -608
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +133 -132
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.Design/bindings.json +22 -292
- package/System.ComponentModel.Design/internal/index.d.ts +101 -109
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +61 -60
- package/System.ComponentModel.d.ts +1 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Data/bindings.json +4 -1
- package/System.Data/internal/index.d.ts +351 -350
- package/System.Data.Common/internal/index.d.ts +151 -152
- package/System.Data.SqlTypes/internal/index.d.ts +68 -67
- package/System.Diagnostics/bindings.json +7044 -7249
- package/System.Diagnostics/internal/index.d.ts +446 -461
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.Contracts/internal/index.d.ts +16 -18
- package/System.Diagnostics.Metrics/internal/index.d.ts +92 -94
- package/System.Diagnostics.Metrics.d.ts +1 -1
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +12 -11
- package/System.Diagnostics.Tracing/bindings.json +81 -21
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +2 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Dynamic/internal/index.d.ts +55 -57
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +21 -28
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Globalization/internal/index.d.ts +40 -42
- package/System.IO/internal/index.d.ts +187 -189
- package/System.IO.Compression/internal/index.d.ts +29 -31
- package/System.IO.Enumeration/bindings.json +250 -250
- package/System.IO.Enumeration/internal/index.d.ts +15 -17
- package/System.IO.IsolatedStorage/internal/index.d.ts +19 -18
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- package/System.Linq/internal/index.d.ts +223 -225
- package/System.Linq.Expressions/internal/index.d.ts +205 -207
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- package/System.Net/bindings.json +104 -104
- package/System.Net/internal/index.d.ts +279 -281
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +0 -204
- package/System.Net.Http.Headers/internal/index.d.ts +111 -127
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- package/System.Net.Mail/internal/index.d.ts +76 -78
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.Quic/internal/index.d.ts +10 -9
- package/System.Net.Security/internal/index.d.ts +87 -89
- package/System.Net.ServerSentEvents/internal/index.d.ts +6 -5
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.WebSockets/internal/index.d.ts +47 -46
- package/System.Numerics/bindings.json +544 -116
- package/System.Numerics/internal/index.d.ts +110 -112
- package/System.Reflection/internal/index.d.ts +270 -272
- package/System.Reflection.Emit/internal/index.d.ts +114 -116
- package/System.Reflection.Metadata/bindings.json +166 -3169
- package/System.Reflection.Metadata/internal/index.d.ts +154 -361
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +13 -15
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +24 -11
- package/System.Reflection.PortableExecutable.d.ts +1 -0
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Runtime/internal/index.d.ts +12 -11
- package/System.Runtime.CompilerServices/bindings.json +519 -717
- package/System.Runtime.CompilerServices/internal/index.d.ts +113 -137
- package/System.Runtime.CompilerServices.d.ts +14 -4
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +4 -3
- package/System.Runtime.InteropServices/bindings.json +101 -101
- package/System.Runtime.InteropServices/internal/index.d.ts +234 -236
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +34 -36
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +67 -69
- package/System.Runtime.InteropServices.JavaScript.d.ts +8 -26
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2619 -2619
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +308 -310
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +141 -141
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +17 -19
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.Swift.d.ts +1 -1
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +22 -24
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Serialization/internal/index.d.ts +175 -177
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +29 -31
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +10 -9
- package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
- package/System.Runtime.Versioning/internal/index.d.ts +20 -19
- package/System.Security/internal/index.d.ts +64 -66
- package/System.Security.AccessControl/bindings.json +104 -0
- package/System.Security.AccessControl/internal/index.d.ts +59 -58
- package/System.Security.AccessControl.d.ts +6 -5
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- package/System.Security.Claims/internal/index.d.ts +45 -44
- package/System.Security.Cryptography/bindings.json +469 -469
- package/System.Security.Cryptography/internal/index.d.ts +269 -271
- package/System.Security.Cryptography.X509Certificates/bindings.json +0 -62
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +98 -105
- package/System.Security.Permissions/internal/index.d.ts +5 -4
- package/System.Security.Policy/internal/index.d.ts +11 -10
- package/System.Security.Principal/internal/index.d.ts +28 -27
- package/System.Text/bindings.json +1562 -1562
- package/System.Text/internal/index.d.ts +119 -121
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +135 -153
- package/System.Text.Json.Nodes/internal/index.d.ts +60 -62
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Serialization/internal/index.d.ts +32 -34
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +86 -85
- package/System.Text.Json.Serialization.d.ts +1 -1
- package/System.Text.RegularExpressions/bindings.json +198 -402
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -64
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Threading/bindings.json +42 -42
- package/System.Threading/internal/index.d.ts +157 -159
- package/System.Threading.Channels/internal/index.d.ts +10 -12
- package/System.Threading.Tasks/bindings.json +4 -1
- package/System.Threading.Tasks/internal/index.d.ts +115 -114
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -33
- package/System.Threading.Tasks.Sources/internal/index.d.ts +6 -5
- package/System.Timers/internal/index.d.ts +8 -7
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Xml/internal/index.d.ts +383 -385
- package/System.Xml.Linq/internal/index.d.ts +103 -102
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Schema/bindings.json +76 -76
- package/System.Xml.Schema/internal/index.d.ts +233 -232
- package/System.Xml.Serialization/bindings.json +193 -0
- package/System.Xml.Serialization/internal/index.d.ts +277 -245
- package/System.Xml.Serialization.d.ts +2 -0
- package/System.Xml.XPath/internal/index.d.ts +46 -45
- package/System.Xml.Xsl/internal/index.d.ts +53 -52
- package/System.Xml.Xsl.Runtime/bindings.json +4 -1
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +35 -37
- package/System.d.ts +2 -2
- package/__internal/extensions/index.d.ts +517 -515
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -728,408 +728,6 @@
|
|
|
728
728
|
}
|
|
729
729
|
]
|
|
730
730
|
},
|
|
731
|
-
{
|
|
732
|
-
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
733
|
-
"clrName": "System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
734
|
-
"assemblyName": "System.Text.RegularExpressions",
|
|
735
|
-
"metadataToken": 0,
|
|
736
|
-
"kind": "Struct",
|
|
737
|
-
"accessibility": "Public",
|
|
738
|
-
"isAbstract": false,
|
|
739
|
-
"isSealed": true,
|
|
740
|
-
"isStatic": false,
|
|
741
|
-
"arity": 0,
|
|
742
|
-
"baseType": {
|
|
743
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
744
|
-
"clrName": "System.ValueType"
|
|
745
|
-
},
|
|
746
|
-
"interfaces": [
|
|
747
|
-
{
|
|
748
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
749
|
-
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
750
|
-
"typeArguments": [
|
|
751
|
-
"ValueMatch"
|
|
752
|
-
]
|
|
753
|
-
},
|
|
754
|
-
{
|
|
755
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
756
|
-
"clrName": "System.Collections.IEnumerator"
|
|
757
|
-
},
|
|
758
|
-
{
|
|
759
|
-
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
760
|
-
"clrName": "System.IDisposable"
|
|
761
|
-
}
|
|
762
|
-
],
|
|
763
|
-
"methods": [
|
|
764
|
-
{
|
|
765
|
-
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator::GetEnumerator():System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
766
|
-
"clrName": "GetEnumerator",
|
|
767
|
-
"metadataToken": 100663719,
|
|
768
|
-
"canonicalSignature": "():System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
769
|
-
"normalizedSignature": "GetEnumerator|():System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator|static=false",
|
|
770
|
-
"emitScope": "ClassSurface",
|
|
771
|
-
"provenance": "Original",
|
|
772
|
-
"arity": 0,
|
|
773
|
-
"parameterCount": 0,
|
|
774
|
-
"isStatic": false,
|
|
775
|
-
"isAbstract": false,
|
|
776
|
-
"isVirtual": false,
|
|
777
|
-
"isOverride": false,
|
|
778
|
-
"isSealed": false,
|
|
779
|
-
"visibility": "Public",
|
|
780
|
-
"declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
781
|
-
"declaringAssemblyName": "System.Text.RegularExpressions",
|
|
782
|
-
"isExtensionMethod": false
|
|
783
|
-
},
|
|
784
|
-
{
|
|
785
|
-
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator::MoveNext():System.Boolean",
|
|
786
|
-
"clrName": "MoveNext",
|
|
787
|
-
"metadataToken": 100663720,
|
|
788
|
-
"canonicalSignature": "():System.Boolean",
|
|
789
|
-
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
790
|
-
"emitScope": "ClassSurface",
|
|
791
|
-
"provenance": "Original",
|
|
792
|
-
"arity": 0,
|
|
793
|
-
"parameterCount": 0,
|
|
794
|
-
"isStatic": false,
|
|
795
|
-
"isAbstract": false,
|
|
796
|
-
"isVirtual": true,
|
|
797
|
-
"isOverride": false,
|
|
798
|
-
"isSealed": true,
|
|
799
|
-
"visibility": "Public",
|
|
800
|
-
"declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
801
|
-
"declaringAssemblyName": "System.Text.RegularExpressions",
|
|
802
|
-
"isExtensionMethod": false
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
|
|
806
|
-
"clrName": "Reset",
|
|
807
|
-
"metadataToken": 100703848,
|
|
808
|
-
"canonicalSignature": "():System.Void",
|
|
809
|
-
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
810
|
-
"emitScope": "ClassSurface",
|
|
811
|
-
"provenance": "ExplicitView",
|
|
812
|
-
"arity": 0,
|
|
813
|
-
"parameterCount": 0,
|
|
814
|
-
"isStatic": false,
|
|
815
|
-
"isAbstract": false,
|
|
816
|
-
"isVirtual": true,
|
|
817
|
-
"isOverride": false,
|
|
818
|
-
"isSealed": false,
|
|
819
|
-
"visibility": "Public",
|
|
820
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
821
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
822
|
-
"isExtensionMethod": false
|
|
823
|
-
},
|
|
824
|
-
{
|
|
825
|
-
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
826
|
-
"clrName": "Dispose",
|
|
827
|
-
"metadataToken": 100668530,
|
|
828
|
-
"canonicalSignature": "():System.Void",
|
|
829
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
830
|
-
"emitScope": "ViewOnly",
|
|
831
|
-
"provenance": "ExplicitView",
|
|
832
|
-
"arity": 0,
|
|
833
|
-
"parameterCount": 0,
|
|
834
|
-
"isStatic": false,
|
|
835
|
-
"isAbstract": false,
|
|
836
|
-
"isVirtual": true,
|
|
837
|
-
"isOverride": false,
|
|
838
|
-
"isSealed": false,
|
|
839
|
-
"visibility": "Public",
|
|
840
|
-
"declaringClrType": "System.IDisposable",
|
|
841
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
842
|
-
"isExtensionMethod": false,
|
|
843
|
-
"sourceInterface": "System.Collections.IEnumerator"
|
|
844
|
-
},
|
|
845
|
-
{
|
|
846
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
|
|
847
|
-
"clrName": "MoveNext",
|
|
848
|
-
"metadataToken": 100703846,
|
|
849
|
-
"canonicalSignature": "():System.Boolean",
|
|
850
|
-
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
851
|
-
"emitScope": "ViewOnly",
|
|
852
|
-
"provenance": "ExplicitView",
|
|
853
|
-
"arity": 0,
|
|
854
|
-
"parameterCount": 0,
|
|
855
|
-
"isStatic": false,
|
|
856
|
-
"isAbstract": false,
|
|
857
|
-
"isVirtual": true,
|
|
858
|
-
"isOverride": false,
|
|
859
|
-
"isSealed": false,
|
|
860
|
-
"visibility": "Public",
|
|
861
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
862
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
863
|
-
"isExtensionMethod": false,
|
|
864
|
-
"sourceInterface": "System.Collections.IEnumerator"
|
|
865
|
-
}
|
|
866
|
-
],
|
|
867
|
-
"properties": [
|
|
868
|
-
{
|
|
869
|
-
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator::Current:System.Text.RegularExpressions.ValueMatch",
|
|
870
|
-
"clrName": "Current",
|
|
871
|
-
"metadataToken": 385876087,
|
|
872
|
-
"canonicalSignature": ":System.Text.RegularExpressions.ValueMatch",
|
|
873
|
-
"normalizedSignature": "Current|:System.Text.RegularExpressions.ValueMatch|static=false|accessor=get",
|
|
874
|
-
"emitScope": "ClassSurface",
|
|
875
|
-
"provenance": "Original",
|
|
876
|
-
"isIndexer": false,
|
|
877
|
-
"hasGetter": true,
|
|
878
|
-
"hasSetter": false,
|
|
879
|
-
"isStatic": false,
|
|
880
|
-
"isAbstract": false,
|
|
881
|
-
"isVirtual": true,
|
|
882
|
-
"isOverride": false,
|
|
883
|
-
"visibility": "Public",
|
|
884
|
-
"declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
885
|
-
"declaringAssemblyName": "System.Text.RegularExpressions"
|
|
886
|
-
},
|
|
887
|
-
{
|
|
888
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
|
|
889
|
-
"clrName": "Current",
|
|
890
|
-
"metadataToken": 385881426,
|
|
891
|
-
"canonicalSignature": ":T",
|
|
892
|
-
"normalizedSignature": "Current|:T|static=false|accessor=get",
|
|
893
|
-
"emitScope": "ViewOnly",
|
|
894
|
-
"provenance": "ExplicitView",
|
|
895
|
-
"isIndexer": false,
|
|
896
|
-
"hasGetter": true,
|
|
897
|
-
"hasSetter": false,
|
|
898
|
-
"isStatic": false,
|
|
899
|
-
"isAbstract": false,
|
|
900
|
-
"isVirtual": true,
|
|
901
|
-
"isOverride": false,
|
|
902
|
-
"visibility": "Public",
|
|
903
|
-
"sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
|
|
904
|
-
"declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
|
|
905
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
906
|
-
},
|
|
907
|
-
{
|
|
908
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
|
|
909
|
-
"clrName": "Current",
|
|
910
|
-
"metadataToken": 385881267,
|
|
911
|
-
"canonicalSignature": ":System.Object",
|
|
912
|
-
"normalizedSignature": "Current|:System.Object|static=false|accessor=get",
|
|
913
|
-
"emitScope": "ViewOnly",
|
|
914
|
-
"provenance": "ExplicitView",
|
|
915
|
-
"isIndexer": false,
|
|
916
|
-
"hasGetter": true,
|
|
917
|
-
"hasSetter": false,
|
|
918
|
-
"isStatic": false,
|
|
919
|
-
"isAbstract": false,
|
|
920
|
-
"isVirtual": true,
|
|
921
|
-
"isOverride": false,
|
|
922
|
-
"visibility": "Public",
|
|
923
|
-
"sourceInterface": "System.Collections.IEnumerator",
|
|
924
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
925
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
926
|
-
}
|
|
927
|
-
],
|
|
928
|
-
"fields": [],
|
|
929
|
-
"events": [],
|
|
930
|
-
"constructors": []
|
|
931
|
-
},
|
|
932
|
-
{
|
|
933
|
-
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
934
|
-
"clrName": "System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
935
|
-
"assemblyName": "System.Text.RegularExpressions",
|
|
936
|
-
"metadataToken": 0,
|
|
937
|
-
"kind": "Struct",
|
|
938
|
-
"accessibility": "Public",
|
|
939
|
-
"isAbstract": false,
|
|
940
|
-
"isSealed": true,
|
|
941
|
-
"isStatic": false,
|
|
942
|
-
"arity": 0,
|
|
943
|
-
"baseType": {
|
|
944
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
945
|
-
"clrName": "System.ValueType"
|
|
946
|
-
},
|
|
947
|
-
"interfaces": [
|
|
948
|
-
{
|
|
949
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
950
|
-
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
951
|
-
"typeArguments": [
|
|
952
|
-
"Range"
|
|
953
|
-
]
|
|
954
|
-
},
|
|
955
|
-
{
|
|
956
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
957
|
-
"clrName": "System.Collections.IEnumerator"
|
|
958
|
-
},
|
|
959
|
-
{
|
|
960
|
-
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
961
|
-
"clrName": "System.IDisposable"
|
|
962
|
-
}
|
|
963
|
-
],
|
|
964
|
-
"methods": [
|
|
965
|
-
{
|
|
966
|
-
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator::GetEnumerator():System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
967
|
-
"clrName": "GetEnumerator",
|
|
968
|
-
"metadataToken": 100663726,
|
|
969
|
-
"canonicalSignature": "():System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
970
|
-
"normalizedSignature": "GetEnumerator|():System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator|static=false",
|
|
971
|
-
"emitScope": "ClassSurface",
|
|
972
|
-
"provenance": "Original",
|
|
973
|
-
"arity": 0,
|
|
974
|
-
"parameterCount": 0,
|
|
975
|
-
"isStatic": false,
|
|
976
|
-
"isAbstract": false,
|
|
977
|
-
"isVirtual": false,
|
|
978
|
-
"isOverride": false,
|
|
979
|
-
"isSealed": false,
|
|
980
|
-
"visibility": "Public",
|
|
981
|
-
"declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
982
|
-
"declaringAssemblyName": "System.Text.RegularExpressions",
|
|
983
|
-
"isExtensionMethod": false
|
|
984
|
-
},
|
|
985
|
-
{
|
|
986
|
-
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator::MoveNext():System.Boolean",
|
|
987
|
-
"clrName": "MoveNext",
|
|
988
|
-
"metadataToken": 100663727,
|
|
989
|
-
"canonicalSignature": "():System.Boolean",
|
|
990
|
-
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
991
|
-
"emitScope": "ClassSurface",
|
|
992
|
-
"provenance": "Original",
|
|
993
|
-
"arity": 0,
|
|
994
|
-
"parameterCount": 0,
|
|
995
|
-
"isStatic": false,
|
|
996
|
-
"isAbstract": false,
|
|
997
|
-
"isVirtual": true,
|
|
998
|
-
"isOverride": false,
|
|
999
|
-
"isSealed": true,
|
|
1000
|
-
"visibility": "Public",
|
|
1001
|
-
"declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
1002
|
-
"declaringAssemblyName": "System.Text.RegularExpressions",
|
|
1003
|
-
"isExtensionMethod": false
|
|
1004
|
-
},
|
|
1005
|
-
{
|
|
1006
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
|
|
1007
|
-
"clrName": "Reset",
|
|
1008
|
-
"metadataToken": 100703848,
|
|
1009
|
-
"canonicalSignature": "():System.Void",
|
|
1010
|
-
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
1011
|
-
"emitScope": "ClassSurface",
|
|
1012
|
-
"provenance": "ExplicitView",
|
|
1013
|
-
"arity": 0,
|
|
1014
|
-
"parameterCount": 0,
|
|
1015
|
-
"isStatic": false,
|
|
1016
|
-
"isAbstract": false,
|
|
1017
|
-
"isVirtual": true,
|
|
1018
|
-
"isOverride": false,
|
|
1019
|
-
"isSealed": false,
|
|
1020
|
-
"visibility": "Public",
|
|
1021
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
1022
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1023
|
-
"isExtensionMethod": false
|
|
1024
|
-
},
|
|
1025
|
-
{
|
|
1026
|
-
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
1027
|
-
"clrName": "Dispose",
|
|
1028
|
-
"metadataToken": 100668530,
|
|
1029
|
-
"canonicalSignature": "():System.Void",
|
|
1030
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
1031
|
-
"emitScope": "ViewOnly",
|
|
1032
|
-
"provenance": "ExplicitView",
|
|
1033
|
-
"arity": 0,
|
|
1034
|
-
"parameterCount": 0,
|
|
1035
|
-
"isStatic": false,
|
|
1036
|
-
"isAbstract": false,
|
|
1037
|
-
"isVirtual": true,
|
|
1038
|
-
"isOverride": false,
|
|
1039
|
-
"isSealed": false,
|
|
1040
|
-
"visibility": "Public",
|
|
1041
|
-
"declaringClrType": "System.IDisposable",
|
|
1042
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1043
|
-
"isExtensionMethod": false,
|
|
1044
|
-
"sourceInterface": "System.Collections.IEnumerator"
|
|
1045
|
-
},
|
|
1046
|
-
{
|
|
1047
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
|
|
1048
|
-
"clrName": "MoveNext",
|
|
1049
|
-
"metadataToken": 100703846,
|
|
1050
|
-
"canonicalSignature": "():System.Boolean",
|
|
1051
|
-
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
1052
|
-
"emitScope": "ViewOnly",
|
|
1053
|
-
"provenance": "ExplicitView",
|
|
1054
|
-
"arity": 0,
|
|
1055
|
-
"parameterCount": 0,
|
|
1056
|
-
"isStatic": false,
|
|
1057
|
-
"isAbstract": false,
|
|
1058
|
-
"isVirtual": true,
|
|
1059
|
-
"isOverride": false,
|
|
1060
|
-
"isSealed": false,
|
|
1061
|
-
"visibility": "Public",
|
|
1062
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
1063
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1064
|
-
"isExtensionMethod": false,
|
|
1065
|
-
"sourceInterface": "System.Collections.IEnumerator"
|
|
1066
|
-
}
|
|
1067
|
-
],
|
|
1068
|
-
"properties": [
|
|
1069
|
-
{
|
|
1070
|
-
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator::Current:System.Range",
|
|
1071
|
-
"clrName": "Current",
|
|
1072
|
-
"metadataToken": 385876089,
|
|
1073
|
-
"canonicalSignature": ":System.Range",
|
|
1074
|
-
"normalizedSignature": "Current|:System.Range|static=false|accessor=get",
|
|
1075
|
-
"emitScope": "ClassSurface",
|
|
1076
|
-
"provenance": "Original",
|
|
1077
|
-
"isIndexer": false,
|
|
1078
|
-
"hasGetter": true,
|
|
1079
|
-
"hasSetter": false,
|
|
1080
|
-
"isStatic": false,
|
|
1081
|
-
"isAbstract": false,
|
|
1082
|
-
"isVirtual": true,
|
|
1083
|
-
"isOverride": false,
|
|
1084
|
-
"visibility": "Public",
|
|
1085
|
-
"declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
1086
|
-
"declaringAssemblyName": "System.Text.RegularExpressions"
|
|
1087
|
-
},
|
|
1088
|
-
{
|
|
1089
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
|
|
1090
|
-
"clrName": "Current",
|
|
1091
|
-
"metadataToken": 385881426,
|
|
1092
|
-
"canonicalSignature": ":T",
|
|
1093
|
-
"normalizedSignature": "Current|:T|static=false|accessor=get",
|
|
1094
|
-
"emitScope": "ViewOnly",
|
|
1095
|
-
"provenance": "ExplicitView",
|
|
1096
|
-
"isIndexer": false,
|
|
1097
|
-
"hasGetter": true,
|
|
1098
|
-
"hasSetter": false,
|
|
1099
|
-
"isStatic": false,
|
|
1100
|
-
"isAbstract": false,
|
|
1101
|
-
"isVirtual": true,
|
|
1102
|
-
"isOverride": false,
|
|
1103
|
-
"visibility": "Public",
|
|
1104
|
-
"sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
|
|
1105
|
-
"declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
|
|
1106
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1107
|
-
},
|
|
1108
|
-
{
|
|
1109
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
|
|
1110
|
-
"clrName": "Current",
|
|
1111
|
-
"metadataToken": 385881267,
|
|
1112
|
-
"canonicalSignature": ":System.Object",
|
|
1113
|
-
"normalizedSignature": "Current|:System.Object|static=false|accessor=get",
|
|
1114
|
-
"emitScope": "ViewOnly",
|
|
1115
|
-
"provenance": "ExplicitView",
|
|
1116
|
-
"isIndexer": false,
|
|
1117
|
-
"hasGetter": true,
|
|
1118
|
-
"hasSetter": false,
|
|
1119
|
-
"isStatic": false,
|
|
1120
|
-
"isAbstract": false,
|
|
1121
|
-
"isVirtual": true,
|
|
1122
|
-
"isOverride": false,
|
|
1123
|
-
"visibility": "Public",
|
|
1124
|
-
"sourceInterface": "System.Collections.IEnumerator",
|
|
1125
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
1126
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1127
|
-
}
|
|
1128
|
-
],
|
|
1129
|
-
"fields": [],
|
|
1130
|
-
"events": [],
|
|
1131
|
-
"constructors": []
|
|
1132
|
-
},
|
|
1133
731
|
{
|
|
1134
732
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.ValueMatch",
|
|
1135
733
|
"clrName": "System.Text.RegularExpressions.ValueMatch",
|
|
@@ -5857,6 +5455,204 @@
|
|
|
5857
5455
|
}
|
|
5858
5456
|
]
|
|
5859
5457
|
},
|
|
5458
|
+
{
|
|
5459
|
+
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
5460
|
+
"clrName": "System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
5461
|
+
"assemblyName": "System.Text.RegularExpressions",
|
|
5462
|
+
"metadataToken": 0,
|
|
5463
|
+
"kind": "Struct",
|
|
5464
|
+
"accessibility": "Public",
|
|
5465
|
+
"isAbstract": false,
|
|
5466
|
+
"isSealed": true,
|
|
5467
|
+
"isStatic": false,
|
|
5468
|
+
"arity": 0,
|
|
5469
|
+
"baseType": {
|
|
5470
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
5471
|
+
"clrName": "System.ValueType"
|
|
5472
|
+
},
|
|
5473
|
+
"interfaces": [
|
|
5474
|
+
{
|
|
5475
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
5476
|
+
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
5477
|
+
"typeArguments": [
|
|
5478
|
+
"ValueMatch"
|
|
5479
|
+
]
|
|
5480
|
+
},
|
|
5481
|
+
{
|
|
5482
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
5483
|
+
"clrName": "System.Collections.IEnumerator"
|
|
5484
|
+
},
|
|
5485
|
+
{
|
|
5486
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
5487
|
+
"clrName": "System.IDisposable"
|
|
5488
|
+
}
|
|
5489
|
+
],
|
|
5490
|
+
"methods": [
|
|
5491
|
+
{
|
|
5492
|
+
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator::GetEnumerator():System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
5493
|
+
"clrName": "GetEnumerator",
|
|
5494
|
+
"metadataToken": 100663719,
|
|
5495
|
+
"canonicalSignature": "():System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
5496
|
+
"normalizedSignature": "GetEnumerator|():System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator|static=false",
|
|
5497
|
+
"emitScope": "ClassSurface",
|
|
5498
|
+
"provenance": "Original",
|
|
5499
|
+
"arity": 0,
|
|
5500
|
+
"parameterCount": 0,
|
|
5501
|
+
"isStatic": false,
|
|
5502
|
+
"isAbstract": false,
|
|
5503
|
+
"isVirtual": false,
|
|
5504
|
+
"isOverride": false,
|
|
5505
|
+
"isSealed": false,
|
|
5506
|
+
"visibility": "Public",
|
|
5507
|
+
"declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
5508
|
+
"declaringAssemblyName": "System.Text.RegularExpressions",
|
|
5509
|
+
"isExtensionMethod": false
|
|
5510
|
+
},
|
|
5511
|
+
{
|
|
5512
|
+
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator::MoveNext():System.Boolean",
|
|
5513
|
+
"clrName": "MoveNext",
|
|
5514
|
+
"metadataToken": 100663720,
|
|
5515
|
+
"canonicalSignature": "():System.Boolean",
|
|
5516
|
+
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
5517
|
+
"emitScope": "ClassSurface",
|
|
5518
|
+
"provenance": "Original",
|
|
5519
|
+
"arity": 0,
|
|
5520
|
+
"parameterCount": 0,
|
|
5521
|
+
"isStatic": false,
|
|
5522
|
+
"isAbstract": false,
|
|
5523
|
+
"isVirtual": true,
|
|
5524
|
+
"isOverride": false,
|
|
5525
|
+
"isSealed": true,
|
|
5526
|
+
"visibility": "Public",
|
|
5527
|
+
"declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
5528
|
+
"declaringAssemblyName": "System.Text.RegularExpressions",
|
|
5529
|
+
"isExtensionMethod": false
|
|
5530
|
+
}
|
|
5531
|
+
],
|
|
5532
|
+
"properties": [
|
|
5533
|
+
{
|
|
5534
|
+
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator::Current:System.Text.RegularExpressions.ValueMatch",
|
|
5535
|
+
"clrName": "Current",
|
|
5536
|
+
"metadataToken": 385876087,
|
|
5537
|
+
"canonicalSignature": ":System.Text.RegularExpressions.ValueMatch",
|
|
5538
|
+
"normalizedSignature": "Current|:System.Text.RegularExpressions.ValueMatch|static=false|accessor=get",
|
|
5539
|
+
"emitScope": "ClassSurface",
|
|
5540
|
+
"provenance": "Original",
|
|
5541
|
+
"isIndexer": false,
|
|
5542
|
+
"hasGetter": true,
|
|
5543
|
+
"hasSetter": false,
|
|
5544
|
+
"isStatic": false,
|
|
5545
|
+
"isAbstract": false,
|
|
5546
|
+
"isVirtual": true,
|
|
5547
|
+
"isOverride": false,
|
|
5548
|
+
"visibility": "Public",
|
|
5549
|
+
"declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
5550
|
+
"declaringAssemblyName": "System.Text.RegularExpressions"
|
|
5551
|
+
}
|
|
5552
|
+
],
|
|
5553
|
+
"fields": [],
|
|
5554
|
+
"events": [],
|
|
5555
|
+
"constructors": []
|
|
5556
|
+
},
|
|
5557
|
+
{
|
|
5558
|
+
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
5559
|
+
"clrName": "System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
5560
|
+
"assemblyName": "System.Text.RegularExpressions",
|
|
5561
|
+
"metadataToken": 0,
|
|
5562
|
+
"kind": "Struct",
|
|
5563
|
+
"accessibility": "Public",
|
|
5564
|
+
"isAbstract": false,
|
|
5565
|
+
"isSealed": true,
|
|
5566
|
+
"isStatic": false,
|
|
5567
|
+
"arity": 0,
|
|
5568
|
+
"baseType": {
|
|
5569
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
5570
|
+
"clrName": "System.ValueType"
|
|
5571
|
+
},
|
|
5572
|
+
"interfaces": [
|
|
5573
|
+
{
|
|
5574
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
5575
|
+
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
5576
|
+
"typeArguments": [
|
|
5577
|
+
"Range"
|
|
5578
|
+
]
|
|
5579
|
+
},
|
|
5580
|
+
{
|
|
5581
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
5582
|
+
"clrName": "System.Collections.IEnumerator"
|
|
5583
|
+
},
|
|
5584
|
+
{
|
|
5585
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
5586
|
+
"clrName": "System.IDisposable"
|
|
5587
|
+
}
|
|
5588
|
+
],
|
|
5589
|
+
"methods": [
|
|
5590
|
+
{
|
|
5591
|
+
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator::GetEnumerator():System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
5592
|
+
"clrName": "GetEnumerator",
|
|
5593
|
+
"metadataToken": 100663726,
|
|
5594
|
+
"canonicalSignature": "():System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
5595
|
+
"normalizedSignature": "GetEnumerator|():System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator|static=false",
|
|
5596
|
+
"emitScope": "ClassSurface",
|
|
5597
|
+
"provenance": "Original",
|
|
5598
|
+
"arity": 0,
|
|
5599
|
+
"parameterCount": 0,
|
|
5600
|
+
"isStatic": false,
|
|
5601
|
+
"isAbstract": false,
|
|
5602
|
+
"isVirtual": false,
|
|
5603
|
+
"isOverride": false,
|
|
5604
|
+
"isSealed": false,
|
|
5605
|
+
"visibility": "Public",
|
|
5606
|
+
"declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
5607
|
+
"declaringAssemblyName": "System.Text.RegularExpressions",
|
|
5608
|
+
"isExtensionMethod": false
|
|
5609
|
+
},
|
|
5610
|
+
{
|
|
5611
|
+
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator::MoveNext():System.Boolean",
|
|
5612
|
+
"clrName": "MoveNext",
|
|
5613
|
+
"metadataToken": 100663727,
|
|
5614
|
+
"canonicalSignature": "():System.Boolean",
|
|
5615
|
+
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
5616
|
+
"emitScope": "ClassSurface",
|
|
5617
|
+
"provenance": "Original",
|
|
5618
|
+
"arity": 0,
|
|
5619
|
+
"parameterCount": 0,
|
|
5620
|
+
"isStatic": false,
|
|
5621
|
+
"isAbstract": false,
|
|
5622
|
+
"isVirtual": true,
|
|
5623
|
+
"isOverride": false,
|
|
5624
|
+
"isSealed": true,
|
|
5625
|
+
"visibility": "Public",
|
|
5626
|
+
"declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
5627
|
+
"declaringAssemblyName": "System.Text.RegularExpressions",
|
|
5628
|
+
"isExtensionMethod": false
|
|
5629
|
+
}
|
|
5630
|
+
],
|
|
5631
|
+
"properties": [
|
|
5632
|
+
{
|
|
5633
|
+
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator::Current:System.Range",
|
|
5634
|
+
"clrName": "Current",
|
|
5635
|
+
"metadataToken": 385876089,
|
|
5636
|
+
"canonicalSignature": ":System.Range",
|
|
5637
|
+
"normalizedSignature": "Current|:System.Range|static=false|accessor=get",
|
|
5638
|
+
"emitScope": "ClassSurface",
|
|
5639
|
+
"provenance": "Original",
|
|
5640
|
+
"isIndexer": false,
|
|
5641
|
+
"hasGetter": true,
|
|
5642
|
+
"hasSetter": false,
|
|
5643
|
+
"isStatic": false,
|
|
5644
|
+
"isAbstract": false,
|
|
5645
|
+
"isVirtual": true,
|
|
5646
|
+
"isOverride": false,
|
|
5647
|
+
"visibility": "Public",
|
|
5648
|
+
"declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
5649
|
+
"declaringAssemblyName": "System.Text.RegularExpressions"
|
|
5650
|
+
}
|
|
5651
|
+
],
|
|
5652
|
+
"fields": [],
|
|
5653
|
+
"events": [],
|
|
5654
|
+
"constructors": []
|
|
5655
|
+
},
|
|
5860
5656
|
{
|
|
5861
5657
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexCompilationInfo",
|
|
5862
5658
|
"clrName": "System.Text.RegularExpressions.RegexCompilationInfo",
|