PySimultan 0.5.9.7__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 +4 -0
- PySimultan2/__about__.py +1 -1
- PySimultan2/data_model.py +3 -3
- PySimultan2/default_types.py +39 -8
- PySimultan2/files.py +1 -1
- PySimultan2/object_mapper.py +2 -0
- 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/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 +9 -4
- {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/METADATA +1 -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.7.dist-info/RECORD +0 -81
- {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/WHEEL +0 -0
- {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/licenses/LICENSE.txt +0 -0
@@ -0,0 +1,166 @@
|
|
1
|
+
import typing, clr, abc
|
2
|
+
from System.Collections.Generic import IReadOnlyList_1, IList_1, IEnumerator_1, IEnumerable_1, List_1, IReadOnlyDictionary_2, IDictionary_2, KeyValuePair_2, IReadOnlyCollection_1, ICollection_1
|
3
|
+
from System.Collections import IList, IDictionary, ICollection
|
4
|
+
from System import Array_1
|
5
|
+
from System.ComponentModel import INotifyPropertyChanged
|
6
|
+
from System.Collections.Specialized import INotifyCollectionChanged
|
7
|
+
|
8
|
+
class Collection_GenericClasses(abc.ABCMeta):
|
9
|
+
Generic_Collection_GenericClasses_Collection_1_T = typing.TypeVar('Generic_Collection_GenericClasses_Collection_1_T')
|
10
|
+
def __getitem__(self, types : typing.Type[Generic_Collection_GenericClasses_Collection_1_T]) -> typing.Type[Collection_1[Generic_Collection_GenericClasses_Collection_1_T]]: ...
|
11
|
+
|
12
|
+
Collection : Collection_GenericClasses
|
13
|
+
|
14
|
+
Collection_1_T = typing.TypeVar('Collection_1_T')
|
15
|
+
class Collection_1(typing.Generic[Collection_1_T], IReadOnlyList_1[Collection_1_T], IList_1[Collection_1_T], IList):
|
16
|
+
@typing.overload
|
17
|
+
def __init__(self) -> None: ...
|
18
|
+
@typing.overload
|
19
|
+
def __init__(self, list: IList_1[Collection_1_T]) -> None: ...
|
20
|
+
@property
|
21
|
+
def Count(self) -> int: ...
|
22
|
+
@property
|
23
|
+
def Item(self) -> Collection_1_T: ...
|
24
|
+
@Item.setter
|
25
|
+
def Item(self, value: Collection_1_T) -> Collection_1_T: ...
|
26
|
+
def Add(self, item: Collection_1_T) -> None: ...
|
27
|
+
def Clear(self) -> None: ...
|
28
|
+
def Contains(self, item: Collection_1_T) -> bool: ...
|
29
|
+
def CopyTo(self, array: Array_1[Collection_1_T], index: int) -> None: ...
|
30
|
+
def GetEnumerator(self) -> IEnumerator_1[Collection_1_T]: ...
|
31
|
+
def IndexOf(self, item: Collection_1_T) -> int: ...
|
32
|
+
def Insert(self, index: int, item: Collection_1_T) -> None: ...
|
33
|
+
def Remove(self, item: Collection_1_T) -> bool: ...
|
34
|
+
def RemoveAt(self, index: int) -> None: ...
|
35
|
+
|
36
|
+
|
37
|
+
class ObservableCollection_GenericClasses(abc.ABCMeta):
|
38
|
+
Generic_ObservableCollection_GenericClasses_ObservableCollection_1_T = typing.TypeVar('Generic_ObservableCollection_GenericClasses_ObservableCollection_1_T')
|
39
|
+
def __getitem__(self, types : typing.Type[Generic_ObservableCollection_GenericClasses_ObservableCollection_1_T]) -> typing.Type[ObservableCollection_1[Generic_ObservableCollection_GenericClasses_ObservableCollection_1_T]]: ...
|
40
|
+
|
41
|
+
ObservableCollection : ObservableCollection_GenericClasses
|
42
|
+
|
43
|
+
ObservableCollection_1_T = typing.TypeVar('ObservableCollection_1_T')
|
44
|
+
class ObservableCollection_1(typing.Generic[ObservableCollection_1_T], Collection_1[ObservableCollection_1_T], INotifyPropertyChanged, INotifyCollectionChanged):
|
45
|
+
@typing.overload
|
46
|
+
def __init__(self) -> None: ...
|
47
|
+
@typing.overload
|
48
|
+
def __init__(self, collection: IEnumerable_1[ObservableCollection_1_T]) -> None: ...
|
49
|
+
@typing.overload
|
50
|
+
def __init__(self, list: List_1[ObservableCollection_1_T]) -> None: ...
|
51
|
+
@property
|
52
|
+
def Count(self) -> int: ...
|
53
|
+
@property
|
54
|
+
def Item(self) -> ObservableCollection_1_T: ...
|
55
|
+
@Item.setter
|
56
|
+
def Item(self, value: ObservableCollection_1_T) -> ObservableCollection_1_T: ...
|
57
|
+
def Move(self, oldIndex: int, newIndex: int) -> None: ...
|
58
|
+
|
59
|
+
|
60
|
+
class ReadOnlyCollection_GenericClasses(abc.ABCMeta):
|
61
|
+
Generic_ReadOnlyCollection_GenericClasses_ReadOnlyCollection_1_T = typing.TypeVar('Generic_ReadOnlyCollection_GenericClasses_ReadOnlyCollection_1_T')
|
62
|
+
def __getitem__(self, types : typing.Type[Generic_ReadOnlyCollection_GenericClasses_ReadOnlyCollection_1_T]) -> typing.Type[ReadOnlyCollection_1[Generic_ReadOnlyCollection_GenericClasses_ReadOnlyCollection_1_T]]: ...
|
63
|
+
|
64
|
+
ReadOnlyCollection : ReadOnlyCollection_GenericClasses
|
65
|
+
|
66
|
+
ReadOnlyCollection_1_T = typing.TypeVar('ReadOnlyCollection_1_T')
|
67
|
+
class ReadOnlyCollection_1(typing.Generic[ReadOnlyCollection_1_T], IReadOnlyList_1[ReadOnlyCollection_1_T], IList_1[ReadOnlyCollection_1_T], IList):
|
68
|
+
def __init__(self, list: IList_1[ReadOnlyCollection_1_T]) -> None: ...
|
69
|
+
@property
|
70
|
+
def Count(self) -> int: ...
|
71
|
+
@classmethod
|
72
|
+
@property
|
73
|
+
def Empty(cls) -> ReadOnlyCollection_1[ReadOnlyCollection_1_T]: ...
|
74
|
+
@property
|
75
|
+
def Item(self) -> ReadOnlyCollection_1_T: ...
|
76
|
+
def Contains(self, value: ReadOnlyCollection_1_T) -> bool: ...
|
77
|
+
def CopyTo(self, array: Array_1[ReadOnlyCollection_1_T], index: int) -> None: ...
|
78
|
+
def GetEnumerator(self) -> IEnumerator_1[ReadOnlyCollection_1_T]: ...
|
79
|
+
def IndexOf(self, value: ReadOnlyCollection_1_T) -> int: ...
|
80
|
+
|
81
|
+
|
82
|
+
class ReadOnlyDictionary_GenericClasses(abc.ABCMeta):
|
83
|
+
Generic_ReadOnlyDictionary_GenericClasses_ReadOnlyDictionary_2_TKey = typing.TypeVar('Generic_ReadOnlyDictionary_GenericClasses_ReadOnlyDictionary_2_TKey')
|
84
|
+
Generic_ReadOnlyDictionary_GenericClasses_ReadOnlyDictionary_2_TValue = typing.TypeVar('Generic_ReadOnlyDictionary_GenericClasses_ReadOnlyDictionary_2_TValue')
|
85
|
+
def __getitem__(self, types : typing.Tuple[typing.Type[Generic_ReadOnlyDictionary_GenericClasses_ReadOnlyDictionary_2_TKey], typing.Type[Generic_ReadOnlyDictionary_GenericClasses_ReadOnlyDictionary_2_TValue]]) -> typing.Type[ReadOnlyDictionary_2[Generic_ReadOnlyDictionary_GenericClasses_ReadOnlyDictionary_2_TKey, Generic_ReadOnlyDictionary_GenericClasses_ReadOnlyDictionary_2_TValue]]: ...
|
86
|
+
|
87
|
+
ReadOnlyDictionary : ReadOnlyDictionary_GenericClasses
|
88
|
+
|
89
|
+
ReadOnlyDictionary_2_TKey = typing.TypeVar('ReadOnlyDictionary_2_TKey')
|
90
|
+
ReadOnlyDictionary_2_TValue = typing.TypeVar('ReadOnlyDictionary_2_TValue')
|
91
|
+
class ReadOnlyDictionary_2(typing.Generic[ReadOnlyDictionary_2_TKey, ReadOnlyDictionary_2_TValue], IReadOnlyDictionary_2[ReadOnlyDictionary_2_TKey, ReadOnlyDictionary_2_TValue], IDictionary_2[ReadOnlyDictionary_2_TKey, ReadOnlyDictionary_2_TValue], IDictionary):
|
92
|
+
def __init__(self, dictionary: IDictionary_2[ReadOnlyDictionary_2_TKey, ReadOnlyDictionary_2_TValue]) -> None: ...
|
93
|
+
@property
|
94
|
+
def Count(self) -> int: ...
|
95
|
+
@classmethod
|
96
|
+
@property
|
97
|
+
def Empty(cls) -> ReadOnlyDictionary_2[ReadOnlyDictionary_2_TKey, ReadOnlyDictionary_2_TValue]: ...
|
98
|
+
@property
|
99
|
+
def Item(self) -> ReadOnlyDictionary_2_TValue: ...
|
100
|
+
@property
|
101
|
+
def Keys(self) -> ReadOnlyDictionary_2.KeyCollection_2[ReadOnlyDictionary_2_TKey, ReadOnlyDictionary_2_TValue]: ...
|
102
|
+
@property
|
103
|
+
def Values(self) -> ReadOnlyDictionary_2.ValueCollection_2[ReadOnlyDictionary_2_TKey, ReadOnlyDictionary_2_TValue]: ...
|
104
|
+
def ContainsKey(self, key: ReadOnlyDictionary_2_TKey) -> bool: ...
|
105
|
+
def GetEnumerator(self) -> IEnumerator_1[KeyValuePair_2[ReadOnlyDictionary_2_TKey, ReadOnlyDictionary_2_TValue]]: ...
|
106
|
+
def TryGetValue(self, key: ReadOnlyDictionary_2_TKey, value: clr.Reference[ReadOnlyDictionary_2_TValue]) -> bool: ...
|
107
|
+
|
108
|
+
KeyCollection_GenericClasses_ReadOnlyDictionary_2_TKey = typing.TypeVar('KeyCollection_GenericClasses_ReadOnlyDictionary_2_TKey')
|
109
|
+
KeyCollection_GenericClasses_ReadOnlyDictionary_2_TValue = typing.TypeVar('KeyCollection_GenericClasses_ReadOnlyDictionary_2_TValue')
|
110
|
+
class KeyCollection_GenericClasses(typing.Generic[KeyCollection_GenericClasses_ReadOnlyDictionary_2_TKey, KeyCollection_GenericClasses_ReadOnlyDictionary_2_TValue], abc.ABCMeta):
|
111
|
+
KeyCollection_GenericClasses_ReadOnlyDictionary_2_TKey = ReadOnlyDictionary_2.KeyCollection_GenericClasses_ReadOnlyDictionary_2_TKey
|
112
|
+
KeyCollection_GenericClasses_ReadOnlyDictionary_2_TValue = ReadOnlyDictionary_2.KeyCollection_GenericClasses_ReadOnlyDictionary_2_TValue
|
113
|
+
def __call__(self) -> ReadOnlyDictionary_2.KeyCollection_2[KeyCollection_GenericClasses_ReadOnlyDictionary_2_TKey, KeyCollection_GenericClasses_ReadOnlyDictionary_2_TValue]: ...
|
114
|
+
|
115
|
+
KeyCollection : KeyCollection_GenericClasses[ReadOnlyDictionary_2_TKey, ReadOnlyDictionary_2_TValue]
|
116
|
+
|
117
|
+
KeyCollection_2_TKey = typing.TypeVar('KeyCollection_2_TKey')
|
118
|
+
KeyCollection_2_TValue = typing.TypeVar('KeyCollection_2_TValue')
|
119
|
+
class KeyCollection_2(typing.Generic[KeyCollection_2_TKey, KeyCollection_2_TValue], IReadOnlyCollection_1[KeyCollection_2_TKey], ICollection_1[KeyCollection_2_TKey], ICollection):
|
120
|
+
KeyCollection_2_TKey = ReadOnlyDictionary_2.KeyCollection_2_TKey
|
121
|
+
KeyCollection_2_TValue = ReadOnlyDictionary_2.KeyCollection_2_TValue
|
122
|
+
@property
|
123
|
+
def Count(self) -> int: ...
|
124
|
+
def Contains(self, item: KeyCollection_2_TKey) -> bool: ...
|
125
|
+
def CopyTo(self, array: Array_1[KeyCollection_2_TKey], arrayIndex: int) -> None: ...
|
126
|
+
def GetEnumerator(self) -> IEnumerator_1[KeyCollection_2_TKey]: ...
|
127
|
+
|
128
|
+
|
129
|
+
ValueCollection_GenericClasses_ReadOnlyDictionary_2_TKey = typing.TypeVar('ValueCollection_GenericClasses_ReadOnlyDictionary_2_TKey')
|
130
|
+
ValueCollection_GenericClasses_ReadOnlyDictionary_2_TValue = typing.TypeVar('ValueCollection_GenericClasses_ReadOnlyDictionary_2_TValue')
|
131
|
+
class ValueCollection_GenericClasses(typing.Generic[ValueCollection_GenericClasses_ReadOnlyDictionary_2_TKey, ValueCollection_GenericClasses_ReadOnlyDictionary_2_TValue], abc.ABCMeta):
|
132
|
+
ValueCollection_GenericClasses_ReadOnlyDictionary_2_TKey = ReadOnlyDictionary_2.ValueCollection_GenericClasses_ReadOnlyDictionary_2_TKey
|
133
|
+
ValueCollection_GenericClasses_ReadOnlyDictionary_2_TValue = ReadOnlyDictionary_2.ValueCollection_GenericClasses_ReadOnlyDictionary_2_TValue
|
134
|
+
def __call__(self) -> ReadOnlyDictionary_2.ValueCollection_2[ValueCollection_GenericClasses_ReadOnlyDictionary_2_TKey, ValueCollection_GenericClasses_ReadOnlyDictionary_2_TValue]: ...
|
135
|
+
|
136
|
+
ValueCollection : ValueCollection_GenericClasses[ReadOnlyDictionary_2_TKey, ReadOnlyDictionary_2_TValue]
|
137
|
+
|
138
|
+
ValueCollection_2_TKey = typing.TypeVar('ValueCollection_2_TKey')
|
139
|
+
ValueCollection_2_TValue = typing.TypeVar('ValueCollection_2_TValue')
|
140
|
+
class ValueCollection_2(typing.Generic[ValueCollection_2_TKey, ValueCollection_2_TValue], IReadOnlyCollection_1[ValueCollection_2_TValue], ICollection_1[ValueCollection_2_TValue], ICollection):
|
141
|
+
ValueCollection_2_TKey = ReadOnlyDictionary_2.ValueCollection_2_TKey
|
142
|
+
ValueCollection_2_TValue = ReadOnlyDictionary_2.ValueCollection_2_TValue
|
143
|
+
@property
|
144
|
+
def Count(self) -> int: ...
|
145
|
+
def CopyTo(self, array: Array_1[ValueCollection_2_TValue], arrayIndex: int) -> None: ...
|
146
|
+
def GetEnumerator(self) -> IEnumerator_1[ValueCollection_2_TValue]: ...
|
147
|
+
|
148
|
+
|
149
|
+
|
150
|
+
class ReadOnlyObservableCollection_GenericClasses(abc.ABCMeta):
|
151
|
+
Generic_ReadOnlyObservableCollection_GenericClasses_ReadOnlyObservableCollection_1_T = typing.TypeVar('Generic_ReadOnlyObservableCollection_GenericClasses_ReadOnlyObservableCollection_1_T')
|
152
|
+
def __getitem__(self, types : typing.Type[Generic_ReadOnlyObservableCollection_GenericClasses_ReadOnlyObservableCollection_1_T]) -> typing.Type[ReadOnlyObservableCollection_1[Generic_ReadOnlyObservableCollection_GenericClasses_ReadOnlyObservableCollection_1_T]]: ...
|
153
|
+
|
154
|
+
ReadOnlyObservableCollection : ReadOnlyObservableCollection_GenericClasses
|
155
|
+
|
156
|
+
ReadOnlyObservableCollection_1_T = typing.TypeVar('ReadOnlyObservableCollection_1_T')
|
157
|
+
class ReadOnlyObservableCollection_1(typing.Generic[ReadOnlyObservableCollection_1_T], ReadOnlyCollection_1[ReadOnlyObservableCollection_1_T], INotifyPropertyChanged, INotifyCollectionChanged):
|
158
|
+
def __init__(self, list: ObservableCollection_1[ReadOnlyObservableCollection_1_T]) -> None: ...
|
159
|
+
@property
|
160
|
+
def Count(self) -> int: ...
|
161
|
+
@classmethod
|
162
|
+
@property
|
163
|
+
def Empty(cls) -> ReadOnlyObservableCollection_1[ReadOnlyObservableCollection_1_T]: ...
|
164
|
+
@property
|
165
|
+
def Item(self) -> ReadOnlyObservableCollection_1_T: ...
|
166
|
+
|
@@ -0,0 +1,82 @@
|
|
1
|
+
import typing
|
2
|
+
from System import EventArgs, Array
|
3
|
+
from System.Collections import IList, IEnumerable, ICollection, IEnumerator
|
4
|
+
|
5
|
+
class INotifyCollectionChanged(typing.Protocol):
|
6
|
+
pass
|
7
|
+
|
8
|
+
|
9
|
+
class NotifyCollectionChangedAction(typing.SupportsInt):
|
10
|
+
@typing.overload
|
11
|
+
def __init__(self, value : int) -> None: ...
|
12
|
+
@typing.overload
|
13
|
+
def __init__(self, value : int, force_if_true: bool) -> None: ...
|
14
|
+
def __int__(self) -> int: ...
|
15
|
+
|
16
|
+
# Values:
|
17
|
+
Add : NotifyCollectionChangedAction # 0
|
18
|
+
Remove : NotifyCollectionChangedAction # 1
|
19
|
+
Replace : NotifyCollectionChangedAction # 2
|
20
|
+
Move : NotifyCollectionChangedAction # 3
|
21
|
+
Reset : NotifyCollectionChangedAction # 4
|
22
|
+
|
23
|
+
|
24
|
+
class NotifyCollectionChangedEventArgs(EventArgs):
|
25
|
+
@typing.overload
|
26
|
+
def __init__(self, action: NotifyCollectionChangedAction) -> None: ...
|
27
|
+
@typing.overload
|
28
|
+
def __init__(self, action: NotifyCollectionChangedAction, changedItem: typing.Any) -> None: ...
|
29
|
+
@typing.overload
|
30
|
+
def __init__(self, action: NotifyCollectionChangedAction, changedItem: typing.Any, index: int) -> None: ...
|
31
|
+
@typing.overload
|
32
|
+
def __init__(self, action: NotifyCollectionChangedAction, changedItem: typing.Any, index: int, oldIndex: int) -> None: ...
|
33
|
+
@typing.overload
|
34
|
+
def __init__(self, action: NotifyCollectionChangedAction, changedItems: IList) -> None: ...
|
35
|
+
@typing.overload
|
36
|
+
def __init__(self, action: NotifyCollectionChangedAction, changedItems: IList, index: int, oldIndex: int) -> None: ...
|
37
|
+
@typing.overload
|
38
|
+
def __init__(self, action: NotifyCollectionChangedAction, changedItems: IList, startingIndex: int) -> None: ...
|
39
|
+
@typing.overload
|
40
|
+
def __init__(self, action: NotifyCollectionChangedAction, newItem: typing.Any, oldItem: typing.Any) -> None: ...
|
41
|
+
@typing.overload
|
42
|
+
def __init__(self, action: NotifyCollectionChangedAction, newItem: typing.Any, oldItem: typing.Any, index: int) -> None: ...
|
43
|
+
@typing.overload
|
44
|
+
def __init__(self, action: NotifyCollectionChangedAction, newItems: IList, oldItems: IList) -> None: ...
|
45
|
+
@typing.overload
|
46
|
+
def __init__(self, action: NotifyCollectionChangedAction, newItems: IList, oldItems: IList, startingIndex: int) -> None: ...
|
47
|
+
@property
|
48
|
+
def Action(self) -> NotifyCollectionChangedAction: ...
|
49
|
+
@property
|
50
|
+
def NewItems(self) -> IList: ...
|
51
|
+
@property
|
52
|
+
def NewStartingIndex(self) -> int: ...
|
53
|
+
@property
|
54
|
+
def OldItems(self) -> IList: ...
|
55
|
+
@property
|
56
|
+
def OldStartingIndex(self) -> int: ...
|
57
|
+
|
58
|
+
|
59
|
+
class StringDictionary(IEnumerable):
|
60
|
+
def __init__(self) -> None: ...
|
61
|
+
@property
|
62
|
+
def Count(self) -> int: ...
|
63
|
+
@property
|
64
|
+
def IsSynchronized(self) -> bool: ...
|
65
|
+
@property
|
66
|
+
def Item(self) -> str: ...
|
67
|
+
@Item.setter
|
68
|
+
def Item(self, value: str) -> str: ...
|
69
|
+
@property
|
70
|
+
def Keys(self) -> ICollection: ...
|
71
|
+
@property
|
72
|
+
def SyncRoot(self) -> typing.Any: ...
|
73
|
+
@property
|
74
|
+
def Values(self) -> ICollection: ...
|
75
|
+
def Add(self, key: str, value: str) -> None: ...
|
76
|
+
def Clear(self) -> None: ...
|
77
|
+
def ContainsKey(self, key: str) -> bool: ...
|
78
|
+
def ContainsValue(self, value: str) -> bool: ...
|
79
|
+
def CopyTo(self, array: Array, index: int) -> None: ...
|
80
|
+
def GetEnumerator(self) -> IEnumerator: ...
|
81
|
+
def Remove(self, key: str) -> None: ...
|
82
|
+
|
@@ -0,0 +1,403 @@
|
|
1
|
+
import typing, clr, abc
|
2
|
+
from System import ICloneable, Array, Array_1
|
3
|
+
from System.Runtime.Serialization import ISerializable, SerializationInfo, StreamingContext, IDeserializationCallback
|
4
|
+
from System.Globalization import CultureInfo
|
5
|
+
|
6
|
+
class ArrayList(IList, ICloneable):
|
7
|
+
@typing.overload
|
8
|
+
def __init__(self) -> None: ...
|
9
|
+
@typing.overload
|
10
|
+
def __init__(self, c: ICollection) -> None: ...
|
11
|
+
@typing.overload
|
12
|
+
def __init__(self, capacity: int) -> None: ...
|
13
|
+
@property
|
14
|
+
def Capacity(self) -> int: ...
|
15
|
+
@Capacity.setter
|
16
|
+
def Capacity(self, value: int) -> int: ...
|
17
|
+
@property
|
18
|
+
def Count(self) -> int: ...
|
19
|
+
@property
|
20
|
+
def IsFixedSize(self) -> bool: ...
|
21
|
+
@property
|
22
|
+
def IsReadOnly(self) -> bool: ...
|
23
|
+
@property
|
24
|
+
def IsSynchronized(self) -> bool: ...
|
25
|
+
@property
|
26
|
+
def Item(self) -> typing.Any: ...
|
27
|
+
@Item.setter
|
28
|
+
def Item(self, value: typing.Any) -> typing.Any: ...
|
29
|
+
@property
|
30
|
+
def SyncRoot(self) -> typing.Any: ...
|
31
|
+
@staticmethod
|
32
|
+
def Adapter(list: IList) -> ArrayList: ...
|
33
|
+
def Add(self, value: typing.Any) -> int: ...
|
34
|
+
def AddRange(self, c: ICollection) -> None: ...
|
35
|
+
def Clear(self) -> None: ...
|
36
|
+
def Clone(self) -> typing.Any: ...
|
37
|
+
def Contains(self, item: typing.Any) -> bool: ...
|
38
|
+
def GetRange(self, index: int, count: int) -> ArrayList: ...
|
39
|
+
def Insert(self, index: int, value: typing.Any) -> None: ...
|
40
|
+
def InsertRange(self, index: int, c: ICollection) -> None: ...
|
41
|
+
def Remove(self, obj: typing.Any) -> None: ...
|
42
|
+
def RemoveAt(self, index: int) -> None: ...
|
43
|
+
def RemoveRange(self, index: int, count: int) -> None: ...
|
44
|
+
@staticmethod
|
45
|
+
def Repeat(value: typing.Any, count: int) -> ArrayList: ...
|
46
|
+
def SetRange(self, index: int, c: ICollection) -> None: ...
|
47
|
+
def TrimToSize(self) -> None: ...
|
48
|
+
# Skipped BinarySearch due to it being static, abstract and generic.
|
49
|
+
|
50
|
+
BinarySearch : BinarySearch_MethodGroup
|
51
|
+
class BinarySearch_MethodGroup:
|
52
|
+
@typing.overload
|
53
|
+
def __call__(self, value: typing.Any) -> int:...
|
54
|
+
@typing.overload
|
55
|
+
def __call__(self, value: typing.Any, comparer: IComparer) -> int:...
|
56
|
+
@typing.overload
|
57
|
+
def __call__(self, index: int, count: int, value: typing.Any, comparer: IComparer) -> int:...
|
58
|
+
|
59
|
+
# Skipped CopyTo due to it being static, abstract and generic.
|
60
|
+
|
61
|
+
CopyTo : CopyTo_MethodGroup
|
62
|
+
class CopyTo_MethodGroup:
|
63
|
+
@typing.overload
|
64
|
+
def __call__(self, array: Array) -> None:...
|
65
|
+
@typing.overload
|
66
|
+
def __call__(self, array: Array, arrayIndex: int) -> None:...
|
67
|
+
@typing.overload
|
68
|
+
def __call__(self, index: int, array: Array, arrayIndex: int, count: int) -> None:...
|
69
|
+
|
70
|
+
# Skipped FixedSize due to it being static, abstract and generic.
|
71
|
+
|
72
|
+
FixedSize : FixedSize_MethodGroup
|
73
|
+
class FixedSize_MethodGroup:
|
74
|
+
@typing.overload
|
75
|
+
def __call__(self, list: ArrayList) -> ArrayList:...
|
76
|
+
@typing.overload
|
77
|
+
def __call__(self, list: IList) -> IList:...
|
78
|
+
|
79
|
+
# Skipped GetEnumerator due to it being static, abstract and generic.
|
80
|
+
|
81
|
+
GetEnumerator : GetEnumerator_MethodGroup
|
82
|
+
class GetEnumerator_MethodGroup:
|
83
|
+
@typing.overload
|
84
|
+
def __call__(self) -> IEnumerator:...
|
85
|
+
@typing.overload
|
86
|
+
def __call__(self, index: int, count: int) -> IEnumerator:...
|
87
|
+
|
88
|
+
# Skipped IndexOf due to it being static, abstract and generic.
|
89
|
+
|
90
|
+
IndexOf : IndexOf_MethodGroup
|
91
|
+
class IndexOf_MethodGroup:
|
92
|
+
@typing.overload
|
93
|
+
def __call__(self, value: typing.Any) -> int:...
|
94
|
+
@typing.overload
|
95
|
+
def __call__(self, value: typing.Any, startIndex: int) -> int:...
|
96
|
+
@typing.overload
|
97
|
+
def __call__(self, value: typing.Any, startIndex: int, count: int) -> int:...
|
98
|
+
|
99
|
+
# Skipped LastIndexOf due to it being static, abstract and generic.
|
100
|
+
|
101
|
+
LastIndexOf : LastIndexOf_MethodGroup
|
102
|
+
class LastIndexOf_MethodGroup:
|
103
|
+
@typing.overload
|
104
|
+
def __call__(self, value: typing.Any) -> int:...
|
105
|
+
@typing.overload
|
106
|
+
def __call__(self, value: typing.Any, startIndex: int) -> int:...
|
107
|
+
@typing.overload
|
108
|
+
def __call__(self, value: typing.Any, startIndex: int, count: int) -> int:...
|
109
|
+
|
110
|
+
# Skipped ReadOnly due to it being static, abstract and generic.
|
111
|
+
|
112
|
+
ReadOnly : ReadOnly_MethodGroup
|
113
|
+
class ReadOnly_MethodGroup:
|
114
|
+
@typing.overload
|
115
|
+
def __call__(self, list: ArrayList) -> ArrayList:...
|
116
|
+
@typing.overload
|
117
|
+
def __call__(self, list: IList) -> IList:...
|
118
|
+
|
119
|
+
# Skipped Reverse due to it being static, abstract and generic.
|
120
|
+
|
121
|
+
Reverse : Reverse_MethodGroup
|
122
|
+
class Reverse_MethodGroup:
|
123
|
+
@typing.overload
|
124
|
+
def __call__(self) -> None:...
|
125
|
+
@typing.overload
|
126
|
+
def __call__(self, index: int, count: int) -> None:...
|
127
|
+
|
128
|
+
# Skipped Sort due to it being static, abstract and generic.
|
129
|
+
|
130
|
+
Sort : Sort_MethodGroup
|
131
|
+
class Sort_MethodGroup:
|
132
|
+
@typing.overload
|
133
|
+
def __call__(self) -> None:...
|
134
|
+
@typing.overload
|
135
|
+
def __call__(self, comparer: IComparer) -> None:...
|
136
|
+
@typing.overload
|
137
|
+
def __call__(self, index: int, count: int, comparer: IComparer) -> None:...
|
138
|
+
|
139
|
+
# Skipped Synchronized due to it being static, abstract and generic.
|
140
|
+
|
141
|
+
Synchronized : Synchronized_MethodGroup
|
142
|
+
class Synchronized_MethodGroup:
|
143
|
+
@typing.overload
|
144
|
+
def __call__(self, list: ArrayList) -> ArrayList:...
|
145
|
+
@typing.overload
|
146
|
+
def __call__(self, list: IList) -> IList:...
|
147
|
+
|
148
|
+
# Skipped ToArray due to it being static, abstract and generic.
|
149
|
+
|
150
|
+
ToArray : ToArray_MethodGroup
|
151
|
+
class ToArray_MethodGroup:
|
152
|
+
@typing.overload
|
153
|
+
def __call__(self) -> Array_1[typing.Any]:...
|
154
|
+
@typing.overload
|
155
|
+
def __call__(self, type: typing.Type[typing.Any]) -> Array:...
|
156
|
+
|
157
|
+
|
158
|
+
|
159
|
+
class CollectionBase(IList, abc.ABC):
|
160
|
+
@property
|
161
|
+
def Capacity(self) -> int: ...
|
162
|
+
@Capacity.setter
|
163
|
+
def Capacity(self, value: int) -> int: ...
|
164
|
+
@property
|
165
|
+
def Count(self) -> int: ...
|
166
|
+
def Clear(self) -> None: ...
|
167
|
+
def GetEnumerator(self) -> IEnumerator: ...
|
168
|
+
def RemoveAt(self, index: int) -> None: ...
|
169
|
+
|
170
|
+
|
171
|
+
class Comparer(ISerializable, IComparer):
|
172
|
+
def __init__(self, culture: CultureInfo) -> None: ...
|
173
|
+
Default : Comparer
|
174
|
+
DefaultInvariant : Comparer
|
175
|
+
def Compare(self, a: typing.Any, b: typing.Any) -> int: ...
|
176
|
+
def GetObjectData(self, info: SerializationInfo, context: StreamingContext) -> None: ...
|
177
|
+
|
178
|
+
|
179
|
+
class DictionaryEntry:
|
180
|
+
def __init__(self, key: typing.Any, value: typing.Any) -> None: ...
|
181
|
+
@property
|
182
|
+
def Key(self) -> typing.Any: ...
|
183
|
+
@Key.setter
|
184
|
+
def Key(self, value: typing.Any) -> typing.Any: ...
|
185
|
+
@property
|
186
|
+
def Value(self) -> typing.Any: ...
|
187
|
+
@Value.setter
|
188
|
+
def Value(self, value: typing.Any) -> typing.Any: ...
|
189
|
+
def Deconstruct(self, key: clr.Reference[typing.Any], value: clr.Reference[typing.Any]) -> None: ...
|
190
|
+
def ToString(self) -> str: ...
|
191
|
+
|
192
|
+
|
193
|
+
class Hashtable(IDictionary, ICloneable, IDeserializationCallback, ISerializable):
|
194
|
+
@typing.overload
|
195
|
+
def __init__(self) -> None: ...
|
196
|
+
@typing.overload
|
197
|
+
def __init__(self, capacity: int) -> None: ...
|
198
|
+
@typing.overload
|
199
|
+
def __init__(self, capacity: int, equalityComparer: IEqualityComparer) -> None: ...
|
200
|
+
@typing.overload
|
201
|
+
def __init__(self, capacity: int, hcp: IHashCodeProvider, comparer: IComparer) -> None: ...
|
202
|
+
@typing.overload
|
203
|
+
def __init__(self, capacity: int, loadFactor: float) -> None: ...
|
204
|
+
@typing.overload
|
205
|
+
def __init__(self, capacity: int, loadFactor: float, equalityComparer: IEqualityComparer) -> None: ...
|
206
|
+
@typing.overload
|
207
|
+
def __init__(self, capacity: int, loadFactor: float, hcp: IHashCodeProvider, comparer: IComparer) -> None: ...
|
208
|
+
@typing.overload
|
209
|
+
def __init__(self, d: IDictionary) -> None: ...
|
210
|
+
@typing.overload
|
211
|
+
def __init__(self, d: IDictionary, equalityComparer: IEqualityComparer) -> None: ...
|
212
|
+
@typing.overload
|
213
|
+
def __init__(self, d: IDictionary, hcp: IHashCodeProvider, comparer: IComparer) -> None: ...
|
214
|
+
@typing.overload
|
215
|
+
def __init__(self, d: IDictionary, loadFactor: float) -> None: ...
|
216
|
+
@typing.overload
|
217
|
+
def __init__(self, d: IDictionary, loadFactor: float, equalityComparer: IEqualityComparer) -> None: ...
|
218
|
+
@typing.overload
|
219
|
+
def __init__(self, d: IDictionary, loadFactor: float, hcp: IHashCodeProvider, comparer: IComparer) -> None: ...
|
220
|
+
@typing.overload
|
221
|
+
def __init__(self, equalityComparer: IEqualityComparer) -> None: ...
|
222
|
+
@typing.overload
|
223
|
+
def __init__(self, hcp: IHashCodeProvider, comparer: IComparer) -> None: ...
|
224
|
+
@property
|
225
|
+
def Count(self) -> int: ...
|
226
|
+
@property
|
227
|
+
def IsFixedSize(self) -> bool: ...
|
228
|
+
@property
|
229
|
+
def IsReadOnly(self) -> bool: ...
|
230
|
+
@property
|
231
|
+
def IsSynchronized(self) -> bool: ...
|
232
|
+
@property
|
233
|
+
def Item(self) -> typing.Any: ...
|
234
|
+
@Item.setter
|
235
|
+
def Item(self, value: typing.Any) -> typing.Any: ...
|
236
|
+
@property
|
237
|
+
def Keys(self) -> ICollection: ...
|
238
|
+
@property
|
239
|
+
def SyncRoot(self) -> typing.Any: ...
|
240
|
+
@property
|
241
|
+
def Values(self) -> ICollection: ...
|
242
|
+
def Add(self, key: typing.Any, value: typing.Any) -> None: ...
|
243
|
+
def Clear(self) -> None: ...
|
244
|
+
def Clone(self) -> typing.Any: ...
|
245
|
+
def Contains(self, key: typing.Any) -> bool: ...
|
246
|
+
def ContainsKey(self, key: typing.Any) -> bool: ...
|
247
|
+
def ContainsValue(self, value: typing.Any) -> bool: ...
|
248
|
+
def CopyTo(self, array: Array, arrayIndex: int) -> None: ...
|
249
|
+
def GetEnumerator(self) -> IDictionaryEnumerator: ...
|
250
|
+
def GetObjectData(self, info: SerializationInfo, context: StreamingContext) -> None: ...
|
251
|
+
def OnDeserialization(self, sender: typing.Any) -> None: ...
|
252
|
+
def Remove(self, key: typing.Any) -> None: ...
|
253
|
+
@staticmethod
|
254
|
+
def Synchronized(table: Hashtable) -> Hashtable: ...
|
255
|
+
|
256
|
+
|
257
|
+
class ICollection(IEnumerable, typing.Protocol):
|
258
|
+
@property
|
259
|
+
def Count(self) -> int: ...
|
260
|
+
@property
|
261
|
+
def IsSynchronized(self) -> bool: ...
|
262
|
+
@property
|
263
|
+
def SyncRoot(self) -> typing.Any: ...
|
264
|
+
@abc.abstractmethod
|
265
|
+
def CopyTo(self, array: Array, index: int) -> None: ...
|
266
|
+
|
267
|
+
|
268
|
+
class IComparer(typing.Protocol):
|
269
|
+
@abc.abstractmethod
|
270
|
+
def Compare(self, x: typing.Any, y: typing.Any) -> int: ...
|
271
|
+
|
272
|
+
|
273
|
+
class IDictionary(ICollection, typing.Protocol):
|
274
|
+
@property
|
275
|
+
def IsFixedSize(self) -> bool: ...
|
276
|
+
@property
|
277
|
+
def IsReadOnly(self) -> bool: ...
|
278
|
+
@property
|
279
|
+
def Item(self) -> typing.Any: ...
|
280
|
+
@Item.setter
|
281
|
+
def Item(self, value: typing.Any) -> typing.Any: ...
|
282
|
+
@property
|
283
|
+
def Keys(self) -> ICollection: ...
|
284
|
+
@property
|
285
|
+
def Values(self) -> ICollection: ...
|
286
|
+
@abc.abstractmethod
|
287
|
+
def Add(self, key: typing.Any, value: typing.Any) -> None: ...
|
288
|
+
@abc.abstractmethod
|
289
|
+
def Clear(self) -> None: ...
|
290
|
+
@abc.abstractmethod
|
291
|
+
def Contains(self, key: typing.Any) -> bool: ...
|
292
|
+
@abc.abstractmethod
|
293
|
+
def GetEnumerator(self) -> IDictionaryEnumerator: ...
|
294
|
+
@abc.abstractmethod
|
295
|
+
def Remove(self, key: typing.Any) -> None: ...
|
296
|
+
|
297
|
+
|
298
|
+
class IDictionaryEnumerator(IEnumerator, typing.Protocol):
|
299
|
+
@property
|
300
|
+
def Entry(self) -> DictionaryEntry: ...
|
301
|
+
@property
|
302
|
+
def Key(self) -> typing.Any: ...
|
303
|
+
@property
|
304
|
+
def Value(self) -> typing.Any: ...
|
305
|
+
|
306
|
+
|
307
|
+
class IEnumerable(typing.Protocol):
|
308
|
+
@abc.abstractmethod
|
309
|
+
def GetEnumerator(self) -> IEnumerator: ...
|
310
|
+
def __iter__(self) -> typing.Iterator[typing.Any]: ...
|
311
|
+
|
312
|
+
|
313
|
+
class IEnumerator(typing.Protocol):
|
314
|
+
@property
|
315
|
+
def Current(self) -> typing.Any: ...
|
316
|
+
@abc.abstractmethod
|
317
|
+
def MoveNext(self) -> bool: ...
|
318
|
+
@abc.abstractmethod
|
319
|
+
def Reset(self) -> None: ...
|
320
|
+
|
321
|
+
|
322
|
+
class IEqualityComparer(typing.Protocol):
|
323
|
+
@abc.abstractmethod
|
324
|
+
def Equals(self, x: typing.Any, y: typing.Any) -> bool: ...
|
325
|
+
@abc.abstractmethod
|
326
|
+
def GetHashCode(self, obj: typing.Any) -> int: ...
|
327
|
+
|
328
|
+
|
329
|
+
class IHashCodeProvider(typing.Protocol):
|
330
|
+
@abc.abstractmethod
|
331
|
+
def GetHashCode(self, obj: typing.Any) -> int: ...
|
332
|
+
|
333
|
+
|
334
|
+
class IList(ICollection, typing.Protocol):
|
335
|
+
@property
|
336
|
+
def IsFixedSize(self) -> bool: ...
|
337
|
+
@property
|
338
|
+
def IsReadOnly(self) -> bool: ...
|
339
|
+
@property
|
340
|
+
def Item(self) -> typing.Any: ...
|
341
|
+
@Item.setter
|
342
|
+
def Item(self, value: typing.Any) -> typing.Any: ...
|
343
|
+
@abc.abstractmethod
|
344
|
+
def Add(self, value: typing.Any) -> int: ...
|
345
|
+
@abc.abstractmethod
|
346
|
+
def Clear(self) -> None: ...
|
347
|
+
@abc.abstractmethod
|
348
|
+
def Contains(self, value: typing.Any) -> bool: ...
|
349
|
+
@abc.abstractmethod
|
350
|
+
def IndexOf(self, value: typing.Any) -> int: ...
|
351
|
+
@abc.abstractmethod
|
352
|
+
def Insert(self, index: int, value: typing.Any) -> None: ...
|
353
|
+
@abc.abstractmethod
|
354
|
+
def Remove(self, value: typing.Any) -> None: ...
|
355
|
+
@abc.abstractmethod
|
356
|
+
def RemoveAt(self, index: int) -> None: ...
|
357
|
+
|
358
|
+
|
359
|
+
class IStructuralComparable(typing.Protocol):
|
360
|
+
@abc.abstractmethod
|
361
|
+
def CompareTo(self, other: typing.Any, comparer: IComparer) -> int: ...
|
362
|
+
|
363
|
+
|
364
|
+
class IStructuralEquatable(typing.Protocol):
|
365
|
+
@abc.abstractmethod
|
366
|
+
def Equals(self, other: typing.Any, comparer: IEqualityComparer) -> bool: ...
|
367
|
+
@abc.abstractmethod
|
368
|
+
def GetHashCode(self, comparer: IEqualityComparer) -> int: ...
|
369
|
+
|
370
|
+
|
371
|
+
class ListDictionaryInternal(IDictionary):
|
372
|
+
def __init__(self) -> None: ...
|
373
|
+
@property
|
374
|
+
def Count(self) -> int: ...
|
375
|
+
@property
|
376
|
+
def IsFixedSize(self) -> bool: ...
|
377
|
+
@property
|
378
|
+
def IsReadOnly(self) -> bool: ...
|
379
|
+
@property
|
380
|
+
def IsSynchronized(self) -> bool: ...
|
381
|
+
@property
|
382
|
+
def Item(self) -> typing.Any: ...
|
383
|
+
@Item.setter
|
384
|
+
def Item(self, value: typing.Any) -> typing.Any: ...
|
385
|
+
@property
|
386
|
+
def Keys(self) -> ICollection: ...
|
387
|
+
@property
|
388
|
+
def SyncRoot(self) -> typing.Any: ...
|
389
|
+
@property
|
390
|
+
def Values(self) -> ICollection: ...
|
391
|
+
def Add(self, key: typing.Any, value: typing.Any) -> None: ...
|
392
|
+
def Clear(self) -> None: ...
|
393
|
+
def Contains(self, key: typing.Any) -> bool: ...
|
394
|
+
def CopyTo(self, array: Array, index: int) -> None: ...
|
395
|
+
def GetEnumerator(self) -> IDictionaryEnumerator: ...
|
396
|
+
def Remove(self, key: typing.Any) -> None: ...
|
397
|
+
|
398
|
+
|
399
|
+
class ReadOnlyCollectionBase(ICollection, abc.ABC):
|
400
|
+
@property
|
401
|
+
def Count(self) -> int: ...
|
402
|
+
def GetEnumerator(self) -> IEnumerator: ...
|
403
|
+
|