@tsonic/dotnet 10.0.40 → 10.0.42
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/bindings.json +5 -5
- package/Internal/internal/index.d.ts +4 -3
- package/Internal.d.ts +4 -0
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
- package/Microsoft.VisualBasic/bindings.json +13 -13
- package/Microsoft.VisualBasic/internal/index.d.ts +5 -7
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +3 -5
- package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -3
- package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
- package/Microsoft.VisualBasic.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/Microsoft.Win32.SafeHandles.d.ts +4 -0
- package/Microsoft.Win32.d.ts +4 -0
- package/README.md +83 -104
- package/System/bindings.json +1858 -2297
- package/System/internal/index.d.ts +1972 -2010
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +56 -58
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Binary.d.ts +4 -0
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.Buffers.Text.d.ts +4 -0
- package/System.Buffers.d.ts +10 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +31 -30
- package/System.CodeDom.Compiler.d.ts +4 -0
- package/System.Collections/bindings.json +300 -300
- package/System.Collections/internal/index.d.ts +90 -92
- package/System.Collections.Concurrent/bindings.json +311 -311
- package/System.Collections.Concurrent/internal/index.d.ts +83 -85
- package/System.Collections.Concurrent.d.ts +7 -3
- package/System.Collections.Frozen/bindings.json +490 -648
- package/System.Collections.Frozen/internal/index.d.ts +95 -109
- package/System.Collections.Frozen.d.ts +18 -2
- package/System.Collections.Generic/bindings.json +9628 -14043
- package/System.Collections.Generic/internal/index.d.ts +632 -827
- package/System.Collections.Generic.d.ts +20 -16
- package/System.Collections.Immutable/bindings.json +6134 -9214
- package/System.Collections.Immutable/internal/index.d.ts +414 -502
- package/System.Collections.Immutable.d.ts +58 -17
- package/System.Collections.ObjectModel/bindings.json +328 -850
- package/System.Collections.ObjectModel/internal/index.d.ts +42 -62
- package/System.Collections.ObjectModel.d.ts +6 -2
- package/System.Collections.Specialized/bindings.json +79 -202
- package/System.Collections.Specialized/internal/index.d.ts +72 -85
- package/System.Collections.Specialized.d.ts +4 -0
- package/System.Collections.d.ts +4 -0
- package/System.ComponentModel/bindings.json +271 -210
- package/System.ComponentModel/internal/index.d.ts +562 -547
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +126 -125
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
- package/System.ComponentModel.DataAnnotations.d.ts +4 -0
- package/System.ComponentModel.Design/bindings.json +40 -310
- package/System.ComponentModel.Design/internal/index.d.ts +85 -93
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +42 -41
- package/System.ComponentModel.Design.Serialization.d.ts +4 -0
- package/System.ComponentModel.Design.d.ts +4 -0
- package/System.ComponentModel.d.ts +5 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Configuration.Assemblies.d.ts +4 -0
- package/System.Data/bindings.json +128 -125
- package/System.Data/internal/index.d.ts +341 -340
- package/System.Data.Common/bindings.json +68 -68
- package/System.Data.Common/internal/index.d.ts +135 -136
- package/System.Data.Common.d.ts +4 -0
- package/System.Data.SqlTypes/internal/index.d.ts +55 -54
- package/System.Data.SqlTypes.d.ts +4 -0
- package/System.Data.d.ts +8 -4
- package/System.Diagnostics/bindings.json +6324 -6509
- package/System.Diagnostics/internal/index.d.ts +435 -437
- package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
- package/System.Diagnostics.Contracts/bindings.json +62 -62
- package/System.Diagnostics.Contracts/internal/index.d.ts +23 -25
- package/System.Diagnostics.Contracts.d.ts +4 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +82 -84
- package/System.Diagnostics.Metrics.d.ts +7 -3
- package/System.Diagnostics.SymbolStore/bindings.json +2 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +11 -10
- package/System.Diagnostics.SymbolStore.d.ts +4 -0
- package/System.Diagnostics.Tracing/bindings.json +291 -231
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +6 -1
- package/System.Diagnostics.d.ts +5 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Drawing.d.ts +4 -0
- package/System.Dynamic/bindings.json +13 -13
- package/System.Dynamic/internal/index.d.ts +35 -36
- package/System.Dynamic.d.ts +4 -0
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +30 -37
- package/System.Formats.Asn1.d.ts +4 -0
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Formats.Tar.d.ts +4 -0
- package/System.Globalization/bindings.json +3 -3
- package/System.Globalization/internal/index.d.ts +35 -37
- package/System.Globalization.d.ts +4 -0
- package/System.IO/bindings.json +957 -957
- package/System.IO/internal/index.d.ts +183 -185
- package/System.IO.Compression/internal/index.d.ts +33 -35
- package/System.IO.Compression.d.ts +4 -0
- package/System.IO.Enumeration/bindings.json +402 -402
- package/System.IO.Enumeration/internal/index.d.ts +21 -23
- package/System.IO.Enumeration.d.ts +4 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +16 -15
- package/System.IO.IsolatedStorage.d.ts +4 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.MemoryMappedFiles.d.ts +4 -0
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipelines.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- package/System.IO.Pipes.d.ts +4 -0
- package/System.IO.d.ts +4 -0
- package/System.Linq/bindings.json +22 -22
- package/System.Linq/internal/index.d.ts +705 -705
- package/System.Linq.Expressions/internal/index.d.ts +219 -195
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- package/System.Linq.Expressions.Interpreter.d.ts +4 -0
- package/System.Linq.Expressions.d.ts +6 -2
- package/System.Linq.d.ts +18 -14
- package/System.Net/bindings.json +131 -131
- package/System.Net/internal/index.d.ts +276 -278
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Cache.d.ts +4 -0
- package/System.Net.Http/bindings.json +22 -22
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +36 -200
- package/System.Net.Http.Headers/internal/index.d.ts +114 -128
- package/System.Net.Http.Headers.d.ts +4 -0
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Json.d.ts +4 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- package/System.Net.Http.Metrics.d.ts +4 -0
- package/System.Net.Http.d.ts +5 -1
- package/System.Net.Mail/bindings.json +96 -96
- package/System.Net.Mail/internal/index.d.ts +78 -80
- package/System.Net.Mail.d.ts +4 -0
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.Mime.d.ts +4 -0
- package/System.Net.NetworkInformation/bindings.json +40 -40
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.NetworkInformation.d.ts +4 -0
- package/System.Net.Quic/internal/index.d.ts +11 -10
- package/System.Net.Quic.d.ts +4 -0
- package/System.Net.Security/internal/index.d.ts +90 -92
- package/System.Net.Security.d.ts +4 -0
- package/System.Net.ServerSentEvents/internal/index.d.ts +13 -12
- package/System.Net.ServerSentEvents.d.ts +7 -3
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.Sockets.d.ts +4 -0
- package/System.Net.WebSockets/bindings.json +101 -101
- package/System.Net.WebSockets/internal/index.d.ts +49 -48
- package/System.Net.WebSockets.d.ts +4 -0
- package/System.Net.d.ts +4 -0
- package/System.Numerics/bindings.json +547 -119
- package/System.Numerics/internal/index.d.ts +302 -304
- package/System.Numerics.d.ts +38 -34
- package/System.Reflection/bindings.json +870 -870
- package/System.Reflection/internal/index.d.ts +257 -259
- package/System.Reflection.Emit/bindings.json +754 -754
- package/System.Reflection.Emit/internal/index.d.ts +114 -114
- package/System.Reflection.Emit.d.ts +4 -0
- package/System.Reflection.Metadata/bindings.json +535 -3018
- package/System.Reflection.Metadata/internal/index.d.ts +188 -369
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +16 -18
- package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
- package/System.Reflection.Metadata.d.ts +9 -5
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +25 -12
- package/System.Reflection.PortableExecutable.d.ts +5 -0
- package/System.Reflection.d.ts +4 -0
- package/System.Resources/bindings.json +3 -3
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Resources.d.ts +4 -0
- package/System.Runtime/bindings.json +9 -9
- package/System.Runtime/internal/index.d.ts +11 -10
- package/System.Runtime.CompilerServices/bindings.json +962 -1160
- package/System.Runtime.CompilerServices/internal/index.d.ts +280 -304
- package/System.Runtime.CompilerServices.d.ts +30 -16
- package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ConstrainedExecution.d.ts +4 -0
- package/System.Runtime.ExceptionServices/bindings.json +9 -9
- package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices.d.ts +4 -0
- package/System.Runtime.InteropServices/bindings.json +666 -666
- package/System.Runtime.InteropServices/internal/index.d.ts +250 -252
- package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +22 -24
- package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
- package/System.Runtime.InteropServices.Java/bindings.json +12 -12
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -5
- package/System.Runtime.InteropServices.Java.d.ts +4 -0
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +70 -72
- package/System.Runtime.InteropServices.JavaScript.d.ts +14 -28
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2422 -2422
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +317 -319
- package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +151 -151
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +16 -18
- package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
- package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +5 -7
- package/System.Runtime.InteropServices.Swift.d.ts +6 -2
- package/System.Runtime.InteropServices.d.ts +6 -2
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +515 -517
- package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
- package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
- package/System.Runtime.Intrinsics.X86.d.ts +4 -0
- package/System.Runtime.Intrinsics.d.ts +12 -8
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Loader.d.ts +4 -0
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Remoting.d.ts +4 -0
- package/System.Runtime.Serialization/bindings.json +13 -13
- package/System.Runtime.Serialization/internal/index.d.ts +124 -126
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +28 -30
- package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +8 -7
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters.d.ts +4 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
- package/System.Runtime.Serialization.Json.d.ts +4 -0
- package/System.Runtime.Serialization.d.ts +4 -0
- package/System.Runtime.Versioning/bindings.json +13 -13
- package/System.Runtime.Versioning/internal/index.d.ts +20 -19
- package/System.Runtime.Versioning.d.ts +4 -0
- package/System.Runtime.d.ts +4 -0
- package/System.Security/bindings.json +5 -5
- package/System.Security/internal/index.d.ts +64 -66
- package/System.Security.AccessControl/bindings.json +137 -33
- package/System.Security.AccessControl/internal/index.d.ts +62 -61
- package/System.Security.AccessControl.d.ts +13 -8
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
- package/System.Security.Authentication.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +45 -44
- package/System.Security.Claims.d.ts +4 -0
- package/System.Security.Cryptography/bindings.json +509 -509
- package/System.Security.Cryptography/internal/index.d.ts +268 -269
- package/System.Security.Cryptography.X509Certificates/bindings.json +312 -374
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +96 -103
- package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Security.Permissions/internal/index.d.ts +5 -4
- package/System.Security.Permissions.d.ts +4 -0
- package/System.Security.Policy/bindings.json +5 -5
- package/System.Security.Policy/internal/index.d.ts +9 -8
- package/System.Security.Policy.d.ts +4 -0
- package/System.Security.Principal/bindings.json +8 -8
- package/System.Security.Principal/internal/index.d.ts +30 -29
- package/System.Security.Principal.d.ts +4 -0
- package/System.Security.d.ts +4 -0
- package/System.Text/bindings.json +1577 -1577
- package/System.Text/internal/index.d.ts +121 -123
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Encodings.Web.d.ts +4 -0
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +143 -161
- package/System.Text.Json.Nodes/bindings.json +27 -27
- package/System.Text.Json.Nodes/internal/index.d.ts +63 -65
- package/System.Text.Json.Nodes.d.ts +4 -0
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Schema.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +37 -39
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +120 -119
- package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
- package/System.Text.Json.Serialization.d.ts +10 -6
- package/System.Text.Json.d.ts +4 -0
- package/System.Text.RegularExpressions/bindings.json +414 -578
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -62
- package/System.Text.RegularExpressions.d.ts +4 -0
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Text.Unicode.d.ts +4 -0
- package/System.Text.d.ts +4 -0
- package/System.Threading/bindings.json +61 -61
- package/System.Threading/internal/index.d.ts +156 -158
- package/System.Threading.Channels/internal/index.d.ts +31 -33
- package/System.Threading.Channels.d.ts +8 -4
- package/System.Threading.Tasks/bindings.json +142 -39
- package/System.Threading.Tasks/internal/index.d.ts +250 -247
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +121 -122
- package/System.Threading.Tasks.Dataflow.d.ts +18 -14
- package/System.Threading.Tasks.Sources/bindings.json +9 -9
- package/System.Threading.Tasks.Sources/internal/index.d.ts +11 -10
- package/System.Threading.Tasks.Sources.d.ts +6 -2
- package/System.Threading.Tasks.d.ts +12 -8
- package/System.Threading.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +8 -7
- package/System.Timers.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Transactions.d.ts +4 -0
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Web.d.ts +4 -0
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Input.d.ts +4 -0
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Windows.Markup.d.ts +4 -0
- package/System.Xml/bindings.json +27 -27
- package/System.Xml/internal/index.d.ts +376 -378
- package/System.Xml.Linq/bindings.json +6 -6
- package/System.Xml.Linq/internal/index.d.ts +101 -100
- package/System.Xml.Linq.d.ts +4 -0
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Resolvers.d.ts +4 -0
- package/System.Xml.Schema/bindings.json +100 -100
- package/System.Xml.Schema/internal/index.d.ts +231 -230
- package/System.Xml.Schema.d.ts +4 -0
- package/System.Xml.Serialization/bindings.json +250 -57
- package/System.Xml.Serialization/internal/index.d.ts +274 -242
- package/System.Xml.Serialization.d.ts +6 -0
- package/System.Xml.XPath/bindings.json +1 -1
- package/System.Xml.XPath/internal/index.d.ts +37 -36
- package/System.Xml.XPath.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +1 -1
- package/System.Xml.Xsl/internal/index.d.ts +50 -49
- package/System.Xml.Xsl.Runtime/bindings.json +74 -71
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +38 -40
- package/System.Xml.Xsl.Runtime.d.ts +4 -0
- package/System.Xml.Xsl.d.ts +4 -0
- package/System.Xml.d.ts +4 -0
- package/System.d.ts +126 -122
- package/__internal/extensions/index.d.ts +1335 -1338
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: System.Linq.Expressions
|
|
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 { 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 type { IEnumerable_1 } from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -149,15 +147,15 @@ export interface BinaryExpression$instance extends Expression {
|
|
|
149
147
|
readonly __tsonic_type_System_Linq_Expressions_BinaryExpression: never;
|
|
150
148
|
|
|
151
149
|
readonly CanReduce: boolean;
|
|
152
|
-
readonly Conversion: LambdaExpression |
|
|
150
|
+
readonly Conversion: LambdaExpression | null;
|
|
153
151
|
readonly IsLifted: boolean;
|
|
154
152
|
readonly IsLiftedToNull: boolean;
|
|
155
153
|
readonly Left: Expression;
|
|
156
|
-
readonly Method: MethodInfo |
|
|
154
|
+
readonly Method: MethodInfo | null;
|
|
157
155
|
readonly Right: Expression;
|
|
158
156
|
Accept(visitor: ExpressionVisitor): Expression;
|
|
159
157
|
Reduce(): Expression;
|
|
160
|
-
Update(left: Expression, conversion: LambdaExpression, right: Expression): BinaryExpression;
|
|
158
|
+
Update(left: Expression, conversion: LambdaExpression | null, right: Expression): BinaryExpression;
|
|
161
159
|
}
|
|
162
160
|
|
|
163
161
|
|
|
@@ -176,7 +174,7 @@ export interface BlockExpression$instance extends Expression {
|
|
|
176
174
|
readonly Type: Type;
|
|
177
175
|
readonly Variables: ReadOnlyCollection_1<ParameterExpression>;
|
|
178
176
|
Accept(visitor: ExpressionVisitor): Expression;
|
|
179
|
-
Update(variables: IEnumerable_1<ParameterExpression
|
|
177
|
+
Update(variables: IEnumerable_1<ParameterExpression> | null, expressions: IEnumerable_1<Expression>): BlockExpression;
|
|
180
178
|
}
|
|
181
179
|
|
|
182
180
|
|
|
@@ -190,11 +188,11 @@ export interface CatchBlock$instance {
|
|
|
190
188
|
readonly __tsonic_type_System_Linq_Expressions_CatchBlock: never;
|
|
191
189
|
|
|
192
190
|
readonly Body: Expression;
|
|
193
|
-
readonly Filter: Expression |
|
|
191
|
+
readonly Filter: Expression | null;
|
|
194
192
|
readonly Test: Type;
|
|
195
|
-
readonly Variable: ParameterExpression |
|
|
193
|
+
readonly Variable: ParameterExpression | null;
|
|
196
194
|
ToString(): string;
|
|
197
|
-
Update(variable: ParameterExpression, filter: Expression, body: Expression): CatchBlock;
|
|
195
|
+
Update(variable: ParameterExpression | null, filter: Expression | null, body: Expression): CatchBlock;
|
|
198
196
|
}
|
|
199
197
|
|
|
200
198
|
|
|
@@ -228,7 +226,7 @@ export interface ConstantExpression$instance extends Expression {
|
|
|
228
226
|
|
|
229
227
|
readonly NodeType: ExpressionType;
|
|
230
228
|
readonly Type: Type;
|
|
231
|
-
readonly Value: unknown |
|
|
229
|
+
readonly Value: unknown | null;
|
|
232
230
|
Accept(visitor: ExpressionVisitor): Expression;
|
|
233
231
|
}
|
|
234
232
|
|
|
@@ -289,7 +287,7 @@ export interface DynamicExpression$instance extends Expression, IDynamicExpressi
|
|
|
289
287
|
readonly Type: Type;
|
|
290
288
|
Accept(visitor: ExpressionVisitor): Expression;
|
|
291
289
|
Reduce(): Expression;
|
|
292
|
-
Update(arguments: IEnumerable_1<Expression>): DynamicExpression;
|
|
290
|
+
Update(arguments: IEnumerable_1<Expression> | null): DynamicExpression;
|
|
293
291
|
}
|
|
294
292
|
|
|
295
293
|
|
|
@@ -300,12 +298,13 @@ export const DynamicExpression: {
|
|
|
300
298
|
Dynamic(binder: CallSiteBinder, returnType: Type, arg0: Expression, arg1: Expression): DynamicExpression;
|
|
301
299
|
Dynamic(binder: CallSiteBinder, returnType: Type, arg0: Expression): DynamicExpression;
|
|
302
300
|
Dynamic(binder: CallSiteBinder, returnType: Type, ...arguments: Expression[]): DynamicExpression;
|
|
303
|
-
MakeDynamic(delegateType: Type, binder: CallSiteBinder, arguments: IEnumerable_1<Expression>): DynamicExpression;
|
|
301
|
+
MakeDynamic(delegateType: Type, binder: CallSiteBinder, arguments: IEnumerable_1<Expression> | null): DynamicExpression;
|
|
304
302
|
MakeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression): DynamicExpression;
|
|
305
303
|
MakeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression, arg1: Expression, arg2: Expression): DynamicExpression;
|
|
306
304
|
MakeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression, arg1: Expression): DynamicExpression;
|
|
307
305
|
MakeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression): DynamicExpression;
|
|
308
306
|
MakeDynamic(delegateType: Type, binder: CallSiteBinder, ...arguments: Expression[]): DynamicExpression;
|
|
307
|
+
MakeDynamic(delegateType: Type, binder: CallSiteBinder, arguments: Expression[] | null): DynamicExpression;
|
|
309
308
|
};
|
|
310
309
|
|
|
311
310
|
|
|
@@ -372,25 +371,26 @@ export interface Expression$instance {
|
|
|
372
371
|
|
|
373
372
|
|
|
374
373
|
export const Expression: (abstract new(nodeType: ExpressionType, type: Type) => Expression) & (abstract new() => Expression) & {
|
|
375
|
-
Add(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
374
|
+
Add(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
376
375
|
Add(left: Expression, right: Expression): BinaryExpression;
|
|
377
|
-
AddAssign(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
378
|
-
AddAssign(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
376
|
+
AddAssign(left: Expression, right: Expression, method: MethodInfo | null, conversion: LambdaExpression | null): BinaryExpression;
|
|
377
|
+
AddAssign(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
379
378
|
AddAssign(left: Expression, right: Expression): BinaryExpression;
|
|
380
|
-
AddAssignChecked(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
381
|
-
AddAssignChecked(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
379
|
+
AddAssignChecked(left: Expression, right: Expression, method: MethodInfo | null, conversion: LambdaExpression | null): BinaryExpression;
|
|
380
|
+
AddAssignChecked(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
382
381
|
AddAssignChecked(left: Expression, right: Expression): BinaryExpression;
|
|
383
|
-
AddChecked(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
382
|
+
AddChecked(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
384
383
|
AddChecked(left: Expression, right: Expression): BinaryExpression;
|
|
385
|
-
And(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
384
|
+
And(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
386
385
|
And(left: Expression, right: Expression): BinaryExpression;
|
|
387
|
-
AndAlso(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
386
|
+
AndAlso(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
388
387
|
AndAlso(left: Expression, right: Expression): BinaryExpression;
|
|
389
|
-
AndAssign(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
390
|
-
AndAssign(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
388
|
+
AndAssign(left: Expression, right: Expression, method: MethodInfo | null, conversion: LambdaExpression | null): BinaryExpression;
|
|
389
|
+
AndAssign(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
391
390
|
AndAssign(left: Expression, right: Expression): BinaryExpression;
|
|
392
|
-
ArrayAccess(array: Expression, indexes: IEnumerable_1<Expression>): IndexExpression;
|
|
391
|
+
ArrayAccess(array: Expression, indexes: IEnumerable_1<Expression> | null): IndexExpression;
|
|
393
392
|
ArrayAccess(array: Expression, ...indexes: Expression[]): IndexExpression;
|
|
393
|
+
ArrayAccess(array: Expression, indexes: Expression[] | null): IndexExpression;
|
|
394
394
|
ArrayIndex(array: Expression, indexes: IEnumerable_1<Expression>): MethodCallExpression;
|
|
395
395
|
ArrayIndex(array: Expression, index: Expression): BinaryExpression;
|
|
396
396
|
ArrayIndex(array: Expression, ...indexes: Expression[]): MethodCallExpression;
|
|
@@ -399,60 +399,64 @@ export const Expression: (abstract new(nodeType: ExpressionType, type: Type) =>
|
|
|
399
399
|
Bind(member: MemberInfo, expression: Expression): MemberAssignment;
|
|
400
400
|
Bind(propertyAccessor: MethodInfo, expression: Expression): MemberAssignment;
|
|
401
401
|
Block(expressions: IEnumerable_1<Expression>): BlockExpression;
|
|
402
|
-
Block(variables: IEnumerable_1<ParameterExpression
|
|
403
|
-
Block(variables: IEnumerable_1<ParameterExpression
|
|
402
|
+
Block(variables: IEnumerable_1<ParameterExpression> | null, expressions: IEnumerable_1<Expression>): BlockExpression;
|
|
403
|
+
Block(variables: IEnumerable_1<ParameterExpression> | null, ...expressions: Expression[]): BlockExpression;
|
|
404
404
|
Block(arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression, arg4: Expression): BlockExpression;
|
|
405
405
|
Block(arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression): BlockExpression;
|
|
406
406
|
Block(arg0: Expression, arg1: Expression, arg2: Expression): BlockExpression;
|
|
407
407
|
Block(arg0: Expression, arg1: Expression): BlockExpression;
|
|
408
408
|
Block(...expressions: Expression[]): BlockExpression;
|
|
409
409
|
Block(type: Type, expressions: IEnumerable_1<Expression>): BlockExpression;
|
|
410
|
-
Block(type: Type, variables: IEnumerable_1<ParameterExpression
|
|
411
|
-
Block(type: Type, variables: IEnumerable_1<ParameterExpression
|
|
410
|
+
Block(type: Type, variables: IEnumerable_1<ParameterExpression> | null, expressions: IEnumerable_1<Expression>): BlockExpression;
|
|
411
|
+
Block(type: Type, variables: IEnumerable_1<ParameterExpression> | null, ...expressions: Expression[]): BlockExpression;
|
|
412
412
|
Block(type: Type, ...expressions: Expression[]): BlockExpression;
|
|
413
|
-
Break(target: LabelTarget, value: Expression, type: Type): GotoExpression;
|
|
414
|
-
Break(target: LabelTarget, value: Expression): GotoExpression;
|
|
413
|
+
Break(target: LabelTarget, value: Expression | null, type: Type): GotoExpression;
|
|
414
|
+
Break(target: LabelTarget, value: Expression | null): GotoExpression;
|
|
415
415
|
Break(target: LabelTarget, type: Type): GotoExpression;
|
|
416
416
|
Break(target: LabelTarget): GotoExpression;
|
|
417
|
-
Call(instance: Expression, method: MethodInfo, arguments: IEnumerable_1<Expression>): MethodCallExpression;
|
|
418
|
-
Call(instance: Expression, method: MethodInfo, arg0: Expression, arg1: Expression, arg2: Expression): MethodCallExpression;
|
|
419
|
-
Call(instance: Expression, method: MethodInfo, arg0: Expression, arg1: Expression): MethodCallExpression;
|
|
420
|
-
Call(instance: Expression, method: MethodInfo, ...arguments: Expression[]): MethodCallExpression;
|
|
421
|
-
Call(instance: Expression, method: MethodInfo): MethodCallExpression;
|
|
422
|
-
Call(instance: Expression
|
|
423
|
-
Call(
|
|
417
|
+
Call(instance: Expression | null, method: MethodInfo, arguments: IEnumerable_1<Expression> | null): MethodCallExpression;
|
|
418
|
+
Call(instance: Expression | null, method: MethodInfo, arg0: Expression, arg1: Expression, arg2: Expression): MethodCallExpression;
|
|
419
|
+
Call(instance: Expression | null, method: MethodInfo, arg0: Expression, arg1: Expression): MethodCallExpression;
|
|
420
|
+
Call(instance: Expression | null, method: MethodInfo, ...arguments: Expression[]): MethodCallExpression;
|
|
421
|
+
Call(instance: Expression | null, method: MethodInfo, arguments: Expression[] | null): MethodCallExpression;
|
|
422
|
+
Call(instance: Expression | null, method: MethodInfo): MethodCallExpression;
|
|
423
|
+
Call(instance: Expression, methodName: string, typeArguments: Type[] | null, ...arguments: Expression[]): MethodCallExpression;
|
|
424
|
+
Call(instance: Expression, methodName: string, typeArguments: Type[] | null, arguments: Expression[] | null): MethodCallExpression;
|
|
425
|
+
Call(method: MethodInfo, arguments: IEnumerable_1<Expression> | null): MethodCallExpression;
|
|
424
426
|
Call(method: MethodInfo, arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression, arg4: Expression): MethodCallExpression;
|
|
425
427
|
Call(method: MethodInfo, arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression): MethodCallExpression;
|
|
426
428
|
Call(method: MethodInfo, arg0: Expression, arg1: Expression, arg2: Expression): MethodCallExpression;
|
|
427
429
|
Call(method: MethodInfo, arg0: Expression, arg1: Expression): MethodCallExpression;
|
|
428
430
|
Call(method: MethodInfo, arg0: Expression): MethodCallExpression;
|
|
429
431
|
Call(method: MethodInfo, ...arguments: Expression[]): MethodCallExpression;
|
|
430
|
-
Call(
|
|
431
|
-
|
|
432
|
+
Call(method: MethodInfo, arguments: Expression[] | null): MethodCallExpression;
|
|
433
|
+
Call(type: Type, methodName: string, typeArguments: Type[] | null, ...arguments: Expression[]): MethodCallExpression;
|
|
434
|
+
Call(type: Type, methodName: string, typeArguments: Type[] | null, arguments: Expression[] | null): MethodCallExpression;
|
|
435
|
+
Catch(variable: ParameterExpression, body: Expression, filter: Expression | null): CatchBlock;
|
|
432
436
|
Catch(variable: ParameterExpression, body: Expression): CatchBlock;
|
|
433
|
-
Catch(type: Type, body: Expression, filter: Expression): CatchBlock;
|
|
437
|
+
Catch(type: Type, body: Expression, filter: Expression | null): CatchBlock;
|
|
434
438
|
Catch(type: Type, body: Expression): CatchBlock;
|
|
435
439
|
ClearDebugInfo(document: SymbolDocumentInfo): DebugInfoExpression;
|
|
436
|
-
Coalesce(left: Expression, right: Expression, conversion: LambdaExpression): BinaryExpression;
|
|
440
|
+
Coalesce(left: Expression, right: Expression, conversion: LambdaExpression | null): BinaryExpression;
|
|
437
441
|
Coalesce(left: Expression, right: Expression): BinaryExpression;
|
|
438
442
|
Condition(test: Expression, ifTrue: Expression, ifFalse: Expression, type: Type): ConditionalExpression;
|
|
439
443
|
Condition(test: Expression, ifTrue: Expression, ifFalse: Expression): ConditionalExpression;
|
|
440
|
-
Constant(value: unknown, type: Type): ConstantExpression;
|
|
441
|
-
Constant(value: unknown): ConstantExpression;
|
|
444
|
+
Constant(value: unknown | null, type: Type): ConstantExpression;
|
|
445
|
+
Constant(value: unknown | null): ConstantExpression;
|
|
442
446
|
Continue(target: LabelTarget, type: Type): GotoExpression;
|
|
443
447
|
Continue(target: LabelTarget): GotoExpression;
|
|
444
|
-
Convert(expression: Expression, type: Type, method: MethodInfo): UnaryExpression;
|
|
448
|
+
Convert(expression: Expression, type: Type, method: MethodInfo | null): UnaryExpression;
|
|
445
449
|
Convert(expression: Expression, type: Type): UnaryExpression;
|
|
446
|
-
ConvertChecked(expression: Expression, type: Type, method: MethodInfo): UnaryExpression;
|
|
450
|
+
ConvertChecked(expression: Expression, type: Type, method: MethodInfo | null): UnaryExpression;
|
|
447
451
|
ConvertChecked(expression: Expression, type: Type): UnaryExpression;
|
|
448
452
|
DebugInfo(document: SymbolDocumentInfo, startLine: int, startColumn: int, endLine: int, endColumn: int): DebugInfoExpression;
|
|
449
|
-
Decrement(expression: Expression, method: MethodInfo): UnaryExpression;
|
|
453
|
+
Decrement(expression: Expression, method: MethodInfo | null): UnaryExpression;
|
|
450
454
|
Decrement(expression: Expression): UnaryExpression;
|
|
451
455
|
Default(type: Type): DefaultExpression;
|
|
452
|
-
Divide(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
456
|
+
Divide(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
453
457
|
Divide(left: Expression, right: Expression): BinaryExpression;
|
|
454
|
-
DivideAssign(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
455
|
-
DivideAssign(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
458
|
+
DivideAssign(left: Expression, right: Expression, method: MethodInfo | null, conversion: LambdaExpression | null): BinaryExpression;
|
|
459
|
+
DivideAssign(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
456
460
|
DivideAssign(left: Expression, right: Expression): BinaryExpression;
|
|
457
461
|
Dynamic(binder: CallSiteBinder, returnType: Type, arguments: IEnumerable_1<Expression>): DynamicExpression;
|
|
458
462
|
Dynamic(binder: CallSiteBinder, returnType: Type, arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression): DynamicExpression;
|
|
@@ -463,69 +467,78 @@ export const Expression: (abstract new(nodeType: ExpressionType, type: Type) =>
|
|
|
463
467
|
ElementInit(addMethod: MethodInfo, arguments: IEnumerable_1<Expression>): ElementInit;
|
|
464
468
|
ElementInit(addMethod: MethodInfo, ...arguments: Expression[]): ElementInit;
|
|
465
469
|
Empty(): DefaultExpression;
|
|
466
|
-
Equal(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo): BinaryExpression;
|
|
470
|
+
Equal(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo | null): BinaryExpression;
|
|
467
471
|
Equal(left: Expression, right: Expression): BinaryExpression;
|
|
468
|
-
ExclusiveOr(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
472
|
+
ExclusiveOr(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
469
473
|
ExclusiveOr(left: Expression, right: Expression): BinaryExpression;
|
|
470
|
-
ExclusiveOrAssign(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
471
|
-
ExclusiveOrAssign(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
474
|
+
ExclusiveOrAssign(left: Expression, right: Expression, method: MethodInfo | null, conversion: LambdaExpression | null): BinaryExpression;
|
|
475
|
+
ExclusiveOrAssign(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
472
476
|
ExclusiveOrAssign(left: Expression, right: Expression): BinaryExpression;
|
|
473
|
-
Field(expression: Expression, field: FieldInfo): MemberExpression;
|
|
477
|
+
Field(expression: Expression | null, field: FieldInfo): MemberExpression;
|
|
474
478
|
Field(expression: Expression, fieldName: string): MemberExpression;
|
|
475
|
-
Field(expression: Expression, type: Type, fieldName: string): MemberExpression;
|
|
479
|
+
Field(expression: Expression | null, type: Type, fieldName: string): MemberExpression;
|
|
476
480
|
GetActionType(...typeArgs: Type[]): Type;
|
|
481
|
+
GetActionType(typeArgs: Type[] | null): Type;
|
|
477
482
|
GetDelegateType(...typeArgs: Type[]): Type;
|
|
478
483
|
GetFuncType(...typeArgs: Type[]): Type;
|
|
479
|
-
|
|
480
|
-
Goto(target: LabelTarget, value: Expression): GotoExpression;
|
|
484
|
+
GetFuncType(typeArgs: Type[] | null): Type;
|
|
485
|
+
Goto(target: LabelTarget, value: Expression | null, type: Type): GotoExpression;
|
|
486
|
+
Goto(target: LabelTarget, value: Expression | null): GotoExpression;
|
|
481
487
|
Goto(target: LabelTarget, type: Type): GotoExpression;
|
|
482
488
|
Goto(target: LabelTarget): GotoExpression;
|
|
483
|
-
GreaterThan(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo): BinaryExpression;
|
|
489
|
+
GreaterThan(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo | null): BinaryExpression;
|
|
484
490
|
GreaterThan(left: Expression, right: Expression): BinaryExpression;
|
|
485
|
-
GreaterThanOrEqual(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo): BinaryExpression;
|
|
491
|
+
GreaterThanOrEqual(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo | null): BinaryExpression;
|
|
486
492
|
GreaterThanOrEqual(left: Expression, right: Expression): BinaryExpression;
|
|
487
493
|
IfThen(test: Expression, ifTrue: Expression): ConditionalExpression;
|
|
488
494
|
IfThenElse(test: Expression, ifTrue: Expression, ifFalse: Expression): ConditionalExpression;
|
|
489
|
-
Increment(expression: Expression, method: MethodInfo): UnaryExpression;
|
|
495
|
+
Increment(expression: Expression, method: MethodInfo | null): UnaryExpression;
|
|
490
496
|
Increment(expression: Expression): UnaryExpression;
|
|
491
|
-
Invoke(expression: Expression, arguments: IEnumerable_1<Expression>): InvocationExpression;
|
|
497
|
+
Invoke(expression: Expression, arguments: IEnumerable_1<Expression> | null): InvocationExpression;
|
|
492
498
|
Invoke(expression: Expression, ...arguments: Expression[]): InvocationExpression;
|
|
493
|
-
|
|
499
|
+
Invoke(expression: Expression, arguments: Expression[] | null): InvocationExpression;
|
|
500
|
+
IsFalse(expression: Expression, method: MethodInfo | null): UnaryExpression;
|
|
494
501
|
IsFalse(expression: Expression): UnaryExpression;
|
|
495
|
-
IsTrue(expression: Expression, method: MethodInfo): UnaryExpression;
|
|
502
|
+
IsTrue(expression: Expression, method: MethodInfo | null): UnaryExpression;
|
|
496
503
|
IsTrue(expression: Expression): UnaryExpression;
|
|
497
504
|
Label(): LabelTarget;
|
|
498
|
-
Label(target: LabelTarget, defaultValue: Expression): LabelExpression;
|
|
505
|
+
Label(target: LabelTarget, defaultValue: Expression | null): LabelExpression;
|
|
499
506
|
Label(target: LabelTarget): LabelExpression;
|
|
500
|
-
Label(name: string): LabelTarget;
|
|
501
|
-
Label(type: Type, name: string): LabelTarget;
|
|
507
|
+
Label(name: string | null): LabelTarget;
|
|
508
|
+
Label(type: Type, name: string | null): LabelTarget;
|
|
502
509
|
Label(type: Type): LabelTarget;
|
|
503
|
-
Lambda<TDelegate>(body: Expression, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression>): Expression_1<TDelegate>;
|
|
504
|
-
Lambda(body: Expression, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression>): LambdaExpression;
|
|
505
|
-
Lambda<TDelegate>(body: Expression, tailCall: boolean, ...parameters: ParameterExpression[]): Expression_1<TDelegate>;
|
|
510
|
+
Lambda<TDelegate extends unknown>(body: Expression, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression> | null): Expression_1<TDelegate>;
|
|
511
|
+
Lambda(body: Expression, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression> | null): LambdaExpression;
|
|
512
|
+
Lambda<TDelegate extends unknown>(body: Expression, tailCall: boolean, ...parameters: ParameterExpression[]): Expression_1<TDelegate>;
|
|
513
|
+
Lambda<TDelegate extends unknown>(body: Expression, tailCall: boolean, parameters: ParameterExpression[] | null): Expression_1<TDelegate>;
|
|
506
514
|
Lambda(body: Expression, tailCall: boolean, ...parameters: ParameterExpression[]): LambdaExpression;
|
|
507
|
-
Lambda
|
|
508
|
-
Lambda(body: Expression, parameters: IEnumerable_1<ParameterExpression>):
|
|
509
|
-
Lambda
|
|
515
|
+
Lambda(body: Expression, tailCall: boolean, parameters: ParameterExpression[] | null): LambdaExpression;
|
|
516
|
+
Lambda<TDelegate extends unknown>(body: Expression, parameters: IEnumerable_1<ParameterExpression> | null): Expression_1<TDelegate>;
|
|
517
|
+
Lambda(body: Expression, parameters: IEnumerable_1<ParameterExpression> | null): LambdaExpression;
|
|
518
|
+
Lambda<TDelegate extends unknown>(body: Expression, ...parameters: ParameterExpression[]): Expression_1<TDelegate>;
|
|
519
|
+
Lambda<TDelegate extends unknown>(body: Expression, parameters: ParameterExpression[] | null): Expression_1<TDelegate>;
|
|
510
520
|
Lambda(body: Expression, ...parameters: ParameterExpression[]): LambdaExpression;
|
|
511
|
-
Lambda
|
|
512
|
-
Lambda(body: Expression, name: string, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression>):
|
|
513
|
-
Lambda
|
|
514
|
-
Lambda(body: Expression, name: string, parameters: IEnumerable_1<ParameterExpression>):
|
|
515
|
-
Lambda(
|
|
521
|
+
Lambda(body: Expression, parameters: ParameterExpression[] | null): LambdaExpression;
|
|
522
|
+
Lambda<TDelegate extends unknown>(body: Expression, name: string | null, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression> | null): Expression_1<TDelegate>;
|
|
523
|
+
Lambda(body: Expression, name: string | null, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression> | null): LambdaExpression;
|
|
524
|
+
Lambda<TDelegate extends unknown>(body: Expression, name: string | null, parameters: IEnumerable_1<ParameterExpression> | null): Expression_1<TDelegate>;
|
|
525
|
+
Lambda(body: Expression, name: string | null, parameters: IEnumerable_1<ParameterExpression> | null): LambdaExpression;
|
|
526
|
+
Lambda(delegateType: Type, body: Expression, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression> | null): LambdaExpression;
|
|
516
527
|
Lambda(delegateType: Type, body: Expression, tailCall: boolean, ...parameters: ParameterExpression[]): LambdaExpression;
|
|
517
|
-
Lambda(delegateType: Type, body: Expression, parameters:
|
|
528
|
+
Lambda(delegateType: Type, body: Expression, tailCall: boolean, parameters: ParameterExpression[] | null): LambdaExpression;
|
|
529
|
+
Lambda(delegateType: Type, body: Expression, parameters: IEnumerable_1<ParameterExpression> | null): LambdaExpression;
|
|
518
530
|
Lambda(delegateType: Type, body: Expression, ...parameters: ParameterExpression[]): LambdaExpression;
|
|
519
|
-
Lambda(delegateType: Type, body: Expression,
|
|
520
|
-
Lambda(delegateType: Type, body: Expression, name: string, parameters: IEnumerable_1<ParameterExpression>): LambdaExpression;
|
|
521
|
-
|
|
531
|
+
Lambda(delegateType: Type, body: Expression, parameters: ParameterExpression[] | null): LambdaExpression;
|
|
532
|
+
Lambda(delegateType: Type, body: Expression, name: string | null, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression> | null): LambdaExpression;
|
|
533
|
+
Lambda(delegateType: Type, body: Expression, name: string | null, parameters: IEnumerable_1<ParameterExpression> | null): LambdaExpression;
|
|
534
|
+
LeftShift(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
522
535
|
LeftShift(left: Expression, right: Expression): BinaryExpression;
|
|
523
|
-
LeftShiftAssign(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
524
|
-
LeftShiftAssign(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
536
|
+
LeftShiftAssign(left: Expression, right: Expression, method: MethodInfo | null, conversion: LambdaExpression | null): BinaryExpression;
|
|
537
|
+
LeftShiftAssign(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
525
538
|
LeftShiftAssign(left: Expression, right: Expression): BinaryExpression;
|
|
526
|
-
LessThan(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo): BinaryExpression;
|
|
539
|
+
LessThan(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo | null): BinaryExpression;
|
|
527
540
|
LessThan(left: Expression, right: Expression): BinaryExpression;
|
|
528
|
-
LessThanOrEqual(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo): BinaryExpression;
|
|
541
|
+
LessThanOrEqual(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo | null): BinaryExpression;
|
|
529
542
|
LessThanOrEqual(left: Expression, right: Expression): BinaryExpression;
|
|
530
543
|
ListBind(member: MemberInfo, initializers: IEnumerable_1<ElementInit>): MemberListBinding;
|
|
531
544
|
ListBind(member: MemberInfo, ...initializers: ElementInit[]): MemberListBinding;
|
|
@@ -535,26 +548,27 @@ export const Expression: (abstract new(nodeType: ExpressionType, type: Type) =>
|
|
|
535
548
|
ListInit(newExpression: NewExpression, initializers: IEnumerable_1<Expression>): ListInitExpression;
|
|
536
549
|
ListInit(newExpression: NewExpression, ...initializers: ElementInit[]): ListInitExpression;
|
|
537
550
|
ListInit(newExpression: NewExpression, ...initializers: Expression[]): ListInitExpression;
|
|
538
|
-
ListInit(newExpression: NewExpression, addMethod: MethodInfo, initializers: IEnumerable_1<Expression>): ListInitExpression;
|
|
539
|
-
ListInit(newExpression: NewExpression, addMethod: MethodInfo, ...initializers: Expression[]): ListInitExpression;
|
|
540
|
-
Loop(body: Expression, break_: LabelTarget, continue_: LabelTarget): LoopExpression;
|
|
541
|
-
Loop(body: Expression, break_: LabelTarget): LoopExpression;
|
|
551
|
+
ListInit(newExpression: NewExpression, addMethod: MethodInfo | null, initializers: IEnumerable_1<Expression>): ListInitExpression;
|
|
552
|
+
ListInit(newExpression: NewExpression, addMethod: MethodInfo | null, ...initializers: Expression[]): ListInitExpression;
|
|
553
|
+
Loop(body: Expression, break_: LabelTarget | null, continue_: LabelTarget | null): LoopExpression;
|
|
554
|
+
Loop(body: Expression, break_: LabelTarget | null): LoopExpression;
|
|
542
555
|
Loop(body: Expression): LoopExpression;
|
|
543
|
-
MakeBinary(binaryType: ExpressionType, left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
544
|
-
MakeBinary(binaryType: ExpressionType, left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo): BinaryExpression;
|
|
556
|
+
MakeBinary(binaryType: ExpressionType, left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo | null, conversion: LambdaExpression | null): BinaryExpression;
|
|
557
|
+
MakeBinary(binaryType: ExpressionType, left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo | null): BinaryExpression;
|
|
545
558
|
MakeBinary(binaryType: ExpressionType, left: Expression, right: Expression): BinaryExpression;
|
|
546
|
-
MakeCatchBlock(type: Type, variable: ParameterExpression, body: Expression, filter: Expression): CatchBlock;
|
|
547
|
-
MakeDynamic(delegateType: Type, binder: CallSiteBinder, arguments: IEnumerable_1<Expression>): DynamicExpression;
|
|
559
|
+
MakeCatchBlock(type: Type, variable: ParameterExpression | null, body: Expression, filter: Expression | null): CatchBlock;
|
|
560
|
+
MakeDynamic(delegateType: Type, binder: CallSiteBinder, arguments: IEnumerable_1<Expression> | null): DynamicExpression;
|
|
548
561
|
MakeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression): DynamicExpression;
|
|
549
562
|
MakeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression, arg1: Expression, arg2: Expression): DynamicExpression;
|
|
550
563
|
MakeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression, arg1: Expression): DynamicExpression;
|
|
551
564
|
MakeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression): DynamicExpression;
|
|
552
565
|
MakeDynamic(delegateType: Type, binder: CallSiteBinder, ...arguments: Expression[]): DynamicExpression;
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
566
|
+
MakeDynamic(delegateType: Type, binder: CallSiteBinder, arguments: Expression[] | null): DynamicExpression;
|
|
567
|
+
MakeGoto(kind: GotoExpressionKind, target: LabelTarget, value: Expression | null, type: Type): GotoExpression;
|
|
568
|
+
MakeIndex(instance: Expression, indexer: PropertyInfo | null, arguments: IEnumerable_1<Expression> | null): IndexExpression;
|
|
569
|
+
MakeMemberAccess(expression: Expression | null, member: MemberInfo): MemberExpression;
|
|
570
|
+
MakeTry(type: Type | null, body: Expression, finally_: Expression | null, fault: Expression | null, handlers: IEnumerable_1<CatchBlock> | null): TryExpression;
|
|
571
|
+
MakeUnary(unaryType: ExpressionType, operand: Expression, type: Type, method: MethodInfo | null): UnaryExpression;
|
|
558
572
|
MakeUnary(unaryType: ExpressionType, operand: Expression, type: Type): UnaryExpression;
|
|
559
573
|
MemberBind(member: MemberInfo, bindings: IEnumerable_1<MemberBinding>): MemberMemberBinding;
|
|
560
574
|
MemberBind(member: MemberInfo, ...bindings: MemberBinding[]): MemberMemberBinding;
|
|
@@ -562,131 +576,141 @@ export const Expression: (abstract new(nodeType: ExpressionType, type: Type) =>
|
|
|
562
576
|
MemberBind(propertyAccessor: MethodInfo, ...bindings: MemberBinding[]): MemberMemberBinding;
|
|
563
577
|
MemberInit(newExpression: NewExpression, bindings: IEnumerable_1<MemberBinding>): MemberInitExpression;
|
|
564
578
|
MemberInit(newExpression: NewExpression, ...bindings: MemberBinding[]): MemberInitExpression;
|
|
565
|
-
Modulo(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
579
|
+
Modulo(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
566
580
|
Modulo(left: Expression, right: Expression): BinaryExpression;
|
|
567
|
-
ModuloAssign(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
568
|
-
ModuloAssign(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
581
|
+
ModuloAssign(left: Expression, right: Expression, method: MethodInfo | null, conversion: LambdaExpression | null): BinaryExpression;
|
|
582
|
+
ModuloAssign(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
569
583
|
ModuloAssign(left: Expression, right: Expression): BinaryExpression;
|
|
570
|
-
Multiply(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
584
|
+
Multiply(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
571
585
|
Multiply(left: Expression, right: Expression): BinaryExpression;
|
|
572
|
-
MultiplyAssign(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
573
|
-
MultiplyAssign(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
586
|
+
MultiplyAssign(left: Expression, right: Expression, method: MethodInfo | null, conversion: LambdaExpression | null): BinaryExpression;
|
|
587
|
+
MultiplyAssign(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
574
588
|
MultiplyAssign(left: Expression, right: Expression): BinaryExpression;
|
|
575
|
-
MultiplyAssignChecked(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
576
|
-
MultiplyAssignChecked(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
589
|
+
MultiplyAssignChecked(left: Expression, right: Expression, method: MethodInfo | null, conversion: LambdaExpression | null): BinaryExpression;
|
|
590
|
+
MultiplyAssignChecked(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
577
591
|
MultiplyAssignChecked(left: Expression, right: Expression): BinaryExpression;
|
|
578
|
-
MultiplyChecked(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
592
|
+
MultiplyChecked(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
579
593
|
MultiplyChecked(left: Expression, right: Expression): BinaryExpression;
|
|
580
|
-
Negate(expression: Expression, method: MethodInfo): UnaryExpression;
|
|
594
|
+
Negate(expression: Expression, method: MethodInfo | null): UnaryExpression;
|
|
581
595
|
Negate(expression: Expression): UnaryExpression;
|
|
582
|
-
NegateChecked(expression: Expression, method: MethodInfo): UnaryExpression;
|
|
596
|
+
NegateChecked(expression: Expression, method: MethodInfo | null): UnaryExpression;
|
|
583
597
|
NegateChecked(expression: Expression): UnaryExpression;
|
|
584
|
-
New(constructor: ConstructorInfo, arguments: IEnumerable_1<Expression
|
|
585
|
-
New(constructor: ConstructorInfo, arguments: IEnumerable_1<Expression
|
|
586
|
-
New(constructor: ConstructorInfo, arguments: IEnumerable_1<Expression>): NewExpression;
|
|
598
|
+
New(constructor: ConstructorInfo, arguments: IEnumerable_1<Expression> | null, members: IEnumerable_1<MemberInfo> | null): NewExpression;
|
|
599
|
+
New(constructor: ConstructorInfo, arguments: IEnumerable_1<Expression> | null, ...members: MemberInfo[]): NewExpression;
|
|
600
|
+
New(constructor: ConstructorInfo, arguments: IEnumerable_1<Expression> | null, members: MemberInfo[] | null): NewExpression;
|
|
601
|
+
New(constructor: ConstructorInfo, arguments: IEnumerable_1<Expression> | null): NewExpression;
|
|
587
602
|
New(constructor: ConstructorInfo, ...arguments: Expression[]): NewExpression;
|
|
603
|
+
New(constructor: ConstructorInfo, arguments: Expression[] | null): NewExpression;
|
|
588
604
|
New(constructor: ConstructorInfo): NewExpression;
|
|
589
605
|
New(type: Type): NewExpression;
|
|
590
606
|
NewArrayBounds(type: Type, bounds: IEnumerable_1<Expression>): NewArrayExpression;
|
|
591
607
|
NewArrayBounds(type: Type, ...bounds: Expression[]): NewArrayExpression;
|
|
592
608
|
NewArrayInit(type: Type, initializers: IEnumerable_1<Expression>): NewArrayExpression;
|
|
593
609
|
NewArrayInit(type: Type, ...initializers: Expression[]): NewArrayExpression;
|
|
594
|
-
Not(expression: Expression, method: MethodInfo): UnaryExpression;
|
|
610
|
+
Not(expression: Expression, method: MethodInfo | null): UnaryExpression;
|
|
595
611
|
Not(expression: Expression): UnaryExpression;
|
|
596
|
-
NotEqual(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo): BinaryExpression;
|
|
612
|
+
NotEqual(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo | null): BinaryExpression;
|
|
597
613
|
NotEqual(left: Expression, right: Expression): BinaryExpression;
|
|
598
|
-
OnesComplement(expression: Expression, method: MethodInfo): UnaryExpression;
|
|
614
|
+
OnesComplement(expression: Expression, method: MethodInfo | null): UnaryExpression;
|
|
599
615
|
OnesComplement(expression: Expression): UnaryExpression;
|
|
600
|
-
Or(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
616
|
+
Or(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
601
617
|
Or(left: Expression, right: Expression): BinaryExpression;
|
|
602
|
-
OrAssign(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
603
|
-
OrAssign(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
618
|
+
OrAssign(left: Expression, right: Expression, method: MethodInfo | null, conversion: LambdaExpression | null): BinaryExpression;
|
|
619
|
+
OrAssign(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
604
620
|
OrAssign(left: Expression, right: Expression): BinaryExpression;
|
|
605
|
-
OrElse(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
621
|
+
OrElse(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
606
622
|
OrElse(left: Expression, right: Expression): BinaryExpression;
|
|
607
|
-
Parameter(type: Type, name: string): ParameterExpression;
|
|
623
|
+
Parameter(type: Type, name: string | null): ParameterExpression;
|
|
608
624
|
Parameter(type: Type): ParameterExpression;
|
|
609
|
-
PostDecrementAssign(expression: Expression, method: MethodInfo): UnaryExpression;
|
|
625
|
+
PostDecrementAssign(expression: Expression, method: MethodInfo | null): UnaryExpression;
|
|
610
626
|
PostDecrementAssign(expression: Expression): UnaryExpression;
|
|
611
|
-
PostIncrementAssign(expression: Expression, method: MethodInfo): UnaryExpression;
|
|
627
|
+
PostIncrementAssign(expression: Expression, method: MethodInfo | null): UnaryExpression;
|
|
612
628
|
PostIncrementAssign(expression: Expression): UnaryExpression;
|
|
613
|
-
Power(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
629
|
+
Power(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
614
630
|
Power(left: Expression, right: Expression): BinaryExpression;
|
|
615
|
-
PowerAssign(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
616
|
-
PowerAssign(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
631
|
+
PowerAssign(left: Expression, right: Expression, method: MethodInfo | null, conversion: LambdaExpression | null): BinaryExpression;
|
|
632
|
+
PowerAssign(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
617
633
|
PowerAssign(left: Expression, right: Expression): BinaryExpression;
|
|
618
|
-
PreDecrementAssign(expression: Expression, method: MethodInfo): UnaryExpression;
|
|
634
|
+
PreDecrementAssign(expression: Expression, method: MethodInfo | null): UnaryExpression;
|
|
619
635
|
PreDecrementAssign(expression: Expression): UnaryExpression;
|
|
620
|
-
PreIncrementAssign(expression: Expression, method: MethodInfo): UnaryExpression;
|
|
636
|
+
PreIncrementAssign(expression: Expression, method: MethodInfo | null): UnaryExpression;
|
|
621
637
|
PreIncrementAssign(expression: Expression): UnaryExpression;
|
|
622
|
-
Property(expression: Expression, propertyAccessor: MethodInfo): MemberExpression;
|
|
623
|
-
Property(instance: Expression, indexer: PropertyInfo, arguments: IEnumerable_1<Expression>): IndexExpression;
|
|
624
|
-
Property(instance: Expression, indexer: PropertyInfo, ...arguments: Expression[]): IndexExpression;
|
|
625
|
-
Property(
|
|
638
|
+
Property(expression: Expression | null, propertyAccessor: MethodInfo): MemberExpression;
|
|
639
|
+
Property(instance: Expression | null, indexer: PropertyInfo, arguments: IEnumerable_1<Expression> | null): IndexExpression;
|
|
640
|
+
Property(instance: Expression | null, indexer: PropertyInfo, ...arguments: Expression[]): IndexExpression;
|
|
641
|
+
Property(instance: Expression | null, indexer: PropertyInfo, arguments: Expression[] | null): IndexExpression;
|
|
642
|
+
Property(expression: Expression | null, property: PropertyInfo): MemberExpression;
|
|
626
643
|
Property(instance: Expression, propertyName: string, ...arguments: Expression[]): IndexExpression;
|
|
644
|
+
Property(instance: Expression, propertyName: string, arguments: Expression[] | null): IndexExpression;
|
|
627
645
|
Property(expression: Expression, propertyName: string): MemberExpression;
|
|
628
|
-
Property(expression: Expression, type: Type, propertyName: string): MemberExpression;
|
|
646
|
+
Property(expression: Expression | null, type: Type, propertyName: string): MemberExpression;
|
|
629
647
|
PropertyOrField(expression: Expression, propertyOrFieldName: string): MemberExpression;
|
|
630
648
|
Quote(expression: Expression): UnaryExpression;
|
|
631
649
|
ReferenceEqual(left: Expression, right: Expression): BinaryExpression;
|
|
632
650
|
ReferenceNotEqual(left: Expression, right: Expression): BinaryExpression;
|
|
633
651
|
Rethrow(): UnaryExpression;
|
|
634
652
|
Rethrow(type: Type): UnaryExpression;
|
|
635
|
-
Return(target: LabelTarget, value: Expression, type: Type): GotoExpression;
|
|
636
|
-
Return(target: LabelTarget, value: Expression): GotoExpression;
|
|
653
|
+
Return(target: LabelTarget, value: Expression | null, type: Type): GotoExpression;
|
|
654
|
+
Return(target: LabelTarget, value: Expression | null): GotoExpression;
|
|
637
655
|
Return(target: LabelTarget, type: Type): GotoExpression;
|
|
638
656
|
Return(target: LabelTarget): GotoExpression;
|
|
639
|
-
RightShift(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
657
|
+
RightShift(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
640
658
|
RightShift(left: Expression, right: Expression): BinaryExpression;
|
|
641
|
-
RightShiftAssign(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
642
|
-
RightShiftAssign(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
659
|
+
RightShiftAssign(left: Expression, right: Expression, method: MethodInfo | null, conversion: LambdaExpression | null): BinaryExpression;
|
|
660
|
+
RightShiftAssign(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
643
661
|
RightShiftAssign(left: Expression, right: Expression): BinaryExpression;
|
|
644
662
|
RuntimeVariables(variables: IEnumerable_1<ParameterExpression>): RuntimeVariablesExpression;
|
|
645
663
|
RuntimeVariables(...variables: ParameterExpression[]): RuntimeVariablesExpression;
|
|
646
|
-
Subtract(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
664
|
+
Subtract(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
647
665
|
Subtract(left: Expression, right: Expression): BinaryExpression;
|
|
648
|
-
SubtractAssign(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
649
|
-
SubtractAssign(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
666
|
+
SubtractAssign(left: Expression, right: Expression, method: MethodInfo | null, conversion: LambdaExpression | null): BinaryExpression;
|
|
667
|
+
SubtractAssign(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
650
668
|
SubtractAssign(left: Expression, right: Expression): BinaryExpression;
|
|
651
|
-
SubtractAssignChecked(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
652
|
-
SubtractAssignChecked(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
669
|
+
SubtractAssignChecked(left: Expression, right: Expression, method: MethodInfo | null, conversion: LambdaExpression | null): BinaryExpression;
|
|
670
|
+
SubtractAssignChecked(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
653
671
|
SubtractAssignChecked(left: Expression, right: Expression): BinaryExpression;
|
|
654
|
-
SubtractChecked(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
672
|
+
SubtractChecked(left: Expression, right: Expression, method: MethodInfo | null): BinaryExpression;
|
|
655
673
|
SubtractChecked(left: Expression, right: Expression): BinaryExpression;
|
|
656
|
-
Switch(switchValue: Expression, defaultBody: Expression, ...cases: SwitchCase[]): SwitchExpression;
|
|
657
|
-
Switch(switchValue: Expression, defaultBody: Expression
|
|
658
|
-
Switch(switchValue: Expression, defaultBody: Expression, comparison: MethodInfo,
|
|
674
|
+
Switch(switchValue: Expression, defaultBody: Expression | null, ...cases: SwitchCase[]): SwitchExpression;
|
|
675
|
+
Switch(switchValue: Expression, defaultBody: Expression | null, cases: SwitchCase[] | null): SwitchExpression;
|
|
676
|
+
Switch(switchValue: Expression, defaultBody: Expression | null, comparison: MethodInfo | null, cases: IEnumerable_1<SwitchCase> | null): SwitchExpression;
|
|
677
|
+
Switch(switchValue: Expression, defaultBody: Expression | null, comparison: MethodInfo | null, ...cases: SwitchCase[]): SwitchExpression;
|
|
678
|
+
Switch(switchValue: Expression, defaultBody: Expression | null, comparison: MethodInfo | null, cases: SwitchCase[] | null): SwitchExpression;
|
|
659
679
|
Switch(switchValue: Expression, ...cases: SwitchCase[]): SwitchExpression;
|
|
660
|
-
Switch(
|
|
661
|
-
Switch(type: Type, switchValue: Expression, defaultBody: Expression, comparison: MethodInfo,
|
|
680
|
+
Switch(switchValue: Expression, cases: SwitchCase[] | null): SwitchExpression;
|
|
681
|
+
Switch(type: Type | null, switchValue: Expression, defaultBody: Expression | null, comparison: MethodInfo | null, cases: IEnumerable_1<SwitchCase> | null): SwitchExpression;
|
|
682
|
+
Switch(type: Type | null, switchValue: Expression, defaultBody: Expression | null, comparison: MethodInfo | null, ...cases: SwitchCase[]): SwitchExpression;
|
|
683
|
+
Switch(type: Type | null, switchValue: Expression, defaultBody: Expression | null, comparison: MethodInfo | null, cases: SwitchCase[] | null): SwitchExpression;
|
|
662
684
|
SwitchCase(body: Expression, testValues: IEnumerable_1<Expression>): SwitchCase;
|
|
663
685
|
SwitchCase(body: Expression, ...testValues: Expression[]): SwitchCase;
|
|
664
686
|
SymbolDocument(fileName: string, language: Guid, languageVendor: Guid, documentType: Guid): SymbolDocumentInfo;
|
|
665
687
|
SymbolDocument(fileName: string, language: Guid, languageVendor: Guid): SymbolDocumentInfo;
|
|
666
688
|
SymbolDocument(fileName: string, language: Guid): SymbolDocumentInfo;
|
|
667
689
|
SymbolDocument(fileName: string): SymbolDocumentInfo;
|
|
668
|
-
Throw(value: Expression, type: Type): UnaryExpression;
|
|
669
|
-
Throw(value: Expression): UnaryExpression;
|
|
690
|
+
Throw(value: Expression | null, type: Type): UnaryExpression;
|
|
691
|
+
Throw(value: Expression | null): UnaryExpression;
|
|
670
692
|
TryCatch(body: Expression, ...handlers: CatchBlock[]): TryExpression;
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
693
|
+
TryCatch(body: Expression, handlers: CatchBlock[] | null): TryExpression;
|
|
694
|
+
TryCatchFinally(body: Expression, finally_: Expression | null, ...handlers: CatchBlock[]): TryExpression;
|
|
695
|
+
TryCatchFinally(body: Expression, finally_: Expression | null, handlers: CatchBlock[] | null): TryExpression;
|
|
696
|
+
TryFault(body: Expression, fault: Expression | null): TryExpression;
|
|
697
|
+
TryFinally(body: Expression, finally_: Expression | null): TryExpression;
|
|
698
|
+
TryGetActionType(typeArgs: Type[], actionType: Type | null): boolean;
|
|
699
|
+
TryGetFuncType(typeArgs: Type[], funcType: Type | null): boolean;
|
|
676
700
|
TypeAs(expression: Expression, type: Type): UnaryExpression;
|
|
677
701
|
TypeEqual(expression: Expression, type: Type): TypeBinaryExpression;
|
|
678
702
|
TypeIs(expression: Expression, type: Type): TypeBinaryExpression;
|
|
679
|
-
UnaryPlus(expression: Expression, method: MethodInfo): UnaryExpression;
|
|
703
|
+
UnaryPlus(expression: Expression, method: MethodInfo | null): UnaryExpression;
|
|
680
704
|
UnaryPlus(expression: Expression): UnaryExpression;
|
|
681
705
|
Unbox(expression: Expression, type: Type): UnaryExpression;
|
|
682
|
-
Variable(type: Type, name: string): ParameterExpression;
|
|
706
|
+
Variable(type: Type, name: string | null): ParameterExpression;
|
|
683
707
|
Variable(type: Type): ParameterExpression;
|
|
684
708
|
};
|
|
685
709
|
|
|
686
710
|
|
|
687
711
|
export type Expression = Expression$instance;
|
|
688
712
|
|
|
689
|
-
export interface Expression_1$instance<TDelegate> extends LambdaExpression {
|
|
713
|
+
export interface Expression_1$instance<TDelegate extends unknown> extends LambdaExpression {
|
|
690
714
|
readonly __tsonic_type_System_Linq_Expressions_Expression_1: never;
|
|
691
715
|
|
|
692
716
|
readonly __tsonic_iface_System_Linq_Expressions_IParameterProvider: never;
|
|
@@ -698,7 +722,7 @@ export interface Expression_1$instance<TDelegate> extends LambdaExpression {
|
|
|
698
722
|
Compile(): Function;
|
|
699
723
|
Compile(preferInterpretation: boolean): Function;
|
|
700
724
|
Compile(debugInfoGenerator: DebugInfoGenerator): Function;
|
|
701
|
-
Update(body: Expression, parameters: IEnumerable_1<ParameterExpression>): Expression_1<TDelegate>;
|
|
725
|
+
Update(body: Expression, parameters: IEnumerable_1<ParameterExpression> | null): Expression_1<TDelegate>;
|
|
702
726
|
}
|
|
703
727
|
|
|
704
728
|
|
|
@@ -706,15 +730,15 @@ export const Expression_1: {
|
|
|
706
730
|
};
|
|
707
731
|
|
|
708
732
|
|
|
709
|
-
export type Expression_1<TDelegate> = TDelegate | Expression_1$instance<TDelegate>;
|
|
733
|
+
export type Expression_1<TDelegate extends unknown> = TDelegate | Expression_1$instance<TDelegate>;
|
|
710
734
|
|
|
711
735
|
export interface ExpressionVisitor$instance {
|
|
712
736
|
readonly __tsonic_type_System_Linq_Expressions_ExpressionVisitor: never;
|
|
713
737
|
|
|
714
|
-
Visit(node: Expression): Expression |
|
|
738
|
+
Visit(node: Expression | null): Expression | null;
|
|
715
739
|
Visit(nodes: ReadOnlyCollection_1<Expression>): ReadOnlyCollection_1<Expression>;
|
|
716
|
-
VisitAndConvert<T extends Expression>(node: T, callerName: string): T |
|
|
717
|
-
VisitAndConvert<T extends Expression>(nodes: ReadOnlyCollection_1<T>, callerName: string): ReadOnlyCollection_1<T>;
|
|
740
|
+
VisitAndConvert<T extends unknown & Expression>(node: T | null, callerName: string | null): T | null;
|
|
741
|
+
VisitAndConvert<T extends unknown & Expression>(nodes: ReadOnlyCollection_1<T>, callerName: string | null): ReadOnlyCollection_1<T>;
|
|
718
742
|
VisitBinary(node: BinaryExpression): Expression;
|
|
719
743
|
VisitBlock(node: BlockExpression): Expression;
|
|
720
744
|
VisitCatchBlock(node: CatchBlock): CatchBlock;
|
|
@@ -729,8 +753,8 @@ export interface ExpressionVisitor$instance {
|
|
|
729
753
|
VisitIndex(node: IndexExpression): Expression;
|
|
730
754
|
VisitInvocation(node: InvocationExpression): Expression;
|
|
731
755
|
VisitLabel(node: LabelExpression): Expression;
|
|
732
|
-
VisitLabelTarget(node: LabelTarget): LabelTarget |
|
|
733
|
-
VisitLambda<T>(node: Expression_1<T>): Expression;
|
|
756
|
+
VisitLabelTarget(node: LabelTarget | null): LabelTarget | null;
|
|
757
|
+
VisitLambda<T extends unknown>(node: Expression_1<T>): Expression;
|
|
734
758
|
VisitListInit(node: ListInitExpression): Expression;
|
|
735
759
|
VisitLoop(node: LoopExpression): Expression;
|
|
736
760
|
VisitMember(node: MemberExpression): Expression;
|
|
@@ -753,7 +777,7 @@ export interface ExpressionVisitor$instance {
|
|
|
753
777
|
|
|
754
778
|
|
|
755
779
|
export const ExpressionVisitor: (abstract new() => ExpressionVisitor) & {
|
|
756
|
-
Visit<T>(nodes: ReadOnlyCollection_1<T>, elementVisitor: Func_2<T, T>): ReadOnlyCollection_1<T>;
|
|
780
|
+
Visit<T extends unknown>(nodes: ReadOnlyCollection_1<T>, elementVisitor: Func_2<T, T>): ReadOnlyCollection_1<T>;
|
|
757
781
|
};
|
|
758
782
|
|
|
759
783
|
|
|
@@ -766,9 +790,9 @@ export interface GotoExpression$instance extends Expression {
|
|
|
766
790
|
readonly NodeType: ExpressionType;
|
|
767
791
|
readonly Target: LabelTarget;
|
|
768
792
|
readonly Type: Type;
|
|
769
|
-
readonly Value: Expression |
|
|
793
|
+
readonly Value: Expression | null;
|
|
770
794
|
Accept(visitor: ExpressionVisitor): Expression;
|
|
771
|
-
Update(target: LabelTarget, value: Expression): GotoExpression;
|
|
795
|
+
Update(target: LabelTarget, value: Expression | null): GotoExpression;
|
|
772
796
|
}
|
|
773
797
|
|
|
774
798
|
|
|
@@ -785,13 +809,13 @@ export interface IndexExpression$instance extends Expression, IArgumentProvider$
|
|
|
785
809
|
|
|
786
810
|
readonly ArgumentCount: int;
|
|
787
811
|
readonly Arguments: ReadOnlyCollection_1<Expression>;
|
|
788
|
-
readonly Indexer: PropertyInfo |
|
|
812
|
+
readonly Indexer: PropertyInfo | null;
|
|
789
813
|
readonly NodeType: ExpressionType;
|
|
790
|
-
readonly Object: Expression |
|
|
814
|
+
readonly Object: Expression | null;
|
|
791
815
|
readonly Type: Type;
|
|
792
816
|
Accept(visitor: ExpressionVisitor): Expression;
|
|
793
817
|
GetArgument(index: int): Expression;
|
|
794
|
-
Update(object: Expression, arguments: IEnumerable_1<Expression>): IndexExpression;
|
|
818
|
+
Update(object: Expression, arguments: IEnumerable_1<Expression> | null): IndexExpression;
|
|
795
819
|
}
|
|
796
820
|
|
|
797
821
|
|
|
@@ -818,7 +842,7 @@ export interface InvocationExpression$instance extends Expression, IArgumentProv
|
|
|
818
842
|
readonly Type: Type;
|
|
819
843
|
Accept(visitor: ExpressionVisitor): Expression;
|
|
820
844
|
GetArgument(index: int): Expression;
|
|
821
|
-
Update(expression: Expression, arguments: IEnumerable_1<Expression>): InvocationExpression;
|
|
845
|
+
Update(expression: Expression, arguments: IEnumerable_1<Expression> | null): InvocationExpression;
|
|
822
846
|
}
|
|
823
847
|
|
|
824
848
|
|
|
@@ -836,12 +860,12 @@ export type InvocationExpression = InvocationExpression$instance & __InvocationE
|
|
|
836
860
|
export interface LabelExpression$instance extends Expression {
|
|
837
861
|
readonly __tsonic_type_System_Linq_Expressions_LabelExpression: never;
|
|
838
862
|
|
|
839
|
-
readonly DefaultValue: Expression |
|
|
863
|
+
readonly DefaultValue: Expression | null;
|
|
840
864
|
readonly NodeType: ExpressionType;
|
|
841
865
|
readonly Target: LabelTarget;
|
|
842
866
|
readonly Type: Type;
|
|
843
867
|
Accept(visitor: ExpressionVisitor): Expression;
|
|
844
|
-
Update(target: LabelTarget, defaultValue: Expression): LabelExpression;
|
|
868
|
+
Update(target: LabelTarget, defaultValue: Expression | null): LabelExpression;
|
|
845
869
|
}
|
|
846
870
|
|
|
847
871
|
|
|
@@ -854,7 +878,7 @@ export type LabelExpression = LabelExpression$instance;
|
|
|
854
878
|
export interface LabelTarget$instance {
|
|
855
879
|
readonly __tsonic_type_System_Linq_Expressions_LabelTarget: never;
|
|
856
880
|
|
|
857
|
-
readonly Name: string |
|
|
881
|
+
readonly Name: string | null;
|
|
858
882
|
readonly Type: Type;
|
|
859
883
|
ToString(): string;
|
|
860
884
|
}
|
|
@@ -872,7 +896,7 @@ export interface LambdaExpression$instance extends Expression {
|
|
|
872
896
|
readonly __tsonic_iface_System_Linq_Expressions_IParameterProvider: never;
|
|
873
897
|
|
|
874
898
|
readonly Body: Expression;
|
|
875
|
-
readonly Name: string |
|
|
899
|
+
readonly Name: string | null;
|
|
876
900
|
readonly NodeType: ExpressionType;
|
|
877
901
|
readonly Parameters: ReadOnlyCollection_1<ParameterExpression>;
|
|
878
902
|
readonly ReturnType: Type;
|
|
@@ -916,12 +940,12 @@ export interface LoopExpression$instance extends Expression {
|
|
|
916
940
|
readonly __tsonic_type_System_Linq_Expressions_LoopExpression: never;
|
|
917
941
|
|
|
918
942
|
readonly Body: Expression;
|
|
919
|
-
readonly BreakLabel: LabelTarget |
|
|
920
|
-
readonly ContinueLabel: LabelTarget |
|
|
943
|
+
readonly BreakLabel: LabelTarget | null;
|
|
944
|
+
readonly ContinueLabel: LabelTarget | null;
|
|
921
945
|
readonly NodeType: ExpressionType;
|
|
922
946
|
readonly Type: Type;
|
|
923
947
|
Accept(visitor: ExpressionVisitor): Expression;
|
|
924
|
-
Update(breakLabel: LabelTarget, continueLabel: LabelTarget, body: Expression): LoopExpression;
|
|
948
|
+
Update(breakLabel: LabelTarget | null, continueLabel: LabelTarget | null, body: Expression): LoopExpression;
|
|
925
949
|
}
|
|
926
950
|
|
|
927
951
|
|
|
@@ -963,11 +987,11 @@ export type MemberBinding = MemberBinding$instance;
|
|
|
963
987
|
export interface MemberExpression$instance extends Expression {
|
|
964
988
|
readonly __tsonic_type_System_Linq_Expressions_MemberExpression: never;
|
|
965
989
|
|
|
966
|
-
readonly Expression: Expression |
|
|
990
|
+
readonly Expression: Expression | null;
|
|
967
991
|
readonly Member: MemberInfo;
|
|
968
992
|
readonly NodeType: ExpressionType;
|
|
969
993
|
Accept(visitor: ExpressionVisitor): Expression;
|
|
970
|
-
Update(expression: Expression): MemberExpression;
|
|
994
|
+
Update(expression: Expression | null): MemberExpression;
|
|
971
995
|
}
|
|
972
996
|
|
|
973
997
|
|
|
@@ -1034,11 +1058,11 @@ export interface MethodCallExpression$instance extends Expression, IArgumentProv
|
|
|
1034
1058
|
readonly Arguments: ReadOnlyCollection_1<Expression>;
|
|
1035
1059
|
readonly Method: MethodInfo;
|
|
1036
1060
|
readonly NodeType: ExpressionType;
|
|
1037
|
-
readonly Object: Expression |
|
|
1061
|
+
readonly Object: Expression | null;
|
|
1038
1062
|
readonly Type: Type;
|
|
1039
1063
|
Accept(visitor: ExpressionVisitor): Expression;
|
|
1040
1064
|
GetArgument(index: int): Expression;
|
|
1041
|
-
Update(object: Expression, arguments: IEnumerable_1<Expression>): MethodCallExpression;
|
|
1065
|
+
Update(object: Expression | null, arguments: IEnumerable_1<Expression> | null): MethodCallExpression;
|
|
1042
1066
|
}
|
|
1043
1067
|
|
|
1044
1068
|
|
|
@@ -1076,13 +1100,13 @@ export interface NewExpression$instance extends Expression, IArgumentProvider$in
|
|
|
1076
1100
|
|
|
1077
1101
|
readonly ArgumentCount: int;
|
|
1078
1102
|
readonly Arguments: ReadOnlyCollection_1<Expression>;
|
|
1079
|
-
readonly Constructor: ConstructorInfo |
|
|
1080
|
-
readonly Members: ReadOnlyCollection_1<MemberInfo> |
|
|
1103
|
+
readonly Constructor: ConstructorInfo | null;
|
|
1104
|
+
readonly Members: ReadOnlyCollection_1<MemberInfo> | null;
|
|
1081
1105
|
readonly NodeType: ExpressionType;
|
|
1082
1106
|
readonly Type: Type;
|
|
1083
1107
|
Accept(visitor: ExpressionVisitor): Expression;
|
|
1084
1108
|
GetArgument(index: int): Expression;
|
|
1085
|
-
Update(arguments: IEnumerable_1<Expression>): NewExpression;
|
|
1109
|
+
Update(arguments: IEnumerable_1<Expression> | null): NewExpression;
|
|
1086
1110
|
}
|
|
1087
1111
|
|
|
1088
1112
|
|
|
@@ -1101,7 +1125,7 @@ export interface ParameterExpression$instance extends Expression {
|
|
|
1101
1125
|
readonly __tsonic_type_System_Linq_Expressions_ParameterExpression: never;
|
|
1102
1126
|
|
|
1103
1127
|
readonly IsByRef: boolean;
|
|
1104
|
-
readonly Name: string |
|
|
1128
|
+
readonly Name: string | null;
|
|
1105
1129
|
readonly NodeType: ExpressionType;
|
|
1106
1130
|
readonly Type: Type;
|
|
1107
1131
|
Accept(visitor: ExpressionVisitor): Expression;
|
|
@@ -1151,13 +1175,13 @@ export interface SwitchExpression$instance extends Expression {
|
|
|
1151
1175
|
readonly __tsonic_type_System_Linq_Expressions_SwitchExpression: never;
|
|
1152
1176
|
|
|
1153
1177
|
readonly Cases: ReadOnlyCollection_1<SwitchCase>;
|
|
1154
|
-
readonly Comparison: MethodInfo |
|
|
1155
|
-
readonly DefaultBody: Expression |
|
|
1178
|
+
readonly Comparison: MethodInfo | null;
|
|
1179
|
+
readonly DefaultBody: Expression | null;
|
|
1156
1180
|
readonly NodeType: ExpressionType;
|
|
1157
1181
|
readonly SwitchValue: Expression;
|
|
1158
1182
|
readonly Type: Type;
|
|
1159
1183
|
Accept(visitor: ExpressionVisitor): Expression;
|
|
1160
|
-
Update(switchValue: Expression, cases: IEnumerable_1<SwitchCase
|
|
1184
|
+
Update(switchValue: Expression, cases: IEnumerable_1<SwitchCase> | null, defaultBody: Expression | null): SwitchExpression;
|
|
1161
1185
|
}
|
|
1162
1186
|
|
|
1163
1187
|
|
|
@@ -1187,13 +1211,13 @@ export interface TryExpression$instance extends Expression {
|
|
|
1187
1211
|
readonly __tsonic_type_System_Linq_Expressions_TryExpression: never;
|
|
1188
1212
|
|
|
1189
1213
|
readonly Body: Expression;
|
|
1190
|
-
readonly Fault: Expression |
|
|
1191
|
-
readonly Finally: Expression |
|
|
1214
|
+
readonly Fault: Expression | null;
|
|
1215
|
+
readonly Finally: Expression | null;
|
|
1192
1216
|
readonly Handlers: ReadOnlyCollection_1<CatchBlock>;
|
|
1193
1217
|
readonly NodeType: ExpressionType;
|
|
1194
1218
|
readonly Type: Type;
|
|
1195
1219
|
Accept(visitor: ExpressionVisitor): Expression;
|
|
1196
|
-
Update(body: Expression, handlers: IEnumerable_1<CatchBlock
|
|
1220
|
+
Update(body: Expression, handlers: IEnumerable_1<CatchBlock> | null, finally_: Expression | null, fault: Expression | null): TryExpression;
|
|
1197
1221
|
}
|
|
1198
1222
|
|
|
1199
1223
|
|
|
@@ -1227,7 +1251,7 @@ export interface UnaryExpression$instance extends Expression {
|
|
|
1227
1251
|
readonly CanReduce: boolean;
|
|
1228
1252
|
readonly IsLifted: boolean;
|
|
1229
1253
|
readonly IsLiftedToNull: boolean;
|
|
1230
|
-
readonly Method: MethodInfo |
|
|
1254
|
+
readonly Method: MethodInfo | null;
|
|
1231
1255
|
readonly NodeType: ExpressionType;
|
|
1232
1256
|
readonly Operand: Expression;
|
|
1233
1257
|
readonly Type: Type;
|