PySimultan 0.5.9.6__py3-none-any.whl → 0.6.0.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- PySimultan2/CHANGELOG.md +9 -0
- PySimultan2/__about__.py +1 -1
- PySimultan2/data_model.py +12 -5
- PySimultan2/default_types.py +39 -8
- PySimultan2/files.py +1 -1
- PySimultan2/object_mapper.py +31 -3
- PySimultan2/resources/BruTile.dll +0 -0
- PySimultan2/resources/ComponentBuilder.dll +0 -0
- PySimultan2/resources/ComponentBuilder.xml +93 -15
- PySimultan2/resources/HelixToolkit.Core.Wpf.dll +0 -0
- PySimultan2/resources/HelixToolkit.SharpDX.Core.Wpf.dll +0 -0
- PySimultan2/resources/HelixToolkit.SharpDX.Core.dll +0 -0
- PySimultan2/resources/HelixToolkit.dll +0 -0
- PySimultan2/resources/Python.Runtime.dll +0 -0
- PySimultan2/resources/SIMULTAN.Lang.dll +0 -0
- PySimultan2/resources/SIMULTAN.Lang.xml +62 -1
- PySimultan2/resources/SIMULTAN.UI.dll +0 -0
- PySimultan2/resources/SIMULTAN.UI.xml +57 -0
- PySimultan2/resources/SIMULTAN.dll +0 -0
- PySimultan2/resources/SIMULTAN.xml +73 -3
- PySimultan2/resources/System.Reflection.MetadataLoadContext.dll +0 -0
- PySimultan2/resources/defaultsettings.xml +0 -0
- PySimultan2/simultan_object.py +6 -1
- PySimultan2/taxonomy_maps.py +45 -27
- PySimultan2/typings/SIMULTAN/Data/Assets/__init__.pyi +616 -0
- PySimultan2/typings/SIMULTAN/Data/Components/__init__.pyi +2538 -0
- PySimultan2/typings/SIMULTAN/Data/FlowNetworks/__init__.pyi +499 -0
- PySimultan2/typings/SIMULTAN/Data/Geometry/__init__.pyi +2219 -0
- PySimultan2/typings/SIMULTAN/Data/MultiValues/__init__.pyi +682 -0
- PySimultan2/typings/SIMULTAN/Data/SimMath/__init__.pyi +1654 -0
- PySimultan2/typings/SIMULTAN/Data/SimNetworks/__init__.pyi +442 -0
- PySimultan2/typings/SIMULTAN/Data/SitePlanner/__init__.pyi +193 -0
- PySimultan2/typings/SIMULTAN/Data/Taxonomy/__init__.pyi +367 -0
- PySimultan2/typings/SIMULTAN/Data/Users/__init__.pyi +116 -0
- PySimultan2/typings/SIMULTAN/Data/ValueMappings/__init__.pyi +212 -0
- PySimultan2/typings/SIMULTAN/Data/__init__.pyi +232 -0
- PySimultan2/typings/SIMULTAN/DataMapping/__init__.pyi +916 -0
- PySimultan2/typings/SIMULTAN/Excel/__init__.pyi +15 -0
- PySimultan2/typings/SIMULTAN/Exceptions/__init__.pyi +268 -0
- PySimultan2/typings/SIMULTAN/Exchange/SimNetworkConnectors/__init__.pyi +32 -0
- PySimultan2/typings/SIMULTAN/Exchange/__init__.pyi +116 -0
- PySimultan2/typings/SIMULTAN/Projects/ManagedFiles/__init__.pyi +433 -0
- PySimultan2/typings/SIMULTAN/Projects/__init__.pyi +435 -0
- PySimultan2/typings/SIMULTAN/Serializer/CODXF/__init__.pyi +103 -0
- PySimultan2/typings/SIMULTAN/Serializer/CSV/__init__.pyi +122 -0
- PySimultan2/typings/SIMULTAN/Serializer/DXF/__init__.pyi +1335 -0
- PySimultan2/typings/SIMULTAN/Serializer/Geometry/__init__.pyi +48 -0
- PySimultan2/typings/SIMULTAN/Serializer/JSON/__init__.pyi +562 -0
- PySimultan2/typings/SIMULTAN/Serializer/METADXF/__init__.pyi +11 -0
- PySimultan2/typings/SIMULTAN/Serializer/PADXF/__init__.pyi +21 -0
- PySimultan2/typings/SIMULTAN/Serializer/PPATH/__init__.pyi +11 -0
- PySimultan2/typings/SIMULTAN/Serializer/Projects/__init__.pyi +112 -0
- PySimultan2/typings/SIMULTAN/Serializer/SIMLINKS/__init__.pyi +5 -0
- PySimultan2/typings/SIMULTAN/Serializer/SPDXF/__init__.pyi +13 -0
- PySimultan2/typings/SIMULTAN/Serializer/SimGeo/__init__.pyi +54 -0
- PySimultan2/typings/SIMULTAN/Serializer/TXDXF/__init__.pyi +46 -0
- PySimultan2/typings/SIMULTAN/Serializer/XMI/__init__.pyi +22 -0
- PySimultan2/typings/SIMULTAN/Serializer/__init__.pyi +32 -0
- PySimultan2/typings/SIMULTAN/Utils/BackgroundWork/__init__.pyi +43 -0
- PySimultan2/typings/SIMULTAN/Utils/Collections/__init__.pyi +216 -0
- PySimultan2/typings/SIMULTAN/Utils/ElevationProvider/__init__.pyi +66 -0
- PySimultan2/typings/SIMULTAN/Utils/Files/__init__.pyi +48 -0
- PySimultan2/typings/SIMULTAN/Utils/Randomize/__init__.pyi +11 -0
- PySimultan2/typings/SIMULTAN/Utils/Streams/__init__.pyi +59 -0
- PySimultan2/typings/SIMULTAN/Utils/UndoRedo/__init__.pyi +133 -0
- PySimultan2/typings/SIMULTAN/Utils/__init__.pyi +570 -0
- PySimultan2/typings/System/Buffers/Binary/__init__.pyi +248 -0
- PySimultan2/typings/System/Buffers/Text/__init__.pyi +91 -0
- PySimultan2/typings/System/Buffers/__init__.pyi +192 -0
- PySimultan2/typings/System/CodeDom/Compiler/__init__.pyi +137 -0
- PySimultan2/typings/System/Collections/Concurrent/__init__.pyi +47 -0
- PySimultan2/typings/System/Collections/Generic/__init__.pyi +1293 -0
- PySimultan2/typings/System/Collections/ObjectModel/__init__.pyi +166 -0
- PySimultan2/typings/System/Collections/Specialized/__init__.pyi +82 -0
- PySimultan2/typings/System/Collections/__init__.pyi +403 -0
- PySimultan2/typings/System/ComponentModel/__init__.pyi +582 -0
- PySimultan2/typings/System/Configuration/Assemblies/__init__.pyi +30 -0
- PySimultan2/typings/System/Diagnostics/CodeAnalysis/__init__.pyi +315 -0
- PySimultan2/typings/System/Diagnostics/Contracts/__init__.pyi +297 -0
- PySimultan2/typings/System/Diagnostics/SymbolStore/__init__.pyi +9 -0
- PySimultan2/typings/System/Diagnostics/Tracing/__init__.pyi +641 -0
- PySimultan2/typings/System/Diagnostics/__init__.pyi +1101 -0
- PySimultan2/typings/System/Globalization/__init__.pyi +1675 -0
- PySimultan2/typings/System/IO/Enumeration/__init__.pyi +125 -0
- PySimultan2/typings/System/IO/__init__.pyi +2747 -0
- PySimultan2/typings/System/Linq/Expressions/__init__.pyi +1815 -0
- PySimultan2/typings/System/Net/__init__.pyi +81 -0
- PySimultan2/typings/System/Numerics/__init__.pyi +2853 -0
- PySimultan2/typings/System/Reflection/Emit/__init__.pyi +1945 -0
- PySimultan2/typings/System/Reflection/Metadata/__init__.pyi +24 -0
- PySimultan2/typings/System/Reflection/__init__.pyi +2724 -0
- PySimultan2/typings/System/Resources/__init__.pyi +205 -0
- PySimultan2/typings/System/Runtime/CompilerServices/__init__.pyi +1926 -0
- PySimultan2/typings/System/Runtime/ConstrainedExecution/__init__.pyi +49 -0
- PySimultan2/typings/System/Runtime/ExceptionServices/__init__.pyi +34 -0
- PySimultan2/typings/System/Runtime/InteropServices/ComTypes/__init__.pyi +758 -0
- PySimultan2/typings/System/Runtime/InteropServices/Marshalling/__init__.pyi +461 -0
- PySimultan2/typings/System/Runtime/InteropServices/ObjectiveC/__init__.pyi +48 -0
- PySimultan2/typings/System/Runtime/InteropServices/__init__.pyi +2632 -0
- PySimultan2/typings/System/Runtime/Intrinsics/Arm/__init__.pyi +4757 -0
- PySimultan2/typings/System/Runtime/Intrinsics/Wasm/__init__.pyi +844 -0
- PySimultan2/typings/System/Runtime/Intrinsics/X86/__init__.pyi +5642 -0
- PySimultan2/typings/System/Runtime/Intrinsics/__init__.pyi +4504 -0
- PySimultan2/typings/System/Runtime/Loader/__init__.pyi +63 -0
- PySimultan2/typings/System/Runtime/Remoting/__init__.pyi +7 -0
- PySimultan2/typings/System/Runtime/Serialization/__init__.pyi +269 -0
- PySimultan2/typings/System/Runtime/Versioning/__init__.pyi +200 -0
- PySimultan2/typings/System/Runtime/__init__.pyi +141 -0
- PySimultan2/typings/System/Security/Cryptography/__init__.pyi +39 -0
- PySimultan2/typings/System/Security/Permissions/__init__.pyi +163 -0
- PySimultan2/typings/System/Security/Principal/__init__.pyi +45 -0
- PySimultan2/typings/System/Security/__init__.pyi +347 -0
- PySimultan2/typings/System/Text/Unicode/__init__.pyi +62 -0
- PySimultan2/typings/System/Text/__init__.pyi +1590 -0
- PySimultan2/typings/System/Threading/Tasks/Sources/__init__.pyi +76 -0
- PySimultan2/typings/System/Threading/Tasks/__init__.pyi +1403 -0
- PySimultan2/typings/System/Threading/__init__.pyi +1788 -0
- PySimultan2/typings/System/Xml/Schema/__init__.pyi +1255 -0
- PySimultan2/typings/System/Xml/Serialization/__init__.pyi +16 -0
- PySimultan2/typings/System/Xml/XPath/__init__.pyi +474 -0
- PySimultan2/typings/System/Xml/__init__.pyi +2410 -0
- PySimultan2/typings/System/__init__.pyi +17821 -0
- PySimultan2/utils.py +10 -5
- {pysimultan-0.5.9.6.dist-info → pysimultan-0.6.0.1.dist-info}/METADATA +5 -1
- pysimultan-0.6.0.1.dist-info/RECORD +174 -0
- PySimultan2/resources/SIMULTAN.AutoUpdate.Client.dll +0 -0
- PySimultan2/resources/SIMULTAN.AutoUpdate.Client.dll.config +0 -11
- PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll +0 -0
- PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll.config +0 -15
- PySimultan2/resources/SIMULTAN.Plugins.dll +0 -0
- PySimultan2/resources/SIMULTAN.Plugins.xml +0 -396
- pysimultan-0.5.9.6.dist-info/RECORD +0 -81
- {pysimultan-0.5.9.6.dist-info → pysimultan-0.6.0.1.dist-info}/WHEEL +0 -0
- {pysimultan-0.5.9.6.dist-info → pysimultan-0.6.0.1.dist-info}/licenses/LICENSE.txt +0 -0
@@ -0,0 +1,1293 @@
|
|
1
|
+
import typing, clr, abc
|
2
|
+
import System.Collections
|
3
|
+
from System import ReadOnlySpan_1, Span_1, Comparison_1, Array_1, Func_3, Func_2, Predicate_1, IAsyncDisposable, IDisposable, SystemException, Exception, Action_1, Converter_2
|
4
|
+
from System.Collections.ObjectModel import ReadOnlyDictionary_2, ReadOnlyCollection_1
|
5
|
+
from System.Runtime.Serialization import IDeserializationCallback, ISerializable, SerializationInfo, StreamingContext
|
6
|
+
from System.Collections import IDictionaryEnumerator
|
7
|
+
from System.Threading import CancellationToken
|
8
|
+
from System.Threading.Tasks import ValueTask_1
|
9
|
+
from System.Reflection import MethodBase
|
10
|
+
|
11
|
+
class ByteEqualityComparer(EqualityComparer_1[int]):
|
12
|
+
def __init__(self) -> None: ...
|
13
|
+
# Skipped Equals due to it being static, abstract and generic.
|
14
|
+
|
15
|
+
Equals : Equals_MethodGroup
|
16
|
+
class Equals_MethodGroup:
|
17
|
+
@typing.overload
|
18
|
+
def __call__(self, obj: typing.Any) -> bool:...
|
19
|
+
@typing.overload
|
20
|
+
def __call__(self, x: int, y: int) -> bool:...
|
21
|
+
|
22
|
+
# Skipped GetHashCode due to it being static, abstract and generic.
|
23
|
+
|
24
|
+
GetHashCode : GetHashCode_MethodGroup
|
25
|
+
class GetHashCode_MethodGroup:
|
26
|
+
@typing.overload
|
27
|
+
def __call__(self) -> int:...
|
28
|
+
@typing.overload
|
29
|
+
def __call__(self, b: int) -> int:...
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
class CollectionExtensions(abc.ABC):
|
34
|
+
# Skipped AddRange due to it being static, abstract and generic.
|
35
|
+
|
36
|
+
AddRange : AddRange_MethodGroup
|
37
|
+
class AddRange_MethodGroup:
|
38
|
+
def __getitem__(self, t:typing.Type[AddRange_1_T1]) -> AddRange_1[AddRange_1_T1]: ...
|
39
|
+
|
40
|
+
AddRange_1_T1 = typing.TypeVar('AddRange_1_T1')
|
41
|
+
class AddRange_1(typing.Generic[AddRange_1_T1]):
|
42
|
+
AddRange_1_T = CollectionExtensions.AddRange_MethodGroup.AddRange_1_T1
|
43
|
+
def __call__(self, list: List_1[AddRange_1_T], source: ReadOnlySpan_1[AddRange_1_T]) -> None:...
|
44
|
+
|
45
|
+
|
46
|
+
# Skipped AsReadOnly due to it being static, abstract and generic.
|
47
|
+
|
48
|
+
AsReadOnly : AsReadOnly_MethodGroup
|
49
|
+
class AsReadOnly_MethodGroup:
|
50
|
+
@typing.overload
|
51
|
+
def __getitem__(self, t:typing.Tuple[typing.Type[AsReadOnly_2_T1], typing.Type[AsReadOnly_2_T2]]) -> AsReadOnly_2[AsReadOnly_2_T1, AsReadOnly_2_T2]: ...
|
52
|
+
|
53
|
+
AsReadOnly_2_T1 = typing.TypeVar('AsReadOnly_2_T1')
|
54
|
+
AsReadOnly_2_T2 = typing.TypeVar('AsReadOnly_2_T2')
|
55
|
+
class AsReadOnly_2(typing.Generic[AsReadOnly_2_T1, AsReadOnly_2_T2]):
|
56
|
+
AsReadOnly_2_TKey = CollectionExtensions.AsReadOnly_MethodGroup.AsReadOnly_2_T1
|
57
|
+
AsReadOnly_2_TValue = CollectionExtensions.AsReadOnly_MethodGroup.AsReadOnly_2_T2
|
58
|
+
def __call__(self, dictionary: IDictionary_2[AsReadOnly_2_TKey, AsReadOnly_2_TValue]) -> ReadOnlyDictionary_2[AsReadOnly_2_TKey, AsReadOnly_2_TValue]:...
|
59
|
+
|
60
|
+
@typing.overload
|
61
|
+
def __getitem__(self, t:typing.Type[AsReadOnly_1_T1]) -> AsReadOnly_1[AsReadOnly_1_T1]: ...
|
62
|
+
|
63
|
+
AsReadOnly_1_T1 = typing.TypeVar('AsReadOnly_1_T1')
|
64
|
+
class AsReadOnly_1(typing.Generic[AsReadOnly_1_T1]):
|
65
|
+
AsReadOnly_1_T = CollectionExtensions.AsReadOnly_MethodGroup.AsReadOnly_1_T1
|
66
|
+
def __call__(self, list: IList_1[AsReadOnly_1_T]) -> ReadOnlyCollection_1[AsReadOnly_1_T]:...
|
67
|
+
|
68
|
+
|
69
|
+
# Skipped CopyTo due to it being static, abstract and generic.
|
70
|
+
|
71
|
+
CopyTo : CopyTo_MethodGroup
|
72
|
+
class CopyTo_MethodGroup:
|
73
|
+
def __getitem__(self, t:typing.Type[CopyTo_1_T1]) -> CopyTo_1[CopyTo_1_T1]: ...
|
74
|
+
|
75
|
+
CopyTo_1_T1 = typing.TypeVar('CopyTo_1_T1')
|
76
|
+
class CopyTo_1(typing.Generic[CopyTo_1_T1]):
|
77
|
+
CopyTo_1_T = CollectionExtensions.CopyTo_MethodGroup.CopyTo_1_T1
|
78
|
+
def __call__(self, list: List_1[CopyTo_1_T], destination: Span_1[CopyTo_1_T]) -> None:...
|
79
|
+
|
80
|
+
|
81
|
+
# Skipped GetValueOrDefault due to it being static, abstract and generic.
|
82
|
+
|
83
|
+
GetValueOrDefault : GetValueOrDefault_MethodGroup
|
84
|
+
class GetValueOrDefault_MethodGroup:
|
85
|
+
def __getitem__(self, t:typing.Tuple[typing.Type[GetValueOrDefault_2_T1], typing.Type[GetValueOrDefault_2_T2]]) -> GetValueOrDefault_2[GetValueOrDefault_2_T1, GetValueOrDefault_2_T2]: ...
|
86
|
+
|
87
|
+
GetValueOrDefault_2_T1 = typing.TypeVar('GetValueOrDefault_2_T1')
|
88
|
+
GetValueOrDefault_2_T2 = typing.TypeVar('GetValueOrDefault_2_T2')
|
89
|
+
class GetValueOrDefault_2(typing.Generic[GetValueOrDefault_2_T1, GetValueOrDefault_2_T2]):
|
90
|
+
GetValueOrDefault_2_TKey = CollectionExtensions.GetValueOrDefault_MethodGroup.GetValueOrDefault_2_T1
|
91
|
+
GetValueOrDefault_2_TValue = CollectionExtensions.GetValueOrDefault_MethodGroup.GetValueOrDefault_2_T2
|
92
|
+
@typing.overload
|
93
|
+
def __call__(self, dictionary: IReadOnlyDictionary_2[GetValueOrDefault_2_TKey, GetValueOrDefault_2_TValue], key: GetValueOrDefault_2_TKey) -> GetValueOrDefault_2_TValue:...
|
94
|
+
@typing.overload
|
95
|
+
def __call__(self, dictionary: IReadOnlyDictionary_2[GetValueOrDefault_2_TKey, GetValueOrDefault_2_TValue], key: GetValueOrDefault_2_TKey, defaultValue: GetValueOrDefault_2_TValue) -> GetValueOrDefault_2_TValue:...
|
96
|
+
|
97
|
+
|
98
|
+
# Skipped InsertRange due to it being static, abstract and generic.
|
99
|
+
|
100
|
+
InsertRange : InsertRange_MethodGroup
|
101
|
+
class InsertRange_MethodGroup:
|
102
|
+
def __getitem__(self, t:typing.Type[InsertRange_1_T1]) -> InsertRange_1[InsertRange_1_T1]: ...
|
103
|
+
|
104
|
+
InsertRange_1_T1 = typing.TypeVar('InsertRange_1_T1')
|
105
|
+
class InsertRange_1(typing.Generic[InsertRange_1_T1]):
|
106
|
+
InsertRange_1_T = CollectionExtensions.InsertRange_MethodGroup.InsertRange_1_T1
|
107
|
+
def __call__(self, list: List_1[InsertRange_1_T], index: int, source: ReadOnlySpan_1[InsertRange_1_T]) -> None:...
|
108
|
+
|
109
|
+
|
110
|
+
# Skipped Remove due to it being static, abstract and generic.
|
111
|
+
|
112
|
+
Remove : Remove_MethodGroup
|
113
|
+
class Remove_MethodGroup:
|
114
|
+
def __getitem__(self, t:typing.Tuple[typing.Type[Remove_2_T1], typing.Type[Remove_2_T2]]) -> Remove_2[Remove_2_T1, Remove_2_T2]: ...
|
115
|
+
|
116
|
+
Remove_2_T1 = typing.TypeVar('Remove_2_T1')
|
117
|
+
Remove_2_T2 = typing.TypeVar('Remove_2_T2')
|
118
|
+
class Remove_2(typing.Generic[Remove_2_T1, Remove_2_T2]):
|
119
|
+
Remove_2_TKey = CollectionExtensions.Remove_MethodGroup.Remove_2_T1
|
120
|
+
Remove_2_TValue = CollectionExtensions.Remove_MethodGroup.Remove_2_T2
|
121
|
+
def __call__(self, dictionary: IDictionary_2[Remove_2_TKey, Remove_2_TValue], key: Remove_2_TKey, value: clr.Reference[Remove_2_TValue]) -> bool:...
|
122
|
+
|
123
|
+
|
124
|
+
# Skipped TryAdd due to it being static, abstract and generic.
|
125
|
+
|
126
|
+
TryAdd : TryAdd_MethodGroup
|
127
|
+
class TryAdd_MethodGroup:
|
128
|
+
def __getitem__(self, t:typing.Tuple[typing.Type[TryAdd_2_T1], typing.Type[TryAdd_2_T2]]) -> TryAdd_2[TryAdd_2_T1, TryAdd_2_T2]: ...
|
129
|
+
|
130
|
+
TryAdd_2_T1 = typing.TypeVar('TryAdd_2_T1')
|
131
|
+
TryAdd_2_T2 = typing.TypeVar('TryAdd_2_T2')
|
132
|
+
class TryAdd_2(typing.Generic[TryAdd_2_T1, TryAdd_2_T2]):
|
133
|
+
TryAdd_2_TKey = CollectionExtensions.TryAdd_MethodGroup.TryAdd_2_T1
|
134
|
+
TryAdd_2_TValue = CollectionExtensions.TryAdd_MethodGroup.TryAdd_2_T2
|
135
|
+
def __call__(self, dictionary: IDictionary_2[TryAdd_2_TKey, TryAdd_2_TValue], key: TryAdd_2_TKey, value: TryAdd_2_TValue) -> bool:...
|
136
|
+
|
137
|
+
|
138
|
+
|
139
|
+
|
140
|
+
class Comparer_GenericClasses(abc.ABCMeta):
|
141
|
+
Generic_Comparer_GenericClasses_Comparer_1_T = typing.TypeVar('Generic_Comparer_GenericClasses_Comparer_1_T')
|
142
|
+
def __getitem__(self, types : typing.Type[Generic_Comparer_GenericClasses_Comparer_1_T]) -> typing.Type[Comparer_1[Generic_Comparer_GenericClasses_Comparer_1_T]]: ...
|
143
|
+
|
144
|
+
Comparer : Comparer_GenericClasses
|
145
|
+
|
146
|
+
Comparer_1_T = typing.TypeVar('Comparer_1_T')
|
147
|
+
class Comparer_1(typing.Generic[Comparer_1_T], IComparer_1[Comparer_1_T], System.Collections.IComparer, abc.ABC):
|
148
|
+
@classmethod
|
149
|
+
@property
|
150
|
+
def Default(cls) -> Comparer_1[Comparer_1_T]: ...
|
151
|
+
@abc.abstractmethod
|
152
|
+
def Compare(self, x: Comparer_1_T, y: Comparer_1_T) -> int: ...
|
153
|
+
@staticmethod
|
154
|
+
def Create(comparison: Comparison_1[Comparer_1_T]) -> Comparer_1[Comparer_1_T]: ...
|
155
|
+
|
156
|
+
|
157
|
+
class Dictionary_GenericClasses(abc.ABCMeta):
|
158
|
+
Generic_Dictionary_GenericClasses_Dictionary_2_TKey = typing.TypeVar('Generic_Dictionary_GenericClasses_Dictionary_2_TKey')
|
159
|
+
Generic_Dictionary_GenericClasses_Dictionary_2_TValue = typing.TypeVar('Generic_Dictionary_GenericClasses_Dictionary_2_TValue')
|
160
|
+
def __getitem__(self, types : typing.Tuple[typing.Type[Generic_Dictionary_GenericClasses_Dictionary_2_TKey], typing.Type[Generic_Dictionary_GenericClasses_Dictionary_2_TValue]]) -> typing.Type[Dictionary_2[Generic_Dictionary_GenericClasses_Dictionary_2_TKey, Generic_Dictionary_GenericClasses_Dictionary_2_TValue]]: ...
|
161
|
+
|
162
|
+
Dictionary : Dictionary_GenericClasses
|
163
|
+
|
164
|
+
Dictionary_2_TKey = typing.TypeVar('Dictionary_2_TKey')
|
165
|
+
Dictionary_2_TValue = typing.TypeVar('Dictionary_2_TValue')
|
166
|
+
class Dictionary_2(typing.Generic[Dictionary_2_TKey, Dictionary_2_TValue], IReadOnlyDictionary_2[Dictionary_2_TKey, Dictionary_2_TValue], IDictionary_2[Dictionary_2_TKey, Dictionary_2_TValue], System.Collections.IDictionary, IDeserializationCallback, ISerializable):
|
167
|
+
@typing.overload
|
168
|
+
def __init__(self) -> None: ...
|
169
|
+
@typing.overload
|
170
|
+
def __init__(self, capacity: int) -> None: ...
|
171
|
+
@typing.overload
|
172
|
+
def __init__(self, capacity: int, comparer: IEqualityComparer_1[Dictionary_2_TKey]) -> None: ...
|
173
|
+
@typing.overload
|
174
|
+
def __init__(self, collection: IEnumerable_1[KeyValuePair_2[Dictionary_2_TKey, Dictionary_2_TValue]]) -> None: ...
|
175
|
+
@typing.overload
|
176
|
+
def __init__(self, collection: IEnumerable_1[KeyValuePair_2[Dictionary_2_TKey, Dictionary_2_TValue]], comparer: IEqualityComparer_1[Dictionary_2_TKey]) -> None: ...
|
177
|
+
@typing.overload
|
178
|
+
def __init__(self, comparer: IEqualityComparer_1[Dictionary_2_TKey]) -> None: ...
|
179
|
+
@typing.overload
|
180
|
+
def __init__(self, dictionary: IDictionary_2[Dictionary_2_TKey, Dictionary_2_TValue]) -> None: ...
|
181
|
+
@typing.overload
|
182
|
+
def __init__(self, dictionary: IDictionary_2[Dictionary_2_TKey, Dictionary_2_TValue], comparer: IEqualityComparer_1[Dictionary_2_TKey]) -> None: ...
|
183
|
+
@property
|
184
|
+
def Comparer(self) -> IEqualityComparer_1[Dictionary_2_TKey]: ...
|
185
|
+
@property
|
186
|
+
def Count(self) -> int: ...
|
187
|
+
@property
|
188
|
+
def Item(self) -> Dictionary_2_TValue: ...
|
189
|
+
@Item.setter
|
190
|
+
def Item(self, value: Dictionary_2_TValue) -> Dictionary_2_TValue: ...
|
191
|
+
@property
|
192
|
+
def Keys(self) -> Dictionary_2.KeyCollection_2[Dictionary_2_TKey, Dictionary_2_TValue]: ...
|
193
|
+
@property
|
194
|
+
def Values(self) -> Dictionary_2.ValueCollection_2[Dictionary_2_TKey, Dictionary_2_TValue]: ...
|
195
|
+
def Add(self, key: Dictionary_2_TKey, value: Dictionary_2_TValue) -> None: ...
|
196
|
+
def Clear(self) -> None: ...
|
197
|
+
def ContainsKey(self, key: Dictionary_2_TKey) -> bool: ...
|
198
|
+
def ContainsValue(self, value: Dictionary_2_TValue) -> bool: ...
|
199
|
+
def EnsureCapacity(self, capacity: int) -> int: ...
|
200
|
+
def GetEnumerator(self) -> Dictionary_2.Enumerator_2[Dictionary_2_TKey, Dictionary_2_TValue]: ...
|
201
|
+
def GetObjectData(self, info: SerializationInfo, context: StreamingContext) -> None: ...
|
202
|
+
def OnDeserialization(self, sender: typing.Any) -> None: ...
|
203
|
+
def TryAdd(self, key: Dictionary_2_TKey, value: Dictionary_2_TValue) -> bool: ...
|
204
|
+
def TryGetValue(self, key: Dictionary_2_TKey, value: clr.Reference[Dictionary_2_TValue]) -> bool: ...
|
205
|
+
# Skipped Remove due to it being static, abstract and generic.
|
206
|
+
|
207
|
+
Remove : Remove_MethodGroup[Dictionary_2_TKey, Dictionary_2_TValue]
|
208
|
+
Remove_MethodGroup_Dictionary_2_TKey = typing.TypeVar('Remove_MethodGroup_Dictionary_2_TKey')
|
209
|
+
Remove_MethodGroup_Dictionary_2_TValue = typing.TypeVar('Remove_MethodGroup_Dictionary_2_TValue')
|
210
|
+
class Remove_MethodGroup(typing.Generic[Remove_MethodGroup_Dictionary_2_TKey, Remove_MethodGroup_Dictionary_2_TValue]):
|
211
|
+
Remove_MethodGroup_Dictionary_2_TKey = Dictionary_2.Remove_MethodGroup_Dictionary_2_TKey
|
212
|
+
Remove_MethodGroup_Dictionary_2_TValue = Dictionary_2.Remove_MethodGroup_Dictionary_2_TValue
|
213
|
+
@typing.overload
|
214
|
+
def __call__(self, key: Remove_MethodGroup_Dictionary_2_TKey) -> bool:...
|
215
|
+
@typing.overload
|
216
|
+
def __call__(self, key: Remove_MethodGroup_Dictionary_2_TKey, value: clr.Reference[Remove_MethodGroup_Dictionary_2_TValue]) -> bool:...
|
217
|
+
|
218
|
+
# Skipped TrimExcess due to it being static, abstract and generic.
|
219
|
+
|
220
|
+
TrimExcess : TrimExcess_MethodGroup[Dictionary_2_TKey, Dictionary_2_TValue]
|
221
|
+
TrimExcess_MethodGroup_Dictionary_2_TKey = typing.TypeVar('TrimExcess_MethodGroup_Dictionary_2_TKey')
|
222
|
+
TrimExcess_MethodGroup_Dictionary_2_TValue = typing.TypeVar('TrimExcess_MethodGroup_Dictionary_2_TValue')
|
223
|
+
class TrimExcess_MethodGroup(typing.Generic[TrimExcess_MethodGroup_Dictionary_2_TKey, TrimExcess_MethodGroup_Dictionary_2_TValue]):
|
224
|
+
TrimExcess_MethodGroup_Dictionary_2_TKey = Dictionary_2.TrimExcess_MethodGroup_Dictionary_2_TKey
|
225
|
+
TrimExcess_MethodGroup_Dictionary_2_TValue = Dictionary_2.TrimExcess_MethodGroup_Dictionary_2_TValue
|
226
|
+
@typing.overload
|
227
|
+
def __call__(self) -> None:...
|
228
|
+
@typing.overload
|
229
|
+
def __call__(self, capacity: int) -> None:...
|
230
|
+
|
231
|
+
|
232
|
+
Enumerator_GenericClasses_Dictionary_2_TKey = typing.TypeVar('Enumerator_GenericClasses_Dictionary_2_TKey')
|
233
|
+
Enumerator_GenericClasses_Dictionary_2_TValue = typing.TypeVar('Enumerator_GenericClasses_Dictionary_2_TValue')
|
234
|
+
class Enumerator_GenericClasses(typing.Generic[Enumerator_GenericClasses_Dictionary_2_TKey, Enumerator_GenericClasses_Dictionary_2_TValue], abc.ABCMeta):
|
235
|
+
Enumerator_GenericClasses_Dictionary_2_TKey = Dictionary_2.Enumerator_GenericClasses_Dictionary_2_TKey
|
236
|
+
Enumerator_GenericClasses_Dictionary_2_TValue = Dictionary_2.Enumerator_GenericClasses_Dictionary_2_TValue
|
237
|
+
def __call__(self) -> Dictionary_2.Enumerator_2[Enumerator_GenericClasses_Dictionary_2_TKey, Enumerator_GenericClasses_Dictionary_2_TValue]: ...
|
238
|
+
|
239
|
+
Enumerator : Enumerator_GenericClasses[Dictionary_2_TKey, Dictionary_2_TValue]
|
240
|
+
|
241
|
+
Enumerator_2_TKey = typing.TypeVar('Enumerator_2_TKey')
|
242
|
+
Enumerator_2_TValue = typing.TypeVar('Enumerator_2_TValue')
|
243
|
+
class Enumerator_2(typing.Generic[Enumerator_2_TKey, Enumerator_2_TValue], IDictionaryEnumerator, IEnumerator_1[KeyValuePair_2[Enumerator_2_TKey, Enumerator_2_TValue]]):
|
244
|
+
Enumerator_2_TKey = Dictionary_2.Enumerator_2_TKey
|
245
|
+
Enumerator_2_TValue = Dictionary_2.Enumerator_2_TValue
|
246
|
+
@property
|
247
|
+
def Current(self) -> KeyValuePair_2[Enumerator_2_TKey, Enumerator_2_TValue]: ...
|
248
|
+
def Dispose(self) -> None: ...
|
249
|
+
def MoveNext(self) -> bool: ...
|
250
|
+
|
251
|
+
|
252
|
+
KeyCollection_GenericClasses_Dictionary_2_TKey = typing.TypeVar('KeyCollection_GenericClasses_Dictionary_2_TKey')
|
253
|
+
KeyCollection_GenericClasses_Dictionary_2_TValue = typing.TypeVar('KeyCollection_GenericClasses_Dictionary_2_TValue')
|
254
|
+
class KeyCollection_GenericClasses(typing.Generic[KeyCollection_GenericClasses_Dictionary_2_TKey, KeyCollection_GenericClasses_Dictionary_2_TValue], abc.ABCMeta):
|
255
|
+
KeyCollection_GenericClasses_Dictionary_2_TKey = Dictionary_2.KeyCollection_GenericClasses_Dictionary_2_TKey
|
256
|
+
KeyCollection_GenericClasses_Dictionary_2_TValue = Dictionary_2.KeyCollection_GenericClasses_Dictionary_2_TValue
|
257
|
+
def __call__(self) -> Dictionary_2.KeyCollection_2[KeyCollection_GenericClasses_Dictionary_2_TKey, KeyCollection_GenericClasses_Dictionary_2_TValue]: ...
|
258
|
+
|
259
|
+
KeyCollection : KeyCollection_GenericClasses[Dictionary_2_TKey, Dictionary_2_TValue]
|
260
|
+
|
261
|
+
KeyCollection_2_TKey = typing.TypeVar('KeyCollection_2_TKey')
|
262
|
+
KeyCollection_2_TValue = typing.TypeVar('KeyCollection_2_TValue')
|
263
|
+
class KeyCollection_2(typing.Generic[KeyCollection_2_TKey, KeyCollection_2_TValue], IReadOnlyCollection_1[KeyCollection_2_TKey], ICollection_1[KeyCollection_2_TKey], System.Collections.ICollection):
|
264
|
+
KeyCollection_2_TKey = Dictionary_2.KeyCollection_2_TKey
|
265
|
+
KeyCollection_2_TValue = Dictionary_2.KeyCollection_2_TValue
|
266
|
+
def __init__(self, dictionary: Dictionary_2[KeyCollection_2_TKey, KeyCollection_2_TValue]) -> None: ...
|
267
|
+
@property
|
268
|
+
def Count(self) -> int: ...
|
269
|
+
def Contains(self, item: KeyCollection_2_TKey) -> bool: ...
|
270
|
+
def CopyTo(self, array: Array_1[KeyCollection_2_TKey], index: int) -> None: ...
|
271
|
+
def GetEnumerator(self) -> Dictionary_2.KeyCollection_2.Enumerator_2[KeyCollection_2_TKey, KeyCollection_2_TValue]: ...
|
272
|
+
|
273
|
+
Enumerator_GenericClasses_KeyCollection_2_TKey = typing.TypeVar('Enumerator_GenericClasses_KeyCollection_2_TKey')
|
274
|
+
Enumerator_GenericClasses_KeyCollection_2_TValue = typing.TypeVar('Enumerator_GenericClasses_KeyCollection_2_TValue')
|
275
|
+
class Enumerator_GenericClasses(typing.Generic[Enumerator_GenericClasses_KeyCollection_2_TKey, Enumerator_GenericClasses_KeyCollection_2_TValue], abc.ABCMeta):
|
276
|
+
Enumerator_GenericClasses_KeyCollection_2_TKey = Dictionary_2.KeyCollection_2.Enumerator_GenericClasses_KeyCollection_2_TKey
|
277
|
+
Enumerator_GenericClasses_KeyCollection_2_TValue = Dictionary_2.KeyCollection_2.Enumerator_GenericClasses_KeyCollection_2_TValue
|
278
|
+
def __call__(self) -> Dictionary_2.KeyCollection_2.Enumerator_2[Enumerator_GenericClasses_KeyCollection_2_TKey, Enumerator_GenericClasses_KeyCollection_2_TValue]: ...
|
279
|
+
|
280
|
+
Enumerator : Enumerator_GenericClasses[KeyCollection_2_TKey, KeyCollection_2_TValue]
|
281
|
+
|
282
|
+
Enumerator_2_TKey = typing.TypeVar('Enumerator_2_TKey')
|
283
|
+
Enumerator_2_TValue = typing.TypeVar('Enumerator_2_TValue')
|
284
|
+
class Enumerator_2(typing.Generic[Enumerator_2_TKey, Enumerator_2_TValue], IEnumerator_1[Enumerator_2_TKey]):
|
285
|
+
Enumerator_2_TKey = Dictionary_2.KeyCollection_2.Enumerator_2_TKey
|
286
|
+
Enumerator_2_TValue = Dictionary_2.KeyCollection_2.Enumerator_2_TValue
|
287
|
+
@property
|
288
|
+
def Current(self) -> Enumerator_2_TKey: ...
|
289
|
+
def Dispose(self) -> None: ...
|
290
|
+
def MoveNext(self) -> bool: ...
|
291
|
+
|
292
|
+
|
293
|
+
|
294
|
+
ValueCollection_GenericClasses_Dictionary_2_TKey = typing.TypeVar('ValueCollection_GenericClasses_Dictionary_2_TKey')
|
295
|
+
ValueCollection_GenericClasses_Dictionary_2_TValue = typing.TypeVar('ValueCollection_GenericClasses_Dictionary_2_TValue')
|
296
|
+
class ValueCollection_GenericClasses(typing.Generic[ValueCollection_GenericClasses_Dictionary_2_TKey, ValueCollection_GenericClasses_Dictionary_2_TValue], abc.ABCMeta):
|
297
|
+
ValueCollection_GenericClasses_Dictionary_2_TKey = Dictionary_2.ValueCollection_GenericClasses_Dictionary_2_TKey
|
298
|
+
ValueCollection_GenericClasses_Dictionary_2_TValue = Dictionary_2.ValueCollection_GenericClasses_Dictionary_2_TValue
|
299
|
+
def __call__(self) -> Dictionary_2.ValueCollection_2[ValueCollection_GenericClasses_Dictionary_2_TKey, ValueCollection_GenericClasses_Dictionary_2_TValue]: ...
|
300
|
+
|
301
|
+
ValueCollection : ValueCollection_GenericClasses[Dictionary_2_TKey, Dictionary_2_TValue]
|
302
|
+
|
303
|
+
ValueCollection_2_TKey = typing.TypeVar('ValueCollection_2_TKey')
|
304
|
+
ValueCollection_2_TValue = typing.TypeVar('ValueCollection_2_TValue')
|
305
|
+
class ValueCollection_2(typing.Generic[ValueCollection_2_TKey, ValueCollection_2_TValue], IReadOnlyCollection_1[ValueCollection_2_TValue], ICollection_1[ValueCollection_2_TValue], System.Collections.ICollection):
|
306
|
+
ValueCollection_2_TKey = Dictionary_2.ValueCollection_2_TKey
|
307
|
+
ValueCollection_2_TValue = Dictionary_2.ValueCollection_2_TValue
|
308
|
+
def __init__(self, dictionary: Dictionary_2[ValueCollection_2_TKey, ValueCollection_2_TValue]) -> None: ...
|
309
|
+
@property
|
310
|
+
def Count(self) -> int: ...
|
311
|
+
def CopyTo(self, array: Array_1[ValueCollection_2_TValue], index: int) -> None: ...
|
312
|
+
def GetEnumerator(self) -> Dictionary_2.ValueCollection_2.Enumerator_2[ValueCollection_2_TKey, ValueCollection_2_TValue]: ...
|
313
|
+
|
314
|
+
Enumerator_GenericClasses_ValueCollection_2_TKey = typing.TypeVar('Enumerator_GenericClasses_ValueCollection_2_TKey')
|
315
|
+
Enumerator_GenericClasses_ValueCollection_2_TValue = typing.TypeVar('Enumerator_GenericClasses_ValueCollection_2_TValue')
|
316
|
+
class Enumerator_GenericClasses(typing.Generic[Enumerator_GenericClasses_ValueCollection_2_TKey, Enumerator_GenericClasses_ValueCollection_2_TValue], abc.ABCMeta):
|
317
|
+
Enumerator_GenericClasses_ValueCollection_2_TKey = Dictionary_2.ValueCollection_2.Enumerator_GenericClasses_ValueCollection_2_TKey
|
318
|
+
Enumerator_GenericClasses_ValueCollection_2_TValue = Dictionary_2.ValueCollection_2.Enumerator_GenericClasses_ValueCollection_2_TValue
|
319
|
+
def __call__(self) -> Dictionary_2.ValueCollection_2.Enumerator_2[Enumerator_GenericClasses_ValueCollection_2_TKey, Enumerator_GenericClasses_ValueCollection_2_TValue]: ...
|
320
|
+
|
321
|
+
Enumerator : Enumerator_GenericClasses[ValueCollection_2_TKey, ValueCollection_2_TValue]
|
322
|
+
|
323
|
+
Enumerator_2_TKey = typing.TypeVar('Enumerator_2_TKey')
|
324
|
+
Enumerator_2_TValue = typing.TypeVar('Enumerator_2_TValue')
|
325
|
+
class Enumerator_2(typing.Generic[Enumerator_2_TKey, Enumerator_2_TValue], IEnumerator_1[Enumerator_2_TValue]):
|
326
|
+
Enumerator_2_TKey = Dictionary_2.ValueCollection_2.Enumerator_2_TKey
|
327
|
+
Enumerator_2_TValue = Dictionary_2.ValueCollection_2.Enumerator_2_TValue
|
328
|
+
@property
|
329
|
+
def Current(self) -> Enumerator_2_TValue: ...
|
330
|
+
def Dispose(self) -> None: ...
|
331
|
+
def MoveNext(self) -> bool: ...
|
332
|
+
|
333
|
+
|
334
|
+
|
335
|
+
|
336
|
+
class EnumEqualityComparer_GenericClasses(abc.ABCMeta):
|
337
|
+
Generic_EnumEqualityComparer_GenericClasses_EnumEqualityComparer_1_T = typing.TypeVar('Generic_EnumEqualityComparer_GenericClasses_EnumEqualityComparer_1_T')
|
338
|
+
def __getitem__(self, types : typing.Type[Generic_EnumEqualityComparer_GenericClasses_EnumEqualityComparer_1_T]) -> typing.Type[EnumEqualityComparer_1[Generic_EnumEqualityComparer_GenericClasses_EnumEqualityComparer_1_T]]: ...
|
339
|
+
|
340
|
+
EnumEqualityComparer : EnumEqualityComparer_GenericClasses
|
341
|
+
|
342
|
+
EnumEqualityComparer_1_T = typing.TypeVar('EnumEqualityComparer_1_T')
|
343
|
+
class EnumEqualityComparer_1(typing.Generic[EnumEqualityComparer_1_T], EqualityComparer_1[EnumEqualityComparer_1_T], ISerializable):
|
344
|
+
def __init__(self) -> None: ...
|
345
|
+
def GetObjectData(self, info: SerializationInfo, context: StreamingContext) -> None: ...
|
346
|
+
# Skipped Equals due to it being static, abstract and generic.
|
347
|
+
|
348
|
+
Equals : Equals_MethodGroup[EnumEqualityComparer_1_T]
|
349
|
+
Equals_MethodGroup_EnumEqualityComparer_1_T = typing.TypeVar('Equals_MethodGroup_EnumEqualityComparer_1_T')
|
350
|
+
class Equals_MethodGroup(typing.Generic[Equals_MethodGroup_EnumEqualityComparer_1_T]):
|
351
|
+
Equals_MethodGroup_EnumEqualityComparer_1_T = EnumEqualityComparer_1.Equals_MethodGroup_EnumEqualityComparer_1_T
|
352
|
+
@typing.overload
|
353
|
+
def __call__(self, obj: typing.Any) -> bool:...
|
354
|
+
@typing.overload
|
355
|
+
def __call__(self, x: Equals_MethodGroup_EnumEqualityComparer_1_T, y: Equals_MethodGroup_EnumEqualityComparer_1_T) -> bool:...
|
356
|
+
|
357
|
+
# Skipped GetHashCode due to it being static, abstract and generic.
|
358
|
+
|
359
|
+
GetHashCode : GetHashCode_MethodGroup[EnumEqualityComparer_1_T]
|
360
|
+
GetHashCode_MethodGroup_EnumEqualityComparer_1_T = typing.TypeVar('GetHashCode_MethodGroup_EnumEqualityComparer_1_T')
|
361
|
+
class GetHashCode_MethodGroup(typing.Generic[GetHashCode_MethodGroup_EnumEqualityComparer_1_T]):
|
362
|
+
GetHashCode_MethodGroup_EnumEqualityComparer_1_T = EnumEqualityComparer_1.GetHashCode_MethodGroup_EnumEqualityComparer_1_T
|
363
|
+
@typing.overload
|
364
|
+
def __call__(self) -> int:...
|
365
|
+
@typing.overload
|
366
|
+
def __call__(self, obj: GetHashCode_MethodGroup_EnumEqualityComparer_1_T) -> int:...
|
367
|
+
|
368
|
+
|
369
|
+
|
370
|
+
class EqualityComparer_GenericClasses(abc.ABCMeta):
|
371
|
+
Generic_EqualityComparer_GenericClasses_EqualityComparer_1_T = typing.TypeVar('Generic_EqualityComparer_GenericClasses_EqualityComparer_1_T')
|
372
|
+
def __getitem__(self, types : typing.Type[Generic_EqualityComparer_GenericClasses_EqualityComparer_1_T]) -> typing.Type[EqualityComparer_1[Generic_EqualityComparer_GenericClasses_EqualityComparer_1_T]]: ...
|
373
|
+
|
374
|
+
EqualityComparer : EqualityComparer_GenericClasses
|
375
|
+
|
376
|
+
EqualityComparer_1_T = typing.TypeVar('EqualityComparer_1_T')
|
377
|
+
class EqualityComparer_1(typing.Generic[EqualityComparer_1_T], IEqualityComparer_1[EqualityComparer_1_T], System.Collections.IEqualityComparer, abc.ABC):
|
378
|
+
@classmethod
|
379
|
+
@property
|
380
|
+
def Default(cls) -> EqualityComparer_1[EqualityComparer_1_T]: ...
|
381
|
+
@staticmethod
|
382
|
+
def Create(equals: Func_3[EqualityComparer_1_T, EqualityComparer_1_T, bool], getHashCode: Func_2[EqualityComparer_1_T, int] = ...) -> EqualityComparer_1[EqualityComparer_1_T]: ...
|
383
|
+
@abc.abstractmethod
|
384
|
+
def Equals(self, x: EqualityComparer_1_T, y: EqualityComparer_1_T) -> bool: ...
|
385
|
+
@abc.abstractmethod
|
386
|
+
def GetHashCode(self, obj: EqualityComparer_1_T) -> int: ...
|
387
|
+
|
388
|
+
|
389
|
+
class GenericComparer_GenericClasses(abc.ABCMeta):
|
390
|
+
Generic_GenericComparer_GenericClasses_GenericComparer_1_T = typing.TypeVar('Generic_GenericComparer_GenericClasses_GenericComparer_1_T')
|
391
|
+
def __getitem__(self, types : typing.Type[Generic_GenericComparer_GenericClasses_GenericComparer_1_T]) -> typing.Type[GenericComparer_1[Generic_GenericComparer_GenericClasses_GenericComparer_1_T]]: ...
|
392
|
+
|
393
|
+
GenericComparer : GenericComparer_GenericClasses
|
394
|
+
|
395
|
+
GenericComparer_1_T = typing.TypeVar('GenericComparer_1_T')
|
396
|
+
class GenericComparer_1(typing.Generic[GenericComparer_1_T], Comparer_1[GenericComparer_1_T]):
|
397
|
+
def __init__(self) -> None: ...
|
398
|
+
def Compare(self, x: GenericComparer_1_T, y: GenericComparer_1_T) -> int: ...
|
399
|
+
def Equals(self, obj: typing.Any) -> bool: ...
|
400
|
+
def GetHashCode(self) -> int: ...
|
401
|
+
|
402
|
+
|
403
|
+
class GenericEqualityComparer_GenericClasses(abc.ABCMeta):
|
404
|
+
Generic_GenericEqualityComparer_GenericClasses_GenericEqualityComparer_1_T = typing.TypeVar('Generic_GenericEqualityComparer_GenericClasses_GenericEqualityComparer_1_T')
|
405
|
+
def __getitem__(self, types : typing.Type[Generic_GenericEqualityComparer_GenericClasses_GenericEqualityComparer_1_T]) -> typing.Type[GenericEqualityComparer_1[Generic_GenericEqualityComparer_GenericClasses_GenericEqualityComparer_1_T]]: ...
|
406
|
+
|
407
|
+
GenericEqualityComparer : GenericEqualityComparer_GenericClasses
|
408
|
+
|
409
|
+
GenericEqualityComparer_1_T = typing.TypeVar('GenericEqualityComparer_1_T')
|
410
|
+
class GenericEqualityComparer_1(typing.Generic[GenericEqualityComparer_1_T], EqualityComparer_1[GenericEqualityComparer_1_T]):
|
411
|
+
def __init__(self) -> None: ...
|
412
|
+
# Skipped Equals due to it being static, abstract and generic.
|
413
|
+
|
414
|
+
Equals : Equals_MethodGroup[GenericEqualityComparer_1_T]
|
415
|
+
Equals_MethodGroup_GenericEqualityComparer_1_T = typing.TypeVar('Equals_MethodGroup_GenericEqualityComparer_1_T')
|
416
|
+
class Equals_MethodGroup(typing.Generic[Equals_MethodGroup_GenericEqualityComparer_1_T]):
|
417
|
+
Equals_MethodGroup_GenericEqualityComparer_1_T = GenericEqualityComparer_1.Equals_MethodGroup_GenericEqualityComparer_1_T
|
418
|
+
@typing.overload
|
419
|
+
def __call__(self, obj: typing.Any) -> bool:...
|
420
|
+
@typing.overload
|
421
|
+
def __call__(self, x: Equals_MethodGroup_GenericEqualityComparer_1_T, y: Equals_MethodGroup_GenericEqualityComparer_1_T) -> bool:...
|
422
|
+
|
423
|
+
# Skipped GetHashCode due to it being static, abstract and generic.
|
424
|
+
|
425
|
+
GetHashCode : GetHashCode_MethodGroup[GenericEqualityComparer_1_T]
|
426
|
+
GetHashCode_MethodGroup_GenericEqualityComparer_1_T = typing.TypeVar('GetHashCode_MethodGroup_GenericEqualityComparer_1_T')
|
427
|
+
class GetHashCode_MethodGroup(typing.Generic[GetHashCode_MethodGroup_GenericEqualityComparer_1_T]):
|
428
|
+
GetHashCode_MethodGroup_GenericEqualityComparer_1_T = GenericEqualityComparer_1.GetHashCode_MethodGroup_GenericEqualityComparer_1_T
|
429
|
+
@typing.overload
|
430
|
+
def __call__(self) -> int:...
|
431
|
+
@typing.overload
|
432
|
+
def __call__(self, obj: GetHashCode_MethodGroup_GenericEqualityComparer_1_T) -> int:...
|
433
|
+
|
434
|
+
|
435
|
+
|
436
|
+
class HashSet_GenericClasses(abc.ABCMeta):
|
437
|
+
Generic_HashSet_GenericClasses_HashSet_1_T = typing.TypeVar('Generic_HashSet_GenericClasses_HashSet_1_T')
|
438
|
+
def __getitem__(self, types : typing.Type[Generic_HashSet_GenericClasses_HashSet_1_T]) -> typing.Type[HashSet_1[Generic_HashSet_GenericClasses_HashSet_1_T]]: ...
|
439
|
+
|
440
|
+
HashSet : HashSet_GenericClasses
|
441
|
+
|
442
|
+
HashSet_1_T = typing.TypeVar('HashSet_1_T')
|
443
|
+
class HashSet_1(typing.Generic[HashSet_1_T], IReadOnlySet_1[HashSet_1_T], ISet_1[HashSet_1_T], IDeserializationCallback, ISerializable):
|
444
|
+
@typing.overload
|
445
|
+
def __init__(self) -> None: ...
|
446
|
+
@typing.overload
|
447
|
+
def __init__(self, capacity: int) -> None: ...
|
448
|
+
@typing.overload
|
449
|
+
def __init__(self, capacity: int, comparer: IEqualityComparer_1[HashSet_1_T]) -> None: ...
|
450
|
+
@typing.overload
|
451
|
+
def __init__(self, collection: IEnumerable_1[HashSet_1_T]) -> None: ...
|
452
|
+
@typing.overload
|
453
|
+
def __init__(self, collection: IEnumerable_1[HashSet_1_T], comparer: IEqualityComparer_1[HashSet_1_T]) -> None: ...
|
454
|
+
@typing.overload
|
455
|
+
def __init__(self, comparer: IEqualityComparer_1[HashSet_1_T]) -> None: ...
|
456
|
+
@property
|
457
|
+
def Comparer(self) -> IEqualityComparer_1[HashSet_1_T]: ...
|
458
|
+
@property
|
459
|
+
def Count(self) -> int: ...
|
460
|
+
def Add(self, item: HashSet_1_T) -> bool: ...
|
461
|
+
def Clear(self) -> None: ...
|
462
|
+
def Contains(self, item: HashSet_1_T) -> bool: ...
|
463
|
+
@staticmethod
|
464
|
+
def CreateSetComparer() -> IEqualityComparer_1[HashSet_1[HashSet_1_T]]: ...
|
465
|
+
def EnsureCapacity(self, capacity: int) -> int: ...
|
466
|
+
def ExceptWith(self, other: IEnumerable_1[HashSet_1_T]) -> None: ...
|
467
|
+
def GetEnumerator(self) -> HashSet_1.Enumerator_1[HashSet_1_T]: ...
|
468
|
+
def GetObjectData(self, info: SerializationInfo, context: StreamingContext) -> None: ...
|
469
|
+
def IntersectWith(self, other: IEnumerable_1[HashSet_1_T]) -> None: ...
|
470
|
+
def IsProperSubsetOf(self, other: IEnumerable_1[HashSet_1_T]) -> bool: ...
|
471
|
+
def IsProperSupersetOf(self, other: IEnumerable_1[HashSet_1_T]) -> bool: ...
|
472
|
+
def IsSubsetOf(self, other: IEnumerable_1[HashSet_1_T]) -> bool: ...
|
473
|
+
def IsSupersetOf(self, other: IEnumerable_1[HashSet_1_T]) -> bool: ...
|
474
|
+
def OnDeserialization(self, sender: typing.Any) -> None: ...
|
475
|
+
def Overlaps(self, other: IEnumerable_1[HashSet_1_T]) -> bool: ...
|
476
|
+
def Remove(self, item: HashSet_1_T) -> bool: ...
|
477
|
+
def RemoveWhere(self, match: Predicate_1[HashSet_1_T]) -> int: ...
|
478
|
+
def SetEquals(self, other: IEnumerable_1[HashSet_1_T]) -> bool: ...
|
479
|
+
def SymmetricExceptWith(self, other: IEnumerable_1[HashSet_1_T]) -> None: ...
|
480
|
+
def TrimExcess(self) -> None: ...
|
481
|
+
def TryGetValue(self, equalValue: HashSet_1_T, actualValue: clr.Reference[HashSet_1_T]) -> bool: ...
|
482
|
+
def UnionWith(self, other: IEnumerable_1[HashSet_1_T]) -> None: ...
|
483
|
+
# Skipped CopyTo due to it being static, abstract and generic.
|
484
|
+
|
485
|
+
CopyTo : CopyTo_MethodGroup[HashSet_1_T]
|
486
|
+
CopyTo_MethodGroup_HashSet_1_T = typing.TypeVar('CopyTo_MethodGroup_HashSet_1_T')
|
487
|
+
class CopyTo_MethodGroup(typing.Generic[CopyTo_MethodGroup_HashSet_1_T]):
|
488
|
+
CopyTo_MethodGroup_HashSet_1_T = HashSet_1.CopyTo_MethodGroup_HashSet_1_T
|
489
|
+
@typing.overload
|
490
|
+
def __call__(self, array: Array_1[CopyTo_MethodGroup_HashSet_1_T]) -> None:...
|
491
|
+
@typing.overload
|
492
|
+
def __call__(self, array: Array_1[CopyTo_MethodGroup_HashSet_1_T], arrayIndex: int) -> None:...
|
493
|
+
@typing.overload
|
494
|
+
def __call__(self, array: Array_1[CopyTo_MethodGroup_HashSet_1_T], arrayIndex: int, count: int) -> None:...
|
495
|
+
|
496
|
+
|
497
|
+
Enumerator_GenericClasses_HashSet_1_T = typing.TypeVar('Enumerator_GenericClasses_HashSet_1_T')
|
498
|
+
class Enumerator_GenericClasses(typing.Generic[Enumerator_GenericClasses_HashSet_1_T], abc.ABCMeta):
|
499
|
+
Enumerator_GenericClasses_HashSet_1_T = HashSet_1.Enumerator_GenericClasses_HashSet_1_T
|
500
|
+
def __call__(self) -> HashSet_1.Enumerator_1[Enumerator_GenericClasses_HashSet_1_T]: ...
|
501
|
+
|
502
|
+
Enumerator : Enumerator_GenericClasses[HashSet_1_T]
|
503
|
+
|
504
|
+
Enumerator_1_T = typing.TypeVar('Enumerator_1_T')
|
505
|
+
class Enumerator_1(typing.Generic[Enumerator_1_T], IEnumerator_1[Enumerator_1_T]):
|
506
|
+
Enumerator_1_T = HashSet_1.Enumerator_1_T
|
507
|
+
@property
|
508
|
+
def Current(self) -> Enumerator_1_T: ...
|
509
|
+
def Dispose(self) -> None: ...
|
510
|
+
def MoveNext(self) -> bool: ...
|
511
|
+
|
512
|
+
|
513
|
+
|
514
|
+
class IAsyncEnumerable_GenericClasses(abc.ABCMeta):
|
515
|
+
Generic_IAsyncEnumerable_GenericClasses_IAsyncEnumerable_1_T = typing.TypeVar('Generic_IAsyncEnumerable_GenericClasses_IAsyncEnumerable_1_T')
|
516
|
+
def __getitem__(self, types : typing.Type[Generic_IAsyncEnumerable_GenericClasses_IAsyncEnumerable_1_T]) -> typing.Type[IAsyncEnumerable_1[Generic_IAsyncEnumerable_GenericClasses_IAsyncEnumerable_1_T]]: ...
|
517
|
+
|
518
|
+
IAsyncEnumerable : IAsyncEnumerable_GenericClasses
|
519
|
+
|
520
|
+
IAsyncEnumerable_1_T = typing.TypeVar('IAsyncEnumerable_1_T', covariant=True)
|
521
|
+
class IAsyncEnumerable_1(typing.Generic[IAsyncEnumerable_1_T], typing.Protocol):
|
522
|
+
@abc.abstractmethod
|
523
|
+
def GetAsyncEnumerator(self, cancellationToken: CancellationToken = ...) -> IAsyncEnumerator_1[IAsyncEnumerable_1_T]: ...
|
524
|
+
|
525
|
+
|
526
|
+
class IAsyncEnumerator_GenericClasses(abc.ABCMeta):
|
527
|
+
Generic_IAsyncEnumerator_GenericClasses_IAsyncEnumerator_1_T = typing.TypeVar('Generic_IAsyncEnumerator_GenericClasses_IAsyncEnumerator_1_T')
|
528
|
+
def __getitem__(self, types : typing.Type[Generic_IAsyncEnumerator_GenericClasses_IAsyncEnumerator_1_T]) -> typing.Type[IAsyncEnumerator_1[Generic_IAsyncEnumerator_GenericClasses_IAsyncEnumerator_1_T]]: ...
|
529
|
+
|
530
|
+
IAsyncEnumerator : IAsyncEnumerator_GenericClasses
|
531
|
+
|
532
|
+
IAsyncEnumerator_1_T = typing.TypeVar('IAsyncEnumerator_1_T', covariant=True)
|
533
|
+
class IAsyncEnumerator_1(typing.Generic[IAsyncEnumerator_1_T], IAsyncDisposable, typing.Protocol):
|
534
|
+
@property
|
535
|
+
def Current(self) -> IAsyncEnumerator_1_T: ...
|
536
|
+
@abc.abstractmethod
|
537
|
+
def MoveNextAsync(self) -> ValueTask_1[bool]: ...
|
538
|
+
|
539
|
+
|
540
|
+
class ICollection_GenericClasses(abc.ABCMeta):
|
541
|
+
Generic_ICollection_GenericClasses_ICollection_1_T = typing.TypeVar('Generic_ICollection_GenericClasses_ICollection_1_T')
|
542
|
+
def __getitem__(self, types : typing.Type[Generic_ICollection_GenericClasses_ICollection_1_T]) -> typing.Type[ICollection_1[Generic_ICollection_GenericClasses_ICollection_1_T]]: ...
|
543
|
+
|
544
|
+
ICollection : ICollection_GenericClasses
|
545
|
+
|
546
|
+
ICollection_1_T = typing.TypeVar('ICollection_1_T')
|
547
|
+
class ICollection_1(typing.Generic[ICollection_1_T], IEnumerable_1[ICollection_1_T], typing.Protocol):
|
548
|
+
@property
|
549
|
+
def Count(self) -> int: ...
|
550
|
+
@property
|
551
|
+
def IsReadOnly(self) -> bool: ...
|
552
|
+
@abc.abstractmethod
|
553
|
+
def Add(self, item: ICollection_1_T) -> None: ...
|
554
|
+
@abc.abstractmethod
|
555
|
+
def Clear(self) -> None: ...
|
556
|
+
@abc.abstractmethod
|
557
|
+
def Contains(self, item: ICollection_1_T) -> bool: ...
|
558
|
+
@abc.abstractmethod
|
559
|
+
def CopyTo(self, array: Array_1[ICollection_1_T], arrayIndex: int) -> None: ...
|
560
|
+
@abc.abstractmethod
|
561
|
+
def Remove(self, item: ICollection_1_T) -> bool: ...
|
562
|
+
|
563
|
+
|
564
|
+
class IComparer_GenericClasses(abc.ABCMeta):
|
565
|
+
Generic_IComparer_GenericClasses_IComparer_1_T = typing.TypeVar('Generic_IComparer_GenericClasses_IComparer_1_T')
|
566
|
+
def __getitem__(self, types : typing.Type[Generic_IComparer_GenericClasses_IComparer_1_T]) -> typing.Type[IComparer_1[Generic_IComparer_GenericClasses_IComparer_1_T]]: ...
|
567
|
+
|
568
|
+
IComparer : IComparer_GenericClasses
|
569
|
+
|
570
|
+
IComparer_1_T = typing.TypeVar('IComparer_1_T', contravariant=True)
|
571
|
+
class IComparer_1(typing.Generic[IComparer_1_T], typing.Protocol):
|
572
|
+
@abc.abstractmethod
|
573
|
+
def Compare(self, x: IComparer_1_T, y: IComparer_1_T) -> int: ...
|
574
|
+
|
575
|
+
|
576
|
+
class IDictionary_GenericClasses(abc.ABCMeta):
|
577
|
+
Generic_IDictionary_GenericClasses_IDictionary_2_TKey = typing.TypeVar('Generic_IDictionary_GenericClasses_IDictionary_2_TKey')
|
578
|
+
Generic_IDictionary_GenericClasses_IDictionary_2_TValue = typing.TypeVar('Generic_IDictionary_GenericClasses_IDictionary_2_TValue')
|
579
|
+
def __getitem__(self, types : typing.Tuple[typing.Type[Generic_IDictionary_GenericClasses_IDictionary_2_TKey], typing.Type[Generic_IDictionary_GenericClasses_IDictionary_2_TValue]]) -> typing.Type[IDictionary_2[Generic_IDictionary_GenericClasses_IDictionary_2_TKey, Generic_IDictionary_GenericClasses_IDictionary_2_TValue]]: ...
|
580
|
+
|
581
|
+
IDictionary : IDictionary_GenericClasses
|
582
|
+
|
583
|
+
IDictionary_2_TKey = typing.TypeVar('IDictionary_2_TKey')
|
584
|
+
IDictionary_2_TValue = typing.TypeVar('IDictionary_2_TValue')
|
585
|
+
class IDictionary_2(typing.Generic[IDictionary_2_TKey, IDictionary_2_TValue], ICollection_1[KeyValuePair_2[IDictionary_2_TKey, IDictionary_2_TValue]], typing.Protocol):
|
586
|
+
@property
|
587
|
+
def Item(self) -> IDictionary_2_TValue: ...
|
588
|
+
@Item.setter
|
589
|
+
def Item(self, value: IDictionary_2_TValue) -> IDictionary_2_TValue: ...
|
590
|
+
@property
|
591
|
+
def Keys(self) -> ICollection_1[IDictionary_2_TKey]: ...
|
592
|
+
@property
|
593
|
+
def Values(self) -> ICollection_1[IDictionary_2_TValue]: ...
|
594
|
+
@abc.abstractmethod
|
595
|
+
def Add(self, key: IDictionary_2_TKey, value: IDictionary_2_TValue) -> None: ...
|
596
|
+
@abc.abstractmethod
|
597
|
+
def ContainsKey(self, key: IDictionary_2_TKey) -> bool: ...
|
598
|
+
@abc.abstractmethod
|
599
|
+
def Remove(self, key: IDictionary_2_TKey) -> bool: ...
|
600
|
+
@abc.abstractmethod
|
601
|
+
def TryGetValue(self, key: IDictionary_2_TKey, value: clr.Reference[IDictionary_2_TValue]) -> bool: ...
|
602
|
+
|
603
|
+
|
604
|
+
class IEnumerable_GenericClasses(abc.ABCMeta):
|
605
|
+
Generic_IEnumerable_GenericClasses_IEnumerable_1_T = typing.TypeVar('Generic_IEnumerable_GenericClasses_IEnumerable_1_T')
|
606
|
+
def __getitem__(self, types : typing.Type[Generic_IEnumerable_GenericClasses_IEnumerable_1_T]) -> typing.Type[IEnumerable_1[Generic_IEnumerable_GenericClasses_IEnumerable_1_T]]: ...
|
607
|
+
|
608
|
+
IEnumerable : IEnumerable_GenericClasses
|
609
|
+
|
610
|
+
IEnumerable_1_T = typing.TypeVar('IEnumerable_1_T', covariant=True)
|
611
|
+
class IEnumerable_1(typing.Generic[IEnumerable_1_T], System.Collections.IEnumerable, typing.Protocol):
|
612
|
+
@abc.abstractmethod
|
613
|
+
def GetEnumerator(self) -> IEnumerator_1[IEnumerable_1_T]: ...
|
614
|
+
def __iter__(self) -> typing.Iterator[IEnumerable_1_T]: ...
|
615
|
+
|
616
|
+
|
617
|
+
class IEnumerator_GenericClasses(abc.ABCMeta):
|
618
|
+
Generic_IEnumerator_GenericClasses_IEnumerator_1_T = typing.TypeVar('Generic_IEnumerator_GenericClasses_IEnumerator_1_T')
|
619
|
+
def __getitem__(self, types : typing.Type[Generic_IEnumerator_GenericClasses_IEnumerator_1_T]) -> typing.Type[IEnumerator_1[Generic_IEnumerator_GenericClasses_IEnumerator_1_T]]: ...
|
620
|
+
|
621
|
+
IEnumerator : IEnumerator_GenericClasses
|
622
|
+
|
623
|
+
IEnumerator_1_T = typing.TypeVar('IEnumerator_1_T', covariant=True)
|
624
|
+
class IEnumerator_1(typing.Generic[IEnumerator_1_T], System.Collections.IEnumerator, IDisposable, typing.Protocol):
|
625
|
+
@property
|
626
|
+
def Current(self) -> IEnumerator_1_T: ...
|
627
|
+
|
628
|
+
|
629
|
+
class IEqualityComparer_GenericClasses(abc.ABCMeta):
|
630
|
+
Generic_IEqualityComparer_GenericClasses_IEqualityComparer_1_T = typing.TypeVar('Generic_IEqualityComparer_GenericClasses_IEqualityComparer_1_T')
|
631
|
+
def __getitem__(self, types : typing.Type[Generic_IEqualityComparer_GenericClasses_IEqualityComparer_1_T]) -> typing.Type[IEqualityComparer_1[Generic_IEqualityComparer_GenericClasses_IEqualityComparer_1_T]]: ...
|
632
|
+
|
633
|
+
IEqualityComparer : IEqualityComparer_GenericClasses
|
634
|
+
|
635
|
+
IEqualityComparer_1_T = typing.TypeVar('IEqualityComparer_1_T', contravariant=True)
|
636
|
+
class IEqualityComparer_1(typing.Generic[IEqualityComparer_1_T], typing.Protocol):
|
637
|
+
@abc.abstractmethod
|
638
|
+
def Equals(self, x: IEqualityComparer_1_T, y: IEqualityComparer_1_T) -> bool: ...
|
639
|
+
@abc.abstractmethod
|
640
|
+
def GetHashCode(self, obj: IEqualityComparer_1_T) -> int: ...
|
641
|
+
|
642
|
+
|
643
|
+
class IList_GenericClasses(abc.ABCMeta):
|
644
|
+
Generic_IList_GenericClasses_IList_1_T = typing.TypeVar('Generic_IList_GenericClasses_IList_1_T')
|
645
|
+
def __getitem__(self, types : typing.Type[Generic_IList_GenericClasses_IList_1_T]) -> typing.Type[IList_1[Generic_IList_GenericClasses_IList_1_T]]: ...
|
646
|
+
|
647
|
+
IList : IList_GenericClasses
|
648
|
+
|
649
|
+
IList_1_T = typing.TypeVar('IList_1_T')
|
650
|
+
class IList_1(typing.Generic[IList_1_T], ICollection_1[IList_1_T], typing.Protocol):
|
651
|
+
@property
|
652
|
+
def Item(self) -> IList_1_T: ...
|
653
|
+
@Item.setter
|
654
|
+
def Item(self, value: IList_1_T) -> IList_1_T: ...
|
655
|
+
@abc.abstractmethod
|
656
|
+
def IndexOf(self, item: IList_1_T) -> int: ...
|
657
|
+
@abc.abstractmethod
|
658
|
+
def Insert(self, index: int, item: IList_1_T) -> None: ...
|
659
|
+
@abc.abstractmethod
|
660
|
+
def RemoveAt(self, index: int) -> None: ...
|
661
|
+
|
662
|
+
|
663
|
+
class IReadOnlyCollection_GenericClasses(abc.ABCMeta):
|
664
|
+
Generic_IReadOnlyCollection_GenericClasses_IReadOnlyCollection_1_T = typing.TypeVar('Generic_IReadOnlyCollection_GenericClasses_IReadOnlyCollection_1_T')
|
665
|
+
def __getitem__(self, types : typing.Type[Generic_IReadOnlyCollection_GenericClasses_IReadOnlyCollection_1_T]) -> typing.Type[IReadOnlyCollection_1[Generic_IReadOnlyCollection_GenericClasses_IReadOnlyCollection_1_T]]: ...
|
666
|
+
|
667
|
+
IReadOnlyCollection : IReadOnlyCollection_GenericClasses
|
668
|
+
|
669
|
+
IReadOnlyCollection_1_T = typing.TypeVar('IReadOnlyCollection_1_T', covariant=True)
|
670
|
+
class IReadOnlyCollection_1(typing.Generic[IReadOnlyCollection_1_T], IEnumerable_1[IReadOnlyCollection_1_T], typing.Protocol):
|
671
|
+
@property
|
672
|
+
def Count(self) -> int: ...
|
673
|
+
|
674
|
+
|
675
|
+
class IReadOnlyDictionary_GenericClasses(abc.ABCMeta):
|
676
|
+
Generic_IReadOnlyDictionary_GenericClasses_IReadOnlyDictionary_2_TKey = typing.TypeVar('Generic_IReadOnlyDictionary_GenericClasses_IReadOnlyDictionary_2_TKey')
|
677
|
+
Generic_IReadOnlyDictionary_GenericClasses_IReadOnlyDictionary_2_TValue = typing.TypeVar('Generic_IReadOnlyDictionary_GenericClasses_IReadOnlyDictionary_2_TValue')
|
678
|
+
def __getitem__(self, types : typing.Tuple[typing.Type[Generic_IReadOnlyDictionary_GenericClasses_IReadOnlyDictionary_2_TKey], typing.Type[Generic_IReadOnlyDictionary_GenericClasses_IReadOnlyDictionary_2_TValue]]) -> typing.Type[IReadOnlyDictionary_2[Generic_IReadOnlyDictionary_GenericClasses_IReadOnlyDictionary_2_TKey, Generic_IReadOnlyDictionary_GenericClasses_IReadOnlyDictionary_2_TValue]]: ...
|
679
|
+
|
680
|
+
IReadOnlyDictionary : IReadOnlyDictionary_GenericClasses
|
681
|
+
|
682
|
+
IReadOnlyDictionary_2_TKey = typing.TypeVar('IReadOnlyDictionary_2_TKey')
|
683
|
+
IReadOnlyDictionary_2_TValue = typing.TypeVar('IReadOnlyDictionary_2_TValue')
|
684
|
+
class IReadOnlyDictionary_2(typing.Generic[IReadOnlyDictionary_2_TKey, IReadOnlyDictionary_2_TValue], IReadOnlyCollection_1[KeyValuePair_2[IReadOnlyDictionary_2_TKey, IReadOnlyDictionary_2_TValue]], typing.Protocol):
|
685
|
+
@property
|
686
|
+
def Item(self) -> IReadOnlyDictionary_2_TValue: ...
|
687
|
+
@property
|
688
|
+
def Keys(self) -> IEnumerable_1[IReadOnlyDictionary_2_TKey]: ...
|
689
|
+
@property
|
690
|
+
def Values(self) -> IEnumerable_1[IReadOnlyDictionary_2_TValue]: ...
|
691
|
+
@abc.abstractmethod
|
692
|
+
def ContainsKey(self, key: IReadOnlyDictionary_2_TKey) -> bool: ...
|
693
|
+
@abc.abstractmethod
|
694
|
+
def TryGetValue(self, key: IReadOnlyDictionary_2_TKey, value: clr.Reference[IReadOnlyDictionary_2_TValue]) -> bool: ...
|
695
|
+
|
696
|
+
|
697
|
+
class IReadOnlyList_GenericClasses(abc.ABCMeta):
|
698
|
+
Generic_IReadOnlyList_GenericClasses_IReadOnlyList_1_T = typing.TypeVar('Generic_IReadOnlyList_GenericClasses_IReadOnlyList_1_T')
|
699
|
+
def __getitem__(self, types : typing.Type[Generic_IReadOnlyList_GenericClasses_IReadOnlyList_1_T]) -> typing.Type[IReadOnlyList_1[Generic_IReadOnlyList_GenericClasses_IReadOnlyList_1_T]]: ...
|
700
|
+
|
701
|
+
IReadOnlyList : IReadOnlyList_GenericClasses
|
702
|
+
|
703
|
+
IReadOnlyList_1_T = typing.TypeVar('IReadOnlyList_1_T', covariant=True)
|
704
|
+
class IReadOnlyList_1(typing.Generic[IReadOnlyList_1_T], IReadOnlyCollection_1[IReadOnlyList_1_T], typing.Protocol):
|
705
|
+
@property
|
706
|
+
def Item(self) -> IReadOnlyList_1_T: ...
|
707
|
+
|
708
|
+
|
709
|
+
class IReadOnlySet_GenericClasses(abc.ABCMeta):
|
710
|
+
Generic_IReadOnlySet_GenericClasses_IReadOnlySet_1_T = typing.TypeVar('Generic_IReadOnlySet_GenericClasses_IReadOnlySet_1_T')
|
711
|
+
def __getitem__(self, types : typing.Type[Generic_IReadOnlySet_GenericClasses_IReadOnlySet_1_T]) -> typing.Type[IReadOnlySet_1[Generic_IReadOnlySet_GenericClasses_IReadOnlySet_1_T]]: ...
|
712
|
+
|
713
|
+
IReadOnlySet : IReadOnlySet_GenericClasses
|
714
|
+
|
715
|
+
IReadOnlySet_1_T = typing.TypeVar('IReadOnlySet_1_T')
|
716
|
+
class IReadOnlySet_1(typing.Generic[IReadOnlySet_1_T], IReadOnlyCollection_1[IReadOnlySet_1_T], typing.Protocol):
|
717
|
+
@abc.abstractmethod
|
718
|
+
def Contains(self, item: IReadOnlySet_1_T) -> bool: ...
|
719
|
+
@abc.abstractmethod
|
720
|
+
def IsProperSubsetOf(self, other: IEnumerable_1[IReadOnlySet_1_T]) -> bool: ...
|
721
|
+
@abc.abstractmethod
|
722
|
+
def IsProperSupersetOf(self, other: IEnumerable_1[IReadOnlySet_1_T]) -> bool: ...
|
723
|
+
@abc.abstractmethod
|
724
|
+
def IsSubsetOf(self, other: IEnumerable_1[IReadOnlySet_1_T]) -> bool: ...
|
725
|
+
@abc.abstractmethod
|
726
|
+
def IsSupersetOf(self, other: IEnumerable_1[IReadOnlySet_1_T]) -> bool: ...
|
727
|
+
@abc.abstractmethod
|
728
|
+
def Overlaps(self, other: IEnumerable_1[IReadOnlySet_1_T]) -> bool: ...
|
729
|
+
@abc.abstractmethod
|
730
|
+
def SetEquals(self, other: IEnumerable_1[IReadOnlySet_1_T]) -> bool: ...
|
731
|
+
|
732
|
+
|
733
|
+
class ISet_GenericClasses(abc.ABCMeta):
|
734
|
+
Generic_ISet_GenericClasses_ISet_1_T = typing.TypeVar('Generic_ISet_GenericClasses_ISet_1_T')
|
735
|
+
def __getitem__(self, types : typing.Type[Generic_ISet_GenericClasses_ISet_1_T]) -> typing.Type[ISet_1[Generic_ISet_GenericClasses_ISet_1_T]]: ...
|
736
|
+
|
737
|
+
ISet : ISet_GenericClasses
|
738
|
+
|
739
|
+
ISet_1_T = typing.TypeVar('ISet_1_T')
|
740
|
+
class ISet_1(typing.Generic[ISet_1_T], ICollection_1[ISet_1_T], typing.Protocol):
|
741
|
+
@abc.abstractmethod
|
742
|
+
def Add(self, item: ISet_1_T) -> bool: ...
|
743
|
+
@abc.abstractmethod
|
744
|
+
def ExceptWith(self, other: IEnumerable_1[ISet_1_T]) -> None: ...
|
745
|
+
@abc.abstractmethod
|
746
|
+
def IntersectWith(self, other: IEnumerable_1[ISet_1_T]) -> None: ...
|
747
|
+
@abc.abstractmethod
|
748
|
+
def IsProperSubsetOf(self, other: IEnumerable_1[ISet_1_T]) -> bool: ...
|
749
|
+
@abc.abstractmethod
|
750
|
+
def IsProperSupersetOf(self, other: IEnumerable_1[ISet_1_T]) -> bool: ...
|
751
|
+
@abc.abstractmethod
|
752
|
+
def IsSubsetOf(self, other: IEnumerable_1[ISet_1_T]) -> bool: ...
|
753
|
+
@abc.abstractmethod
|
754
|
+
def IsSupersetOf(self, other: IEnumerable_1[ISet_1_T]) -> bool: ...
|
755
|
+
@abc.abstractmethod
|
756
|
+
def Overlaps(self, other: IEnumerable_1[ISet_1_T]) -> bool: ...
|
757
|
+
@abc.abstractmethod
|
758
|
+
def SetEquals(self, other: IEnumerable_1[ISet_1_T]) -> bool: ...
|
759
|
+
@abc.abstractmethod
|
760
|
+
def SymmetricExceptWith(self, other: IEnumerable_1[ISet_1_T]) -> None: ...
|
761
|
+
@abc.abstractmethod
|
762
|
+
def UnionWith(self, other: IEnumerable_1[ISet_1_T]) -> None: ...
|
763
|
+
|
764
|
+
|
765
|
+
class KeyNotFoundException(SystemException):
|
766
|
+
@typing.overload
|
767
|
+
def __init__(self) -> None: ...
|
768
|
+
@typing.overload
|
769
|
+
def __init__(self, message: str) -> None: ...
|
770
|
+
@typing.overload
|
771
|
+
def __init__(self, message: str, innerException: Exception) -> None: ...
|
772
|
+
@property
|
773
|
+
def Data(self) -> System.Collections.IDictionary: ...
|
774
|
+
@property
|
775
|
+
def HelpLink(self) -> str: ...
|
776
|
+
@HelpLink.setter
|
777
|
+
def HelpLink(self, value: str) -> str: ...
|
778
|
+
@property
|
779
|
+
def HResult(self) -> int: ...
|
780
|
+
@HResult.setter
|
781
|
+
def HResult(self, value: int) -> int: ...
|
782
|
+
@property
|
783
|
+
def InnerException(self) -> Exception: ...
|
784
|
+
@property
|
785
|
+
def Message(self) -> str: ...
|
786
|
+
@property
|
787
|
+
def Source(self) -> str: ...
|
788
|
+
@Source.setter
|
789
|
+
def Source(self, value: str) -> str: ...
|
790
|
+
@property
|
791
|
+
def StackTrace(self) -> str: ...
|
792
|
+
@property
|
793
|
+
def TargetSite(self) -> MethodBase: ...
|
794
|
+
|
795
|
+
|
796
|
+
class KeyValuePair_GenericClasses(abc.ABCMeta):
|
797
|
+
Generic_KeyValuePair_GenericClasses_KeyValuePair_2_TKey = typing.TypeVar('Generic_KeyValuePair_GenericClasses_KeyValuePair_2_TKey')
|
798
|
+
Generic_KeyValuePair_GenericClasses_KeyValuePair_2_TValue = typing.TypeVar('Generic_KeyValuePair_GenericClasses_KeyValuePair_2_TValue')
|
799
|
+
def __getitem__(self, types : typing.Tuple[typing.Type[Generic_KeyValuePair_GenericClasses_KeyValuePair_2_TKey], typing.Type[Generic_KeyValuePair_GenericClasses_KeyValuePair_2_TValue]]) -> typing.Type[KeyValuePair_2[Generic_KeyValuePair_GenericClasses_KeyValuePair_2_TKey, Generic_KeyValuePair_GenericClasses_KeyValuePair_2_TValue]]: ...
|
800
|
+
|
801
|
+
class KeyValuePair(KeyValuePair_0, metaclass =KeyValuePair_GenericClasses): ...
|
802
|
+
|
803
|
+
class KeyValuePair_0(abc.ABC):
|
804
|
+
# Skipped Create due to it being static, abstract and generic.
|
805
|
+
|
806
|
+
Create : Create_MethodGroup
|
807
|
+
class Create_MethodGroup:
|
808
|
+
def __getitem__(self, t:typing.Tuple[typing.Type[Create_2_T1], typing.Type[Create_2_T2]]) -> Create_2[Create_2_T1, Create_2_T2]: ...
|
809
|
+
|
810
|
+
Create_2_T1 = typing.TypeVar('Create_2_T1')
|
811
|
+
Create_2_T2 = typing.TypeVar('Create_2_T2')
|
812
|
+
class Create_2(typing.Generic[Create_2_T1, Create_2_T2]):
|
813
|
+
Create_2_TKey = KeyValuePair_0.Create_MethodGroup.Create_2_T1
|
814
|
+
Create_2_TValue = KeyValuePair_0.Create_MethodGroup.Create_2_T2
|
815
|
+
def __call__(self, key: Create_2_TKey, value: Create_2_TValue) -> KeyValuePair_2[Create_2_TKey, Create_2_TValue]:...
|
816
|
+
|
817
|
+
|
818
|
+
|
819
|
+
|
820
|
+
KeyValuePair_2_TKey = typing.TypeVar('KeyValuePair_2_TKey')
|
821
|
+
KeyValuePair_2_TValue = typing.TypeVar('KeyValuePair_2_TValue')
|
822
|
+
class KeyValuePair_2(typing.Generic[KeyValuePair_2_TKey, KeyValuePair_2_TValue]):
|
823
|
+
def __init__(self, key: KeyValuePair_2_TKey, value: KeyValuePair_2_TValue) -> None: ...
|
824
|
+
@property
|
825
|
+
def Key(self) -> KeyValuePair_2_TKey: ...
|
826
|
+
@property
|
827
|
+
def Value(self) -> KeyValuePair_2_TValue: ...
|
828
|
+
def Deconstruct(self, key: clr.Reference[KeyValuePair_2_TKey], value: clr.Reference[KeyValuePair_2_TValue]) -> None: ...
|
829
|
+
def ToString(self) -> str: ...
|
830
|
+
|
831
|
+
|
832
|
+
class List_GenericClasses(abc.ABCMeta):
|
833
|
+
Generic_List_GenericClasses_List_1_T = typing.TypeVar('Generic_List_GenericClasses_List_1_T')
|
834
|
+
def __getitem__(self, types : typing.Type[Generic_List_GenericClasses_List_1_T]) -> typing.Type[List_1[Generic_List_GenericClasses_List_1_T]]: ...
|
835
|
+
|
836
|
+
List : List_GenericClasses
|
837
|
+
|
838
|
+
List_1_T = typing.TypeVar('List_1_T')
|
839
|
+
class List_1(typing.Generic[List_1_T], IReadOnlyList_1[List_1_T], IList_1[List_1_T], System.Collections.IList):
|
840
|
+
@typing.overload
|
841
|
+
def __init__(self) -> None: ...
|
842
|
+
@typing.overload
|
843
|
+
def __init__(self, capacity: int) -> None: ...
|
844
|
+
@typing.overload
|
845
|
+
def __init__(self, collection: IEnumerable_1[List_1_T]) -> None: ...
|
846
|
+
@property
|
847
|
+
def Capacity(self) -> int: ...
|
848
|
+
@Capacity.setter
|
849
|
+
def Capacity(self, value: int) -> int: ...
|
850
|
+
@property
|
851
|
+
def Count(self) -> int: ...
|
852
|
+
@property
|
853
|
+
def Item(self) -> List_1_T: ...
|
854
|
+
@Item.setter
|
855
|
+
def Item(self, value: List_1_T) -> List_1_T: ...
|
856
|
+
def Add(self, item: List_1_T) -> None: ...
|
857
|
+
def AddRange(self, collection: IEnumerable_1[List_1_T]) -> None: ...
|
858
|
+
def AsReadOnly(self) -> ReadOnlyCollection_1[List_1_T]: ...
|
859
|
+
def Clear(self) -> None: ...
|
860
|
+
def Contains(self, item: List_1_T) -> bool: ...
|
861
|
+
def EnsureCapacity(self, capacity: int) -> int: ...
|
862
|
+
def Exists(self, match: Predicate_1[List_1_T]) -> bool: ...
|
863
|
+
def Find(self, match: Predicate_1[List_1_T]) -> List_1_T: ...
|
864
|
+
def FindAll(self, match: Predicate_1[List_1_T]) -> List_1[List_1_T]: ...
|
865
|
+
def FindLast(self, match: Predicate_1[List_1_T]) -> List_1_T: ...
|
866
|
+
def ForEach(self, action: Action_1[List_1_T]) -> None: ...
|
867
|
+
def GetEnumerator(self) -> List_1.Enumerator_1[List_1_T]: ...
|
868
|
+
def GetRange(self, index: int, count: int) -> List_1[List_1_T]: ...
|
869
|
+
def Insert(self, index: int, item: List_1_T) -> None: ...
|
870
|
+
def InsertRange(self, index: int, collection: IEnumerable_1[List_1_T]) -> None: ...
|
871
|
+
def Remove(self, item: List_1_T) -> bool: ...
|
872
|
+
def RemoveAll(self, match: Predicate_1[List_1_T]) -> int: ...
|
873
|
+
def RemoveAt(self, index: int) -> None: ...
|
874
|
+
def RemoveRange(self, index: int, count: int) -> None: ...
|
875
|
+
def Slice(self, start: int, length: int) -> List_1[List_1_T]: ...
|
876
|
+
def ToArray(self) -> Array_1[List_1_T]: ...
|
877
|
+
def TrimExcess(self) -> None: ...
|
878
|
+
def TrueForAll(self, match: Predicate_1[List_1_T]) -> bool: ...
|
879
|
+
# Skipped BinarySearch due to it being static, abstract and generic.
|
880
|
+
|
881
|
+
BinarySearch : BinarySearch_MethodGroup[List_1_T]
|
882
|
+
BinarySearch_MethodGroup_List_1_T = typing.TypeVar('BinarySearch_MethodGroup_List_1_T')
|
883
|
+
class BinarySearch_MethodGroup(typing.Generic[BinarySearch_MethodGroup_List_1_T]):
|
884
|
+
BinarySearch_MethodGroup_List_1_T = List_1.BinarySearch_MethodGroup_List_1_T
|
885
|
+
@typing.overload
|
886
|
+
def __call__(self, item: BinarySearch_MethodGroup_List_1_T) -> int:...
|
887
|
+
@typing.overload
|
888
|
+
def __call__(self, item: BinarySearch_MethodGroup_List_1_T, comparer: IComparer_1[BinarySearch_MethodGroup_List_1_T]) -> int:...
|
889
|
+
@typing.overload
|
890
|
+
def __call__(self, index: int, count: int, item: BinarySearch_MethodGroup_List_1_T, comparer: IComparer_1[BinarySearch_MethodGroup_List_1_T]) -> int:...
|
891
|
+
|
892
|
+
# Skipped ConvertAll due to it being static, abstract and generic.
|
893
|
+
|
894
|
+
ConvertAll : ConvertAll_MethodGroup[List_1_T]
|
895
|
+
ConvertAll_MethodGroup_List_1_T = typing.TypeVar('ConvertAll_MethodGroup_List_1_T')
|
896
|
+
class ConvertAll_MethodGroup(typing.Generic[ConvertAll_MethodGroup_List_1_T]):
|
897
|
+
ConvertAll_MethodGroup_List_1_T = List_1.ConvertAll_MethodGroup_List_1_T
|
898
|
+
def __getitem__(self, t:typing.Type[ConvertAll_1_T1]) -> ConvertAll_1[ConvertAll_MethodGroup_List_1_T, ConvertAll_1_T1]: ...
|
899
|
+
|
900
|
+
ConvertAll_1_List_1_T = typing.TypeVar('ConvertAll_1_List_1_T')
|
901
|
+
ConvertAll_1_T1 = typing.TypeVar('ConvertAll_1_T1')
|
902
|
+
class ConvertAll_1(typing.Generic[ConvertAll_1_List_1_T, ConvertAll_1_T1]):
|
903
|
+
ConvertAll_1_List_1_T = List_1.ConvertAll_MethodGroup.ConvertAll_1_List_1_T
|
904
|
+
ConvertAll_1_TOutput = List_1.ConvertAll_MethodGroup.ConvertAll_1_T1
|
905
|
+
def __call__(self, converter: Converter_2[ConvertAll_1_List_1_T, ConvertAll_1_TOutput]) -> List_1[ConvertAll_1_TOutput]:...
|
906
|
+
|
907
|
+
|
908
|
+
# Skipped CopyTo due to it being static, abstract and generic.
|
909
|
+
|
910
|
+
CopyTo : CopyTo_MethodGroup[List_1_T]
|
911
|
+
CopyTo_MethodGroup_List_1_T = typing.TypeVar('CopyTo_MethodGroup_List_1_T')
|
912
|
+
class CopyTo_MethodGroup(typing.Generic[CopyTo_MethodGroup_List_1_T]):
|
913
|
+
CopyTo_MethodGroup_List_1_T = List_1.CopyTo_MethodGroup_List_1_T
|
914
|
+
@typing.overload
|
915
|
+
def __call__(self, array: Array_1[CopyTo_MethodGroup_List_1_T]) -> None:...
|
916
|
+
@typing.overload
|
917
|
+
def __call__(self, array: Array_1[CopyTo_MethodGroup_List_1_T], arrayIndex: int) -> None:...
|
918
|
+
@typing.overload
|
919
|
+
def __call__(self, index: int, array: Array_1[CopyTo_MethodGroup_List_1_T], arrayIndex: int, count: int) -> None:...
|
920
|
+
|
921
|
+
# Skipped FindIndex due to it being static, abstract and generic.
|
922
|
+
|
923
|
+
FindIndex : FindIndex_MethodGroup[List_1_T]
|
924
|
+
FindIndex_MethodGroup_List_1_T = typing.TypeVar('FindIndex_MethodGroup_List_1_T')
|
925
|
+
class FindIndex_MethodGroup(typing.Generic[FindIndex_MethodGroup_List_1_T]):
|
926
|
+
FindIndex_MethodGroup_List_1_T = List_1.FindIndex_MethodGroup_List_1_T
|
927
|
+
@typing.overload
|
928
|
+
def __call__(self, match: Predicate_1[FindIndex_MethodGroup_List_1_T]) -> int:...
|
929
|
+
@typing.overload
|
930
|
+
def __call__(self, startIndex: int, match: Predicate_1[FindIndex_MethodGroup_List_1_T]) -> int:...
|
931
|
+
@typing.overload
|
932
|
+
def __call__(self, startIndex: int, count: int, match: Predicate_1[FindIndex_MethodGroup_List_1_T]) -> int:...
|
933
|
+
|
934
|
+
# Skipped FindLastIndex due to it being static, abstract and generic.
|
935
|
+
|
936
|
+
FindLastIndex : FindLastIndex_MethodGroup[List_1_T]
|
937
|
+
FindLastIndex_MethodGroup_List_1_T = typing.TypeVar('FindLastIndex_MethodGroup_List_1_T')
|
938
|
+
class FindLastIndex_MethodGroup(typing.Generic[FindLastIndex_MethodGroup_List_1_T]):
|
939
|
+
FindLastIndex_MethodGroup_List_1_T = List_1.FindLastIndex_MethodGroup_List_1_T
|
940
|
+
@typing.overload
|
941
|
+
def __call__(self, match: Predicate_1[FindLastIndex_MethodGroup_List_1_T]) -> int:...
|
942
|
+
@typing.overload
|
943
|
+
def __call__(self, startIndex: int, match: Predicate_1[FindLastIndex_MethodGroup_List_1_T]) -> int:...
|
944
|
+
@typing.overload
|
945
|
+
def __call__(self, startIndex: int, count: int, match: Predicate_1[FindLastIndex_MethodGroup_List_1_T]) -> int:...
|
946
|
+
|
947
|
+
# Skipped IndexOf due to it being static, abstract and generic.
|
948
|
+
|
949
|
+
IndexOf : IndexOf_MethodGroup[List_1_T]
|
950
|
+
IndexOf_MethodGroup_List_1_T = typing.TypeVar('IndexOf_MethodGroup_List_1_T')
|
951
|
+
class IndexOf_MethodGroup(typing.Generic[IndexOf_MethodGroup_List_1_T]):
|
952
|
+
IndexOf_MethodGroup_List_1_T = List_1.IndexOf_MethodGroup_List_1_T
|
953
|
+
@typing.overload
|
954
|
+
def __call__(self, item: IndexOf_MethodGroup_List_1_T) -> int:...
|
955
|
+
@typing.overload
|
956
|
+
def __call__(self, item: IndexOf_MethodGroup_List_1_T, index: int) -> int:...
|
957
|
+
@typing.overload
|
958
|
+
def __call__(self, item: IndexOf_MethodGroup_List_1_T, index: int, count: int) -> int:...
|
959
|
+
|
960
|
+
# Skipped LastIndexOf due to it being static, abstract and generic.
|
961
|
+
|
962
|
+
LastIndexOf : LastIndexOf_MethodGroup[List_1_T]
|
963
|
+
LastIndexOf_MethodGroup_List_1_T = typing.TypeVar('LastIndexOf_MethodGroup_List_1_T')
|
964
|
+
class LastIndexOf_MethodGroup(typing.Generic[LastIndexOf_MethodGroup_List_1_T]):
|
965
|
+
LastIndexOf_MethodGroup_List_1_T = List_1.LastIndexOf_MethodGroup_List_1_T
|
966
|
+
@typing.overload
|
967
|
+
def __call__(self, item: LastIndexOf_MethodGroup_List_1_T) -> int:...
|
968
|
+
@typing.overload
|
969
|
+
def __call__(self, item: LastIndexOf_MethodGroup_List_1_T, index: int) -> int:...
|
970
|
+
@typing.overload
|
971
|
+
def __call__(self, item: LastIndexOf_MethodGroup_List_1_T, index: int, count: int) -> int:...
|
972
|
+
|
973
|
+
# Skipped Reverse due to it being static, abstract and generic.
|
974
|
+
|
975
|
+
Reverse : Reverse_MethodGroup[List_1_T]
|
976
|
+
Reverse_MethodGroup_List_1_T = typing.TypeVar('Reverse_MethodGroup_List_1_T')
|
977
|
+
class Reverse_MethodGroup(typing.Generic[Reverse_MethodGroup_List_1_T]):
|
978
|
+
Reverse_MethodGroup_List_1_T = List_1.Reverse_MethodGroup_List_1_T
|
979
|
+
@typing.overload
|
980
|
+
def __call__(self) -> None:...
|
981
|
+
@typing.overload
|
982
|
+
def __call__(self, index: int, count: int) -> None:...
|
983
|
+
|
984
|
+
# Skipped Sort due to it being static, abstract and generic.
|
985
|
+
|
986
|
+
Sort : Sort_MethodGroup[List_1_T]
|
987
|
+
Sort_MethodGroup_List_1_T = typing.TypeVar('Sort_MethodGroup_List_1_T')
|
988
|
+
class Sort_MethodGroup(typing.Generic[Sort_MethodGroup_List_1_T]):
|
989
|
+
Sort_MethodGroup_List_1_T = List_1.Sort_MethodGroup_List_1_T
|
990
|
+
@typing.overload
|
991
|
+
def __call__(self) -> None:...
|
992
|
+
@typing.overload
|
993
|
+
def __call__(self, comparison: Comparison_1[Sort_MethodGroup_List_1_T]) -> None:...
|
994
|
+
@typing.overload
|
995
|
+
def __call__(self, comparer: IComparer_1[Sort_MethodGroup_List_1_T]) -> None:...
|
996
|
+
@typing.overload
|
997
|
+
def __call__(self, index: int, count: int, comparer: IComparer_1[Sort_MethodGroup_List_1_T]) -> None:...
|
998
|
+
|
999
|
+
|
1000
|
+
Enumerator_GenericClasses_List_1_T = typing.TypeVar('Enumerator_GenericClasses_List_1_T')
|
1001
|
+
class Enumerator_GenericClasses(typing.Generic[Enumerator_GenericClasses_List_1_T], abc.ABCMeta):
|
1002
|
+
Enumerator_GenericClasses_List_1_T = List_1.Enumerator_GenericClasses_List_1_T
|
1003
|
+
def __call__(self) -> List_1.Enumerator_1[Enumerator_GenericClasses_List_1_T]: ...
|
1004
|
+
|
1005
|
+
Enumerator : Enumerator_GenericClasses[List_1_T]
|
1006
|
+
|
1007
|
+
Enumerator_1_T = typing.TypeVar('Enumerator_1_T')
|
1008
|
+
class Enumerator_1(typing.Generic[Enumerator_1_T], IEnumerator_1[Enumerator_1_T]):
|
1009
|
+
Enumerator_1_T = List_1.Enumerator_1_T
|
1010
|
+
@property
|
1011
|
+
def Current(self) -> Enumerator_1_T: ...
|
1012
|
+
def Dispose(self) -> None: ...
|
1013
|
+
def MoveNext(self) -> bool: ...
|
1014
|
+
|
1015
|
+
|
1016
|
+
|
1017
|
+
class NonRandomizedStringEqualityComparer(ISerializable):
|
1018
|
+
def Equals(self, x: str, y: str) -> bool: ...
|
1019
|
+
def GetHashCode(self, obj: str) -> int: ...
|
1020
|
+
@staticmethod
|
1021
|
+
def GetStringComparer(comparer: typing.Any) -> IEqualityComparer_1[str]: ...
|
1022
|
+
def GetUnderlyingEqualityComparer(self) -> IEqualityComparer_1[str]: ...
|
1023
|
+
|
1024
|
+
|
1025
|
+
class NullableComparer_GenericClasses(abc.ABCMeta):
|
1026
|
+
Generic_NullableComparer_GenericClasses_NullableComparer_1_T = typing.TypeVar('Generic_NullableComparer_GenericClasses_NullableComparer_1_T')
|
1027
|
+
def __getitem__(self, types : typing.Type[Generic_NullableComparer_GenericClasses_NullableComparer_1_T]) -> typing.Type[NullableComparer_1[Generic_NullableComparer_GenericClasses_NullableComparer_1_T]]: ...
|
1028
|
+
|
1029
|
+
NullableComparer : NullableComparer_GenericClasses
|
1030
|
+
|
1031
|
+
NullableComparer_1_T = typing.TypeVar('NullableComparer_1_T')
|
1032
|
+
class NullableComparer_1(typing.Generic[NullableComparer_1_T], Comparer_1[typing.Optional[NullableComparer_1_T]], ISerializable):
|
1033
|
+
def __init__(self) -> None: ...
|
1034
|
+
def Compare(self, x: typing.Optional[NullableComparer_1_T], y: typing.Optional[NullableComparer_1_T]) -> int: ...
|
1035
|
+
def Equals(self, obj: typing.Any) -> bool: ...
|
1036
|
+
def GetHashCode(self) -> int: ...
|
1037
|
+
def GetObjectData(self, info: SerializationInfo, context: StreamingContext) -> None: ...
|
1038
|
+
|
1039
|
+
|
1040
|
+
class NullableEqualityComparer_GenericClasses(abc.ABCMeta):
|
1041
|
+
Generic_NullableEqualityComparer_GenericClasses_NullableEqualityComparer_1_T = typing.TypeVar('Generic_NullableEqualityComparer_GenericClasses_NullableEqualityComparer_1_T')
|
1042
|
+
def __getitem__(self, types : typing.Type[Generic_NullableEqualityComparer_GenericClasses_NullableEqualityComparer_1_T]) -> typing.Type[NullableEqualityComparer_1[Generic_NullableEqualityComparer_GenericClasses_NullableEqualityComparer_1_T]]: ...
|
1043
|
+
|
1044
|
+
NullableEqualityComparer : NullableEqualityComparer_GenericClasses
|
1045
|
+
|
1046
|
+
NullableEqualityComparer_1_T = typing.TypeVar('NullableEqualityComparer_1_T')
|
1047
|
+
class NullableEqualityComparer_1(typing.Generic[NullableEqualityComparer_1_T], EqualityComparer_1[typing.Optional[NullableEqualityComparer_1_T]], ISerializable):
|
1048
|
+
def __init__(self) -> None: ...
|
1049
|
+
def GetObjectData(self, info: SerializationInfo, context: StreamingContext) -> None: ...
|
1050
|
+
# Skipped Equals due to it being static, abstract and generic.
|
1051
|
+
|
1052
|
+
Equals : Equals_MethodGroup[NullableEqualityComparer_1_T]
|
1053
|
+
Equals_MethodGroup_NullableEqualityComparer_1_T = typing.TypeVar('Equals_MethodGroup_NullableEqualityComparer_1_T')
|
1054
|
+
class Equals_MethodGroup(typing.Generic[Equals_MethodGroup_NullableEqualityComparer_1_T]):
|
1055
|
+
Equals_MethodGroup_NullableEqualityComparer_1_T = NullableEqualityComparer_1.Equals_MethodGroup_NullableEqualityComparer_1_T
|
1056
|
+
@typing.overload
|
1057
|
+
def __call__(self, obj: typing.Any) -> bool:...
|
1058
|
+
@typing.overload
|
1059
|
+
def __call__(self, x: typing.Optional[Equals_MethodGroup_NullableEqualityComparer_1_T], y: typing.Optional[Equals_MethodGroup_NullableEqualityComparer_1_T]) -> bool:...
|
1060
|
+
|
1061
|
+
# Skipped GetHashCode due to it being static, abstract and generic.
|
1062
|
+
|
1063
|
+
GetHashCode : GetHashCode_MethodGroup[NullableEqualityComparer_1_T]
|
1064
|
+
GetHashCode_MethodGroup_NullableEqualityComparer_1_T = typing.TypeVar('GetHashCode_MethodGroup_NullableEqualityComparer_1_T')
|
1065
|
+
class GetHashCode_MethodGroup(typing.Generic[GetHashCode_MethodGroup_NullableEqualityComparer_1_T]):
|
1066
|
+
GetHashCode_MethodGroup_NullableEqualityComparer_1_T = NullableEqualityComparer_1.GetHashCode_MethodGroup_NullableEqualityComparer_1_T
|
1067
|
+
@typing.overload
|
1068
|
+
def __call__(self) -> int:...
|
1069
|
+
@typing.overload
|
1070
|
+
def __call__(self, obj: typing.Optional[GetHashCode_MethodGroup_NullableEqualityComparer_1_T]) -> int:...
|
1071
|
+
|
1072
|
+
|
1073
|
+
|
1074
|
+
class ObjectComparer_GenericClasses(abc.ABCMeta):
|
1075
|
+
Generic_ObjectComparer_GenericClasses_ObjectComparer_1_T = typing.TypeVar('Generic_ObjectComparer_GenericClasses_ObjectComparer_1_T')
|
1076
|
+
def __getitem__(self, types : typing.Type[Generic_ObjectComparer_GenericClasses_ObjectComparer_1_T]) -> typing.Type[ObjectComparer_1[Generic_ObjectComparer_GenericClasses_ObjectComparer_1_T]]: ...
|
1077
|
+
|
1078
|
+
ObjectComparer : ObjectComparer_GenericClasses
|
1079
|
+
|
1080
|
+
ObjectComparer_1_T = typing.TypeVar('ObjectComparer_1_T')
|
1081
|
+
class ObjectComparer_1(typing.Generic[ObjectComparer_1_T], Comparer_1[ObjectComparer_1_T]):
|
1082
|
+
def __init__(self) -> None: ...
|
1083
|
+
def Compare(self, x: ObjectComparer_1_T, y: ObjectComparer_1_T) -> int: ...
|
1084
|
+
def Equals(self, obj: typing.Any) -> bool: ...
|
1085
|
+
def GetHashCode(self) -> int: ...
|
1086
|
+
|
1087
|
+
|
1088
|
+
class ObjectEqualityComparer_GenericClasses(abc.ABCMeta):
|
1089
|
+
Generic_ObjectEqualityComparer_GenericClasses_ObjectEqualityComparer_1_T = typing.TypeVar('Generic_ObjectEqualityComparer_GenericClasses_ObjectEqualityComparer_1_T')
|
1090
|
+
def __getitem__(self, types : typing.Type[Generic_ObjectEqualityComparer_GenericClasses_ObjectEqualityComparer_1_T]) -> typing.Type[ObjectEqualityComparer_1[Generic_ObjectEqualityComparer_GenericClasses_ObjectEqualityComparer_1_T]]: ...
|
1091
|
+
|
1092
|
+
ObjectEqualityComparer : ObjectEqualityComparer_GenericClasses
|
1093
|
+
|
1094
|
+
ObjectEqualityComparer_1_T = typing.TypeVar('ObjectEqualityComparer_1_T')
|
1095
|
+
class ObjectEqualityComparer_1(typing.Generic[ObjectEqualityComparer_1_T], EqualityComparer_1[ObjectEqualityComparer_1_T]):
|
1096
|
+
def __init__(self) -> None: ...
|
1097
|
+
# Skipped Equals due to it being static, abstract and generic.
|
1098
|
+
|
1099
|
+
Equals : Equals_MethodGroup[ObjectEqualityComparer_1_T]
|
1100
|
+
Equals_MethodGroup_ObjectEqualityComparer_1_T = typing.TypeVar('Equals_MethodGroup_ObjectEqualityComparer_1_T')
|
1101
|
+
class Equals_MethodGroup(typing.Generic[Equals_MethodGroup_ObjectEqualityComparer_1_T]):
|
1102
|
+
Equals_MethodGroup_ObjectEqualityComparer_1_T = ObjectEqualityComparer_1.Equals_MethodGroup_ObjectEqualityComparer_1_T
|
1103
|
+
@typing.overload
|
1104
|
+
def __call__(self, obj: typing.Any) -> bool:...
|
1105
|
+
@typing.overload
|
1106
|
+
def __call__(self, x: Equals_MethodGroup_ObjectEqualityComparer_1_T, y: Equals_MethodGroup_ObjectEqualityComparer_1_T) -> bool:...
|
1107
|
+
|
1108
|
+
# Skipped GetHashCode due to it being static, abstract and generic.
|
1109
|
+
|
1110
|
+
GetHashCode : GetHashCode_MethodGroup[ObjectEqualityComparer_1_T]
|
1111
|
+
GetHashCode_MethodGroup_ObjectEqualityComparer_1_T = typing.TypeVar('GetHashCode_MethodGroup_ObjectEqualityComparer_1_T')
|
1112
|
+
class GetHashCode_MethodGroup(typing.Generic[GetHashCode_MethodGroup_ObjectEqualityComparer_1_T]):
|
1113
|
+
GetHashCode_MethodGroup_ObjectEqualityComparer_1_T = ObjectEqualityComparer_1.GetHashCode_MethodGroup_ObjectEqualityComparer_1_T
|
1114
|
+
@typing.overload
|
1115
|
+
def __call__(self) -> int:...
|
1116
|
+
@typing.overload
|
1117
|
+
def __call__(self, obj: GetHashCode_MethodGroup_ObjectEqualityComparer_1_T) -> int:...
|
1118
|
+
|
1119
|
+
|
1120
|
+
|
1121
|
+
class Queue_GenericClasses(abc.ABCMeta):
|
1122
|
+
Generic_Queue_GenericClasses_Queue_1_T = typing.TypeVar('Generic_Queue_GenericClasses_Queue_1_T')
|
1123
|
+
def __getitem__(self, types : typing.Type[Generic_Queue_GenericClasses_Queue_1_T]) -> typing.Type[Queue_1[Generic_Queue_GenericClasses_Queue_1_T]]: ...
|
1124
|
+
|
1125
|
+
Queue : Queue_GenericClasses
|
1126
|
+
|
1127
|
+
Queue_1_T = typing.TypeVar('Queue_1_T')
|
1128
|
+
class Queue_1(typing.Generic[Queue_1_T], IReadOnlyCollection_1[Queue_1_T], System.Collections.ICollection):
|
1129
|
+
@typing.overload
|
1130
|
+
def __init__(self) -> None: ...
|
1131
|
+
@typing.overload
|
1132
|
+
def __init__(self, capacity: int) -> None: ...
|
1133
|
+
@typing.overload
|
1134
|
+
def __init__(self, collection: IEnumerable_1[Queue_1_T]) -> None: ...
|
1135
|
+
@property
|
1136
|
+
def Count(self) -> int: ...
|
1137
|
+
def Clear(self) -> None: ...
|
1138
|
+
def Contains(self, item: Queue_1_T) -> bool: ...
|
1139
|
+
def CopyTo(self, array: Array_1[Queue_1_T], arrayIndex: int) -> None: ...
|
1140
|
+
def Dequeue(self) -> Queue_1_T: ...
|
1141
|
+
def Enqueue(self, item: Queue_1_T) -> None: ...
|
1142
|
+
def EnsureCapacity(self, capacity: int) -> int: ...
|
1143
|
+
def GetEnumerator(self) -> Queue_1.Enumerator_1[Queue_1_T]: ...
|
1144
|
+
def Peek(self) -> Queue_1_T: ...
|
1145
|
+
def ToArray(self) -> Array_1[Queue_1_T]: ...
|
1146
|
+
def TrimExcess(self) -> None: ...
|
1147
|
+
def TryDequeue(self, result: clr.Reference[Queue_1_T]) -> bool: ...
|
1148
|
+
def TryPeek(self, result: clr.Reference[Queue_1_T]) -> bool: ...
|
1149
|
+
|
1150
|
+
Enumerator_GenericClasses_Queue_1_T = typing.TypeVar('Enumerator_GenericClasses_Queue_1_T')
|
1151
|
+
class Enumerator_GenericClasses(typing.Generic[Enumerator_GenericClasses_Queue_1_T], abc.ABCMeta):
|
1152
|
+
Enumerator_GenericClasses_Queue_1_T = Queue_1.Enumerator_GenericClasses_Queue_1_T
|
1153
|
+
def __call__(self) -> Queue_1.Enumerator_1[Enumerator_GenericClasses_Queue_1_T]: ...
|
1154
|
+
|
1155
|
+
Enumerator : Enumerator_GenericClasses[Queue_1_T]
|
1156
|
+
|
1157
|
+
Enumerator_1_T = typing.TypeVar('Enumerator_1_T')
|
1158
|
+
class Enumerator_1(typing.Generic[Enumerator_1_T], IEnumerator_1[Enumerator_1_T]):
|
1159
|
+
Enumerator_1_T = Queue_1.Enumerator_1_T
|
1160
|
+
@property
|
1161
|
+
def Current(self) -> Enumerator_1_T: ...
|
1162
|
+
def Dispose(self) -> None: ...
|
1163
|
+
def MoveNext(self) -> bool: ...
|
1164
|
+
|
1165
|
+
|
1166
|
+
|
1167
|
+
class ReferenceEqualityComparer(System.Collections.IEqualityComparer, IEqualityComparer_1[typing.Any]):
|
1168
|
+
@classmethod
|
1169
|
+
@property
|
1170
|
+
def Instance(cls) -> ReferenceEqualityComparer: ...
|
1171
|
+
def Equals(self, x: typing.Any, y: typing.Any) -> bool: ...
|
1172
|
+
def GetHashCode(self, obj: typing.Any) -> int: ...
|
1173
|
+
|
1174
|
+
|
1175
|
+
class SortedList_GenericClasses(abc.ABCMeta):
|
1176
|
+
Generic_SortedList_GenericClasses_SortedList_2_TKey = typing.TypeVar('Generic_SortedList_GenericClasses_SortedList_2_TKey')
|
1177
|
+
Generic_SortedList_GenericClasses_SortedList_2_TValue = typing.TypeVar('Generic_SortedList_GenericClasses_SortedList_2_TValue')
|
1178
|
+
def __getitem__(self, types : typing.Tuple[typing.Type[Generic_SortedList_GenericClasses_SortedList_2_TKey], typing.Type[Generic_SortedList_GenericClasses_SortedList_2_TValue]]) -> typing.Type[SortedList_2[Generic_SortedList_GenericClasses_SortedList_2_TKey, Generic_SortedList_GenericClasses_SortedList_2_TValue]]: ...
|
1179
|
+
|
1180
|
+
SortedList : SortedList_GenericClasses
|
1181
|
+
|
1182
|
+
SortedList_2_TKey = typing.TypeVar('SortedList_2_TKey')
|
1183
|
+
SortedList_2_TValue = typing.TypeVar('SortedList_2_TValue')
|
1184
|
+
class SortedList_2(typing.Generic[SortedList_2_TKey, SortedList_2_TValue], IReadOnlyDictionary_2[SortedList_2_TKey, SortedList_2_TValue], IDictionary_2[SortedList_2_TKey, SortedList_2_TValue], System.Collections.IDictionary):
|
1185
|
+
@typing.overload
|
1186
|
+
def __init__(self) -> None: ...
|
1187
|
+
@typing.overload
|
1188
|
+
def __init__(self, capacity: int) -> None: ...
|
1189
|
+
@typing.overload
|
1190
|
+
def __init__(self, capacity: int, comparer: IComparer_1[SortedList_2_TKey]) -> None: ...
|
1191
|
+
@typing.overload
|
1192
|
+
def __init__(self, comparer: IComparer_1[SortedList_2_TKey]) -> None: ...
|
1193
|
+
@typing.overload
|
1194
|
+
def __init__(self, dictionary: IDictionary_2[SortedList_2_TKey, SortedList_2_TValue]) -> None: ...
|
1195
|
+
@typing.overload
|
1196
|
+
def __init__(self, dictionary: IDictionary_2[SortedList_2_TKey, SortedList_2_TValue], comparer: IComparer_1[SortedList_2_TKey]) -> None: ...
|
1197
|
+
@property
|
1198
|
+
def Capacity(self) -> int: ...
|
1199
|
+
@Capacity.setter
|
1200
|
+
def Capacity(self, value: int) -> int: ...
|
1201
|
+
@property
|
1202
|
+
def Comparer(self) -> IComparer_1[SortedList_2_TKey]: ...
|
1203
|
+
@property
|
1204
|
+
def Count(self) -> int: ...
|
1205
|
+
@property
|
1206
|
+
def Item(self) -> SortedList_2_TValue: ...
|
1207
|
+
@Item.setter
|
1208
|
+
def Item(self, value: SortedList_2_TValue) -> SortedList_2_TValue: ...
|
1209
|
+
@property
|
1210
|
+
def Keys(self) -> IList_1[SortedList_2_TKey]: ...
|
1211
|
+
@property
|
1212
|
+
def Values(self) -> IList_1[SortedList_2_TValue]: ...
|
1213
|
+
def Add(self, key: SortedList_2_TKey, value: SortedList_2_TValue) -> None: ...
|
1214
|
+
def Clear(self) -> None: ...
|
1215
|
+
def ContainsKey(self, key: SortedList_2_TKey) -> bool: ...
|
1216
|
+
def ContainsValue(self, value: SortedList_2_TValue) -> bool: ...
|
1217
|
+
def GetEnumerator(self) -> IEnumerator_1[KeyValuePair_2[SortedList_2_TKey, SortedList_2_TValue]]: ...
|
1218
|
+
def GetKeyAtIndex(self, index: int) -> SortedList_2_TKey: ...
|
1219
|
+
def GetValueAtIndex(self, index: int) -> SortedList_2_TValue: ...
|
1220
|
+
def IndexOfKey(self, key: SortedList_2_TKey) -> int: ...
|
1221
|
+
def IndexOfValue(self, value: SortedList_2_TValue) -> int: ...
|
1222
|
+
def Remove(self, key: SortedList_2_TKey) -> bool: ...
|
1223
|
+
def RemoveAt(self, index: int) -> None: ...
|
1224
|
+
def SetValueAtIndex(self, index: int, value: SortedList_2_TValue) -> None: ...
|
1225
|
+
def TrimExcess(self) -> None: ...
|
1226
|
+
def TryGetValue(self, key: SortedList_2_TKey, value: clr.Reference[SortedList_2_TValue]) -> bool: ...
|
1227
|
+
|
1228
|
+
KeyList_GenericClasses_SortedList_2_TKey = typing.TypeVar('KeyList_GenericClasses_SortedList_2_TKey')
|
1229
|
+
KeyList_GenericClasses_SortedList_2_TValue = typing.TypeVar('KeyList_GenericClasses_SortedList_2_TValue')
|
1230
|
+
class KeyList_GenericClasses(typing.Generic[KeyList_GenericClasses_SortedList_2_TKey, KeyList_GenericClasses_SortedList_2_TValue], abc.ABCMeta):
|
1231
|
+
KeyList_GenericClasses_SortedList_2_TKey = SortedList_2.KeyList_GenericClasses_SortedList_2_TKey
|
1232
|
+
KeyList_GenericClasses_SortedList_2_TValue = SortedList_2.KeyList_GenericClasses_SortedList_2_TValue
|
1233
|
+
def __call__(self) -> SortedList_2.KeyList_2[KeyList_GenericClasses_SortedList_2_TKey, KeyList_GenericClasses_SortedList_2_TValue]: ...
|
1234
|
+
|
1235
|
+
KeyList : KeyList_GenericClasses[SortedList_2_TKey, SortedList_2_TValue]
|
1236
|
+
|
1237
|
+
KeyList_2_TKey = typing.TypeVar('KeyList_2_TKey')
|
1238
|
+
KeyList_2_TValue = typing.TypeVar('KeyList_2_TValue')
|
1239
|
+
class KeyList_2(typing.Generic[KeyList_2_TKey, KeyList_2_TValue], IList_1[KeyList_2_TKey], System.Collections.ICollection):
|
1240
|
+
KeyList_2_TKey = SortedList_2.KeyList_2_TKey
|
1241
|
+
KeyList_2_TValue = SortedList_2.KeyList_2_TValue
|
1242
|
+
@property
|
1243
|
+
def Count(self) -> int: ...
|
1244
|
+
@property
|
1245
|
+
def IsReadOnly(self) -> bool: ...
|
1246
|
+
@property
|
1247
|
+
def Item(self) -> KeyList_2_TKey: ...
|
1248
|
+
@Item.setter
|
1249
|
+
def Item(self, value: KeyList_2_TKey) -> KeyList_2_TKey: ...
|
1250
|
+
def Add(self, key: KeyList_2_TKey) -> None: ...
|
1251
|
+
def Clear(self) -> None: ...
|
1252
|
+
def Contains(self, key: KeyList_2_TKey) -> bool: ...
|
1253
|
+
def CopyTo(self, array: Array_1[KeyList_2_TKey], arrayIndex: int) -> None: ...
|
1254
|
+
def GetEnumerator(self) -> IEnumerator_1[KeyList_2_TKey]: ...
|
1255
|
+
def IndexOf(self, key: KeyList_2_TKey) -> int: ...
|
1256
|
+
def Insert(self, index: int, value: KeyList_2_TKey) -> None: ...
|
1257
|
+
def Remove(self, key: KeyList_2_TKey) -> bool: ...
|
1258
|
+
def RemoveAt(self, index: int) -> None: ...
|
1259
|
+
|
1260
|
+
|
1261
|
+
ValueList_GenericClasses_SortedList_2_TKey = typing.TypeVar('ValueList_GenericClasses_SortedList_2_TKey')
|
1262
|
+
ValueList_GenericClasses_SortedList_2_TValue = typing.TypeVar('ValueList_GenericClasses_SortedList_2_TValue')
|
1263
|
+
class ValueList_GenericClasses(typing.Generic[ValueList_GenericClasses_SortedList_2_TKey, ValueList_GenericClasses_SortedList_2_TValue], abc.ABCMeta):
|
1264
|
+
ValueList_GenericClasses_SortedList_2_TKey = SortedList_2.ValueList_GenericClasses_SortedList_2_TKey
|
1265
|
+
ValueList_GenericClasses_SortedList_2_TValue = SortedList_2.ValueList_GenericClasses_SortedList_2_TValue
|
1266
|
+
def __call__(self) -> SortedList_2.ValueList_2[ValueList_GenericClasses_SortedList_2_TKey, ValueList_GenericClasses_SortedList_2_TValue]: ...
|
1267
|
+
|
1268
|
+
ValueList : ValueList_GenericClasses[SortedList_2_TKey, SortedList_2_TValue]
|
1269
|
+
|
1270
|
+
ValueList_2_TKey = typing.TypeVar('ValueList_2_TKey')
|
1271
|
+
ValueList_2_TValue = typing.TypeVar('ValueList_2_TValue')
|
1272
|
+
class ValueList_2(typing.Generic[ValueList_2_TKey, ValueList_2_TValue], IList_1[ValueList_2_TValue], System.Collections.ICollection):
|
1273
|
+
ValueList_2_TKey = SortedList_2.ValueList_2_TKey
|
1274
|
+
ValueList_2_TValue = SortedList_2.ValueList_2_TValue
|
1275
|
+
@property
|
1276
|
+
def Count(self) -> int: ...
|
1277
|
+
@property
|
1278
|
+
def IsReadOnly(self) -> bool: ...
|
1279
|
+
@property
|
1280
|
+
def Item(self) -> ValueList_2_TValue: ...
|
1281
|
+
@Item.setter
|
1282
|
+
def Item(self, value: ValueList_2_TValue) -> ValueList_2_TValue: ...
|
1283
|
+
def Add(self, key: ValueList_2_TValue) -> None: ...
|
1284
|
+
def Clear(self) -> None: ...
|
1285
|
+
def Contains(self, value: ValueList_2_TValue) -> bool: ...
|
1286
|
+
def CopyTo(self, array: Array_1[ValueList_2_TValue], arrayIndex: int) -> None: ...
|
1287
|
+
def GetEnumerator(self) -> IEnumerator_1[ValueList_2_TValue]: ...
|
1288
|
+
def IndexOf(self, value: ValueList_2_TValue) -> int: ...
|
1289
|
+
def Insert(self, index: int, value: ValueList_2_TValue) -> None: ...
|
1290
|
+
def Remove(self, value: ValueList_2_TValue) -> bool: ...
|
1291
|
+
def RemoveAt(self, index: int) -> None: ...
|
1292
|
+
|
1293
|
+
|