@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
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: System.Drawing
|
|
3
3
|
// Assembly: System.ComponentModel.TypeConverter, System.Drawing.Primitives
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { ICollection, IDictionary } from "../../System.Collections/internal/index.js";
|
|
@@ -207,7 +208,7 @@ export interface Color$instance {
|
|
|
207
208
|
readonly IsSystemColor: boolean;
|
|
208
209
|
readonly Name: string;
|
|
209
210
|
readonly R: byte;
|
|
210
|
-
Equals(obj:
|
|
211
|
+
Equals(obj: JsValue | null): boolean;
|
|
211
212
|
Equals(other: Color): boolean;
|
|
212
213
|
GetBrightness(): float;
|
|
213
214
|
GetHashCode(): int;
|
|
@@ -391,7 +392,7 @@ export interface Point$instance {
|
|
|
391
392
|
readonly IsEmpty: boolean;
|
|
392
393
|
X: int;
|
|
393
394
|
Y: int;
|
|
394
|
-
Equals(obj:
|
|
395
|
+
Equals(obj: JsValue | null): boolean;
|
|
395
396
|
Equals(other: Point): boolean;
|
|
396
397
|
GetHashCode(): int;
|
|
397
398
|
Offset(dx: int, dy: int): void;
|
|
@@ -431,7 +432,7 @@ export interface PointF$instance {
|
|
|
431
432
|
readonly IsEmpty: boolean;
|
|
432
433
|
X: float;
|
|
433
434
|
Y: float;
|
|
434
|
-
Equals(obj:
|
|
435
|
+
Equals(obj: JsValue | null): boolean;
|
|
435
436
|
Equals(other: PointF): boolean;
|
|
436
437
|
GetHashCode(): int;
|
|
437
438
|
ToString(): string;
|
|
@@ -479,7 +480,7 @@ export interface Rectangle$instance {
|
|
|
479
480
|
Contains(x: int, y: int): boolean;
|
|
480
481
|
Contains(pt: Point): boolean;
|
|
481
482
|
Contains(rect: Rectangle): boolean;
|
|
482
|
-
Equals(obj:
|
|
483
|
+
Equals(obj: JsValue | null): boolean;
|
|
483
484
|
Equals(other: Rectangle): boolean;
|
|
484
485
|
GetHashCode(): int;
|
|
485
486
|
Inflate(width: int, height: int): void;
|
|
@@ -535,7 +536,7 @@ export interface RectangleF$instance {
|
|
|
535
536
|
Contains(x: float, y: float): boolean;
|
|
536
537
|
Contains(pt: PointF): boolean;
|
|
537
538
|
Contains(rect: RectangleF): boolean;
|
|
538
|
-
Equals(obj:
|
|
539
|
+
Equals(obj: JsValue | null): boolean;
|
|
539
540
|
Equals(other: RectangleF): boolean;
|
|
540
541
|
GetHashCode(): int;
|
|
541
542
|
Inflate(x: float, y: float): void;
|
|
@@ -579,7 +580,7 @@ export interface Size$instance {
|
|
|
579
580
|
Height: int;
|
|
580
581
|
readonly IsEmpty: boolean;
|
|
581
582
|
Width: int;
|
|
582
|
-
Equals(obj:
|
|
583
|
+
Equals(obj: JsValue | null): boolean;
|
|
583
584
|
Equals(other: Size): boolean;
|
|
584
585
|
GetHashCode(): int;
|
|
585
586
|
ToString(): string;
|
|
@@ -616,7 +617,7 @@ export interface SizeF$instance {
|
|
|
616
617
|
Height: float;
|
|
617
618
|
readonly IsEmpty: boolean;
|
|
618
619
|
Width: float;
|
|
619
|
-
Equals(obj:
|
|
620
|
+
Equals(obj: JsValue | null): boolean;
|
|
620
621
|
Equals(other: SizeF): boolean;
|
|
621
622
|
GetHashCode(): int;
|
|
622
623
|
ToPointF(): PointF;
|
|
@@ -650,17 +651,17 @@ export type SizeF = SizeF$instance & __SizeF$views;
|
|
|
650
651
|
export interface ColorConverter$instance extends TypeConverter {
|
|
651
652
|
readonly __tsonic_type_System_Drawing_ColorConverter: never;
|
|
652
653
|
|
|
653
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
654
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
654
655
|
CanConvertFrom(sourceType: Type): boolean;
|
|
655
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
656
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
657
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
658
|
-
ConvertFrom(value:
|
|
659
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
660
|
-
ConvertTo(value:
|
|
661
|
-
GetStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection;
|
|
662
|
-
GetStandardValues(): ICollection |
|
|
663
|
-
GetStandardValuesSupported(context: ITypeDescriptorContext): boolean;
|
|
656
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
657
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
658
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue): JsValue | null;
|
|
659
|
+
ConvertFrom(value: JsValue): JsValue | null;
|
|
660
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
|
|
661
|
+
ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
|
|
662
|
+
GetStandardValues(context: ITypeDescriptorContext | null): TypeConverter_StandardValuesCollection;
|
|
663
|
+
GetStandardValues(): ICollection | null;
|
|
664
|
+
GetStandardValuesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
664
665
|
GetStandardValuesSupported(): boolean;
|
|
665
666
|
}
|
|
666
667
|
|
|
@@ -675,22 +676,22 @@ export type ColorConverter = ColorConverter$instance;
|
|
|
675
676
|
export interface PointConverter$instance extends TypeConverter {
|
|
676
677
|
readonly __tsonic_type_System_Drawing_PointConverter: never;
|
|
677
678
|
|
|
678
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
679
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
679
680
|
CanConvertFrom(sourceType: Type): boolean;
|
|
680
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
681
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
682
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
683
|
-
ConvertFrom(value:
|
|
684
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
685
|
-
ConvertTo(value:
|
|
686
|
-
CreateInstance(context: ITypeDescriptorContext, propertyValues: IDictionary):
|
|
687
|
-
CreateInstance(propertyValues: IDictionary):
|
|
688
|
-
GetCreateInstanceSupported(context: ITypeDescriptorContext): boolean;
|
|
681
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
682
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
683
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue): JsValue | null;
|
|
684
|
+
ConvertFrom(value: JsValue): JsValue | null;
|
|
685
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
|
|
686
|
+
ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
|
|
687
|
+
CreateInstance(context: ITypeDescriptorContext | null, propertyValues: IDictionary): JsValue;
|
|
688
|
+
CreateInstance(propertyValues: IDictionary): JsValue | null;
|
|
689
|
+
GetCreateInstanceSupported(context: ITypeDescriptorContext | null): boolean;
|
|
689
690
|
GetCreateInstanceSupported(): boolean;
|
|
690
|
-
GetProperties(context: ITypeDescriptorContext, value:
|
|
691
|
-
GetProperties(value:
|
|
692
|
-
GetProperties(context: ITypeDescriptorContext, value:
|
|
693
|
-
GetPropertiesSupported(context: ITypeDescriptorContext): boolean;
|
|
691
|
+
GetProperties(context: ITypeDescriptorContext | null, value: JsValue | null, attributes: Attribute[] | null): PropertyDescriptorCollection;
|
|
692
|
+
GetProperties(value: JsValue): PropertyDescriptorCollection | null;
|
|
693
|
+
GetProperties(context: ITypeDescriptorContext | null, value: JsValue): PropertyDescriptorCollection | null;
|
|
694
|
+
GetPropertiesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
694
695
|
GetPropertiesSupported(): boolean;
|
|
695
696
|
}
|
|
696
697
|
|
|
@@ -705,22 +706,22 @@ export type PointConverter = PointConverter$instance;
|
|
|
705
706
|
export interface RectangleConverter$instance extends TypeConverter {
|
|
706
707
|
readonly __tsonic_type_System_Drawing_RectangleConverter: never;
|
|
707
708
|
|
|
708
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
709
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
709
710
|
CanConvertFrom(sourceType: Type): boolean;
|
|
710
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
711
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
712
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
713
|
-
ConvertFrom(value:
|
|
714
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
715
|
-
ConvertTo(value:
|
|
716
|
-
CreateInstance(context: ITypeDescriptorContext, propertyValues: IDictionary):
|
|
717
|
-
CreateInstance(propertyValues: IDictionary):
|
|
718
|
-
GetCreateInstanceSupported(context: ITypeDescriptorContext): boolean;
|
|
711
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
712
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
713
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue): JsValue | null;
|
|
714
|
+
ConvertFrom(value: JsValue): JsValue | null;
|
|
715
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
|
|
716
|
+
ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
|
|
717
|
+
CreateInstance(context: ITypeDescriptorContext | null, propertyValues: IDictionary): JsValue;
|
|
718
|
+
CreateInstance(propertyValues: IDictionary): JsValue | null;
|
|
719
|
+
GetCreateInstanceSupported(context: ITypeDescriptorContext | null): boolean;
|
|
719
720
|
GetCreateInstanceSupported(): boolean;
|
|
720
|
-
GetProperties(context: ITypeDescriptorContext, value:
|
|
721
|
-
GetProperties(value:
|
|
722
|
-
GetProperties(context: ITypeDescriptorContext, value:
|
|
723
|
-
GetPropertiesSupported(context: ITypeDescriptorContext): boolean;
|
|
721
|
+
GetProperties(context: ITypeDescriptorContext | null, value: JsValue | null, attributes: Attribute[] | null): PropertyDescriptorCollection;
|
|
722
|
+
GetProperties(value: JsValue): PropertyDescriptorCollection | null;
|
|
723
|
+
GetProperties(context: ITypeDescriptorContext | null, value: JsValue): PropertyDescriptorCollection | null;
|
|
724
|
+
GetPropertiesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
724
725
|
GetPropertiesSupported(): boolean;
|
|
725
726
|
}
|
|
726
727
|
|
|
@@ -735,22 +736,22 @@ export type RectangleConverter = RectangleConverter$instance;
|
|
|
735
736
|
export interface SizeConverter$instance extends TypeConverter {
|
|
736
737
|
readonly __tsonic_type_System_Drawing_SizeConverter: never;
|
|
737
738
|
|
|
738
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
739
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
739
740
|
CanConvertFrom(sourceType: Type): boolean;
|
|
740
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
741
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
742
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
743
|
-
ConvertFrom(value:
|
|
744
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
745
|
-
ConvertTo(value:
|
|
746
|
-
CreateInstance(context: ITypeDescriptorContext, propertyValues: IDictionary):
|
|
747
|
-
CreateInstance(propertyValues: IDictionary):
|
|
748
|
-
GetCreateInstanceSupported(context: ITypeDescriptorContext): boolean;
|
|
741
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
742
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
743
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue): JsValue | null;
|
|
744
|
+
ConvertFrom(value: JsValue): JsValue | null;
|
|
745
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
|
|
746
|
+
ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
|
|
747
|
+
CreateInstance(context: ITypeDescriptorContext | null, propertyValues: IDictionary): JsValue;
|
|
748
|
+
CreateInstance(propertyValues: IDictionary): JsValue | null;
|
|
749
|
+
GetCreateInstanceSupported(context: ITypeDescriptorContext | null): boolean;
|
|
749
750
|
GetCreateInstanceSupported(): boolean;
|
|
750
|
-
GetProperties(context: ITypeDescriptorContext, value:
|
|
751
|
-
GetProperties(value:
|
|
752
|
-
GetProperties(context: ITypeDescriptorContext, value:
|
|
753
|
-
GetPropertiesSupported(context: ITypeDescriptorContext): boolean;
|
|
751
|
+
GetProperties(context: ITypeDescriptorContext | null, value: JsValue, attributes: Attribute[] | null): PropertyDescriptorCollection;
|
|
752
|
+
GetProperties(value: JsValue): PropertyDescriptorCollection | null;
|
|
753
|
+
GetProperties(context: ITypeDescriptorContext | null, value: JsValue): PropertyDescriptorCollection | null;
|
|
754
|
+
GetPropertiesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
754
755
|
GetPropertiesSupported(): boolean;
|
|
755
756
|
}
|
|
756
757
|
|
|
@@ -765,22 +766,22 @@ export type SizeConverter = SizeConverter$instance;
|
|
|
765
766
|
export interface SizeFConverter$instance extends TypeConverter {
|
|
766
767
|
readonly __tsonic_type_System_Drawing_SizeFConverter: never;
|
|
767
768
|
|
|
768
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
769
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
769
770
|
CanConvertFrom(sourceType: Type): boolean;
|
|
770
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
771
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
772
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
773
|
-
ConvertFrom(value:
|
|
774
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
775
|
-
ConvertTo(value:
|
|
776
|
-
CreateInstance(context: ITypeDescriptorContext, propertyValues: IDictionary):
|
|
777
|
-
CreateInstance(propertyValues: IDictionary):
|
|
778
|
-
GetCreateInstanceSupported(context: ITypeDescriptorContext): boolean;
|
|
771
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
772
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
773
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue): JsValue | null;
|
|
774
|
+
ConvertFrom(value: JsValue): JsValue | null;
|
|
775
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
|
|
776
|
+
ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
|
|
777
|
+
CreateInstance(context: ITypeDescriptorContext | null, propertyValues: IDictionary): JsValue;
|
|
778
|
+
CreateInstance(propertyValues: IDictionary): JsValue | null;
|
|
779
|
+
GetCreateInstanceSupported(context: ITypeDescriptorContext | null): boolean;
|
|
779
780
|
GetCreateInstanceSupported(): boolean;
|
|
780
|
-
GetProperties(context: ITypeDescriptorContext, value:
|
|
781
|
-
GetProperties(value:
|
|
782
|
-
GetProperties(context: ITypeDescriptorContext, value:
|
|
783
|
-
GetPropertiesSupported(context: ITypeDescriptorContext): boolean;
|
|
781
|
+
GetProperties(context: ITypeDescriptorContext | null, value: JsValue, attributes: Attribute[] | null): PropertyDescriptorCollection;
|
|
782
|
+
GetProperties(value: JsValue): PropertyDescriptorCollection | null;
|
|
783
|
+
GetProperties(context: ITypeDescriptorContext | null, value: JsValue): PropertyDescriptorCollection | null;
|
|
784
|
+
GetPropertiesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
784
785
|
GetPropertiesSupported(): boolean;
|
|
785
786
|
}
|
|
786
787
|
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: System.Dynamic
|
|
3
3
|
// Assembly: System.Linq.Expressions
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -46,9 +44,9 @@ export interface BinaryOperationBinder$instance extends DynamicMetaObjectBinder
|
|
|
46
44
|
readonly Operation: ExpressionType;
|
|
47
45
|
readonly ReturnType: Type;
|
|
48
46
|
Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
|
|
49
|
-
Bind(args:
|
|
47
|
+
Bind(args: JsValue[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
|
|
50
48
|
FallbackBinaryOperation(target: DynamicMetaObject, arg: DynamicMetaObject): DynamicMetaObject;
|
|
51
|
-
FallbackBinaryOperation(target: DynamicMetaObject, arg: DynamicMetaObject, errorSuggestion: DynamicMetaObject): DynamicMetaObject;
|
|
49
|
+
FallbackBinaryOperation(target: DynamicMetaObject, arg: DynamicMetaObject, errorSuggestion: DynamicMetaObject | null): DynamicMetaObject;
|
|
52
50
|
}
|
|
53
51
|
|
|
54
52
|
|
|
@@ -68,9 +66,9 @@ export interface BindingRestrictions$instance {
|
|
|
68
66
|
|
|
69
67
|
export const BindingRestrictions: {
|
|
70
68
|
readonly Empty: BindingRestrictions;
|
|
71
|
-
Combine(contributingObjects: IList_1<DynamicMetaObject>): BindingRestrictions;
|
|
69
|
+
Combine(contributingObjects: IList_1<DynamicMetaObject> | null): BindingRestrictions;
|
|
72
70
|
GetExpressionRestriction(expression: Expression): BindingRestrictions;
|
|
73
|
-
GetInstanceRestriction(expression: Expression, instance:
|
|
71
|
+
GetInstanceRestriction(expression: Expression, instance: JsValue | null): BindingRestrictions;
|
|
74
72
|
GetTypeRestriction(expression: Expression, type: Type): BindingRestrictions;
|
|
75
73
|
};
|
|
76
74
|
|
|
@@ -82,7 +80,7 @@ export interface CallInfo$instance {
|
|
|
82
80
|
|
|
83
81
|
readonly ArgumentCount: int;
|
|
84
82
|
readonly ArgumentNames: ReadOnlyCollection_1<System_Internal.String>;
|
|
85
|
-
Equals(obj:
|
|
83
|
+
Equals(obj: JsValue | null): boolean;
|
|
86
84
|
GetHashCode(): int;
|
|
87
85
|
}
|
|
88
86
|
|
|
@@ -101,10 +99,10 @@ export interface ConvertBinder$instance extends DynamicMetaObjectBinder {
|
|
|
101
99
|
readonly Explicit: boolean;
|
|
102
100
|
readonly ReturnType: Type;
|
|
103
101
|
readonly Type: Type;
|
|
104
|
-
Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
|
|
105
|
-
Bind(args:
|
|
102
|
+
Bind(target: DynamicMetaObject, args: DynamicMetaObject[] | null): DynamicMetaObject;
|
|
103
|
+
Bind(args: JsValue[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
|
|
106
104
|
FallbackConvert(target: DynamicMetaObject): DynamicMetaObject;
|
|
107
|
-
FallbackConvert(target: DynamicMetaObject, errorSuggestion: DynamicMetaObject): DynamicMetaObject;
|
|
105
|
+
FallbackConvert(target: DynamicMetaObject, errorSuggestion: DynamicMetaObject | null): DynamicMetaObject;
|
|
108
106
|
}
|
|
109
107
|
|
|
110
108
|
|
|
@@ -120,9 +118,9 @@ export interface CreateInstanceBinder$instance extends DynamicMetaObjectBinder {
|
|
|
120
118
|
readonly CallInfo: CallInfo;
|
|
121
119
|
readonly ReturnType: Type;
|
|
122
120
|
Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
|
|
123
|
-
Bind(args:
|
|
121
|
+
Bind(args: JsValue[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
|
|
124
122
|
FallbackCreateInstance(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
|
|
125
|
-
FallbackCreateInstance(target: DynamicMetaObject, args: DynamicMetaObject[], errorSuggestion: DynamicMetaObject): DynamicMetaObject;
|
|
123
|
+
FallbackCreateInstance(target: DynamicMetaObject, args: DynamicMetaObject[], errorSuggestion: DynamicMetaObject | null): DynamicMetaObject;
|
|
126
124
|
}
|
|
127
125
|
|
|
128
126
|
|
|
@@ -138,9 +136,9 @@ export interface DeleteIndexBinder$instance extends DynamicMetaObjectBinder {
|
|
|
138
136
|
readonly CallInfo: CallInfo;
|
|
139
137
|
readonly ReturnType: Type;
|
|
140
138
|
Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
|
|
141
|
-
Bind(args:
|
|
139
|
+
Bind(args: JsValue[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
|
|
142
140
|
FallbackDeleteIndex(target: DynamicMetaObject, indexes: DynamicMetaObject[]): DynamicMetaObject;
|
|
143
|
-
FallbackDeleteIndex(target: DynamicMetaObject, indexes: DynamicMetaObject[], errorSuggestion: DynamicMetaObject): DynamicMetaObject;
|
|
141
|
+
FallbackDeleteIndex(target: DynamicMetaObject, indexes: DynamicMetaObject[], errorSuggestion: DynamicMetaObject | null): DynamicMetaObject;
|
|
144
142
|
}
|
|
145
143
|
|
|
146
144
|
|
|
@@ -156,10 +154,10 @@ export interface DeleteMemberBinder$instance extends DynamicMetaObjectBinder {
|
|
|
156
154
|
readonly IgnoreCase: boolean;
|
|
157
155
|
readonly Name: string;
|
|
158
156
|
readonly ReturnType: Type;
|
|
159
|
-
Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
|
|
160
|
-
Bind(args:
|
|
157
|
+
Bind(target: DynamicMetaObject, args: DynamicMetaObject[] | null): DynamicMetaObject;
|
|
158
|
+
Bind(args: JsValue[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
|
|
161
159
|
FallbackDeleteMember(target: DynamicMetaObject): DynamicMetaObject;
|
|
162
|
-
FallbackDeleteMember(target: DynamicMetaObject, errorSuggestion: DynamicMetaObject): DynamicMetaObject;
|
|
160
|
+
FallbackDeleteMember(target: DynamicMetaObject, errorSuggestion: DynamicMetaObject | null): DynamicMetaObject;
|
|
163
161
|
}
|
|
164
162
|
|
|
165
163
|
|
|
@@ -176,8 +174,8 @@ export interface DynamicMetaObject$instance {
|
|
|
176
174
|
readonly HasValue: boolean;
|
|
177
175
|
readonly LimitType: Type;
|
|
178
176
|
readonly Restrictions: BindingRestrictions;
|
|
179
|
-
readonly RuntimeType: Type |
|
|
180
|
-
readonly Value:
|
|
177
|
+
readonly RuntimeType: Type | null;
|
|
178
|
+
readonly Value: JsValue | null;
|
|
181
179
|
BindBinaryOperation(binder: BinaryOperationBinder, arg: DynamicMetaObject): DynamicMetaObject;
|
|
182
180
|
BindConvert(binder: ConvertBinder): DynamicMetaObject;
|
|
183
181
|
BindCreateInstance(binder: CreateInstanceBinder, args: DynamicMetaObject[]): DynamicMetaObject;
|
|
@@ -196,9 +194,9 @@ export interface DynamicMetaObject$instance {
|
|
|
196
194
|
|
|
197
195
|
export const DynamicMetaObject: {
|
|
198
196
|
new(expression: Expression, restrictions: BindingRestrictions): DynamicMetaObject;
|
|
199
|
-
new(expression: Expression, restrictions: BindingRestrictions, value:
|
|
197
|
+
new(expression: Expression, restrictions: BindingRestrictions, value: JsValue): DynamicMetaObject;
|
|
200
198
|
readonly EmptyMetaObjects: DynamicMetaObject[];
|
|
201
|
-
Create(value:
|
|
199
|
+
Create(value: JsValue, expression: Expression): DynamicMetaObject;
|
|
202
200
|
};
|
|
203
201
|
|
|
204
202
|
|
|
@@ -208,9 +206,9 @@ export interface DynamicMetaObjectBinder$instance extends CallSiteBinder {
|
|
|
208
206
|
readonly __tsonic_type_System_Dynamic_DynamicMetaObjectBinder: never;
|
|
209
207
|
|
|
210
208
|
readonly ReturnType: Type;
|
|
211
|
-
Bind(args:
|
|
209
|
+
Bind(args: JsValue[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
|
|
212
210
|
Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
|
|
213
|
-
Defer(target: DynamicMetaObject, ...args: DynamicMetaObject[]): DynamicMetaObject;
|
|
211
|
+
Defer(target: DynamicMetaObject, ...args: DynamicMetaObject[] | null): DynamicMetaObject;
|
|
214
212
|
Defer(...args: DynamicMetaObject[]): DynamicMetaObject;
|
|
215
213
|
GetUpdateExpression(type: Type): Expression;
|
|
216
214
|
}
|
|
@@ -229,18 +227,18 @@ export interface DynamicObject$instance extends IDynamicMetaObjectProvider$insta
|
|
|
229
227
|
|
|
230
228
|
GetDynamicMemberNames(): IEnumerable_1<System_Internal.String>;
|
|
231
229
|
GetMetaObject(parameter: Expression): DynamicMetaObject;
|
|
232
|
-
TryBinaryOperation(binder: BinaryOperationBinder, arg:
|
|
233
|
-
TryConvert(binder: ConvertBinder, result:
|
|
234
|
-
TryCreateInstance(binder: CreateInstanceBinder, args:
|
|
235
|
-
TryDeleteIndex(binder: DeleteIndexBinder, indexes:
|
|
230
|
+
TryBinaryOperation(binder: BinaryOperationBinder, arg: JsValue, result: JsValue | null): boolean;
|
|
231
|
+
TryConvert(binder: ConvertBinder, result: JsValue | null): boolean;
|
|
232
|
+
TryCreateInstance(binder: CreateInstanceBinder, args: (JsValue | null)[] | null, result: JsValue | null): boolean;
|
|
233
|
+
TryDeleteIndex(binder: DeleteIndexBinder, indexes: JsValue[]): boolean;
|
|
236
234
|
TryDeleteMember(binder: DeleteMemberBinder): boolean;
|
|
237
|
-
TryGetIndex(binder: GetIndexBinder, indexes:
|
|
238
|
-
TryGetMember(binder: GetMemberBinder, result:
|
|
239
|
-
TryInvoke(binder: InvokeBinder, args:
|
|
240
|
-
TryInvokeMember(binder: InvokeMemberBinder, args:
|
|
241
|
-
TrySetIndex(binder: SetIndexBinder, indexes:
|
|
242
|
-
TrySetMember(binder: SetMemberBinder, value:
|
|
243
|
-
TryUnaryOperation(binder: UnaryOperationBinder, result:
|
|
235
|
+
TryGetIndex(binder: GetIndexBinder, indexes: JsValue[], result: JsValue | null): boolean;
|
|
236
|
+
TryGetMember(binder: GetMemberBinder, result: JsValue | null): boolean;
|
|
237
|
+
TryInvoke(binder: InvokeBinder, args: (JsValue | null)[] | null, result: JsValue | null): boolean;
|
|
238
|
+
TryInvokeMember(binder: InvokeMemberBinder, args: (JsValue | null)[] | null, result: JsValue | null): boolean;
|
|
239
|
+
TrySetIndex(binder: SetIndexBinder, indexes: JsValue[], value: JsValue | null): boolean;
|
|
240
|
+
TrySetMember(binder: SetMemberBinder, value: JsValue | null): boolean;
|
|
241
|
+
TryUnaryOperation(binder: UnaryOperationBinder, result: JsValue | null): boolean;
|
|
244
242
|
}
|
|
245
243
|
|
|
246
244
|
|
|
@@ -255,7 +253,7 @@ export interface __DynamicObject$views {
|
|
|
255
253
|
export type DynamicObject = DynamicObject$instance & __DynamicObject$views;
|
|
256
254
|
|
|
257
255
|
|
|
258
|
-
export interface ExpandoObject$instance extends INotifyPropertyChanged, System_Collections_Generic_Internal.IDictionary_2$instance<System_Internal.String,
|
|
256
|
+
export interface ExpandoObject$instance extends INotifyPropertyChanged, System_Collections_Generic_Internal.IDictionary_2$instance<System_Internal.String, JsValue>, System_ComponentModel_Internal.INotifyPropertyChanged$instance, IDynamicMetaObjectProvider$instance {
|
|
259
257
|
readonly __tsonic_type_System_Dynamic_ExpandoObject: never;
|
|
260
258
|
|
|
261
259
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
@@ -275,9 +273,9 @@ export const ExpandoObject: {
|
|
|
275
273
|
|
|
276
274
|
export interface __ExpandoObject$views {
|
|
277
275
|
As_IDynamicMetaObjectProvider(): IDynamicMetaObjectProvider$instance;
|
|
278
|
-
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<KeyValuePair_2<System_Internal.String,
|
|
279
|
-
As_IDictionary_2(): System_Collections_Generic_Internal.IDictionary_2$instance<System_Internal.String,
|
|
280
|
-
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<System_Internal.String,
|
|
276
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<KeyValuePair_2<System_Internal.String, JsValue>>;
|
|
277
|
+
As_IDictionary_2(): System_Collections_Generic_Internal.IDictionary_2$instance<System_Internal.String, JsValue>;
|
|
278
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<System_Internal.String, JsValue>>;
|
|
281
279
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
282
280
|
}
|
|
283
281
|
|
|
@@ -290,9 +288,9 @@ export interface GetIndexBinder$instance extends DynamicMetaObjectBinder {
|
|
|
290
288
|
readonly CallInfo: CallInfo;
|
|
291
289
|
readonly ReturnType: Type;
|
|
292
290
|
Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
|
|
293
|
-
Bind(args:
|
|
291
|
+
Bind(args: JsValue[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
|
|
294
292
|
FallbackGetIndex(target: DynamicMetaObject, indexes: DynamicMetaObject[]): DynamicMetaObject;
|
|
295
|
-
FallbackGetIndex(target: DynamicMetaObject, indexes: DynamicMetaObject[], errorSuggestion: DynamicMetaObject): DynamicMetaObject;
|
|
293
|
+
FallbackGetIndex(target: DynamicMetaObject, indexes: DynamicMetaObject[], errorSuggestion: DynamicMetaObject | null): DynamicMetaObject;
|
|
296
294
|
}
|
|
297
295
|
|
|
298
296
|
|
|
@@ -308,10 +306,10 @@ export interface GetMemberBinder$instance extends DynamicMetaObjectBinder {
|
|
|
308
306
|
readonly IgnoreCase: boolean;
|
|
309
307
|
readonly Name: string;
|
|
310
308
|
readonly ReturnType: Type;
|
|
311
|
-
Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
|
|
312
|
-
Bind(args:
|
|
309
|
+
Bind(target: DynamicMetaObject, args: DynamicMetaObject[] | null): DynamicMetaObject;
|
|
310
|
+
Bind(args: JsValue[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
|
|
313
311
|
FallbackGetMember(target: DynamicMetaObject): DynamicMetaObject;
|
|
314
|
-
FallbackGetMember(target: DynamicMetaObject, errorSuggestion: DynamicMetaObject): DynamicMetaObject;
|
|
312
|
+
FallbackGetMember(target: DynamicMetaObject, errorSuggestion: DynamicMetaObject | null): DynamicMetaObject;
|
|
315
313
|
}
|
|
316
314
|
|
|
317
315
|
|
|
@@ -327,9 +325,9 @@ export interface InvokeBinder$instance extends DynamicMetaObjectBinder {
|
|
|
327
325
|
readonly CallInfo: CallInfo;
|
|
328
326
|
readonly ReturnType: Type;
|
|
329
327
|
Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
|
|
330
|
-
Bind(args:
|
|
328
|
+
Bind(args: JsValue[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
|
|
331
329
|
FallbackInvoke(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
|
|
332
|
-
FallbackInvoke(target: DynamicMetaObject, args: DynamicMetaObject[], errorSuggestion: DynamicMetaObject): DynamicMetaObject;
|
|
330
|
+
FallbackInvoke(target: DynamicMetaObject, args: DynamicMetaObject[], errorSuggestion: DynamicMetaObject | null): DynamicMetaObject;
|
|
333
331
|
}
|
|
334
332
|
|
|
335
333
|
|
|
@@ -347,10 +345,10 @@ export interface InvokeMemberBinder$instance extends DynamicMetaObjectBinder {
|
|
|
347
345
|
readonly Name: string;
|
|
348
346
|
readonly ReturnType: Type;
|
|
349
347
|
Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
|
|
350
|
-
Bind(args:
|
|
351
|
-
FallbackInvoke(target: DynamicMetaObject, args: DynamicMetaObject[], errorSuggestion: DynamicMetaObject): DynamicMetaObject;
|
|
348
|
+
Bind(args: JsValue[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
|
|
349
|
+
FallbackInvoke(target: DynamicMetaObject, args: DynamicMetaObject[], errorSuggestion: DynamicMetaObject | null): DynamicMetaObject;
|
|
352
350
|
FallbackInvokeMember(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
|
|
353
|
-
FallbackInvokeMember(target: DynamicMetaObject, args: DynamicMetaObject[], errorSuggestion: DynamicMetaObject): DynamicMetaObject;
|
|
351
|
+
FallbackInvokeMember(target: DynamicMetaObject, args: DynamicMetaObject[], errorSuggestion: DynamicMetaObject | null): DynamicMetaObject;
|
|
354
352
|
}
|
|
355
353
|
|
|
356
354
|
|
|
@@ -366,9 +364,9 @@ export interface SetIndexBinder$instance extends DynamicMetaObjectBinder {
|
|
|
366
364
|
readonly CallInfo: CallInfo;
|
|
367
365
|
readonly ReturnType: Type;
|
|
368
366
|
Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
|
|
369
|
-
Bind(args:
|
|
367
|
+
Bind(args: JsValue[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
|
|
370
368
|
FallbackSetIndex(target: DynamicMetaObject, indexes: DynamicMetaObject[], value: DynamicMetaObject): DynamicMetaObject;
|
|
371
|
-
FallbackSetIndex(target: DynamicMetaObject, indexes: DynamicMetaObject[], value: DynamicMetaObject, errorSuggestion: DynamicMetaObject): DynamicMetaObject;
|
|
369
|
+
FallbackSetIndex(target: DynamicMetaObject, indexes: DynamicMetaObject[], value: DynamicMetaObject, errorSuggestion: DynamicMetaObject | null): DynamicMetaObject;
|
|
372
370
|
}
|
|
373
371
|
|
|
374
372
|
|
|
@@ -385,9 +383,9 @@ export interface SetMemberBinder$instance extends DynamicMetaObjectBinder {
|
|
|
385
383
|
readonly Name: string;
|
|
386
384
|
readonly ReturnType: Type;
|
|
387
385
|
Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
|
|
388
|
-
Bind(args:
|
|
386
|
+
Bind(args: JsValue[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
|
|
389
387
|
FallbackSetMember(target: DynamicMetaObject, value: DynamicMetaObject): DynamicMetaObject;
|
|
390
|
-
FallbackSetMember(target: DynamicMetaObject, value: DynamicMetaObject, errorSuggestion: DynamicMetaObject): DynamicMetaObject;
|
|
388
|
+
FallbackSetMember(target: DynamicMetaObject, value: DynamicMetaObject, errorSuggestion: DynamicMetaObject | null): DynamicMetaObject;
|
|
391
389
|
}
|
|
392
390
|
|
|
393
391
|
|
|
@@ -402,10 +400,10 @@ export interface UnaryOperationBinder$instance extends DynamicMetaObjectBinder {
|
|
|
402
400
|
|
|
403
401
|
readonly Operation: ExpressionType;
|
|
404
402
|
readonly ReturnType: Type;
|
|
405
|
-
Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
|
|
406
|
-
Bind(args:
|
|
403
|
+
Bind(target: DynamicMetaObject, args: DynamicMetaObject[] | null): DynamicMetaObject;
|
|
404
|
+
Bind(args: JsValue[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
|
|
407
405
|
FallbackUnaryOperation(target: DynamicMetaObject): DynamicMetaObject;
|
|
408
|
-
FallbackUnaryOperation(target: DynamicMetaObject, errorSuggestion: DynamicMetaObject): DynamicMetaObject;
|
|
406
|
+
FallbackUnaryOperation(target: DynamicMetaObject, errorSuggestion: DynamicMetaObject | null): DynamicMetaObject;
|
|
409
407
|
}
|
|
410
408
|
|
|
411
409
|
|