@tsonic/dotnet 10.0.9 → 10.0.10
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/System/internal/index.d.ts +35 -38
- package/System.Collections/internal/index.d.ts +3 -6
- package/System.Collections.Generic/internal/index.d.ts +5 -10
- package/System.Collections.Immutable/internal/index.d.ts +7 -14
- package/System.Collections.ObjectModel/internal/index.d.ts +2 -4
- package/System.Collections.Specialized/internal/index.d.ts +3 -6
- package/System.ComponentModel/internal/index.d.ts +6 -12
- package/System.ComponentModel.Design/internal/index.d.ts +2 -4
- package/System.Data/internal/index.d.ts +2 -4
- package/System.Data.Common/internal/index.d.ts +3 -6
- package/System.Data.SqlTypes/internal/index.d.ts +3 -6
- package/System.Diagnostics/internal/index.d.ts +4 -8
- package/System.Dynamic/internal/index.d.ts +1 -1
- package/System.IO.Pipelines/internal/index.d.ts +1 -1
- package/System.Net/internal/index.d.ts +3 -4
- package/System.Net.Http.Headers/internal/index.d.ts +1 -2
- package/System.Net.Mail/internal/index.d.ts +3 -3
- package/System.Net.NetworkInformation/internal/index.d.ts +5 -10
- package/System.Numerics/internal/index.d.ts +5 -10
- package/System.Reflection/internal/index.d.ts +1 -2
- package/System.Reflection.Metadata/internal/index.d.ts +3 -5
- package/System.Runtime.CompilerServices/internal/index.d.ts +3 -6
- package/System.Runtime.InteropServices/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +4 -8
- package/System.Security.AccessControl/internal/index.d.ts +4 -8
- package/System.Security.Cryptography/internal/index.d.ts +1 -2
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +3 -5
- package/System.Security.Principal/internal/index.d.ts +2 -3
- package/System.Text/internal/index.d.ts +2 -3
- package/System.Text.Json/internal/index.d.ts +1 -2
- package/System.Text.RegularExpressions/internal/index.d.ts +2 -4
- package/System.Threading.Tasks/internal/index.d.ts +16 -8
- package/System.Xml/internal/index.d.ts +1 -2
- package/System.Xml.Linq/internal/index.d.ts +1 -1
- package/System.Xml.Schema/internal/index.d.ts +2 -4
- package/System.Xml.Serialization/internal/index.d.ts +4 -8
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -2
- package/package.json +1 -1
|
@@ -1999,7 +1999,6 @@ export interface GenericParameterConstraintHandleCollection$instance {
|
|
|
1999
1999
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
2000
2000
|
|
|
2001
2001
|
readonly Count: int;
|
|
2002
|
-
readonly [index: number]: GenericParameterConstraintHandle;
|
|
2003
2002
|
GetEnumerator(): GenericParameterConstraintHandleCollection_Enumerator;
|
|
2004
2003
|
}
|
|
2005
2004
|
|
|
@@ -2015,7 +2014,7 @@ export interface __GenericParameterConstraintHandleCollection$views {
|
|
|
2015
2014
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
2016
2015
|
}
|
|
2017
2016
|
|
|
2018
|
-
export type GenericParameterConstraintHandleCollection = GenericParameterConstraintHandleCollection$instance & __GenericParameterConstraintHandleCollection$views;
|
|
2017
|
+
export type GenericParameterConstraintHandleCollection = GenericParameterConstraintHandleCollection$instance & __GenericParameterConstraintHandleCollection$views & { readonly [index: number]: GenericParameterConstraintHandle; };
|
|
2019
2018
|
|
|
2020
2019
|
|
|
2021
2020
|
export interface GenericParameterConstraintHandleCollection_Enumerator$instance {
|
|
@@ -2080,7 +2079,6 @@ export interface GenericParameterHandleCollection$instance {
|
|
|
2080
2079
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
2081
2080
|
|
|
2082
2081
|
readonly Count: int;
|
|
2083
|
-
readonly [index: number]: GenericParameterHandle;
|
|
2084
2082
|
GetEnumerator(): GenericParameterHandleCollection_Enumerator;
|
|
2085
2083
|
}
|
|
2086
2084
|
|
|
@@ -2096,7 +2094,7 @@ export interface __GenericParameterHandleCollection$views {
|
|
|
2096
2094
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
2097
2095
|
}
|
|
2098
2096
|
|
|
2099
|
-
export type GenericParameterHandleCollection = GenericParameterHandleCollection$instance & __GenericParameterHandleCollection$views;
|
|
2097
|
+
export type GenericParameterHandleCollection = GenericParameterHandleCollection$instance & __GenericParameterHandleCollection$views & { readonly [index: number]: GenericParameterHandle; };
|
|
2100
2098
|
|
|
2101
2099
|
|
|
2102
2100
|
export interface GenericParameterHandleCollection_Enumerator$instance {
|
|
@@ -4296,7 +4294,7 @@ export const DebugMetadataHeader: {
|
|
|
4296
4294
|
|
|
4297
4295
|
export type DebugMetadataHeader = DebugMetadataHeader$instance;
|
|
4298
4296
|
|
|
4299
|
-
export interface HandleComparer$instance {
|
|
4297
|
+
export interface HandleComparer$instance extends System_Collections_Generic_Internal.IComparer_1$instance<EntityHandle> {
|
|
4300
4298
|
readonly __tsonic_type_System_Reflection_Metadata_HandleComparer: never;
|
|
4301
4299
|
|
|
4302
4300
|
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
@@ -112,11 +112,10 @@ export interface IRuntimeVariables$instance {
|
|
|
112
112
|
readonly __tsonic_iface_System_Runtime_CompilerServices_IRuntimeVariables: never;
|
|
113
113
|
|
|
114
114
|
readonly Count: int;
|
|
115
|
-
[index: number]: unknown | undefined;
|
|
116
115
|
}
|
|
117
116
|
|
|
118
117
|
|
|
119
|
-
export type IRuntimeVariables = IRuntimeVariables$instance;
|
|
118
|
+
export type IRuntimeVariables = IRuntimeVariables$instance & { [index: number]: unknown | undefined; };
|
|
120
119
|
|
|
121
120
|
export interface IStrongBox$instance {
|
|
122
121
|
readonly __tsonic_iface_System_Runtime_CompilerServices_IStrongBox: never;
|
|
@@ -132,11 +131,10 @@ export interface ITuple$instance {
|
|
|
132
131
|
readonly __tsonic_iface_System_Runtime_CompilerServices_ITuple: never;
|
|
133
132
|
|
|
134
133
|
readonly Length: int;
|
|
135
|
-
readonly [index: number]: unknown | undefined;
|
|
136
134
|
}
|
|
137
135
|
|
|
138
136
|
|
|
139
|
-
export type ITuple = ITuple$instance;
|
|
137
|
+
export type ITuple = ITuple$instance & { readonly [index: number]: unknown | undefined; };
|
|
140
138
|
|
|
141
139
|
export interface AsyncIteratorMethodBuilder$instance {
|
|
142
140
|
readonly __tsonic_type_System_Runtime_CompilerServices_AsyncIteratorMethodBuilder: never;
|
|
@@ -1806,7 +1804,6 @@ export interface ReadOnlyCollectionBuilder_1$instance<T> {
|
|
|
1806
1804
|
|
|
1807
1805
|
Capacity: int;
|
|
1808
1806
|
readonly Count: int;
|
|
1809
|
-
[index: number]: T;
|
|
1810
1807
|
Add(item: T): void;
|
|
1811
1808
|
Clear(): void;
|
|
1812
1809
|
Contains(item: T): boolean;
|
|
@@ -1839,7 +1836,7 @@ export interface __ReadOnlyCollectionBuilder_1$views<T> {
|
|
|
1839
1836
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
1840
1837
|
}
|
|
1841
1838
|
|
|
1842
|
-
export type ReadOnlyCollectionBuilder_1<T> = ReadOnlyCollectionBuilder_1$instance<T> & __ReadOnlyCollectionBuilder_1$views<T
|
|
1839
|
+
export type ReadOnlyCollectionBuilder_1<T> = ReadOnlyCollectionBuilder_1$instance<T> & __ReadOnlyCollectionBuilder_1$views<T> & { [index: number]: T; };
|
|
1843
1840
|
|
|
1844
1841
|
|
|
1845
1842
|
export interface ReferenceAssemblyAttribute$instance extends Attribute {
|
|
@@ -606,7 +606,7 @@ export const HandleRef: {
|
|
|
606
606
|
|
|
607
607
|
export type HandleRef = HandleRef$instance;
|
|
608
608
|
|
|
609
|
-
export interface NFloat$instance extends IBitwiseOperators_3<NFloat, NFloat, NFloat>, IComparisonOperators_3<NFloat, NFloat, System_Internal.Boolean>, IEqualityOperators_3<NFloat, NFloat, System_Internal.Boolean>, IModulusOperators_3<NFloat, NFloat, NFloat>, IAdditionOperators_3<NFloat, NFloat, NFloat>, IDecrementOperators_1<NFloat>, IDivisionOperators_3<NFloat, NFloat, NFloat>, IIncrementOperators_1<NFloat>, IMultiplyOperators_3<NFloat, NFloat, NFloat>, ISubtractionOperators_3<NFloat, NFloat, NFloat>, IUnaryPlusOperators_2<NFloat, NFloat>, IUnaryNegationOperators_2<NFloat, NFloat> {
|
|
609
|
+
export interface NFloat$instance extends IBitwiseOperators_3<NFloat, NFloat, NFloat>, IComparisonOperators_3<NFloat, NFloat, System_Internal.Boolean>, IEqualityOperators_3<NFloat, NFloat, System_Internal.Boolean>, IModulusOperators_3<NFloat, NFloat, NFloat>, IAdditionOperators_3<NFloat, NFloat, NFloat>, IDecrementOperators_1<NFloat>, IDivisionOperators_3<NFloat, NFloat, NFloat>, IIncrementOperators_1<NFloat>, IMultiplyOperators_3<NFloat, NFloat, NFloat>, ISubtractionOperators_3<NFloat, NFloat, NFloat>, IUnaryPlusOperators_2<NFloat, NFloat>, IUnaryNegationOperators_2<NFloat, NFloat>, System_Numerics_Internal.IMinMaxValue_1$instance<NFloat> {
|
|
610
610
|
readonly __tsonic_type_System_Runtime_InteropServices_NFloat: never;
|
|
611
611
|
|
|
612
612
|
readonly __tsonic_iface_System_IComparable: never;
|
|
@@ -28,7 +28,6 @@ export interface Vector128_1$instance<T> extends IAdditionOperators_3<Vector128_
|
|
|
28
28
|
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
29
29
|
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
30
30
|
|
|
31
|
-
readonly [index: number]: T;
|
|
32
31
|
Equals(obj: unknown): boolean;
|
|
33
32
|
Equals(other: Vector128_1<T>): boolean;
|
|
34
33
|
GetHashCode(): int;
|
|
@@ -54,7 +53,7 @@ export interface __Vector128_1$views<T> {
|
|
|
54
53
|
Equals(other: Vector128_1<T>): boolean;
|
|
55
54
|
}
|
|
56
55
|
|
|
57
|
-
export type Vector128_1<T> = Vector128_1$instance<T> & __Vector128_1$views<T
|
|
56
|
+
export type Vector128_1<T> = Vector128_1$instance<T> & __Vector128_1$views<T> & { readonly [index: number]: T; };
|
|
58
57
|
|
|
59
58
|
|
|
60
59
|
export interface Vector256_1$instance<T> extends IAdditionOperators_3<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, IBitwiseOperators_3<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, IDivisionOperators_3<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, IEqualityOperators_3<Vector256_1<T>, Vector256_1<T>, System_Internal.Boolean>, IMultiplyOperators_3<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, IShiftOperators_3<Vector256_1<T>, System_Internal.Int32, Vector256_1<T>>, ISubtractionOperators_3<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, IUnaryNegationOperators_2<Vector256_1<T>, Vector256_1<T>>, IUnaryPlusOperators_2<Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IAdditionOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IBitwiseOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IDivisionOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IEqualityOperators_3$instance<Vector256_1<T>, Vector256_1<T>, System_Internal.Boolean>, System_Numerics_Internal.IMultiplyOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IShiftOperators_3$instance<Vector256_1<T>, System_Internal.Int32, Vector256_1<T>>, System_Numerics_Internal.ISubtractionOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IUnaryNegationOperators_2$instance<Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IUnaryPlusOperators_2$instance<Vector256_1<T>, Vector256_1<T>> {
|
|
@@ -71,7 +70,6 @@ export interface Vector256_1$instance<T> extends IAdditionOperators_3<Vector256_
|
|
|
71
70
|
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
72
71
|
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
73
72
|
|
|
74
|
-
readonly [index: number]: T;
|
|
75
73
|
Equals(obj: unknown): boolean;
|
|
76
74
|
Equals(other: Vector256_1<T>): boolean;
|
|
77
75
|
GetHashCode(): int;
|
|
@@ -97,7 +95,7 @@ export interface __Vector256_1$views<T> {
|
|
|
97
95
|
Equals(other: Vector256_1<T>): boolean;
|
|
98
96
|
}
|
|
99
97
|
|
|
100
|
-
export type Vector256_1<T> = Vector256_1$instance<T> & __Vector256_1$views<T
|
|
98
|
+
export type Vector256_1<T> = Vector256_1$instance<T> & __Vector256_1$views<T> & { readonly [index: number]: T; };
|
|
101
99
|
|
|
102
100
|
|
|
103
101
|
export interface Vector512_1$instance<T> extends IAdditionOperators_3<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, IBitwiseOperators_3<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, IDivisionOperators_3<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, IEqualityOperators_3<Vector512_1<T>, Vector512_1<T>, System_Internal.Boolean>, IMultiplyOperators_3<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, IShiftOperators_3<Vector512_1<T>, System_Internal.Int32, Vector512_1<T>>, ISubtractionOperators_3<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, IUnaryNegationOperators_2<Vector512_1<T>, Vector512_1<T>>, IUnaryPlusOperators_2<Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IAdditionOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IBitwiseOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IDivisionOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IEqualityOperators_3$instance<Vector512_1<T>, Vector512_1<T>, System_Internal.Boolean>, System_Numerics_Internal.IMultiplyOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IShiftOperators_3$instance<Vector512_1<T>, System_Internal.Int32, Vector512_1<T>>, System_Numerics_Internal.ISubtractionOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IUnaryNegationOperators_2$instance<Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IUnaryPlusOperators_2$instance<Vector512_1<T>, Vector512_1<T>> {
|
|
@@ -114,7 +112,6 @@ export interface Vector512_1$instance<T> extends IAdditionOperators_3<Vector512_
|
|
|
114
112
|
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
115
113
|
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
116
114
|
|
|
117
|
-
readonly [index: number]: T;
|
|
118
115
|
Equals(obj: unknown): boolean;
|
|
119
116
|
Equals(other: Vector512_1<T>): boolean;
|
|
120
117
|
GetHashCode(): int;
|
|
@@ -140,7 +137,7 @@ export interface __Vector512_1$views<T> {
|
|
|
140
137
|
Equals(other: Vector512_1<T>): boolean;
|
|
141
138
|
}
|
|
142
139
|
|
|
143
|
-
export type Vector512_1<T> = Vector512_1$instance<T> & __Vector512_1$views<T
|
|
140
|
+
export type Vector512_1<T> = Vector512_1$instance<T> & __Vector512_1$views<T> & { readonly [index: number]: T; };
|
|
144
141
|
|
|
145
142
|
|
|
146
143
|
export interface Vector64_1$instance<T> extends IAdditionOperators_3<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, IBitwiseOperators_3<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, IDivisionOperators_3<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, IEqualityOperators_3<Vector64_1<T>, Vector64_1<T>, System_Internal.Boolean>, IMultiplyOperators_3<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, IShiftOperators_3<Vector64_1<T>, System_Internal.Int32, Vector64_1<T>>, ISubtractionOperators_3<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, IUnaryNegationOperators_2<Vector64_1<T>, Vector64_1<T>>, IUnaryPlusOperators_2<Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IAdditionOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IBitwiseOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IDivisionOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IEqualityOperators_3$instance<Vector64_1<T>, Vector64_1<T>, System_Internal.Boolean>, System_Numerics_Internal.IMultiplyOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IShiftOperators_3$instance<Vector64_1<T>, System_Internal.Int32, Vector64_1<T>>, System_Numerics_Internal.ISubtractionOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IUnaryNegationOperators_2$instance<Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IUnaryPlusOperators_2$instance<Vector64_1<T>, Vector64_1<T>> {
|
|
@@ -157,7 +154,6 @@ export interface Vector64_1$instance<T> extends IAdditionOperators_3<Vector64_1<
|
|
|
157
154
|
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
158
155
|
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
159
156
|
|
|
160
|
-
readonly [index: number]: T;
|
|
161
157
|
Equals(obj: unknown): boolean;
|
|
162
158
|
Equals(other: Vector64_1<T>): boolean;
|
|
163
159
|
GetHashCode(): int;
|
|
@@ -183,7 +179,7 @@ export interface __Vector64_1$views<T> {
|
|
|
183
179
|
Equals(other: Vector64_1<T>): boolean;
|
|
184
180
|
}
|
|
185
181
|
|
|
186
|
-
export type Vector64_1<T> = Vector64_1$instance<T> & __Vector64_1$views<T
|
|
182
|
+
export type Vector64_1<T> = Vector64_1$instance<T> & __Vector64_1$views<T> & { readonly [index: number]: T; };
|
|
187
183
|
|
|
188
184
|
|
|
189
185
|
export abstract class Vector128$instance {
|
|
@@ -357,7 +357,6 @@ export interface AuthorizationRuleCollection$instance extends ReadOnlyCollection
|
|
|
357
357
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
358
358
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
359
359
|
|
|
360
|
-
readonly [index: number]: AuthorizationRule | undefined;
|
|
361
360
|
AddRule(rule: AuthorizationRule): void;
|
|
362
361
|
CopyTo(array: ClrArray, index: int): void;
|
|
363
362
|
GetEnumerator(): IEnumerator;
|
|
@@ -374,7 +373,7 @@ export interface __AuthorizationRuleCollection$views {
|
|
|
374
373
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
375
374
|
}
|
|
376
375
|
|
|
377
|
-
export type AuthorizationRuleCollection = AuthorizationRuleCollection$instance & __AuthorizationRuleCollection$views;
|
|
376
|
+
export type AuthorizationRuleCollection = AuthorizationRuleCollection$instance & __AuthorizationRuleCollection$views & { readonly [index: number]: AuthorizationRule | undefined; };
|
|
378
377
|
|
|
379
378
|
|
|
380
379
|
export interface CommonAce$instance extends QualifiedAce {
|
|
@@ -404,7 +403,6 @@ export interface CommonAcl$instance extends GenericAcl$instance {
|
|
|
404
403
|
readonly IsCanonical: boolean;
|
|
405
404
|
readonly IsContainer: boolean;
|
|
406
405
|
readonly IsDS: boolean;
|
|
407
|
-
[index: number]: GenericAce;
|
|
408
406
|
readonly Revision: byte;
|
|
409
407
|
CopyTo(array: GenericAce[], index: int): void;
|
|
410
408
|
CopyTo(array: ClrArray, index: int): void;
|
|
@@ -425,7 +423,7 @@ export interface __CommonAcl$views {
|
|
|
425
423
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
426
424
|
}
|
|
427
425
|
|
|
428
|
-
export type CommonAcl = CommonAcl$instance & __CommonAcl$views;
|
|
426
|
+
export type CommonAcl = CommonAcl$instance & __CommonAcl$views & { [index: number]: GenericAce; };
|
|
429
427
|
|
|
430
428
|
|
|
431
429
|
export interface CommonObjectSecurity$instance extends ObjectSecurity {
|
|
@@ -755,7 +753,6 @@ export interface GenericAcl$instance {
|
|
|
755
753
|
readonly BinaryLength: int;
|
|
756
754
|
readonly Count: int;
|
|
757
755
|
readonly IsSynchronized: boolean;
|
|
758
|
-
[index: number]: GenericAce;
|
|
759
756
|
readonly Revision: byte;
|
|
760
757
|
readonly SyncRoot: unknown;
|
|
761
758
|
CopyTo(array: GenericAce[], index: int): void;
|
|
@@ -776,7 +773,7 @@ export interface __GenericAcl$views {
|
|
|
776
773
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
777
774
|
}
|
|
778
775
|
|
|
779
|
-
export type GenericAcl = GenericAcl$instance & __GenericAcl$views;
|
|
776
|
+
export type GenericAcl = GenericAcl$instance & __GenericAcl$views & { [index: number]: GenericAce; };
|
|
780
777
|
|
|
781
778
|
|
|
782
779
|
export interface GenericSecurityDescriptor$instance {
|
|
@@ -1061,7 +1058,6 @@ export interface RawAcl$instance extends GenericAcl$instance {
|
|
|
1061
1058
|
|
|
1062
1059
|
readonly BinaryLength: int;
|
|
1063
1060
|
readonly Count: int;
|
|
1064
|
-
[index: number]: GenericAce;
|
|
1065
1061
|
readonly Revision: byte;
|
|
1066
1062
|
CopyTo(array: GenericAce[], index: int): void;
|
|
1067
1063
|
CopyTo(array: ClrArray, index: int): void;
|
|
@@ -1084,7 +1080,7 @@ export interface __RawAcl$views {
|
|
|
1084
1080
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1085
1081
|
}
|
|
1086
1082
|
|
|
1087
|
-
export type RawAcl = RawAcl$instance & __RawAcl$views;
|
|
1083
|
+
export type RawAcl = RawAcl$instance & __RawAcl$views & { [index: number]: GenericAce; };
|
|
1088
1084
|
|
|
1089
1085
|
|
|
1090
1086
|
export interface RawSecurityDescriptor$instance extends GenericSecurityDescriptor {
|
|
@@ -650,7 +650,6 @@ export interface AsnEncodedDataCollection$instance {
|
|
|
650
650
|
|
|
651
651
|
readonly Count: int;
|
|
652
652
|
readonly IsSynchronized: boolean;
|
|
653
|
-
readonly [index: number]: AsnEncodedData;
|
|
654
653
|
readonly SyncRoot: unknown;
|
|
655
654
|
Add(asnEncodedData: AsnEncodedData): int;
|
|
656
655
|
CopyTo(array: AsnEncodedData[], index: int): void;
|
|
@@ -670,7 +669,7 @@ export interface __AsnEncodedDataCollection$views {
|
|
|
670
669
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
671
670
|
}
|
|
672
671
|
|
|
673
|
-
export type AsnEncodedDataCollection = AsnEncodedDataCollection$instance & __AsnEncodedDataCollection$views;
|
|
672
|
+
export type AsnEncodedDataCollection = AsnEncodedDataCollection$instance & __AsnEncodedDataCollection$views & { readonly [index: number]: AsnEncodedData; };
|
|
674
673
|
|
|
675
674
|
|
|
676
675
|
export interface AsnEncodedDataEnumerator$instance {
|
|
@@ -816,7 +816,7 @@ export interface __X509Certificate2Collection$views {
|
|
|
816
816
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
817
817
|
}
|
|
818
818
|
|
|
819
|
-
export type X509Certificate2Collection = X509Certificate2Collection$instance & __X509Certificate2Collection$views;
|
|
819
|
+
export type X509Certificate2Collection = X509Certificate2Collection$instance & __X509Certificate2Collection$views & { [index: number]: X509Certificate2; };
|
|
820
820
|
|
|
821
821
|
|
|
822
822
|
export interface X509Certificate2Enumerator$instance {
|
|
@@ -852,7 +852,6 @@ export interface X509CertificateCollection$instance extends CollectionBase {
|
|
|
852
852
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
853
853
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
854
854
|
|
|
855
|
-
[index: number]: X509Certificate | X509Certificate2;
|
|
856
855
|
Add(value: unknown): int;
|
|
857
856
|
AddRange(value: X509Certificate[]): void;
|
|
858
857
|
AddRange(value: X509CertificateCollection): void;
|
|
@@ -882,7 +881,7 @@ export interface __X509CertificateCollection$views {
|
|
|
882
881
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
883
882
|
}
|
|
884
883
|
|
|
885
|
-
export type X509CertificateCollection = X509CertificateCollection$instance & __X509CertificateCollection$views;
|
|
884
|
+
export type X509CertificateCollection = X509CertificateCollection$instance & __X509CertificateCollection$views & { [index: number]: X509Certificate; };
|
|
886
885
|
|
|
887
886
|
|
|
888
887
|
export interface X509CertificateCollection_X509CertificateEnumerator$instance {
|
|
@@ -964,7 +963,6 @@ export interface X509ChainElementCollection$instance {
|
|
|
964
963
|
|
|
965
964
|
readonly Count: int;
|
|
966
965
|
readonly IsSynchronized: boolean;
|
|
967
|
-
readonly [index: number]: X509ChainElement;
|
|
968
966
|
readonly SyncRoot: unknown;
|
|
969
967
|
CopyTo(array: X509ChainElement[], index: int): void;
|
|
970
968
|
GetEnumerator(): X509ChainElementEnumerator;
|
|
@@ -981,7 +979,7 @@ export interface __X509ChainElementCollection$views {
|
|
|
981
979
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
982
980
|
}
|
|
983
981
|
|
|
984
|
-
export type X509ChainElementCollection = X509ChainElementCollection$instance & __X509ChainElementCollection$views;
|
|
982
|
+
export type X509ChainElementCollection = X509ChainElementCollection$instance & __X509ChainElementCollection$views & { readonly [index: number]: X509ChainElement; };
|
|
985
983
|
|
|
986
984
|
|
|
987
985
|
export interface X509ChainElementEnumerator$instance {
|
|
@@ -294,7 +294,6 @@ export interface IdentityReferenceCollection$instance {
|
|
|
294
294
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
295
295
|
|
|
296
296
|
readonly Count: int;
|
|
297
|
-
[index: number]: IdentityReference;
|
|
298
297
|
Add(identity: IdentityReference): void;
|
|
299
298
|
Clear(): void;
|
|
300
299
|
Contains(identity: IdentityReference): boolean;
|
|
@@ -318,7 +317,7 @@ export interface __IdentityReferenceCollection$views {
|
|
|
318
317
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
319
318
|
}
|
|
320
319
|
|
|
321
|
-
export type IdentityReferenceCollection = IdentityReferenceCollection$instance & __IdentityReferenceCollection$views;
|
|
320
|
+
export type IdentityReferenceCollection = IdentityReferenceCollection$instance & __IdentityReferenceCollection$views & { [index: number]: IdentityReference; };
|
|
322
321
|
|
|
323
322
|
|
|
324
323
|
export interface NTAccount$instance extends IdentityReference {
|
|
@@ -341,7 +340,7 @@ export const NTAccount: {
|
|
|
341
340
|
|
|
342
341
|
export type NTAccount = NTAccount$instance;
|
|
343
342
|
|
|
344
|
-
export interface SecurityIdentifier$instance extends IdentityReference {
|
|
343
|
+
export interface SecurityIdentifier$instance extends IdentityReference, System_Internal.IComparable_1$instance<SecurityIdentifier> {
|
|
345
344
|
readonly __tsonic_type_System_Security_Principal_SecurityIdentifier: never;
|
|
346
345
|
|
|
347
346
|
readonly __tsonic_iface_System_IComparable_1: never;
|
|
@@ -30,7 +30,7 @@ export enum NormalizationForm {
|
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
export interface Rune$instance {
|
|
33
|
+
export interface Rune$instance extends System_Internal.IComparable_1$instance<Rune>, System_Internal.IUtf8SpanFormattable$instance, System_Internal.IUtf8SpanParsable_1$instance<Rune> {
|
|
34
34
|
readonly __tsonic_type_System_Text_Rune: never;
|
|
35
35
|
|
|
36
36
|
readonly __tsonic_iface_System_IComparable: never;
|
|
@@ -787,7 +787,6 @@ export interface StringBuilder$instance extends System_Runtime_Serialization_Int
|
|
|
787
787
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
788
788
|
|
|
789
789
|
Capacity: int;
|
|
790
|
-
[index: number]: char;
|
|
791
790
|
Length: int;
|
|
792
791
|
readonly MaxCapacity: int;
|
|
793
792
|
Append(value: char, repeatCount: int): StringBuilder;
|
|
@@ -897,7 +896,7 @@ export interface __StringBuilder$views {
|
|
|
897
896
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
898
897
|
}
|
|
899
898
|
|
|
900
|
-
export type StringBuilder = StringBuilder$instance & __StringBuilder$views;
|
|
899
|
+
export type StringBuilder = StringBuilder$instance & __StringBuilder$views & { [index: number]: char; };
|
|
901
900
|
|
|
902
901
|
|
|
903
902
|
export interface UnicodeEncoding$instance extends Encoding$instance {
|
|
@@ -90,7 +90,6 @@ export type JsonDocumentOptions = JsonDocumentOptions$instance;
|
|
|
90
90
|
export interface JsonElement$instance {
|
|
91
91
|
readonly __tsonic_type_System_Text_Json_JsonElement: never;
|
|
92
92
|
|
|
93
|
-
readonly [index: number]: JsonElement;
|
|
94
93
|
readonly ValueKind: JsonValueKind;
|
|
95
94
|
Clone(): JsonElement;
|
|
96
95
|
EnumerateArray(): JsonElement_ArrayEnumerator;
|
|
@@ -155,7 +154,7 @@ export const JsonElement: {
|
|
|
155
154
|
};
|
|
156
155
|
|
|
157
156
|
|
|
158
|
-
export type JsonElement = JsonElement$instance;
|
|
157
|
+
export type JsonElement = JsonElement$instance & { readonly [index: number]: JsonElement; };
|
|
159
158
|
|
|
160
159
|
export interface JsonElement_ArrayEnumerator$instance extends IDisposable {
|
|
161
160
|
readonly __tsonic_type_System_Text_Json_JsonElement_ArrayEnumerator: never;
|
|
@@ -175,7 +175,6 @@ export interface CaptureCollection$instance {
|
|
|
175
175
|
readonly Count: int;
|
|
176
176
|
readonly IsReadOnly: boolean;
|
|
177
177
|
readonly IsSynchronized: boolean;
|
|
178
|
-
readonly [i: number]: Capture;
|
|
179
178
|
readonly SyncRoot: unknown;
|
|
180
179
|
CopyTo(array: ClrArray, arrayIndex: int): void;
|
|
181
180
|
CopyTo(array: Capture[], arrayIndex: int): void;
|
|
@@ -197,7 +196,7 @@ export interface __CaptureCollection$views {
|
|
|
197
196
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
198
197
|
}
|
|
199
198
|
|
|
200
|
-
export type CaptureCollection = CaptureCollection$instance & __CaptureCollection$views;
|
|
199
|
+
export type CaptureCollection = CaptureCollection$instance & __CaptureCollection$views & { readonly [i: number]: Capture; };
|
|
201
200
|
|
|
202
201
|
|
|
203
202
|
export interface GeneratedRegexAttribute$instance extends Attribute {
|
|
@@ -315,7 +314,6 @@ export interface MatchCollection$instance {
|
|
|
315
314
|
readonly Count: int;
|
|
316
315
|
readonly IsReadOnly: boolean;
|
|
317
316
|
readonly IsSynchronized: boolean;
|
|
318
|
-
readonly [i: number]: Match;
|
|
319
317
|
readonly SyncRoot: unknown;
|
|
320
318
|
CopyTo(array: ClrArray, arrayIndex: int): void;
|
|
321
319
|
CopyTo(array: Match[], arrayIndex: int): void;
|
|
@@ -337,7 +335,7 @@ export interface __MatchCollection$views {
|
|
|
337
335
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
338
336
|
}
|
|
339
337
|
|
|
340
|
-
export type MatchCollection = MatchCollection$instance & __MatchCollection$views;
|
|
338
|
+
export type MatchCollection = MatchCollection$instance & __MatchCollection$views & { readonly [i: number]: Match; };
|
|
341
339
|
|
|
342
340
|
|
|
343
341
|
export interface Regex$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
@@ -100,7 +100,6 @@ export interface ValueTask$instance {
|
|
|
100
100
|
GetAwaiter(): ValueTaskAwaiter;
|
|
101
101
|
GetHashCode(): int;
|
|
102
102
|
Preserve(): ValueTask;
|
|
103
|
-
then<TResult1 = void, TResult2 = never>(onfulfilled?: ((value: void) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): PromiseLike<TResult1 | TResult2>;
|
|
104
103
|
}
|
|
105
104
|
|
|
106
105
|
|
|
@@ -123,7 +122,10 @@ export interface __ValueTask$views {
|
|
|
123
122
|
Equals(other: ValueTask): boolean;
|
|
124
123
|
}
|
|
125
124
|
|
|
126
|
-
export type ValueTask = ValueTask$instance & __ValueTask$views
|
|
125
|
+
export type ValueTask = ValueTask$instance & __ValueTask$views & {
|
|
126
|
+
then<TResult1 = void, TResult2 = never>(onfulfilled?: ((value: void) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): PromiseLike<TResult1 | TResult2>;
|
|
127
|
+
then<TResult1 = unknown, TResult2 = never>(onfulfilled?: ((value: unknown) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): PromiseLike<TResult1 | TResult2>;
|
|
128
|
+
};
|
|
127
129
|
|
|
128
130
|
|
|
129
131
|
export interface ValueTask_1$instance<TResult> {
|
|
@@ -144,7 +146,6 @@ export interface ValueTask_1$instance<TResult> {
|
|
|
144
146
|
GetHashCode(): int;
|
|
145
147
|
Preserve(): ValueTask_1<TResult>;
|
|
146
148
|
ToString(): string | undefined;
|
|
147
|
-
then<TResult1 = TResult, TResult2 = never>(onfulfilled?: ((value: TResult) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): PromiseLike<TResult1 | TResult2>;
|
|
148
149
|
}
|
|
149
150
|
|
|
150
151
|
|
|
@@ -162,7 +163,10 @@ export interface __ValueTask_1$views<TResult> {
|
|
|
162
163
|
Equals(other: ValueTask_1<TResult>): boolean;
|
|
163
164
|
}
|
|
164
165
|
|
|
165
|
-
export type ValueTask_1<TResult> = ValueTask_1$instance<TResult> & __ValueTask_1$views<TResult
|
|
166
|
+
export type ValueTask_1<TResult> = ValueTask_1$instance<TResult> & __ValueTask_1$views<TResult> & {
|
|
167
|
+
then<TResult1 = TResult, TResult2 = never>(onfulfilled?: ((value: TResult) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): PromiseLike<TResult1 | TResult2>;
|
|
168
|
+
then<TResult1 = unknown, TResult2 = never>(onfulfilled?: ((value: unknown) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): PromiseLike<TResult1 | TResult2>;
|
|
169
|
+
};
|
|
166
170
|
|
|
167
171
|
|
|
168
172
|
export interface ConcurrentExclusiveSchedulerPair$instance {
|
|
@@ -275,7 +279,6 @@ export interface Task$instance extends System_Internal.IAsyncResult$instance {
|
|
|
275
279
|
WaitAsync(timeout: TimeSpan, timeProvider: TimeProvider): Task;
|
|
276
280
|
WaitAsync(timeout: TimeSpan, cancellationToken: CancellationToken): Task;
|
|
277
281
|
WaitAsync(timeout: TimeSpan, timeProvider: TimeProvider, cancellationToken: CancellationToken): Task;
|
|
278
|
-
then<TResult1 = void, TResult2 = never>(onfulfilled?: ((value: void) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): PromiseLike<TResult1 | TResult2>;
|
|
279
282
|
}
|
|
280
283
|
|
|
281
284
|
|
|
@@ -349,7 +352,10 @@ export interface __Task$views {
|
|
|
349
352
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
350
353
|
}
|
|
351
354
|
|
|
352
|
-
export type Task = Task$instance & __Task$views
|
|
355
|
+
export type Task = Task$instance & __Task$views & {
|
|
356
|
+
then<TResult1 = void, TResult2 = never>(onfulfilled?: ((value: void) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): PromiseLike<TResult1 | TResult2>;
|
|
357
|
+
then<TResult1 = unknown, TResult2 = never>(onfulfilled?: ((value: unknown) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): PromiseLike<TResult1 | TResult2>;
|
|
358
|
+
};
|
|
353
359
|
|
|
354
360
|
|
|
355
361
|
export interface Task_1$instance<TResult> extends Task$instance, System_Internal.IAsyncResult$instance {
|
|
@@ -402,7 +408,6 @@ export interface Task_1$instance<TResult> extends Task$instance, System_Internal
|
|
|
402
408
|
WaitAsync(timeout: TimeSpan, timeProvider: TimeProvider): Task;
|
|
403
409
|
WaitAsync(timeout: TimeSpan, cancellationToken: CancellationToken): Task;
|
|
404
410
|
WaitAsync(timeout: TimeSpan, timeProvider: TimeProvider, cancellationToken: CancellationToken): Task;
|
|
405
|
-
then<TResult1 = TResult, TResult2 = never>(onfulfilled?: ((value: TResult) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): PromiseLike<TResult1 | TResult2>;
|
|
406
411
|
}
|
|
407
412
|
|
|
408
413
|
|
|
@@ -423,7 +428,10 @@ export interface __Task_1$views<TResult> {
|
|
|
423
428
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
424
429
|
}
|
|
425
430
|
|
|
426
|
-
export type Task_1<TResult> = Task_1$instance<TResult> & __Task_1$views<TResult
|
|
431
|
+
export type Task_1<TResult> = Task_1$instance<TResult> & __Task_1$views<TResult> & {
|
|
432
|
+
then<TResult1 = TResult, TResult2 = never>(onfulfilled?: ((value: TResult) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): PromiseLike<TResult1 | TResult2>;
|
|
433
|
+
then<TResult1 = unknown, TResult2 = never>(onfulfilled?: ((value: unknown) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): PromiseLike<TResult1 | TResult2>;
|
|
434
|
+
};
|
|
427
435
|
|
|
428
436
|
|
|
429
437
|
export interface TaskCanceledException$instance extends OperationCanceledException {
|
|
@@ -1597,7 +1597,6 @@ export interface XmlNodeList$instance extends System_Internal.IDisposable$instan
|
|
|
1597
1597
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1598
1598
|
|
|
1599
1599
|
readonly Count: int;
|
|
1600
|
-
readonly [i: number]: XmlNode | undefined;
|
|
1601
1600
|
GetEnumerator(): IEnumerator;
|
|
1602
1601
|
Item(index: int): XmlNode | undefined;
|
|
1603
1602
|
PrivateDisposeNodeList(): void;
|
|
@@ -1613,7 +1612,7 @@ export interface __XmlNodeList$views {
|
|
|
1613
1612
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1614
1613
|
}
|
|
1615
1614
|
|
|
1616
|
-
export type XmlNodeList = XmlNodeList$instance & __XmlNodeList$views;
|
|
1615
|
+
export type XmlNodeList = XmlNodeList$instance & __XmlNodeList$views & { readonly [i: number]: XmlNode | undefined; };
|
|
1617
1616
|
|
|
1618
1617
|
|
|
1619
1618
|
export interface XmlNodeReader$instance extends XmlReader$instance {
|
|
@@ -464,7 +464,7 @@ export interface __XNode$views {
|
|
|
464
464
|
export type XNode = XNode$instance & __XNode$views;
|
|
465
465
|
|
|
466
466
|
|
|
467
|
-
export interface XNodeDocumentOrderComparer$instance {
|
|
467
|
+
export interface XNodeDocumentOrderComparer$instance extends System_Collections_Generic_Internal.IComparer_1$instance<XNode> {
|
|
468
468
|
readonly __tsonic_type_System_Xml_Linq_XNodeDocumentOrderComparer: never;
|
|
469
469
|
|
|
470
470
|
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
@@ -457,7 +457,6 @@ export interface XmlSchemaCollection$instance {
|
|
|
457
457
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
458
458
|
|
|
459
459
|
readonly Count: int;
|
|
460
|
-
readonly [ns: string]: XmlSchema | undefined;
|
|
461
460
|
readonly NameTable: XmlNameTable;
|
|
462
461
|
Add(ns: string, uri: string): XmlSchema | undefined;
|
|
463
462
|
Add(ns: string, reader: XmlReader): XmlSchema | undefined;
|
|
@@ -483,7 +482,7 @@ export interface __XmlSchemaCollection$views {
|
|
|
483
482
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
484
483
|
}
|
|
485
484
|
|
|
486
|
-
export type XmlSchemaCollection = XmlSchemaCollection$instance & __XmlSchemaCollection$views;
|
|
485
|
+
export type XmlSchemaCollection = XmlSchemaCollection$instance & __XmlSchemaCollection$views & { readonly [ns: string]: XmlSchema | undefined; };
|
|
487
486
|
|
|
488
487
|
|
|
489
488
|
export interface XmlSchemaCollectionEnumerator$instance {
|
|
@@ -1139,7 +1138,6 @@ export interface XmlSchemaObjectCollection$instance extends CollectionBase {
|
|
|
1139
1138
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1140
1139
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
1141
1140
|
|
|
1142
|
-
[index: number]: XmlSchemaObject;
|
|
1143
1141
|
Add(value: unknown): int;
|
|
1144
1142
|
Clear(): void;
|
|
1145
1143
|
Contains(value: unknown): boolean;
|
|
@@ -1168,7 +1166,7 @@ export interface __XmlSchemaObjectCollection$views {
|
|
|
1168
1166
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
1169
1167
|
}
|
|
1170
1168
|
|
|
1171
|
-
export type XmlSchemaObjectCollection = XmlSchemaObjectCollection$instance & __XmlSchemaObjectCollection$views;
|
|
1169
|
+
export type XmlSchemaObjectCollection = XmlSchemaObjectCollection$instance & __XmlSchemaObjectCollection$views & { [index: number]: XmlSchemaObject; };
|
|
1172
1170
|
|
|
1173
1171
|
|
|
1174
1172
|
export interface XmlSchemaObjectEnumerator$instance {
|
|
@@ -408,7 +408,6 @@ export interface XmlAnyElementAttributes$instance extends CollectionBase {
|
|
|
408
408
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
409
409
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
410
410
|
|
|
411
|
-
[index: number]: XmlAnyElementAttribute;
|
|
412
411
|
Add(value: unknown): int;
|
|
413
412
|
Clear(): void;
|
|
414
413
|
Contains(value: unknown): boolean;
|
|
@@ -432,7 +431,7 @@ export interface __XmlAnyElementAttributes$views {
|
|
|
432
431
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
433
432
|
}
|
|
434
433
|
|
|
435
|
-
export type XmlAnyElementAttributes = XmlAnyElementAttributes$instance & __XmlAnyElementAttributes$views;
|
|
434
|
+
export type XmlAnyElementAttributes = XmlAnyElementAttributes$instance & __XmlAnyElementAttributes$views & { [index: number]: XmlAnyElementAttribute; };
|
|
436
435
|
|
|
437
436
|
|
|
438
437
|
export interface XmlArrayAttribute$instance extends Attribute {
|
|
@@ -487,7 +486,6 @@ export interface XmlArrayItemAttributes$instance extends CollectionBase {
|
|
|
487
486
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
488
487
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
489
488
|
|
|
490
|
-
[index: number]: XmlArrayItemAttribute;
|
|
491
489
|
Add(value: unknown): int;
|
|
492
490
|
Clear(): void;
|
|
493
491
|
Contains(value: unknown): boolean;
|
|
@@ -511,7 +509,7 @@ export interface __XmlArrayItemAttributes$views {
|
|
|
511
509
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
512
510
|
}
|
|
513
511
|
|
|
514
|
-
export type XmlArrayItemAttributes = XmlArrayItemAttributes$instance & __XmlArrayItemAttributes$views;
|
|
512
|
+
export type XmlArrayItemAttributes = XmlArrayItemAttributes$instance & __XmlArrayItemAttributes$views & { [index: number]: XmlArrayItemAttribute; };
|
|
515
513
|
|
|
516
514
|
|
|
517
515
|
export interface XmlAttributeAttribute$instance extends Attribute {
|
|
@@ -654,7 +652,6 @@ export interface XmlElementAttributes$instance extends CollectionBase {
|
|
|
654
652
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
655
653
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
656
654
|
|
|
657
|
-
[index: number]: XmlElementAttribute;
|
|
658
655
|
Add(value: unknown): int;
|
|
659
656
|
Clear(): void;
|
|
660
657
|
Contains(value: unknown): boolean;
|
|
@@ -678,7 +675,7 @@ export interface __XmlElementAttributes$views {
|
|
|
678
675
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
679
676
|
}
|
|
680
677
|
|
|
681
|
-
export type XmlElementAttributes = XmlElementAttributes$instance & __XmlElementAttributes$views;
|
|
678
|
+
export type XmlElementAttributes = XmlElementAttributes$instance & __XmlElementAttributes$views & { [index: number]: XmlElementAttribute; };
|
|
682
679
|
|
|
683
680
|
|
|
684
681
|
export interface XmlElementEventArgs$instance extends EventArgs {
|
|
@@ -783,7 +780,6 @@ export interface XmlMembersMapping$instance extends XmlMapping {
|
|
|
783
780
|
readonly __tsonic_type_System_Xml_Serialization_XmlMembersMapping: never;
|
|
784
781
|
|
|
785
782
|
readonly Count: int;
|
|
786
|
-
readonly [index: number]: XmlMemberMapping;
|
|
787
783
|
readonly TypeName: string | undefined;
|
|
788
784
|
readonly TypeNamespace: string | undefined;
|
|
789
785
|
}
|
|
@@ -793,7 +789,7 @@ export const XmlMembersMapping: {
|
|
|
793
789
|
};
|
|
794
790
|
|
|
795
791
|
|
|
796
|
-
export type XmlMembersMapping = XmlMembersMapping$instance;
|
|
792
|
+
export type XmlMembersMapping = XmlMembersMapping$instance & { readonly [index: number]: XmlMemberMapping; };
|
|
797
793
|
|
|
798
794
|
export interface XmlNamespaceDeclarationsAttribute$instance extends Attribute {
|
|
799
795
|
readonly __tsonic_type_System_Xml_Serialization_XmlNamespaceDeclarationsAttribute: never;
|
|
@@ -945,7 +945,6 @@ export interface XmlQuerySequence_1$instance<T> {
|
|
|
945
945
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
946
946
|
|
|
947
947
|
readonly Count: int;
|
|
948
|
-
[index: number]: T;
|
|
949
948
|
Add(value: T): void;
|
|
950
949
|
Clear(): void;
|
|
951
950
|
Contains(value: T): boolean;
|
|
@@ -977,7 +976,7 @@ export interface __XmlQuerySequence_1$views<T> {
|
|
|
977
976
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
978
977
|
}
|
|
979
978
|
|
|
980
|
-
export type XmlQuerySequence_1<T> = XmlQuerySequence_1$instance<T> & __XmlQuerySequence_1$views<T
|
|
979
|
+
export type XmlQuerySequence_1<T> = XmlQuerySequence_1$instance<T> & __XmlQuerySequence_1$views<T> & { [index: number]: T; };
|
|
981
980
|
|
|
982
981
|
|
|
983
982
|
export interface XsltLibrary$instance {
|