@tsonic/dotnet 0.8.1 → 0.8.3
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/Microsoft.VisualBasic/internal/index.d.ts +1 -1
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +1 -1
- package/Microsoft.Win32/internal/index.d.ts +9 -9
- package/System/bindings.json +114 -114
- package/System/internal/index.d.ts +156 -154
- package/System/internal/metadata.json +73 -73
- package/System.Buffers/internal/index.d.ts +1 -1
- package/System.CodeDom.Compiler/internal/index.d.ts +1 -1
- package/System.Collections/internal/index.d.ts +12 -8
- package/System.Collections.Generic/internal/index.d.ts +22 -14
- package/System.Collections.Immutable/internal/index.d.ts +11 -11
- package/System.Collections.Specialized/internal/index.d.ts +20 -18
- package/System.ComponentModel/internal/index.d.ts +219 -209
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +42 -32
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +2 -1
- package/System.ComponentModel.Design/internal/index.d.ts +40 -40
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +17 -17
- package/System.Data/internal/index.d.ts +54 -46
- package/System.Data.Common/internal/index.d.ts +52 -44
- package/System.Data.SqlTypes/internal/index.d.ts +2 -2
- package/System.Diagnostics/internal/index.d.ts +85 -63
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +30 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -4
- package/System.Diagnostics.Metrics/internal/index.d.ts +14 -9
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +5 -5
- package/System.Diagnostics.Tracing/internal/index.d.ts +11 -9
- package/System.Drawing/internal/index.d.ts +33 -33
- package/System.Dynamic/internal/index.d.ts +1 -1
- package/System.Formats.Tar/internal/index.d.ts +3 -2
- package/System.Globalization/internal/index.d.ts +8 -6
- package/System.IO/internal/index.d.ts +30 -27
- package/System.IO.Compression/internal/index.d.ts +1 -1
- package/System.IO.Enumeration/internal/index.d.ts +4 -2
- package/System.Linq/internal/index.d.ts +63 -63
- package/System.Linq.Expressions/internal/index.d.ts +13 -13
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/internal/index.d.ts +87 -63
- package/System.Net.Http/internal/index.d.ts +37 -21
- package/System.Net.Http.Headers/internal/index.d.ts +37 -20
- package/System.Net.Http.Json/internal/index.d.ts +39 -39
- package/System.Net.Mail/internal/index.d.ts +22 -12
- package/System.Net.Mime/internal/index.d.ts +4 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +1 -1
- package/System.Net.Quic/internal/index.d.ts +3 -2
- package/System.Net.Security/internal/index.d.ts +38 -22
- package/System.Net.ServerSentEvents/internal/index.d.ts +2 -1
- package/System.Net.Sockets/internal/index.d.ts +23 -16
- package/System.Net.WebSockets/internal/index.d.ts +17 -11
- package/System.Numerics/bindings.json +408 -0
- package/System.Numerics/internal/metadata.json +272 -0
- package/System.Reflection/internal/index.d.ts +185 -182
- package/System.Reflection.Emit/internal/index.d.ts +82 -82
- package/System.Reflection.Metadata/bindings.json +48 -0
- package/System.Reflection.Metadata/internal/index.d.ts +5 -5
- package/System.Reflection.Metadata/internal/metadata.json +32 -0
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +1 -1
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Resources/internal/index.d.ts +13 -12
- package/System.Runtime/internal/index.d.ts +2 -1
- package/System.Runtime.CompilerServices/internal/index.d.ts +15 -13
- package/System.Runtime.InteropServices/bindings.json +22 -22
- package/System.Runtime.InteropServices/internal/index.d.ts +46 -44
- package/System.Runtime.InteropServices/internal/metadata.json +13 -13
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +1 -1
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +3 -3
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +16 -14
- package/System.Runtime.Loader/internal/index.d.ts +4 -4
- package/System.Runtime.Remoting/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization/internal/index.d.ts +53 -43
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +14 -14
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +4 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -1
- package/System.Runtime.Serialization.Json/internal/index.d.ts +9 -8
- package/System.Runtime.Versioning/internal/index.d.ts +6 -3
- package/System.Security/internal/index.d.ts +35 -25
- package/System.Security.AccessControl/internal/index.d.ts +14 -10
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +4 -4
- package/System.Security.Claims/internal/index.d.ts +16 -12
- package/System.Security.Cryptography/internal/index.d.ts +80 -66
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +33 -32
- package/System.Security.Permissions/internal/index.d.ts +2 -2
- package/System.Security.Policy/internal/index.d.ts +2 -2
- package/System.Security.Principal/internal/index.d.ts +8 -10
- package/System.Text/internal/index.d.ts +13 -11
- package/System.Text.Json/internal/index.d.ts +67 -61
- package/System.Text.Json.Nodes/internal/index.d.ts +31 -31
- package/System.Text.Json.Schema/internal/index.d.ts +4 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +9 -8
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +67 -42
- package/System.Threading/internal/index.d.ts +16 -15
- package/System.Threading.Tasks/internal/index.d.ts +4 -14
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +3 -1
- package/System.Timers/internal/index.d.ts +4 -2
- package/System.Transactions/internal/index.d.ts +8 -6
- package/System.Web/internal/index.d.ts +24 -24
- package/System.Xml/internal/index.d.ts +100 -99
- package/System.Xml.Linq/internal/index.d.ts +16 -15
- package/System.Xml.Resolvers/internal/index.d.ts +1 -1
- package/System.Xml.Schema/internal/index.d.ts +129 -84
- package/System.Xml.Serialization/internal/index.d.ts +68 -47
- package/System.Xml.XPath/internal/index.d.ts +10 -10
- package/System.Xml.Xsl/internal/index.d.ts +7 -7
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +8 -8
- package/__internal/extensions/index.d.ts +177 -176
- package/package.json +1 -1
|
@@ -494,7 +494,7 @@ export interface __Ext_IEnumerable_1<T> {
|
|
|
494
494
|
TryGetNonEnumeratedCount(count: int): boolean;
|
|
495
495
|
LongCount(): long;
|
|
496
496
|
LongCount(predicate: System.Func_2<T, System_Internal.Boolean>): long;
|
|
497
|
-
DefaultIfEmpty(): System_Collections_Generic.IEnumerable_1<T>;
|
|
497
|
+
DefaultIfEmpty(): System_Collections_Generic.IEnumerable_1<T | undefined>;
|
|
498
498
|
DefaultIfEmpty(defaultValue: T): System_Collections_Generic.IEnumerable_1<T>;
|
|
499
499
|
Distinct(): System_Collections_Generic.IEnumerable_1<T>;
|
|
500
500
|
Distinct(comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Collections_Generic.IEnumerable_1<T>;
|
|
@@ -502,8 +502,8 @@ export interface __Ext_IEnumerable_1<T> {
|
|
|
502
502
|
DistinctBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<T>;
|
|
503
503
|
ElementAt(index: int): T;
|
|
504
504
|
ElementAt(index: System.Index): T;
|
|
505
|
-
ElementAtOrDefault(index: int): T;
|
|
506
|
-
ElementAtOrDefault(index: System.Index): T;
|
|
505
|
+
ElementAtOrDefault(index: int): T | undefined;
|
|
506
|
+
ElementAtOrDefault(index: System.Index): T | undefined;
|
|
507
507
|
AsEnumerable(): System_Collections_Generic.IEnumerable_1<T>;
|
|
508
508
|
Except(second: System_Collections_Generic.IEnumerable_1<T>): System_Collections_Generic.IEnumerable_1<T>;
|
|
509
509
|
Except(second: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Collections_Generic.IEnumerable_1<T>;
|
|
@@ -511,9 +511,9 @@ export interface __Ext_IEnumerable_1<T> {
|
|
|
511
511
|
ExceptBy<TKey>(second: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<T>;
|
|
512
512
|
First(): T;
|
|
513
513
|
First(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
514
|
-
FirstOrDefault(): T;
|
|
514
|
+
FirstOrDefault(): T | undefined;
|
|
515
515
|
FirstOrDefault(defaultValue: T): T;
|
|
516
|
-
FirstOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
516
|
+
FirstOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T | undefined;
|
|
517
517
|
FirstOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>, defaultValue: T): T;
|
|
518
518
|
GroupBy<TKey>(keySelector: System.Func_2<T, TKey>): System_Collections_Generic.IEnumerable_1<System_Linq.IGrouping_2<TKey, T>>;
|
|
519
519
|
GroupBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<System_Linq.IGrouping_2<TKey, T>>;
|
|
@@ -534,9 +534,9 @@ export interface __Ext_IEnumerable_1<T> {
|
|
|
534
534
|
Join<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
535
535
|
Last(): T;
|
|
536
536
|
Last(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
537
|
-
LastOrDefault(): T;
|
|
537
|
+
LastOrDefault(): T | undefined;
|
|
538
538
|
LastOrDefault(defaultValue: T): T;
|
|
539
|
-
LastOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
539
|
+
LastOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T | undefined;
|
|
540
540
|
LastOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>, defaultValue: T): T;
|
|
541
541
|
LeftJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
542
542
|
LeftJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
@@ -554,10 +554,10 @@ export interface __Ext_IEnumerable_1<T> {
|
|
|
554
554
|
Max(): System.Nullable_1<System_Internal.Single>;
|
|
555
555
|
Max(): decimal;
|
|
556
556
|
Max(): System.Nullable_1<System_Internal.Decimal>;
|
|
557
|
-
Max(): T;
|
|
558
|
-
Max(comparer: System_Collections_Generic.IComparer_1<T>): T;
|
|
559
|
-
MaxBy<TKey>(keySelector: System.Func_2<T, TKey>): T;
|
|
560
|
-
MaxBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): T;
|
|
557
|
+
Max(): T | undefined;
|
|
558
|
+
Max(comparer: System_Collections_Generic.IComparer_1<T>): T | undefined;
|
|
559
|
+
MaxBy<TKey>(keySelector: System.Func_2<T, TKey>): T | undefined;
|
|
560
|
+
MaxBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): T | undefined;
|
|
561
561
|
Max(selector: System.Func_2<T, System_Internal.Int32>): int;
|
|
562
562
|
Max(selector: System.Func_2<T, System.Nullable_1<System_Internal.Int32>>): System.Nullable_1<System_Internal.Int32>;
|
|
563
563
|
Max(selector: System.Func_2<T, System_Internal.Int64>): long;
|
|
@@ -568,7 +568,7 @@ export interface __Ext_IEnumerable_1<T> {
|
|
|
568
568
|
Max(selector: System.Func_2<T, System.Nullable_1<System_Internal.Double>>): System.Nullable_1<System_Internal.Double>;
|
|
569
569
|
Max(selector: System.Func_2<T, System_Internal.Decimal>): decimal;
|
|
570
570
|
Max(selector: System.Func_2<T, System.Nullable_1<System_Internal.Decimal>>): System.Nullable_1<System_Internal.Decimal>;
|
|
571
|
-
Max<TResult>(selector: System.Func_2<T, TResult>): TResult;
|
|
571
|
+
Max<TResult>(selector: System.Func_2<T, TResult>): TResult | undefined;
|
|
572
572
|
Min(): int;
|
|
573
573
|
Min(): long;
|
|
574
574
|
Min(): System.Nullable_1<System_Internal.Int32>;
|
|
@@ -579,10 +579,10 @@ export interface __Ext_IEnumerable_1<T> {
|
|
|
579
579
|
Min(): System.Nullable_1<System_Internal.Double>;
|
|
580
580
|
Min(): decimal;
|
|
581
581
|
Min(): System.Nullable_1<System_Internal.Decimal>;
|
|
582
|
-
Min(): T;
|
|
583
|
-
Min(comparer: System_Collections_Generic.IComparer_1<T>): T;
|
|
584
|
-
MinBy<TKey>(keySelector: System.Func_2<T, TKey>): T;
|
|
585
|
-
MinBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): T;
|
|
582
|
+
Min(): T | undefined;
|
|
583
|
+
Min(comparer: System_Collections_Generic.IComparer_1<T>): T | undefined;
|
|
584
|
+
MinBy<TKey>(keySelector: System.Func_2<T, TKey>): T | undefined;
|
|
585
|
+
MinBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): T | undefined;
|
|
586
586
|
Min(selector: System.Func_2<T, System_Internal.Int32>): int;
|
|
587
587
|
Min(selector: System.Func_2<T, System.Nullable_1<System_Internal.Int32>>): System.Nullable_1<System_Internal.Int32>;
|
|
588
588
|
Min(selector: System.Func_2<T, System_Internal.Int64>): long;
|
|
@@ -593,7 +593,7 @@ export interface __Ext_IEnumerable_1<T> {
|
|
|
593
593
|
Min(selector: System.Func_2<T, System.Nullable_1<System_Internal.Double>>): System.Nullable_1<System_Internal.Double>;
|
|
594
594
|
Min(selector: System.Func_2<T, System_Internal.Decimal>): decimal;
|
|
595
595
|
Min(selector: System.Func_2<T, System.Nullable_1<System_Internal.Decimal>>): System.Nullable_1<System_Internal.Decimal>;
|
|
596
|
-
Min<TResult>(selector: System.Func_2<T, TResult>): TResult;
|
|
596
|
+
Min<TResult>(selector: System.Func_2<T, TResult>): TResult | undefined;
|
|
597
597
|
Order(): System_Linq.IOrderedEnumerable_1<T>;
|
|
598
598
|
Order(comparer: System_Collections_Generic.IComparer_1<T>): System_Linq.IOrderedEnumerable_1<T>;
|
|
599
599
|
OrderBy<TKey>(keySelector: System.Func_2<T, TKey>): System_Linq.IOrderedEnumerable_1<T>;
|
|
@@ -616,9 +616,9 @@ export interface __Ext_IEnumerable_1<T> {
|
|
|
616
616
|
SequenceEqual(second: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
617
617
|
Single(): T;
|
|
618
618
|
Single(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
619
|
-
SingleOrDefault(): T;
|
|
619
|
+
SingleOrDefault(): T | undefined;
|
|
620
620
|
SingleOrDefault(defaultValue: T): T;
|
|
621
|
-
SingleOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
621
|
+
SingleOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T | undefined;
|
|
622
622
|
SingleOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>, defaultValue: T): T;
|
|
623
623
|
Skip(count: int): System_Collections_Generic.IEnumerable_1<T>;
|
|
624
624
|
SkipWhile(predicate: System.Func_2<T, System_Internal.Boolean>): System_Collections_Generic.IEnumerable_1<T>;
|
|
@@ -692,7 +692,7 @@ export interface __Ext_IEnumerable_1<T> {
|
|
|
692
692
|
}
|
|
693
693
|
|
|
694
694
|
export interface __Ext_IReadOnlyDictionary_2<TKey, TValue> {
|
|
695
|
-
GetValueOrDefault(key: TKey): TValue;
|
|
695
|
+
GetValueOrDefault(key: TKey): TValue | undefined;
|
|
696
696
|
GetValueOrDefault(key: TKey, defaultValue: TValue): TValue;
|
|
697
697
|
}
|
|
698
698
|
|
|
@@ -719,9 +719,9 @@ export interface __Ext_List_1<T> {
|
|
|
719
719
|
export interface __Ext_ImmutableArray_1_Builder<T> {
|
|
720
720
|
ToImmutableArray(): System_Collections_Immutable.ImmutableArray_1<T>;
|
|
721
721
|
First(): T;
|
|
722
|
-
FirstOrDefault(): T;
|
|
722
|
+
FirstOrDefault(): T | undefined;
|
|
723
723
|
Last(): T;
|
|
724
|
-
LastOrDefault(): T;
|
|
724
|
+
LastOrDefault(): T | undefined;
|
|
725
725
|
Any(): boolean;
|
|
726
726
|
}
|
|
727
727
|
|
|
@@ -739,23 +739,23 @@ export interface __Ext_ImmutableArray_1<T> {
|
|
|
739
739
|
SequenceEqual<TDerived>(items: System_Collections_Immutable.ImmutableArray_1<TDerived>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
740
740
|
SequenceEqual<TDerived>(items: System_Collections_Generic.IEnumerable_1<TDerived>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
741
741
|
SequenceEqual<TDerived>(items: System_Collections_Immutable.ImmutableArray_1<TDerived>, predicate: System.Func_3<T, T, System_Internal.Boolean>): boolean;
|
|
742
|
-
Aggregate(func: System.Func_3<T, T, T>): T;
|
|
742
|
+
Aggregate(func: System.Func_3<T, T, T>): T | undefined;
|
|
743
743
|
Aggregate<TAccumulate>(seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>): TAccumulate;
|
|
744
744
|
Aggregate<TAccumulate, TResult>(seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>, resultSelector: System.Func_2<TAccumulate, TResult>): TResult;
|
|
745
745
|
ElementAt(index: int): T;
|
|
746
|
-
ElementAtOrDefault(index: int): T;
|
|
746
|
+
ElementAtOrDefault(index: int): T | undefined;
|
|
747
747
|
First(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
748
748
|
First(): T;
|
|
749
|
-
FirstOrDefault(): T;
|
|
750
|
-
FirstOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
749
|
+
FirstOrDefault(): T | undefined;
|
|
750
|
+
FirstOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T | undefined;
|
|
751
751
|
Last(): T;
|
|
752
752
|
Last(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
753
|
-
LastOrDefault(): T;
|
|
754
|
-
LastOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
753
|
+
LastOrDefault(): T | undefined;
|
|
754
|
+
LastOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T | undefined;
|
|
755
755
|
Single(): T;
|
|
756
756
|
Single(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
757
|
-
SingleOrDefault(): T;
|
|
758
|
-
SingleOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
757
|
+
SingleOrDefault(): T | undefined;
|
|
758
|
+
SingleOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T | undefined;
|
|
759
759
|
ToDictionary<TKey>(keySelector: System.Func_2<T, TKey>): System_Collections_Generic.Dictionary_2<TKey, T>;
|
|
760
760
|
ToDictionary<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>): System_Collections_Generic.Dictionary_2<TKey, TElement>;
|
|
761
761
|
ToDictionary<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.Dictionary_2<TKey, T>;
|
|
@@ -769,7 +769,7 @@ export interface __Ext_ImmutableDictionary_2_Builder<TKey, TValue> {
|
|
|
769
769
|
|
|
770
770
|
export interface __Ext_IImmutableDictionary_2<TKey, TValue> {
|
|
771
771
|
Contains(key: TKey, value: TValue): boolean;
|
|
772
|
-
GetValueOrDefault(key: TKey): TValue;
|
|
772
|
+
GetValueOrDefault(key: TKey): TValue | undefined;
|
|
773
773
|
GetValueOrDefault(key: TKey, defaultValue: TValue): TValue;
|
|
774
774
|
}
|
|
775
775
|
|
|
@@ -843,12 +843,12 @@ export interface __Ext_DbDataReader {
|
|
|
843
843
|
}
|
|
844
844
|
|
|
845
845
|
export interface __Ext_DataRow {
|
|
846
|
-
Field<T>(columnName: string): T;
|
|
847
|
-
Field<T>(column: System_Data.DataColumn): T;
|
|
848
|
-
Field<T>(columnIndex: int): T;
|
|
849
|
-
Field<T>(columnIndex: int, version: System_Data.DataRowVersion): T;
|
|
850
|
-
Field<T>(columnName: string, version: System_Data.DataRowVersion): T;
|
|
851
|
-
Field<T>(column: System_Data.DataColumn, version: System_Data.DataRowVersion): T;
|
|
846
|
+
Field<T>(columnName: string): T | undefined;
|
|
847
|
+
Field<T>(column: System_Data.DataColumn): T | undefined;
|
|
848
|
+
Field<T>(columnIndex: int): T | undefined;
|
|
849
|
+
Field<T>(columnIndex: int, version: System_Data.DataRowVersion): T | undefined;
|
|
850
|
+
Field<T>(columnName: string, version: System_Data.DataRowVersion): T | undefined;
|
|
851
|
+
Field<T>(column: System_Data.DataColumn, version: System_Data.DataRowVersion): T | undefined;
|
|
852
852
|
SetField<T>(columnIndex: int, value: T): void;
|
|
853
853
|
SetField<T>(columnName: string, value: T): void;
|
|
854
854
|
SetField<T>(column: System_Data.DataColumn, value: T): void;
|
|
@@ -888,7 +888,7 @@ export interface __Ext_TypedTableBase_1<T> {
|
|
|
888
888
|
OrderByDescending<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): System_Data.OrderedEnumerableRowCollection_1<T>;
|
|
889
889
|
Select<S>(selector: System.Func_2<T, S>): System_Data.EnumerableRowCollection_1<S>;
|
|
890
890
|
AsEnumerable(): System_Data.EnumerableRowCollection_1<T>;
|
|
891
|
-
ElementAtOrDefault(index: int): T;
|
|
891
|
+
ElementAtOrDefault(index: int): T | undefined;
|
|
892
892
|
}
|
|
893
893
|
|
|
894
894
|
export interface __Ext_StackFrame {
|
|
@@ -1011,7 +1011,7 @@ export interface __Ext_IAsyncEnumerable_1<T> {
|
|
|
1011
1011
|
LongCountAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Int64>;
|
|
1012
1012
|
CountBy<TKey>(keySelector: System.Func_2<T, TKey>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>;
|
|
1013
1013
|
CountBy<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>;
|
|
1014
|
-
DefaultIfEmpty(): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1014
|
+
DefaultIfEmpty(): System_Collections_Generic.IAsyncEnumerable_1<T | undefined>;
|
|
1015
1015
|
DefaultIfEmpty(defaultValue: T): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1016
1016
|
Distinct(comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1017
1017
|
DistinctBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
@@ -1235,7 +1235,7 @@ export interface __Ext_ParallelQuery_1<TSource> {
|
|
|
1235
1235
|
Min(): System.Nullable_1<System_Internal.Double>;
|
|
1236
1236
|
Min(): decimal;
|
|
1237
1237
|
Min(): System.Nullable_1<System_Internal.Decimal>;
|
|
1238
|
-
Min(): TSource;
|
|
1238
|
+
Min(): TSource | undefined;
|
|
1239
1239
|
Min(selector: System.Func_2<TSource, System_Internal.Int32>): int;
|
|
1240
1240
|
Min(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): System.Nullable_1<System_Internal.Int32>;
|
|
1241
1241
|
Min(selector: System.Func_2<TSource, System_Internal.Int64>): long;
|
|
@@ -1246,7 +1246,7 @@ export interface __Ext_ParallelQuery_1<TSource> {
|
|
|
1246
1246
|
Min(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Double>>): System.Nullable_1<System_Internal.Double>;
|
|
1247
1247
|
Min(selector: System.Func_2<TSource, System_Internal.Decimal>): decimal;
|
|
1248
1248
|
Min(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): System.Nullable_1<System_Internal.Decimal>;
|
|
1249
|
-
Min<TResult>(selector: System.Func_2<TSource, TResult>): TResult;
|
|
1249
|
+
Min<TResult>(selector: System.Func_2<TSource, TResult>): TResult | undefined;
|
|
1250
1250
|
Max(): int;
|
|
1251
1251
|
Max(): System.Nullable_1<System_Internal.Int32>;
|
|
1252
1252
|
Max(): long;
|
|
@@ -1257,7 +1257,7 @@ export interface __Ext_ParallelQuery_1<TSource> {
|
|
|
1257
1257
|
Max(): System.Nullable_1<System_Internal.Double>;
|
|
1258
1258
|
Max(): decimal;
|
|
1259
1259
|
Max(): System.Nullable_1<System_Internal.Decimal>;
|
|
1260
|
-
Max(): TSource;
|
|
1260
|
+
Max(): TSource | undefined;
|
|
1261
1261
|
Max(selector: System.Func_2<TSource, System_Internal.Int32>): int;
|
|
1262
1262
|
Max(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): System.Nullable_1<System_Internal.Int32>;
|
|
1263
1263
|
Max(selector: System.Func_2<TSource, System_Internal.Int64>): long;
|
|
@@ -1268,7 +1268,7 @@ export interface __Ext_ParallelQuery_1<TSource> {
|
|
|
1268
1268
|
Max(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Double>>): System.Nullable_1<System_Internal.Double>;
|
|
1269
1269
|
Max(selector: System.Func_2<TSource, System_Internal.Decimal>): decimal;
|
|
1270
1270
|
Max(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): System.Nullable_1<System_Internal.Decimal>;
|
|
1271
|
-
Max<TResult>(selector: System.Func_2<TSource, TResult>): TResult;
|
|
1271
|
+
Max<TResult>(selector: System.Func_2<TSource, TResult>): TResult | undefined;
|
|
1272
1272
|
Average(): double;
|
|
1273
1273
|
Average(): System.Nullable_1<System_Internal.Double>;
|
|
1274
1274
|
Average(): double;
|
|
@@ -1330,20 +1330,20 @@ export interface __Ext_ParallelQuery_1<TSource> {
|
|
|
1330
1330
|
Reverse(): System_Linq.ParallelQuery_1<TSource>;
|
|
1331
1331
|
First(): TSource;
|
|
1332
1332
|
First(predicate: System.Func_2<TSource, System_Internal.Boolean>): TSource;
|
|
1333
|
-
FirstOrDefault(): TSource;
|
|
1334
|
-
FirstOrDefault(predicate: System.Func_2<TSource, System_Internal.Boolean>): TSource;
|
|
1333
|
+
FirstOrDefault(): TSource | undefined;
|
|
1334
|
+
FirstOrDefault(predicate: System.Func_2<TSource, System_Internal.Boolean>): TSource | undefined;
|
|
1335
1335
|
Last(): TSource;
|
|
1336
1336
|
Last(predicate: System.Func_2<TSource, System_Internal.Boolean>): TSource;
|
|
1337
|
-
LastOrDefault(): TSource;
|
|
1338
|
-
LastOrDefault(predicate: System.Func_2<TSource, System_Internal.Boolean>): TSource;
|
|
1337
|
+
LastOrDefault(): TSource | undefined;
|
|
1338
|
+
LastOrDefault(predicate: System.Func_2<TSource, System_Internal.Boolean>): TSource | undefined;
|
|
1339
1339
|
Single(): TSource;
|
|
1340
1340
|
Single(predicate: System.Func_2<TSource, System_Internal.Boolean>): TSource;
|
|
1341
|
-
SingleOrDefault(): TSource;
|
|
1342
|
-
SingleOrDefault(predicate: System.Func_2<TSource, System_Internal.Boolean>): TSource;
|
|
1343
|
-
DefaultIfEmpty(): System_Linq.ParallelQuery_1<TSource>;
|
|
1341
|
+
SingleOrDefault(): TSource | undefined;
|
|
1342
|
+
SingleOrDefault(predicate: System.Func_2<TSource, System_Internal.Boolean>): TSource | undefined;
|
|
1343
|
+
DefaultIfEmpty(): System_Linq.ParallelQuery_1<TSource | undefined>;
|
|
1344
1344
|
DefaultIfEmpty(defaultValue: TSource): System_Linq.ParallelQuery_1<TSource>;
|
|
1345
1345
|
ElementAt(index: int): TSource;
|
|
1346
|
-
ElementAtOrDefault(index: int): TSource;
|
|
1346
|
+
ElementAtOrDefault(index: int): TSource | undefined;
|
|
1347
1347
|
}
|
|
1348
1348
|
|
|
1349
1349
|
export interface __Ext_ParallelQuery {
|
|
@@ -1415,27 +1415,27 @@ export interface __Ext_IQueryable_1<T> {
|
|
|
1415
1415
|
ExceptBy<TKey>(source2: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<T>;
|
|
1416
1416
|
First(): T;
|
|
1417
1417
|
First(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): T;
|
|
1418
|
-
FirstOrDefault(): T;
|
|
1418
|
+
FirstOrDefault(): T | undefined;
|
|
1419
1419
|
FirstOrDefault(defaultValue: T): T;
|
|
1420
|
-
FirstOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): T;
|
|
1420
|
+
FirstOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): T | undefined;
|
|
1421
1421
|
FirstOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>, defaultValue: T): T;
|
|
1422
1422
|
Last(): T;
|
|
1423
1423
|
Last(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): T;
|
|
1424
|
-
LastOrDefault(): T;
|
|
1424
|
+
LastOrDefault(): T | undefined;
|
|
1425
1425
|
LastOrDefault(defaultValue: T): T;
|
|
1426
|
-
LastOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): T;
|
|
1426
|
+
LastOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): T | undefined;
|
|
1427
1427
|
LastOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>, defaultValue: T): T;
|
|
1428
1428
|
Single(): T;
|
|
1429
1429
|
Single(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): T;
|
|
1430
|
-
SingleOrDefault(): T;
|
|
1430
|
+
SingleOrDefault(): T | undefined;
|
|
1431
1431
|
SingleOrDefault(defaultValue: T): T;
|
|
1432
|
-
SingleOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): T;
|
|
1432
|
+
SingleOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): T | undefined;
|
|
1433
1433
|
SingleOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>, defaultValue: T): T;
|
|
1434
1434
|
ElementAt(index: int): T;
|
|
1435
1435
|
ElementAt(index: System.Index): T;
|
|
1436
|
-
ElementAtOrDefault(index: int): T;
|
|
1437
|
-
ElementAtOrDefault(index: System.Index): T;
|
|
1438
|
-
DefaultIfEmpty(): System_Linq.IQueryable_1<T>;
|
|
1436
|
+
ElementAtOrDefault(index: int): T | undefined;
|
|
1437
|
+
ElementAtOrDefault(index: System.Index): T | undefined;
|
|
1438
|
+
DefaultIfEmpty(): System_Linq.IQueryable_1<T | undefined>;
|
|
1439
1439
|
DefaultIfEmpty(defaultValue: T): System_Linq.IQueryable_1<T>;
|
|
1440
1440
|
Contains(item: T): boolean;
|
|
1441
1441
|
Contains(item: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
@@ -1451,16 +1451,16 @@ export interface __Ext_IQueryable_1<T> {
|
|
|
1451
1451
|
CountBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>;
|
|
1452
1452
|
LongCount(): long;
|
|
1453
1453
|
LongCount(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): long;
|
|
1454
|
-
Min(): T;
|
|
1455
|
-
Min(comparer: System_Collections_Generic.IComparer_1<T>): T;
|
|
1456
|
-
Min<TResult>(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, TResult>>): TResult;
|
|
1457
|
-
MinBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>): T;
|
|
1458
|
-
MinBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IComparer_1<T>): T;
|
|
1459
|
-
Max(): T;
|
|
1460
|
-
Max(comparer: System_Collections_Generic.IComparer_1<T>): T;
|
|
1461
|
-
Max<TResult>(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, TResult>>): TResult;
|
|
1462
|
-
MaxBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>): T;
|
|
1463
|
-
MaxBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IComparer_1<T>): T;
|
|
1454
|
+
Min(): T | undefined;
|
|
1455
|
+
Min(comparer: System_Collections_Generic.IComparer_1<T>): T | undefined;
|
|
1456
|
+
Min<TResult>(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, TResult>>): TResult | undefined;
|
|
1457
|
+
MinBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>): T | undefined;
|
|
1458
|
+
MinBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IComparer_1<T>): T | undefined;
|
|
1459
|
+
Max(): T | undefined;
|
|
1460
|
+
Max(comparer: System_Collections_Generic.IComparer_1<T>): T | undefined;
|
|
1461
|
+
Max<TResult>(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, TResult>>): TResult | undefined;
|
|
1462
|
+
MaxBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>): T | undefined;
|
|
1463
|
+
MaxBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IComparer_1<T>): T | undefined;
|
|
1464
1464
|
Sum(): int;
|
|
1465
1465
|
Sum(): System.Nullable_1<System_Internal.Int32>;
|
|
1466
1466
|
Sum(): long;
|
|
@@ -1521,36 +1521,36 @@ export interface __Ext_IOrderedQueryable_1<T> {
|
|
|
1521
1521
|
}
|
|
1522
1522
|
|
|
1523
1523
|
export interface __Ext_HttpClient {
|
|
1524
|
-
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: string, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TValue>;
|
|
1525
|
-
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: System.Uri, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TValue>;
|
|
1526
|
-
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: string, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TValue>;
|
|
1527
|
-
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: System.Uri, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TValue>;
|
|
1528
|
-
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: string, cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TValue>;
|
|
1529
|
-
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: System.Uri, cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TValue>;
|
|
1530
|
-
DeleteFromJsonAsync(requestUri: string, type_: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown>;
|
|
1531
|
-
DeleteFromJsonAsync(requestUri: System.Uri, type_: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown>;
|
|
1532
|
-
DeleteFromJsonAsync<TValue>(requestUri: string, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue>;
|
|
1533
|
-
DeleteFromJsonAsync<TValue>(requestUri: System.Uri, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue>;
|
|
1534
|
-
DeleteFromJsonAsync(requestUri: string, type_: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown>;
|
|
1535
|
-
DeleteFromJsonAsync(requestUri: System.Uri, type_: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown>;
|
|
1536
|
-
DeleteFromJsonAsync<TValue>(requestUri: string, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue>;
|
|
1537
|
-
DeleteFromJsonAsync<TValue>(requestUri: System.Uri, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue>;
|
|
1538
|
-
DeleteFromJsonAsync(requestUri: string, type_: System.Type, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown>;
|
|
1539
|
-
DeleteFromJsonAsync(requestUri: System.Uri, type_: System.Type, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown>;
|
|
1540
|
-
DeleteFromJsonAsync<TValue>(requestUri: string, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue>;
|
|
1541
|
-
DeleteFromJsonAsync<TValue>(requestUri: System.Uri, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue>;
|
|
1542
|
-
GetFromJsonAsync(requestUri: string, type_: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown>;
|
|
1543
|
-
GetFromJsonAsync(requestUri: System.Uri, type_: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown>;
|
|
1544
|
-
GetFromJsonAsync<TValue>(requestUri: string, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue>;
|
|
1545
|
-
GetFromJsonAsync<TValue>(requestUri: System.Uri, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue>;
|
|
1546
|
-
GetFromJsonAsync(requestUri: string, type_: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown>;
|
|
1547
|
-
GetFromJsonAsync(requestUri: System.Uri, type_: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown>;
|
|
1548
|
-
GetFromJsonAsync<TValue>(requestUri: string, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue>;
|
|
1549
|
-
GetFromJsonAsync<TValue>(requestUri: System.Uri, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue>;
|
|
1550
|
-
GetFromJsonAsync(requestUri: string, type_: System.Type, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown>;
|
|
1551
|
-
GetFromJsonAsync(requestUri: System.Uri, type_: System.Type, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown>;
|
|
1552
|
-
GetFromJsonAsync<TValue>(requestUri: string, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue>;
|
|
1553
|
-
GetFromJsonAsync<TValue>(requestUri: System.Uri, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue>;
|
|
1524
|
+
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: string, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>;
|
|
1525
|
+
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: System.Uri, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>;
|
|
1526
|
+
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: string, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>;
|
|
1527
|
+
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: System.Uri, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>;
|
|
1528
|
+
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: string, cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>;
|
|
1529
|
+
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: System.Uri, cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>;
|
|
1530
|
+
DeleteFromJsonAsync(requestUri: string, type_: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1531
|
+
DeleteFromJsonAsync(requestUri: System.Uri, type_: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1532
|
+
DeleteFromJsonAsync<TValue>(requestUri: string, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue | undefined>;
|
|
1533
|
+
DeleteFromJsonAsync<TValue>(requestUri: System.Uri, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue | undefined>;
|
|
1534
|
+
DeleteFromJsonAsync(requestUri: string, type_: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1535
|
+
DeleteFromJsonAsync(requestUri: System.Uri, type_: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1536
|
+
DeleteFromJsonAsync<TValue>(requestUri: string, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue | undefined>;
|
|
1537
|
+
DeleteFromJsonAsync<TValue>(requestUri: System.Uri, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue | undefined>;
|
|
1538
|
+
DeleteFromJsonAsync(requestUri: string, type_: System.Type, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1539
|
+
DeleteFromJsonAsync(requestUri: System.Uri, type_: System.Type, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1540
|
+
DeleteFromJsonAsync<TValue>(requestUri: string, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue | undefined>;
|
|
1541
|
+
DeleteFromJsonAsync<TValue>(requestUri: System.Uri, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue | undefined>;
|
|
1542
|
+
GetFromJsonAsync(requestUri: string, type_: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1543
|
+
GetFromJsonAsync(requestUri: System.Uri, type_: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1544
|
+
GetFromJsonAsync<TValue>(requestUri: string, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue | undefined>;
|
|
1545
|
+
GetFromJsonAsync<TValue>(requestUri: System.Uri, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue | undefined>;
|
|
1546
|
+
GetFromJsonAsync(requestUri: string, type_: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1547
|
+
GetFromJsonAsync(requestUri: System.Uri, type_: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1548
|
+
GetFromJsonAsync<TValue>(requestUri: string, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue | undefined>;
|
|
1549
|
+
GetFromJsonAsync<TValue>(requestUri: System.Uri, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue | undefined>;
|
|
1550
|
+
GetFromJsonAsync(requestUri: string, type_: System.Type, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1551
|
+
GetFromJsonAsync(requestUri: System.Uri, type_: System.Type, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1552
|
+
GetFromJsonAsync<TValue>(requestUri: string, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue | undefined>;
|
|
1553
|
+
GetFromJsonAsync<TValue>(requestUri: System.Uri, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue | undefined>;
|
|
1554
1554
|
PostAsJsonAsync<TValue>(requestUri: string, value: TValue, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>;
|
|
1555
1555
|
PostAsJsonAsync<TValue>(requestUri: System.Uri, value: TValue, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>;
|
|
1556
1556
|
PostAsJsonAsync<TValue>(requestUri: string, value: TValue, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>;
|
|
@@ -1572,15 +1572,15 @@ export interface __Ext_HttpClient {
|
|
|
1572
1572
|
}
|
|
1573
1573
|
|
|
1574
1574
|
export interface __Ext_HttpContent {
|
|
1575
|
-
ReadFromJsonAsAsyncEnumerable<TValue>(cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TValue>;
|
|
1576
|
-
ReadFromJsonAsAsyncEnumerable<TValue>(options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TValue>;
|
|
1577
|
-
ReadFromJsonAsAsyncEnumerable<TValue>(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TValue>;
|
|
1578
|
-
ReadFromJsonAsync(type_: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown>;
|
|
1579
|
-
ReadFromJsonAsync(type_: System.Type, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown>;
|
|
1580
|
-
ReadFromJsonAsync<T>(options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<T>;
|
|
1581
|
-
ReadFromJsonAsync<T>(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<T>;
|
|
1582
|
-
ReadFromJsonAsync(type_: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown>;
|
|
1583
|
-
ReadFromJsonAsync<T>(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<T>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<T>;
|
|
1575
|
+
ReadFromJsonAsAsyncEnumerable<TValue>(cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>;
|
|
1576
|
+
ReadFromJsonAsAsyncEnumerable<TValue>(options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>;
|
|
1577
|
+
ReadFromJsonAsAsyncEnumerable<TValue>(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>;
|
|
1578
|
+
ReadFromJsonAsync(type_: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1579
|
+
ReadFromJsonAsync(type_: System.Type, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1580
|
+
ReadFromJsonAsync<T>(options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<T | undefined>;
|
|
1581
|
+
ReadFromJsonAsync<T>(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<T | undefined>;
|
|
1582
|
+
ReadFromJsonAsync(type_: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1583
|
+
ReadFromJsonAsync<T>(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<T>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<T | undefined>;
|
|
1584
1584
|
}
|
|
1585
1585
|
|
|
1586
1586
|
export interface __Ext_Socket {
|
|
@@ -1683,8 +1683,8 @@ export interface __Ext_Vector4 {
|
|
|
1683
1683
|
}
|
|
1684
1684
|
|
|
1685
1685
|
export interface __Ext_Assembly {
|
|
1686
|
-
GetCustomAttribute(attributeType: System.Type): System.Attribute;
|
|
1687
|
-
GetCustomAttribute<T>(): T;
|
|
1686
|
+
GetCustomAttribute(attributeType: System.Type): System.Attribute | undefined;
|
|
1687
|
+
GetCustomAttribute<T>(): T | undefined;
|
|
1688
1688
|
GetCustomAttributes(): System_Collections_Generic.IEnumerable_1<System.Attribute>;
|
|
1689
1689
|
GetCustomAttributes(attributeType: System.Type): System_Collections_Generic.IEnumerable_1<System.Attribute>;
|
|
1690
1690
|
GetCustomAttributes<T>(): System_Collections_Generic.IEnumerable_1<T>;
|
|
@@ -1696,8 +1696,8 @@ export interface __Ext_Assembly {
|
|
|
1696
1696
|
}
|
|
1697
1697
|
|
|
1698
1698
|
export interface __Ext_Module {
|
|
1699
|
-
GetCustomAttribute(attributeType: System.Type): System.Attribute;
|
|
1700
|
-
GetCustomAttribute<T>(): T;
|
|
1699
|
+
GetCustomAttribute(attributeType: System.Type): System.Attribute | undefined;
|
|
1700
|
+
GetCustomAttribute<T>(): T | undefined;
|
|
1701
1701
|
GetCustomAttributes(): System_Collections_Generic.IEnumerable_1<System.Attribute>;
|
|
1702
1702
|
GetCustomAttributes(attributeType: System.Type): System_Collections_Generic.IEnumerable_1<System.Attribute>;
|
|
1703
1703
|
GetCustomAttributes<T>(): System_Collections_Generic.IEnumerable_1<T>;
|
|
@@ -1707,10 +1707,10 @@ export interface __Ext_Module {
|
|
|
1707
1707
|
}
|
|
1708
1708
|
|
|
1709
1709
|
export interface __Ext_MemberInfo {
|
|
1710
|
-
GetCustomAttribute(attributeType: System.Type): System.Attribute;
|
|
1711
|
-
GetCustomAttribute<T>(): T;
|
|
1712
|
-
GetCustomAttribute(attributeType: System.Type, inherit: boolean): System.Attribute;
|
|
1713
|
-
GetCustomAttribute<T>(inherit: boolean): T;
|
|
1710
|
+
GetCustomAttribute(attributeType: System.Type): System.Attribute | undefined;
|
|
1711
|
+
GetCustomAttribute<T>(): T | undefined;
|
|
1712
|
+
GetCustomAttribute(attributeType: System.Type, inherit: boolean): System.Attribute | undefined;
|
|
1713
|
+
GetCustomAttribute<T>(inherit: boolean): T | undefined;
|
|
1714
1714
|
GetCustomAttributes(): System_Collections_Generic.IEnumerable_1<System.Attribute>;
|
|
1715
1715
|
GetCustomAttributes(inherit: boolean): System_Collections_Generic.IEnumerable_1<System.Attribute>;
|
|
1716
1716
|
GetCustomAttributes(attributeType: System.Type): System_Collections_Generic.IEnumerable_1<System.Attribute>;
|
|
@@ -1724,10 +1724,10 @@ export interface __Ext_MemberInfo {
|
|
|
1724
1724
|
}
|
|
1725
1725
|
|
|
1726
1726
|
export interface __Ext_ParameterInfo {
|
|
1727
|
-
GetCustomAttribute(attributeType: System.Type): System.Attribute;
|
|
1728
|
-
GetCustomAttribute<T>(): T;
|
|
1729
|
-
GetCustomAttribute(attributeType: System.Type, inherit: boolean): System.Attribute;
|
|
1730
|
-
GetCustomAttribute<T>(inherit: boolean): T;
|
|
1727
|
+
GetCustomAttribute(attributeType: System.Type): System.Attribute | undefined;
|
|
1728
|
+
GetCustomAttribute<T>(): T | undefined;
|
|
1729
|
+
GetCustomAttribute(attributeType: System.Type, inherit: boolean): System.Attribute | undefined;
|
|
1730
|
+
GetCustomAttribute<T>(inherit: boolean): T | undefined;
|
|
1731
1731
|
GetCustomAttributes(): System_Collections_Generic.IEnumerable_1<System.Attribute>;
|
|
1732
1732
|
GetCustomAttributes(inherit: boolean): System_Collections_Generic.IEnumerable_1<System.Attribute>;
|
|
1733
1733
|
GetCustomAttributes(attributeType: System.Type): System_Collections_Generic.IEnumerable_1<System.Attribute>;
|
|
@@ -1744,20 +1744,20 @@ export interface __Ext_Type {
|
|
|
1744
1744
|
GetRuntimeMethods(): System_Collections_Generic.IEnumerable_1<System_Reflection.MethodInfo>;
|
|
1745
1745
|
GetRuntimeProperties(): System_Collections_Generic.IEnumerable_1<System_Reflection.PropertyInfo>;
|
|
1746
1746
|
GetRuntimeEvents(): System_Collections_Generic.IEnumerable_1<System_Reflection.EventInfo>;
|
|
1747
|
-
GetRuntimeField(name: string): System_Reflection.FieldInfo;
|
|
1748
|
-
GetRuntimeMethod(name: string, parameters: System.Type[]): System_Reflection.MethodInfo;
|
|
1749
|
-
GetRuntimeProperty(name: string): System_Reflection.PropertyInfo;
|
|
1750
|
-
GetRuntimeEvent(name: string): System_Reflection.EventInfo;
|
|
1751
|
-
GetConstructor(types: System.Type[]): System_Reflection.ConstructorInfo;
|
|
1747
|
+
GetRuntimeField(name: string): System_Reflection.FieldInfo | undefined;
|
|
1748
|
+
GetRuntimeMethod(name: string, parameters: System.Type[]): System_Reflection.MethodInfo | undefined;
|
|
1749
|
+
GetRuntimeProperty(name: string): System_Reflection.PropertyInfo | undefined;
|
|
1750
|
+
GetRuntimeEvent(name: string): System_Reflection.EventInfo | undefined;
|
|
1751
|
+
GetConstructor(types: System.Type[]): System_Reflection.ConstructorInfo | undefined;
|
|
1752
1752
|
GetConstructors(): System_Reflection.ConstructorInfo[];
|
|
1753
1753
|
GetConstructors(bindingAttr: System_Reflection.BindingFlags): System_Reflection.ConstructorInfo[];
|
|
1754
1754
|
GetDefaultMembers(): System_Reflection.MemberInfo[];
|
|
1755
|
-
GetEvent(name: string): System_Reflection.EventInfo;
|
|
1756
|
-
GetEvent(name: string, bindingAttr: System_Reflection.BindingFlags): System_Reflection.EventInfo;
|
|
1755
|
+
GetEvent(name: string): System_Reflection.EventInfo | undefined;
|
|
1756
|
+
GetEvent(name: string, bindingAttr: System_Reflection.BindingFlags): System_Reflection.EventInfo | undefined;
|
|
1757
1757
|
GetEvents(): System_Reflection.EventInfo[];
|
|
1758
1758
|
GetEvents(bindingAttr: System_Reflection.BindingFlags): System_Reflection.EventInfo[];
|
|
1759
|
-
GetField(name: string): System_Reflection.FieldInfo;
|
|
1760
|
-
GetField(name: string, bindingAttr: System_Reflection.BindingFlags): System_Reflection.FieldInfo;
|
|
1759
|
+
GetField(name: string): System_Reflection.FieldInfo | undefined;
|
|
1760
|
+
GetField(name: string, bindingAttr: System_Reflection.BindingFlags): System_Reflection.FieldInfo | undefined;
|
|
1761
1761
|
GetFields(): System_Reflection.FieldInfo[];
|
|
1762
1762
|
GetFields(bindingAttr: System_Reflection.BindingFlags): System_Reflection.FieldInfo[];
|
|
1763
1763
|
GetGenericArguments(): System.Type[];
|
|
@@ -1766,25 +1766,25 @@ export interface __Ext_Type {
|
|
|
1766
1766
|
GetMember(name: string, bindingAttr: System_Reflection.BindingFlags): System_Reflection.MemberInfo[];
|
|
1767
1767
|
GetMembers(): System_Reflection.MemberInfo[];
|
|
1768
1768
|
GetMembers(bindingAttr: System_Reflection.BindingFlags): System_Reflection.MemberInfo[];
|
|
1769
|
-
GetMethod(name: string): System_Reflection.MethodInfo;
|
|
1770
|
-
GetMethod(name: string, bindingAttr: System_Reflection.BindingFlags): System_Reflection.MethodInfo;
|
|
1771
|
-
GetMethod(name: string, types: System.Type[]): System_Reflection.MethodInfo;
|
|
1769
|
+
GetMethod(name: string): System_Reflection.MethodInfo | undefined;
|
|
1770
|
+
GetMethod(name: string, bindingAttr: System_Reflection.BindingFlags): System_Reflection.MethodInfo | undefined;
|
|
1771
|
+
GetMethod(name: string, types: System.Type[]): System_Reflection.MethodInfo | undefined;
|
|
1772
1772
|
GetMethods(): System_Reflection.MethodInfo[];
|
|
1773
1773
|
GetMethods(bindingAttr: System_Reflection.BindingFlags): System_Reflection.MethodInfo[];
|
|
1774
|
-
GetNestedType(name: string, bindingAttr: System_Reflection.BindingFlags): System.Type;
|
|
1774
|
+
GetNestedType(name: string, bindingAttr: System_Reflection.BindingFlags): System.Type | undefined;
|
|
1775
1775
|
GetNestedTypes(bindingAttr: System_Reflection.BindingFlags): System.Type[];
|
|
1776
1776
|
GetProperties(): System_Reflection.PropertyInfo[];
|
|
1777
1777
|
GetProperties(bindingAttr: System_Reflection.BindingFlags): System_Reflection.PropertyInfo[];
|
|
1778
|
-
GetProperty(name: string): System_Reflection.PropertyInfo;
|
|
1779
|
-
GetProperty(name: string, bindingAttr: System_Reflection.BindingFlags): System_Reflection.PropertyInfo;
|
|
1780
|
-
GetProperty(name: string, returnType: System.Type): System_Reflection.PropertyInfo;
|
|
1781
|
-
GetProperty(name: string, returnType: System.Type, types: System.Type[]): System_Reflection.PropertyInfo;
|
|
1778
|
+
GetProperty(name: string): System_Reflection.PropertyInfo | undefined;
|
|
1779
|
+
GetProperty(name: string, bindingAttr: System_Reflection.BindingFlags): System_Reflection.PropertyInfo | undefined;
|
|
1780
|
+
GetProperty(name: string, returnType: System.Type): System_Reflection.PropertyInfo | undefined;
|
|
1781
|
+
GetProperty(name: string, returnType: System.Type, types: System.Type[]): System_Reflection.PropertyInfo | undefined;
|
|
1782
1782
|
IsAssignableFrom(c: System.Type): boolean;
|
|
1783
1783
|
IsInstanceOfType(o: unknown): boolean;
|
|
1784
1784
|
}
|
|
1785
1785
|
|
|
1786
1786
|
export interface __Ext_MethodInfo {
|
|
1787
|
-
GetRuntimeBaseDefinition(): System_Reflection.MethodInfo;
|
|
1787
|
+
GetRuntimeBaseDefinition(): System_Reflection.MethodInfo | undefined;
|
|
1788
1788
|
GetBaseDefinition(): System_Reflection.MethodInfo;
|
|
1789
1789
|
}
|
|
1790
1790
|
|
|
@@ -1797,21 +1797,21 @@ export interface __Ext_Delegate {
|
|
|
1797
1797
|
}
|
|
1798
1798
|
|
|
1799
1799
|
export interface __Ext_EventInfo {
|
|
1800
|
-
GetAddMethod(): System_Reflection.MethodInfo;
|
|
1801
|
-
GetAddMethod(nonPublic: boolean): System_Reflection.MethodInfo;
|
|
1802
|
-
GetRaiseMethod(): System_Reflection.MethodInfo;
|
|
1803
|
-
GetRaiseMethod(nonPublic: boolean): System_Reflection.MethodInfo;
|
|
1804
|
-
GetRemoveMethod(): System_Reflection.MethodInfo;
|
|
1805
|
-
GetRemoveMethod(nonPublic: boolean): System_Reflection.MethodInfo;
|
|
1800
|
+
GetAddMethod(): System_Reflection.MethodInfo | undefined;
|
|
1801
|
+
GetAddMethod(nonPublic: boolean): System_Reflection.MethodInfo | undefined;
|
|
1802
|
+
GetRaiseMethod(): System_Reflection.MethodInfo | undefined;
|
|
1803
|
+
GetRaiseMethod(nonPublic: boolean): System_Reflection.MethodInfo | undefined;
|
|
1804
|
+
GetRemoveMethod(): System_Reflection.MethodInfo | undefined;
|
|
1805
|
+
GetRemoveMethod(nonPublic: boolean): System_Reflection.MethodInfo | undefined;
|
|
1806
1806
|
}
|
|
1807
1807
|
|
|
1808
1808
|
export interface __Ext_PropertyInfo {
|
|
1809
1809
|
GetAccessors(): System_Reflection.MethodInfo[];
|
|
1810
1810
|
GetAccessors(nonPublic: boolean): System_Reflection.MethodInfo[];
|
|
1811
|
-
GetGetMethod(): System_Reflection.MethodInfo;
|
|
1812
|
-
GetGetMethod(nonPublic: boolean): System_Reflection.MethodInfo;
|
|
1813
|
-
GetSetMethod(): System_Reflection.MethodInfo;
|
|
1814
|
-
GetSetMethod(nonPublic: boolean): System_Reflection.MethodInfo;
|
|
1811
|
+
GetGetMethod(): System_Reflection.MethodInfo | undefined;
|
|
1812
|
+
GetGetMethod(nonPublic: boolean): System_Reflection.MethodInfo | undefined;
|
|
1813
|
+
GetSetMethod(): System_Reflection.MethodInfo | undefined;
|
|
1814
|
+
GetSetMethod(nonPublic: boolean): System_Reflection.MethodInfo | undefined;
|
|
1815
1815
|
}
|
|
1816
1816
|
|
|
1817
1817
|
export interface __Ext_ILOpCode {
|
|
@@ -2000,24 +2000,24 @@ export interface __Ext_Vector64_1<T> {
|
|
|
2000
2000
|
}
|
|
2001
2001
|
|
|
2002
2002
|
export interface __Ext_DataContractSerializer {
|
|
2003
|
-
GetSerializationSurrogateProvider(): System_Runtime_Serialization.ISerializationSurrogateProvider;
|
|
2003
|
+
GetSerializationSurrogateProvider(): System_Runtime_Serialization.ISerializationSurrogateProvider | undefined;
|
|
2004
2004
|
SetSerializationSurrogateProvider(provider: System_Runtime_Serialization.ISerializationSurrogateProvider): void;
|
|
2005
2005
|
}
|
|
2006
2006
|
|
|
2007
2007
|
export interface __Ext_DataContractJsonSerializer {
|
|
2008
|
-
GetSerializationSurrogateProvider(): System_Runtime_Serialization.ISerializationSurrogateProvider;
|
|
2008
|
+
GetSerializationSurrogateProvider(): System_Runtime_Serialization.ISerializationSurrogateProvider | undefined;
|
|
2009
2009
|
SetSerializationSurrogateProvider(provider: System_Runtime_Serialization.ISerializationSurrogateProvider): void;
|
|
2010
2010
|
}
|
|
2011
2011
|
|
|
2012
2012
|
export interface __Ext_X509Certificate2 {
|
|
2013
|
-
GetDSAPublicKey(): System_Security_Cryptography.DSA;
|
|
2014
|
-
GetDSAPrivateKey(): System_Security_Cryptography.DSA;
|
|
2013
|
+
GetDSAPublicKey(): System_Security_Cryptography.DSA | undefined;
|
|
2014
|
+
GetDSAPrivateKey(): System_Security_Cryptography.DSA | undefined;
|
|
2015
2015
|
CopyWithPrivateKey(privateKey: System_Security_Cryptography.DSA): System_Security_Cryptography_X509Certificates.X509Certificate2;
|
|
2016
|
-
GetECDsaPublicKey(): System_Security_Cryptography.ECDsa;
|
|
2017
|
-
GetECDsaPrivateKey(): System_Security_Cryptography.ECDsa;
|
|
2016
|
+
GetECDsaPublicKey(): System_Security_Cryptography.ECDsa | undefined;
|
|
2017
|
+
GetECDsaPrivateKey(): System_Security_Cryptography.ECDsa | undefined;
|
|
2018
2018
|
CopyWithPrivateKey(privateKey: System_Security_Cryptography.ECDsa): System_Security_Cryptography_X509Certificates.X509Certificate2;
|
|
2019
|
-
GetRSAPublicKey(): System_Security_Cryptography.RSA;
|
|
2020
|
-
GetRSAPrivateKey(): System_Security_Cryptography.RSA;
|
|
2019
|
+
GetRSAPublicKey(): System_Security_Cryptography.RSA | undefined;
|
|
2020
|
+
GetRSAPrivateKey(): System_Security_Cryptography.RSA | undefined;
|
|
2021
2021
|
CopyWithPrivateKey(privateKey: System_Security_Cryptography.RSA): System_Security_Cryptography_X509Certificates.X509Certificate2;
|
|
2022
2022
|
}
|
|
2023
2023
|
|
|
@@ -2043,27 +2043,27 @@ export interface __Ext_Decoder {
|
|
|
2043
2043
|
}
|
|
2044
2044
|
|
|
2045
2045
|
export interface __Ext_JsonDocument {
|
|
2046
|
-
Deserialize<TValue>(options: System_Text_Json.JsonSerializerOptions): TValue;
|
|
2047
|
-
Deserialize(returnType: System.Type, options: System_Text_Json.JsonSerializerOptions): unknown;
|
|
2048
|
-
Deserialize<TValue>(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>): TValue;
|
|
2049
|
-
Deserialize(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo): unknown;
|
|
2050
|
-
Deserialize(returnType: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext): unknown;
|
|
2046
|
+
Deserialize<TValue>(options: System_Text_Json.JsonSerializerOptions): TValue | undefined;
|
|
2047
|
+
Deserialize(returnType: System.Type, options: System_Text_Json.JsonSerializerOptions): unknown | undefined;
|
|
2048
|
+
Deserialize<TValue>(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>): TValue | undefined;
|
|
2049
|
+
Deserialize(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo): unknown | undefined;
|
|
2050
|
+
Deserialize(returnType: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext): unknown | undefined;
|
|
2051
2051
|
}
|
|
2052
2052
|
|
|
2053
2053
|
export interface __Ext_JsonElement {
|
|
2054
|
-
Deserialize<TValue>(options: System_Text_Json.JsonSerializerOptions): TValue;
|
|
2055
|
-
Deserialize(returnType: System.Type, options: System_Text_Json.JsonSerializerOptions): unknown;
|
|
2056
|
-
Deserialize<TValue>(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>): TValue;
|
|
2057
|
-
Deserialize(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo): unknown;
|
|
2058
|
-
Deserialize(returnType: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext): unknown;
|
|
2054
|
+
Deserialize<TValue>(options: System_Text_Json.JsonSerializerOptions): TValue | undefined;
|
|
2055
|
+
Deserialize(returnType: System.Type, options: System_Text_Json.JsonSerializerOptions): unknown | undefined;
|
|
2056
|
+
Deserialize<TValue>(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>): TValue | undefined;
|
|
2057
|
+
Deserialize(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo): unknown | undefined;
|
|
2058
|
+
Deserialize(returnType: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext): unknown | undefined;
|
|
2059
2059
|
}
|
|
2060
2060
|
|
|
2061
2061
|
export interface __Ext_JsonNode {
|
|
2062
|
-
Deserialize<TValue>(options: System_Text_Json.JsonSerializerOptions): TValue;
|
|
2063
|
-
Deserialize(returnType: System.Type, options: System_Text_Json.JsonSerializerOptions): unknown;
|
|
2064
|
-
Deserialize<TValue>(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>): TValue;
|
|
2065
|
-
Deserialize(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo): unknown;
|
|
2066
|
-
Deserialize(returnType: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext): unknown;
|
|
2062
|
+
Deserialize<TValue>(options: System_Text_Json.JsonSerializerOptions): TValue | undefined;
|
|
2063
|
+
Deserialize(returnType: System.Type, options: System_Text_Json.JsonSerializerOptions): unknown | undefined;
|
|
2064
|
+
Deserialize<TValue>(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>): TValue | undefined;
|
|
2065
|
+
Deserialize(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo): unknown | undefined;
|
|
2066
|
+
Deserialize(returnType: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext): unknown | undefined;
|
|
2067
2067
|
}
|
|
2068
2068
|
|
|
2069
2069
|
export interface __Ext_JsonSerializerOptions {
|
|
@@ -2137,13 +2137,13 @@ export interface __Ext_IReceivableSourceBlock_1<TOutput> {
|
|
|
2137
2137
|
}
|
|
2138
2138
|
|
|
2139
2139
|
export interface __Ext_XElement {
|
|
2140
|
-
GetSchemaInfo(): System_Xml_Schema.IXmlSchemaInfo;
|
|
2140
|
+
GetSchemaInfo(): System_Xml_Schema.IXmlSchemaInfo | undefined;
|
|
2141
2141
|
Validate(partialValidationType: System_Xml_Schema.XmlSchemaObject, schemas: System_Xml_Schema.XmlSchemaSet, validationEventHandler: System_Xml_Schema.ValidationEventHandler): void;
|
|
2142
2142
|
Validate(partialValidationType: System_Xml_Schema.XmlSchemaObject, schemas: System_Xml_Schema.XmlSchemaSet, validationEventHandler: System_Xml_Schema.ValidationEventHandler, addSchemaInfo: boolean): void;
|
|
2143
2143
|
}
|
|
2144
2144
|
|
|
2145
2145
|
export interface __Ext_XAttribute {
|
|
2146
|
-
GetSchemaInfo(): System_Xml_Schema.IXmlSchemaInfo;
|
|
2146
|
+
GetSchemaInfo(): System_Xml_Schema.IXmlSchemaInfo | undefined;
|
|
2147
2147
|
Validate(partialValidationType: System_Xml_Schema.XmlSchemaObject, schemas: System_Xml_Schema.XmlSchemaSet, validationEventHandler: System_Xml_Schema.ValidationEventHandler): void;
|
|
2148
2148
|
Validate(partialValidationType: System_Xml_Schema.XmlSchemaObject, schemas: System_Xml_Schema.XmlSchemaSet, validationEventHandler: System_Xml_Schema.ValidationEventHandler, addSchemaInfo: boolean): void;
|
|
2149
2149
|
}
|
|
@@ -2158,8 +2158,8 @@ export interface __Ext_XNode {
|
|
|
2158
2158
|
CreateNavigator(nameTable: System_Xml.XmlNameTable): System_Xml_XPath.XPathNavigator;
|
|
2159
2159
|
XPathEvaluate(expression: string): unknown;
|
|
2160
2160
|
XPathEvaluate(expression: string, resolver: System_Xml.IXmlNamespaceResolver): unknown;
|
|
2161
|
-
XPathSelectElement(expression: string): System_Xml_Linq.XElement;
|
|
2162
|
-
XPathSelectElement(expression: string, resolver: System_Xml.IXmlNamespaceResolver): System_Xml_Linq.XElement;
|
|
2161
|
+
XPathSelectElement(expression: string): System_Xml_Linq.XElement | undefined;
|
|
2162
|
+
XPathSelectElement(expression: string, resolver: System_Xml.IXmlNamespaceResolver): System_Xml_Linq.XElement | undefined;
|
|
2163
2163
|
XPathSelectElements(expression: string): System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>;
|
|
2164
2164
|
XPathSelectElements(expression: string, resolver: System_Xml.IXmlNamespaceResolver): System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>;
|
|
2165
2165
|
ToXPathNavigable(): System_Xml_XPath.IXPathNavigable;
|
|
@@ -2290,5 +2290,6 @@ export type ExtensionMethods<TShape> =
|
|
|
2290
2290
|
: TShape extends System_Xml_Linq.XAttribute ? __Ext_XAttribute
|
|
2291
2291
|
: TShape extends System_Xml_Linq.XDocument ? __Ext_XDocument
|
|
2292
2292
|
: TShape extends System_Xml_Linq.XNode ? __Ext_XNode
|
|
2293
|
+
: TShape extends (infer T)[] ? __Ext_IEnumerable_1<T>
|
|
2293
2294
|
: {};
|
|
2294
2295
|
|