@alloy-js/csharp 0.21.0-dev.13 → 0.21.0-dev.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/scripts/generate-builtins.js +2 -0
- package/dist/scripts/generate-builtins.js.map +1 -1
- package/dist/scripts/process-docfx.d.ts.map +1 -1
- package/dist/scripts/process-docfx.js +22 -10
- package/dist/scripts/process-docfx.js.map +1 -1
- package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts +12 -0
- package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts.map +1 -0
- package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
- package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
- package/dist/src/builtins/Microsoft/CSharp/index.d.ts +6 -0
- package/dist/src/builtins/Microsoft/CSharp/index.d.ts.map +1 -0
- package/dist/src/builtins/Microsoft/CSharp/index.js +5 -0
- package/dist/src/builtins/Microsoft/CSharp/index.js.map +1 -0
- package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts +102 -0
- package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts.map +1 -0
- package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
- package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
- package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts +491 -0
- package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts.map +1 -0
- package/dist/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
- package/dist/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
- package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts +50 -0
- package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts.map +1 -1
- package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js +203 -0
- package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -1
- package/dist/src/builtins/Microsoft/Win32/index.d.ts +74 -1
- package/dist/src/builtins/Microsoft/Win32/index.d.ts.map +1 -1
- package/dist/src/builtins/Microsoft/Win32/index.js +358 -1
- package/dist/src/builtins/Microsoft/Win32/index.js.map +1 -1
- package/dist/src/builtins/Microsoft/index.d.ts +2 -0
- package/dist/src/builtins/Microsoft/index.d.ts.map +1 -1
- package/dist/src/builtins/Microsoft/index.js +2 -0
- package/dist/src/builtins/Microsoft/index.js.map +1 -1
- package/dist/src/builtins/System/Buffers/Binary/index.d.ts +113 -0
- package/dist/src/builtins/System/Buffers/Binary/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Buffers/Binary/index.js +536 -0
- package/dist/src/builtins/System/Buffers/Binary/index.js.map +1 -0
- package/dist/src/builtins/System/Buffers/Text/index.d.ts +6 -0
- package/dist/src/builtins/System/Buffers/Text/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Buffers/Text/index.js +22 -0
- package/dist/src/builtins/System/Buffers/Text/index.js.map +1 -1
- package/dist/src/builtins/System/Buffers/index.d.ts +85 -0
- package/dist/src/builtins/System/Buffers/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Buffers/index.js +391 -0
- package/dist/src/builtins/System/Buffers/index.js.map +1 -1
- package/dist/src/builtins/System/Collections/Concurrent/index.d.ts +100 -0
- package/dist/src/builtins/System/Collections/Concurrent/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Collections/Concurrent/index.js +399 -0
- package/dist/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
- package/dist/src/builtins/System/Collections/Frozen/index.d.ts +29 -0
- package/dist/src/builtins/System/Collections/Frozen/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Collections/Frozen/index.js +88 -0
- package/dist/src/builtins/System/Collections/Frozen/index.js.map +1 -0
- package/dist/src/builtins/System/Collections/Generic/index.d.ts +176 -0
- package/dist/src/builtins/System/Collections/Generic/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Collections/Generic/index.js +636 -0
- package/dist/src/builtins/System/Collections/Generic/index.js.map +1 -1
- package/dist/src/builtins/System/Collections/Immutable/index.d.ts +273 -0
- package/dist/src/builtins/System/Collections/Immutable/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Collections/Immutable/index.js +1049 -0
- package/dist/src/builtins/System/Collections/Immutable/index.js.map +1 -0
- package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts +48 -0
- package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Collections/ObjectModel/index.js +209 -0
- package/dist/src/builtins/System/Collections/ObjectModel/index.js.map +1 -1
- package/dist/src/builtins/System/Collections/Specialized/index.d.ts +162 -0
- package/dist/src/builtins/System/Collections/Specialized/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Collections/Specialized/index.js +716 -0
- package/dist/src/builtins/System/Collections/Specialized/index.js.map +1 -0
- package/dist/src/builtins/System/Collections/index.d.ts +151 -0
- package/dist/src/builtins/System/Collections/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Collections/index.js +807 -86
- package/dist/src/builtins/System/Collections/index.js.map +1 -1
- package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts +40 -0
- package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts.map +1 -0
- package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
- package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
- package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts +274 -0
- package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts.map +1 -0
- package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
- package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
- package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts +128 -0
- package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts.map +1 -0
- package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
- package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
- package/dist/src/builtins/System/ComponentModel/Design/index.d.ts +428 -0
- package/dist/src/builtins/System/ComponentModel/Design/index.d.ts.map +1 -0
- package/dist/src/builtins/System/ComponentModel/Design/index.js +2008 -0
- package/dist/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
- package/dist/src/builtins/System/ComponentModel/index.d.ts +1407 -0
- package/dist/src/builtins/System/ComponentModel/index.d.ts.map +1 -1
- package/dist/src/builtins/System/ComponentModel/index.js +6587 -24
- package/dist/src/builtins/System/ComponentModel/index.js.map +1 -1
- package/dist/src/builtins/System/Data/Common/index.d.ts +611 -0
- package/dist/src/builtins/System/Data/Common/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Data/Common/index.js +3279 -0
- package/dist/src/builtins/System/Data/Common/index.js.map +1 -0
- package/dist/src/builtins/System/Data/SqlTypes/index.d.ts +541 -0
- package/dist/src/builtins/System/Data/SqlTypes/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Data/SqlTypes/index.js +2655 -0
- package/dist/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
- package/dist/src/builtins/System/Data/index.d.ts +967 -0
- package/dist/src/builtins/System/Data/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Data/index.js +4504 -0
- package/dist/src/builtins/System/Data/index.js.map +1 -0
- package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts +76 -0
- package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
- package/dist/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
- package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts +83 -0
- package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
- package/dist/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
- package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts +138 -0
- package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
- package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
- package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts +206 -0
- package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
- package/dist/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
- package/dist/src/builtins/System/Diagnostics/index.d.ts +685 -0
- package/dist/src/builtins/System/Diagnostics/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Diagnostics/index.js +3568 -251
- package/dist/src/builtins/System/Diagnostics/index.js.map +1 -1
- package/dist/src/builtins/System/Drawing/index.d.ts +558 -0
- package/dist/src/builtins/System/Drawing/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Drawing/index.js +3305 -0
- package/dist/src/builtins/System/Drawing/index.js.map +1 -0
- package/dist/src/builtins/System/Dynamic/index.d.ts +170 -0
- package/dist/src/builtins/System/Dynamic/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Dynamic/index.js +795 -0
- package/dist/src/builtins/System/Dynamic/index.js.map +1 -0
- package/dist/src/builtins/System/Formats/Asn1/index.d.ts +173 -0
- package/dist/src/builtins/System/Formats/Asn1/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Formats/Asn1/index.js +843 -0
- package/dist/src/builtins/System/Formats/Asn1/index.js.map +1 -0
- package/dist/src/builtins/System/Formats/Tar/index.d.ts +96 -0
- package/dist/src/builtins/System/Formats/Tar/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Formats/Tar/index.js +436 -0
- package/dist/src/builtins/System/Formats/Tar/index.js.map +1 -0
- package/dist/src/builtins/System/Formats/index.d.ts +7 -0
- package/dist/src/builtins/System/Formats/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Formats/index.js +6 -0
- package/dist/src/builtins/System/Formats/index.js.map +1 -0
- package/dist/src/builtins/System/IO/Compression/index.d.ts +186 -0
- package/dist/src/builtins/System/IO/Compression/index.d.ts.map +1 -0
- package/dist/src/builtins/System/IO/Compression/index.js +894 -0
- package/dist/src/builtins/System/IO/Compression/index.js.map +1 -0
- package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts +103 -0
- package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts.map +1 -0
- package/dist/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
- package/dist/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
- package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts +56 -0
- package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts.map +1 -0
- package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
- package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
- package/dist/src/builtins/System/IO/Pipelines/index.d.ts +93 -0
- package/dist/src/builtins/System/IO/Pipelines/index.d.ts.map +1 -0
- package/dist/src/builtins/System/IO/Pipelines/index.js +415 -0
- package/dist/src/builtins/System/IO/Pipelines/index.js.map +1 -0
- package/dist/src/builtins/System/IO/Pipes/index.d.ts +157 -0
- package/dist/src/builtins/System/IO/Pipes/index.d.ts.map +1 -0
- package/dist/src/builtins/System/IO/Pipes/index.js +723 -0
- package/dist/src/builtins/System/IO/Pipes/index.js.map +1 -0
- package/dist/src/builtins/System/IO/index.d.ts +140 -0
- package/dist/src/builtins/System/IO/index.d.ts.map +1 -1
- package/dist/src/builtins/System/IO/index.js +630 -0
- package/dist/src/builtins/System/IO/index.js.map +1 -1
- package/dist/src/builtins/System/Linq/Expressions/index.d.ts +429 -0
- package/dist/src/builtins/System/Linq/Expressions/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Linq/Expressions/index.js +2253 -0
- package/dist/src/builtins/System/Linq/Expressions/index.js.map +1 -0
- package/dist/src/builtins/System/Linq/index.d.ts +73 -0
- package/dist/src/builtins/System/Linq/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Linq/index.js +275 -0
- package/dist/src/builtins/System/Linq/index.js.map +1 -0
- package/dist/src/builtins/System/Net/Cache/index.d.ts +48 -0
- package/dist/src/builtins/System/Net/Cache/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Net/Cache/index.js +217 -0
- package/dist/src/builtins/System/Net/Cache/index.js.map +1 -0
- package/dist/src/builtins/System/Net/Http/Headers/index.d.ts +335 -0
- package/dist/src/builtins/System/Net/Http/Headers/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Net/Http/Headers/index.js +1668 -0
- package/dist/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
- package/dist/src/builtins/System/Net/Http/Json/index.d.ts +21 -0
- package/dist/src/builtins/System/Net/Http/Json/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Net/Http/Json/index.js +72 -0
- package/dist/src/builtins/System/Net/Http/Json/index.js.map +1 -0
- package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts +13 -0
- package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Net/Http/Metrics/index.js +40 -0
- package/dist/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
- package/dist/src/builtins/System/Net/Http/index.d.ts +305 -0
- package/dist/src/builtins/System/Net/Http/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Net/Http/index.js +1458 -0
- package/dist/src/builtins/System/Net/Http/index.js.map +1 -0
- package/dist/src/builtins/System/Net/Mail/index.d.ts +182 -0
- package/dist/src/builtins/System/Net/Mail/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Net/Mail/index.js +871 -0
- package/dist/src/builtins/System/Net/Mail/index.js.map +1 -0
- package/dist/src/builtins/System/Net/Mime/index.d.ts +100 -0
- package/dist/src/builtins/System/Net/Mime/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Net/Mime/index.js +500 -0
- package/dist/src/builtins/System/Net/Mime/index.js.map +1 -0
- package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts +506 -0
- package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
- package/dist/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
- package/dist/src/builtins/System/Net/Quic/index.d.ts +129 -0
- package/dist/src/builtins/System/Net/Quic/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Net/Quic/index.js +635 -0
- package/dist/src/builtins/System/Net/Quic/index.js.map +1 -0
- package/dist/src/builtins/System/Net/Security/index.d.ts +277 -0
- package/dist/src/builtins/System/Net/Security/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Net/Security/index.js +1432 -0
- package/dist/src/builtins/System/Net/Security/index.js.map +1 -0
- package/dist/src/builtins/System/Net/Sockets/index.d.ts +593 -0
- package/dist/src/builtins/System/Net/Sockets/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Net/Sockets/index.js +3095 -0
- package/dist/src/builtins/System/Net/Sockets/index.js.map +1 -0
- package/dist/src/builtins/System/Net/WebSockets/index.d.ts +165 -0
- package/dist/src/builtins/System/Net/WebSockets/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Net/WebSockets/index.js +876 -0
- package/dist/src/builtins/System/Net/WebSockets/index.js.map +1 -0
- package/dist/src/builtins/System/Net/index.d.ts +1052 -0
- package/dist/src/builtins/System/Net/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Net/index.js +5440 -0
- package/dist/src/builtins/System/Net/index.js.map +1 -1
- package/dist/src/builtins/System/Numerics/index.d.ts +469 -0
- package/dist/src/builtins/System/Numerics/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Numerics/index.js +2989 -516
- package/dist/src/builtins/System/Numerics/index.js.map +1 -1
- package/dist/src/builtins/System/Reflection/Emit/index.d.ts +769 -0
- package/dist/src/builtins/System/Reflection/Emit/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Reflection/Emit/index.js +4293 -0
- package/dist/src/builtins/System/Reflection/Emit/index.js.map +1 -0
- package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts +513 -0
- package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
- package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
- package/dist/src/builtins/System/Reflection/Metadata/index.d.ts +1333 -0
- package/dist/src/builtins/System/Reflection/Metadata/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Reflection/Metadata/index.js +6045 -0
- package/dist/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
- package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts +383 -0
- package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
- package/dist/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
- package/dist/src/builtins/System/Reflection/index.d.ts +120 -0
- package/dist/src/builtins/System/Reflection/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Reflection/index.js +569 -0
- package/dist/src/builtins/System/Reflection/index.js.map +1 -1
- package/dist/src/builtins/System/Resources/index.d.ts +14 -0
- package/dist/src/builtins/System/Resources/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Resources/index.js +54 -0
- package/dist/src/builtins/System/Resources/index.js.map +1 -1
- package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts +90 -0
- package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Runtime/CompilerServices/index.js +365 -0
- package/dist/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -1
- package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts +23 -0
- package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
- package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
- package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts +54 -0
- package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
- package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
- package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts +175 -0
- package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +702 -0
- package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -1
- package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts +24 -0
- package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
- package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
- package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts +616 -0
- package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Runtime/InteropServices/index.js +3199 -347
- package/dist/src/builtins/System/Runtime/InteropServices/index.js.map +1 -1
- package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts +273 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts +73 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts +311 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts +57 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
- package/dist/src/builtins/System/Runtime/Loader/index.d.ts +35 -0
- package/dist/src/builtins/System/Runtime/Loader/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Runtime/Loader/index.js +140 -0
- package/dist/src/builtins/System/Runtime/Loader/index.js.map +1 -0
- package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts +51 -0
- package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
- package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
- package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts +17 -0
- package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
- package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
- package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts +24 -0
- package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
- package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
- package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts +45 -0
- package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
- package/dist/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
- package/dist/src/builtins/System/Runtime/Serialization/index.d.ts +256 -0
- package/dist/src/builtins/System/Runtime/Serialization/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Runtime/Serialization/index.js +1143 -0
- package/dist/src/builtins/System/Runtime/Serialization/index.js.map +1 -1
- package/dist/src/builtins/System/Runtime/index.d.ts +2 -0
- package/dist/src/builtins/System/Runtime/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Runtime/index.js +2 -0
- package/dist/src/builtins/System/Runtime/index.js.map +1 -1
- package/dist/src/builtins/System/Security/AccessControl/index.d.ts +485 -0
- package/dist/src/builtins/System/Security/AccessControl/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Security/AccessControl/index.js +2343 -0
- package/dist/src/builtins/System/Security/AccessControl/index.js.map +1 -0
- package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts +43 -0
- package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
- package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
- package/dist/src/builtins/System/Security/Authentication/index.d.ts +49 -0
- package/dist/src/builtins/System/Security/Authentication/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Security/Authentication/index.js +212 -0
- package/dist/src/builtins/System/Security/Authentication/index.js.map +1 -0
- package/dist/src/builtins/System/Security/Claims/index.d.ts +152 -0
- package/dist/src/builtins/System/Security/Claims/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Security/Claims/index.js +844 -0
- package/dist/src/builtins/System/Security/Claims/index.js.map +1 -0
- package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts +551 -0
- package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
- package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
- package/dist/src/builtins/System/Security/Cryptography/index.d.ts +1369 -0
- package/dist/src/builtins/System/Security/Cryptography/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Security/Cryptography/index.js +6660 -1
- package/dist/src/builtins/System/Security/Cryptography/index.js.map +1 -1
- package/dist/src/builtins/System/Security/Policy/index.d.ts +28 -0
- package/dist/src/builtins/System/Security/Policy/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Security/Policy/index.js +101 -0
- package/dist/src/builtins/System/Security/Policy/index.js.map +1 -0
- package/dist/src/builtins/System/Security/Principal/index.d.ts +225 -0
- package/dist/src/builtins/System/Security/Principal/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Security/Principal/index.js +1234 -0
- package/dist/src/builtins/System/Security/Principal/index.js.map +1 -1
- package/dist/src/builtins/System/Security/index.d.ts +23 -0
- package/dist/src/builtins/System/Security/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Security/index.js +82 -0
- package/dist/src/builtins/System/Security/index.js.map +1 -1
- package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts +41 -0
- package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Text/Encodings/Web/index.js +162 -0
- package/dist/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
- package/dist/src/builtins/System/Text/Encodings/index.d.ts +6 -0
- package/dist/src/builtins/System/Text/Encodings/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Text/Encodings/index.js +5 -0
- package/dist/src/builtins/System/Text/Encodings/index.js.map +1 -0
- package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts +63 -0
- package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Text/Json/Nodes/index.js +250 -0
- package/dist/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
- package/dist/src/builtins/System/Text/Json/Schema/index.d.ts +21 -0
- package/dist/src/builtins/System/Text/Json/Schema/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Text/Json/Schema/index.js +78 -0
- package/dist/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
- package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts +69 -0
- package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
- package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
- package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts +194 -0
- package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Text/Json/Serialization/index.js +840 -0
- package/dist/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
- package/dist/src/builtins/System/Text/Json/index.d.ts +251 -0
- package/dist/src/builtins/System/Text/Json/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Text/Json/index.js +1185 -0
- package/dist/src/builtins/System/Text/Json/index.js.map +1 -0
- package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts +152 -0
- package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Text/RegularExpressions/index.js +732 -0
- package/dist/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
- package/dist/src/builtins/System/Text/Unicode/index.d.ts +170 -0
- package/dist/src/builtins/System/Text/Unicode/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Text/Unicode/index.js +1168 -0
- package/dist/src/builtins/System/Text/Unicode/index.js.map +1 -1
- package/dist/src/builtins/System/Text/index.d.ts +104 -0
- package/dist/src/builtins/System/Text/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Text/index.js +470 -0
- package/dist/src/builtins/System/Text/index.js.map +1 -1
- package/dist/src/builtins/System/Threading/Channels/index.d.ts +56 -0
- package/dist/src/builtins/System/Threading/Channels/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Threading/Channels/index.js +229 -0
- package/dist/src/builtins/System/Threading/Channels/index.js.map +1 -0
- package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts +159 -0
- package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
- package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
- package/dist/src/builtins/System/Threading/Tasks/index.d.ts +23 -0
- package/dist/src/builtins/System/Threading/Tasks/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Threading/Tasks/index.js +100 -0
- package/dist/src/builtins/System/Threading/Tasks/index.js.map +1 -1
- package/dist/src/builtins/System/Threading/index.d.ts +441 -0
- package/dist/src/builtins/System/Threading/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Threading/index.js +2052 -132
- package/dist/src/builtins/System/Threading/index.js.map +1 -1
- package/dist/src/builtins/System/Timers/index.d.ts +34 -0
- package/dist/src/builtins/System/Timers/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Timers/index.js +129 -0
- package/dist/src/builtins/System/Timers/index.js.map +1 -0
- package/dist/src/builtins/System/Transactions/index.d.ts +183 -0
- package/dist/src/builtins/System/Transactions/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Transactions/index.js +727 -0
- package/dist/src/builtins/System/Transactions/index.js.map +1 -0
- package/dist/src/builtins/System/Web/index.d.ts +24 -0
- package/dist/src/builtins/System/Web/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Web/index.js +84 -0
- package/dist/src/builtins/System/Web/index.js.map +1 -0
- package/dist/src/builtins/System/Windows/Input/index.d.ts +10 -0
- package/dist/src/builtins/System/Windows/Input/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Windows/Input/index.js +18 -0
- package/dist/src/builtins/System/Windows/Input/index.js.map +1 -0
- package/dist/src/builtins/System/Windows/Markup/index.d.ts +11 -0
- package/dist/src/builtins/System/Windows/Markup/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Windows/Markup/index.js +28 -0
- package/dist/src/builtins/System/Windows/Markup/index.js.map +1 -0
- package/dist/src/builtins/System/Windows/index.d.ts +7 -0
- package/dist/src/builtins/System/Windows/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Windows/index.js +6 -0
- package/dist/src/builtins/System/Windows/index.js.map +1 -0
- package/dist/src/builtins/System/Xml/Linq/index.d.ts +234 -0
- package/dist/src/builtins/System/Xml/Linq/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Xml/Linq/index.js +1086 -0
- package/dist/src/builtins/System/Xml/Linq/index.js.map +1 -0
- package/dist/src/builtins/System/Xml/Resolvers/index.d.ts +23 -0
- package/dist/src/builtins/System/Xml/Resolvers/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Xml/Resolvers/index.js +86 -0
- package/dist/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
- package/dist/src/builtins/System/Xml/Schema/index.d.ts +630 -0
- package/dist/src/builtins/System/Xml/Schema/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Xml/Schema/index.js +2993 -0
- package/dist/src/builtins/System/Xml/Schema/index.js.map +1 -0
- package/dist/src/builtins/System/Xml/Serialization/index.d.ts +534 -0
- package/dist/src/builtins/System/Xml/Serialization/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Xml/Serialization/index.js +2356 -0
- package/dist/src/builtins/System/Xml/Serialization/index.js.map +1 -0
- package/dist/src/builtins/System/Xml/XPath/index.d.ts +180 -0
- package/dist/src/builtins/System/Xml/XPath/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Xml/XPath/index.js +917 -0
- package/dist/src/builtins/System/Xml/XPath/index.js.map +1 -0
- package/dist/src/builtins/System/Xml/Xsl/index.d.ts +76 -0
- package/dist/src/builtins/System/Xml/Xsl/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Xml/Xsl/index.js +315 -0
- package/dist/src/builtins/System/Xml/Xsl/index.js.map +1 -0
- package/dist/src/builtins/System/Xml/index.d.ts +1114 -0
- package/dist/src/builtins/System/Xml/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Xml/index.js +5736 -0
- package/dist/src/builtins/System/Xml/index.js.map +1 -0
- package/dist/src/builtins/System/index.d.ts +283 -0
- package/dist/src/builtins/System/index.d.ts.map +1 -1
- package/dist/src/builtins/System/index.js +1517 -0
- package/dist/src/builtins/System/index.js.map +1 -1
- package/dist/src/create-library.test.d.ts +0 -8
- package/dist/src/create-library.test.d.ts.map +1 -1
- package/dist/src/create-library.test.js +0 -9
- package/dist/src/create-library.test.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -3
- package/scripts/generate-builtins.tsx +2 -1
- package/scripts/process-docfx.tsx +22 -10
- package/src/builtins/Microsoft/CSharp/RuntimeBinder/index.ts +32 -0
- package/src/builtins/Microsoft/CSharp/index.ts +8 -0
- package/src/builtins/Microsoft/VisualBasic/FileIO/index.ts +573 -0
- package/src/builtins/Microsoft/VisualBasic/index.ts +3021 -0
- package/src/builtins/Microsoft/Win32/SafeHandles/index.ts +253 -0
- package/src/builtins/Microsoft/Win32/index.ts +431 -2
- package/src/builtins/Microsoft/index.ts +3 -1
- package/src/builtins/System/Buffers/Binary/index.ts +646 -0
- package/src/builtins/System/Buffers/Text/index.ts +28 -0
- package/src/builtins/System/Buffers/index.ts +478 -1
- package/src/builtins/System/Collections/Concurrent/index.ts +497 -0
- package/src/builtins/System/Collections/Frozen/index.ts +115 -0
- package/src/builtins/System/Collections/Generic/index.ts +814 -0
- package/src/builtins/System/Collections/Immutable/index.ts +1322 -0
- package/src/builtins/System/Collections/ObjectModel/index.ts +257 -0
- package/src/builtins/System/Collections/Specialized/index.ts +878 -0
- package/src/builtins/System/Collections/index.ts +1069 -201
- package/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.ts +181 -0
- package/src/builtins/System/ComponentModel/DataAnnotations/index.ts +1507 -0
- package/src/builtins/System/ComponentModel/Design/Serialization/index.ts +661 -0
- package/src/builtins/System/ComponentModel/Design/index.ts +2432 -0
- package/src/builtins/System/ComponentModel/index.ts +8006 -35
- package/src/builtins/System/Data/Common/index.ts +3888 -0
- package/src/builtins/System/Data/SqlTypes/index.ts +3194 -0
- package/src/builtins/System/Data/index.ts +5476 -0
- package/src/builtins/System/Diagnostics/Contracts/index.ts +383 -0
- package/src/builtins/System/Diagnostics/Metrics/index.ts +404 -0
- package/src/builtins/System/Diagnostics/SymbolStore/index.ts +746 -0
- package/src/builtins/System/Diagnostics/Tracing/index.ts +1160 -0
- package/src/builtins/System/Diagnostics/index.ts +4293 -295
- package/src/builtins/System/Drawing/index.ts +3861 -0
- package/src/builtins/System/Dynamic/index.ts +963 -0
- package/src/builtins/System/Formats/Asn1/index.ts +1014 -0
- package/src/builtins/System/Formats/Tar/index.ts +530 -0
- package/src/builtins/System/Formats/index.ts +9 -0
- package/src/builtins/System/IO/Compression/index.ts +1078 -0
- package/src/builtins/System/IO/IsolatedStorage/index.ts +596 -0
- package/src/builtins/System/IO/MemoryMappedFiles/index.ts +305 -0
- package/src/builtins/System/IO/Pipelines/index.ts +506 -0
- package/src/builtins/System/IO/Pipes/index.ts +878 -0
- package/src/builtins/System/IO/index.ts +777 -12
- package/src/builtins/System/Linq/Expressions/index.ts +2680 -0
- package/src/builtins/System/Linq/index.ts +352 -0
- package/src/builtins/System/Net/Cache/index.ts +263 -0
- package/src/builtins/System/Net/Http/Headers/index.ts +2001 -0
- package/src/builtins/System/Net/Http/Json/index.ts +91 -0
- package/src/builtins/System/Net/Http/Metrics/index.ts +51 -0
- package/src/builtins/System/Net/Http/index.ts +1757 -0
- package/src/builtins/System/Net/Mail/index.ts +1051 -0
- package/src/builtins/System/Net/Mime/index.ts +598 -0
- package/src/builtins/System/Net/NetworkInformation/index.ts +3282 -0
- package/src/builtins/System/Net/Quic/index.ts +762 -0
- package/src/builtins/System/Net/Security/index.ts +1709 -0
- package/src/builtins/System/Net/Sockets/index.ts +3686 -0
- package/src/builtins/System/Net/WebSockets/index.ts +1039 -0
- package/src/builtins/System/Net/index.ts +6484 -1
- package/src/builtins/System/Numerics/index.ts +3378 -436
- package/src/builtins/System/Reflection/Emit/index.ts +5060 -0
- package/src/builtins/System/Reflection/Metadata/Ecma335/index.ts +2729 -0
- package/src/builtins/System/Reflection/Metadata/index.ts +7374 -0
- package/src/builtins/System/Reflection/PortableExecutable/index.ts +2401 -0
- package/src/builtins/System/Reflection/index.ts +686 -1
- package/src/builtins/System/Resources/index.ts +68 -0
- package/src/builtins/System/Runtime/CompilerServices/index.ts +477 -0
- package/src/builtins/System/Runtime/InteropServices/ComTypes/index.ts +87 -0
- package/src/builtins/System/Runtime/InteropServices/JavaScript/index.ts +290 -0
- package/src/builtins/System/Runtime/InteropServices/Marshalling/index.ts +884 -7
- package/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.ts +100 -0
- package/src/builtins/System/Runtime/InteropServices/index.ts +3768 -297
- package/src/builtins/System/Runtime/Intrinsics/Arm/index.ts +1568 -0
- package/src/builtins/System/Runtime/Intrinsics/Wasm/index.ts +409 -0
- package/src/builtins/System/Runtime/Intrinsics/X86/index.ts +1681 -0
- package/src/builtins/System/Runtime/Intrinsics/index.ts +324 -0
- package/src/builtins/System/Runtime/Loader/index.ts +173 -0
- package/src/builtins/System/Runtime/Serialization/DataContracts/index.ts +314 -0
- package/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.ts +76 -0
- package/src/builtins/System/Runtime/Serialization/Formatters/index.ts +103 -0
- package/src/builtins/System/Runtime/Serialization/Json/index.ts +235 -0
- package/src/builtins/System/Runtime/Serialization/index.ts +1401 -4
- package/src/builtins/System/Runtime/index.ts +2 -0
- package/src/builtins/System/Security/AccessControl/index.ts +2826 -0
- package/src/builtins/System/Security/Authentication/ExtendedProtection/index.ts +210 -0
- package/src/builtins/System/Security/Authentication/index.ts +256 -0
- package/src/builtins/System/Security/Claims/index.ts +994 -0
- package/src/builtins/System/Security/Cryptography/X509Certificates/index.ts +3182 -0
- package/src/builtins/System/Security/Cryptography/index.ts +8030 -3
- package/src/builtins/System/Security/Policy/index.ts +127 -0
- package/src/builtins/System/Security/Principal/index.ts +1470 -11
- package/src/builtins/System/Security/index.ts +102 -1
- package/src/builtins/System/Text/Encodings/Web/index.ts +200 -0
- package/src/builtins/System/Text/Encodings/index.ts +8 -0
- package/src/builtins/System/Text/Json/Nodes/index.ts +311 -0
- package/src/builtins/System/Text/Json/Schema/index.ts +97 -0
- package/src/builtins/System/Text/Json/Serialization/Metadata/index.ts +395 -0
- package/src/builtins/System/Text/Json/Serialization/index.ts +1030 -0
- package/src/builtins/System/Text/Json/index.ts +1430 -0
- package/src/builtins/System/Text/RegularExpressions/index.ts +882 -0
- package/src/builtins/System/Text/Unicode/index.ts +1339 -0
- package/src/builtins/System/Text/index.ts +572 -1
- package/src/builtins/System/Threading/Channels/index.ts +283 -0
- package/src/builtins/System/Threading/Tasks/Dataflow/index.ts +837 -0
- package/src/builtins/System/Threading/Tasks/index.ts +123 -1
- package/src/builtins/System/Threading/index.ts +2439 -75
- package/src/builtins/System/Timers/index.ts +161 -0
- package/src/builtins/System/Transactions/index.ts +908 -0
- package/src/builtins/System/Web/index.ts +105 -0
- package/src/builtins/System/Windows/Input/index.ts +25 -0
- package/src/builtins/System/Windows/Markup/index.ts +37 -0
- package/src/builtins/System/Windows/index.ts +9 -0
- package/src/builtins/System/Xml/Linq/index.ts +1318 -0
- package/src/builtins/System/Xml/Resolvers/index.ts +107 -0
- package/src/builtins/System/Xml/Schema/index.ts +3621 -0
- package/src/builtins/System/Xml/Serialization/index.ts +2890 -0
- package/src/builtins/System/Xml/XPath/index.ts +1095 -0
- package/src/builtins/System/Xml/Xsl/index.ts +389 -0
- package/src/builtins/System/Xml/index.ts +6841 -0
- package/src/builtins/System/index.ts +1874 -84
- package/src/create-library.test.tsx +0 -9
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import System from "../index.js";
|
|
2
2
|
import { createLibrary } from "#createLibrary";
|
|
3
|
+
export { default as Concurrent } from "./Concurrent/index.js";
|
|
4
|
+
export { default as Frozen } from "./Frozen/index.js";
|
|
3
5
|
export { default as Generic } from "./Generic/index.js";
|
|
6
|
+
export { default as Immutable } from "./Immutable/index.js";
|
|
4
7
|
export { default as ObjectModel } from "./ObjectModel/index.js";
|
|
8
|
+
export { default as Specialized } from "./Specialized/index.js";
|
|
5
9
|
const Collections = createLibrary("System.Collections", {
|
|
6
10
|
ArrayList: {
|
|
7
11
|
kind: "class",
|
|
@@ -191,198 +195,535 @@ const Collections = createLibrary("System.Collections", {
|
|
|
191
195
|
}
|
|
192
196
|
}
|
|
193
197
|
},
|
|
194
|
-
|
|
198
|
+
BitArray: {
|
|
195
199
|
kind: "class",
|
|
196
200
|
members: {
|
|
197
|
-
|
|
198
|
-
kind: "
|
|
199
|
-
|
|
200
|
-
return Collections.Comparer;
|
|
201
|
-
},
|
|
202
|
-
isStatic: true,
|
|
203
|
-
isReadOnly: true
|
|
201
|
+
BitArray: {
|
|
202
|
+
kind: "method",
|
|
203
|
+
methodKind: "constructor"
|
|
204
204
|
},
|
|
205
|
-
|
|
206
|
-
kind: "
|
|
207
|
-
|
|
208
|
-
return Collections.Comparer;
|
|
209
|
-
},
|
|
210
|
-
isStatic: true,
|
|
211
|
-
isReadOnly: true
|
|
205
|
+
And: {
|
|
206
|
+
kind: "method",
|
|
207
|
+
methodKind: "ordinary"
|
|
212
208
|
},
|
|
213
|
-
|
|
209
|
+
Clone: {
|
|
214
210
|
kind: "method",
|
|
215
|
-
methodKind: "
|
|
211
|
+
methodKind: "ordinary"
|
|
216
212
|
},
|
|
217
|
-
|
|
213
|
+
CopyTo: {
|
|
214
|
+
kind: "method",
|
|
215
|
+
methodKind: "ordinary"
|
|
216
|
+
},
|
|
217
|
+
Get: {
|
|
218
|
+
kind: "method",
|
|
219
|
+
methodKind: "ordinary"
|
|
220
|
+
},
|
|
221
|
+
GetEnumerator: {
|
|
218
222
|
kind: "method",
|
|
219
223
|
methodKind: "ordinary"
|
|
224
|
+
},
|
|
225
|
+
HasAllSet: {
|
|
226
|
+
kind: "method",
|
|
227
|
+
methodKind: "ordinary"
|
|
228
|
+
},
|
|
229
|
+
HasAnySet: {
|
|
230
|
+
kind: "method",
|
|
231
|
+
methodKind: "ordinary"
|
|
232
|
+
},
|
|
233
|
+
LeftShift: {
|
|
234
|
+
kind: "method",
|
|
235
|
+
methodKind: "ordinary"
|
|
236
|
+
},
|
|
237
|
+
Not: {
|
|
238
|
+
kind: "method",
|
|
239
|
+
methodKind: "ordinary"
|
|
240
|
+
},
|
|
241
|
+
Or: {
|
|
242
|
+
kind: "method",
|
|
243
|
+
methodKind: "ordinary"
|
|
244
|
+
},
|
|
245
|
+
RightShift: {
|
|
246
|
+
kind: "method",
|
|
247
|
+
methodKind: "ordinary"
|
|
248
|
+
},
|
|
249
|
+
Set: {
|
|
250
|
+
kind: "method",
|
|
251
|
+
methodKind: "ordinary"
|
|
252
|
+
},
|
|
253
|
+
SetAll: {
|
|
254
|
+
kind: "method",
|
|
255
|
+
methodKind: "ordinary"
|
|
256
|
+
},
|
|
257
|
+
Xor: {
|
|
258
|
+
kind: "method",
|
|
259
|
+
methodKind: "ordinary"
|
|
260
|
+
},
|
|
261
|
+
Count: {
|
|
262
|
+
kind: "property",
|
|
263
|
+
type: () => {
|
|
264
|
+
return System.Int32;
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
IsReadOnly: {
|
|
268
|
+
kind: "property",
|
|
269
|
+
type: () => {
|
|
270
|
+
return System.Boolean;
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
IsSynchronized: {
|
|
274
|
+
kind: "property",
|
|
275
|
+
type: () => {
|
|
276
|
+
return System.Boolean;
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
Item: {
|
|
280
|
+
kind: "property",
|
|
281
|
+
type: () => {
|
|
282
|
+
return System.Boolean;
|
|
283
|
+
}
|
|
284
|
+
},
|
|
285
|
+
Length: {
|
|
286
|
+
kind: "property",
|
|
287
|
+
type: () => {
|
|
288
|
+
return System.Int32;
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
SyncRoot: {
|
|
292
|
+
kind: "property",
|
|
293
|
+
type: () => {
|
|
294
|
+
return System.Object;
|
|
295
|
+
}
|
|
220
296
|
}
|
|
221
297
|
},
|
|
222
298
|
isSealed: true
|
|
223
299
|
},
|
|
224
|
-
|
|
225
|
-
kind: "
|
|
300
|
+
CaseInsensitiveComparer: {
|
|
301
|
+
kind: "class",
|
|
226
302
|
members: {
|
|
227
|
-
|
|
303
|
+
CaseInsensitiveComparer: {
|
|
228
304
|
kind: "method",
|
|
229
305
|
methodKind: "constructor"
|
|
230
306
|
},
|
|
231
|
-
|
|
307
|
+
Compare: {
|
|
308
|
+
kind: "method",
|
|
309
|
+
methodKind: "ordinary"
|
|
310
|
+
},
|
|
311
|
+
Default: {
|
|
232
312
|
kind: "property",
|
|
233
313
|
type: () => {
|
|
234
|
-
return
|
|
235
|
-
}
|
|
314
|
+
return Collections.CaseInsensitiveComparer;
|
|
315
|
+
},
|
|
316
|
+
isStatic: true
|
|
236
317
|
},
|
|
237
|
-
|
|
318
|
+
DefaultInvariant: {
|
|
238
319
|
kind: "property",
|
|
239
320
|
type: () => {
|
|
240
|
-
return
|
|
321
|
+
return Collections.CaseInsensitiveComparer;
|
|
241
322
|
},
|
|
242
|
-
|
|
323
|
+
isStatic: true
|
|
243
324
|
}
|
|
244
325
|
}
|
|
245
326
|
},
|
|
246
|
-
|
|
327
|
+
CaseInsensitiveHashCodeProvider: {
|
|
247
328
|
kind: "class",
|
|
248
329
|
members: {
|
|
249
|
-
|
|
330
|
+
CaseInsensitiveHashCodeProvider: {
|
|
250
331
|
kind: "method",
|
|
251
332
|
methodKind: "constructor"
|
|
252
333
|
},
|
|
253
|
-
|
|
334
|
+
GetHashCode: {
|
|
254
335
|
kind: "method",
|
|
255
|
-
methodKind: "ordinary"
|
|
256
|
-
|
|
336
|
+
methodKind: "ordinary"
|
|
337
|
+
},
|
|
338
|
+
Default: {
|
|
339
|
+
kind: "property",
|
|
340
|
+
type: () => {
|
|
341
|
+
return Collections.CaseInsensitiveHashCodeProvider;
|
|
342
|
+
},
|
|
343
|
+
isStatic: true
|
|
344
|
+
},
|
|
345
|
+
DefaultInvariant: {
|
|
346
|
+
kind: "property",
|
|
347
|
+
type: () => {
|
|
348
|
+
return Collections.CaseInsensitiveHashCodeProvider;
|
|
349
|
+
},
|
|
350
|
+
isStatic: true
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
CollectionBase: {
|
|
355
|
+
kind: "class",
|
|
356
|
+
members: {
|
|
357
|
+
CollectionBase: {
|
|
358
|
+
kind: "method",
|
|
359
|
+
methodKind: "constructor"
|
|
257
360
|
},
|
|
258
361
|
Clear: {
|
|
259
362
|
kind: "method",
|
|
260
|
-
methodKind: "ordinary"
|
|
261
|
-
isVirtual: true
|
|
363
|
+
methodKind: "ordinary"
|
|
262
364
|
},
|
|
263
|
-
|
|
365
|
+
GetEnumerator: {
|
|
264
366
|
kind: "method",
|
|
265
|
-
methodKind: "ordinary"
|
|
266
|
-
isVirtual: true
|
|
367
|
+
methodKind: "ordinary"
|
|
267
368
|
},
|
|
268
|
-
|
|
369
|
+
OnClear: {
|
|
269
370
|
kind: "method",
|
|
270
371
|
methodKind: "ordinary",
|
|
271
372
|
isVirtual: true
|
|
272
373
|
},
|
|
273
|
-
|
|
374
|
+
OnClearComplete: {
|
|
274
375
|
kind: "method",
|
|
275
376
|
methodKind: "ordinary",
|
|
276
377
|
isVirtual: true
|
|
277
378
|
},
|
|
278
|
-
|
|
379
|
+
OnInsert: {
|
|
279
380
|
kind: "method",
|
|
280
381
|
methodKind: "ordinary",
|
|
281
382
|
isVirtual: true
|
|
282
383
|
},
|
|
283
|
-
|
|
384
|
+
OnInsertComplete: {
|
|
284
385
|
kind: "method",
|
|
285
386
|
methodKind: "ordinary",
|
|
286
387
|
isVirtual: true
|
|
287
388
|
},
|
|
288
|
-
|
|
389
|
+
OnRemove: {
|
|
289
390
|
kind: "method",
|
|
290
391
|
methodKind: "ordinary",
|
|
291
392
|
isVirtual: true
|
|
292
393
|
},
|
|
293
|
-
|
|
394
|
+
OnRemoveComplete: {
|
|
294
395
|
kind: "method",
|
|
295
396
|
methodKind: "ordinary",
|
|
296
397
|
isVirtual: true
|
|
297
398
|
},
|
|
298
|
-
|
|
399
|
+
OnSet: {
|
|
299
400
|
kind: "method",
|
|
300
401
|
methodKind: "ordinary",
|
|
301
402
|
isVirtual: true
|
|
302
403
|
},
|
|
303
|
-
|
|
404
|
+
OnSetComplete: {
|
|
304
405
|
kind: "method",
|
|
305
406
|
methodKind: "ordinary",
|
|
306
407
|
isVirtual: true
|
|
307
408
|
},
|
|
308
|
-
|
|
409
|
+
OnValidate: {
|
|
309
410
|
kind: "method",
|
|
310
411
|
methodKind: "ordinary",
|
|
311
412
|
isVirtual: true
|
|
312
413
|
},
|
|
313
|
-
|
|
414
|
+
RemoveAt: {
|
|
314
415
|
kind: "method",
|
|
315
|
-
methodKind: "ordinary"
|
|
316
|
-
isStatic: true
|
|
416
|
+
methodKind: "ordinary"
|
|
317
417
|
},
|
|
318
|
-
|
|
418
|
+
Capacity: {
|
|
319
419
|
kind: "property",
|
|
320
420
|
type: () => {
|
|
321
|
-
return
|
|
421
|
+
return System.Int32;
|
|
322
422
|
}
|
|
323
423
|
},
|
|
324
424
|
Count: {
|
|
325
425
|
kind: "property",
|
|
326
426
|
type: () => {
|
|
327
427
|
return System.Int32;
|
|
328
|
-
}
|
|
329
|
-
isVirtual: true
|
|
428
|
+
}
|
|
330
429
|
},
|
|
331
|
-
|
|
430
|
+
InnerList: {
|
|
332
431
|
kind: "property",
|
|
333
432
|
type: () => {
|
|
334
|
-
return Collections.
|
|
433
|
+
return Collections.ArrayList;
|
|
335
434
|
}
|
|
336
435
|
},
|
|
337
|
-
|
|
436
|
+
List: {
|
|
338
437
|
kind: "property",
|
|
339
438
|
type: () => {
|
|
340
|
-
return Collections.
|
|
439
|
+
return Collections.IList;
|
|
341
440
|
}
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
|
|
441
|
+
}
|
|
442
|
+
},
|
|
443
|
+
isAbstract: true
|
|
444
|
+
},
|
|
445
|
+
Comparer: {
|
|
446
|
+
kind: "class",
|
|
447
|
+
members: {
|
|
448
|
+
Default: {
|
|
449
|
+
kind: "field",
|
|
345
450
|
type: () => {
|
|
346
|
-
return
|
|
451
|
+
return Collections.Comparer;
|
|
347
452
|
},
|
|
348
|
-
|
|
453
|
+
isStatic: true,
|
|
454
|
+
isReadOnly: true
|
|
349
455
|
},
|
|
350
|
-
|
|
351
|
-
kind: "
|
|
456
|
+
DefaultInvariant: {
|
|
457
|
+
kind: "field",
|
|
352
458
|
type: () => {
|
|
353
|
-
return
|
|
459
|
+
return Collections.Comparer;
|
|
354
460
|
},
|
|
461
|
+
isStatic: true,
|
|
462
|
+
isReadOnly: true
|
|
463
|
+
},
|
|
464
|
+
Comparer: {
|
|
465
|
+
kind: "method",
|
|
466
|
+
methodKind: "constructor"
|
|
467
|
+
},
|
|
468
|
+
Compare: {
|
|
469
|
+
kind: "method",
|
|
470
|
+
methodKind: "ordinary"
|
|
471
|
+
}
|
|
472
|
+
},
|
|
473
|
+
isSealed: true
|
|
474
|
+
},
|
|
475
|
+
DictionaryBase: {
|
|
476
|
+
kind: "class",
|
|
477
|
+
members: {
|
|
478
|
+
DictionaryBase: {
|
|
479
|
+
kind: "method",
|
|
480
|
+
methodKind: "constructor"
|
|
481
|
+
},
|
|
482
|
+
Clear: {
|
|
483
|
+
kind: "method",
|
|
484
|
+
methodKind: "ordinary"
|
|
485
|
+
},
|
|
486
|
+
CopyTo: {
|
|
487
|
+
kind: "method",
|
|
488
|
+
methodKind: "ordinary"
|
|
489
|
+
},
|
|
490
|
+
GetEnumerator: {
|
|
491
|
+
kind: "method",
|
|
492
|
+
methodKind: "ordinary"
|
|
493
|
+
},
|
|
494
|
+
OnClear: {
|
|
495
|
+
kind: "method",
|
|
496
|
+
methodKind: "ordinary",
|
|
355
497
|
isVirtual: true
|
|
356
498
|
},
|
|
357
|
-
|
|
358
|
-
kind: "
|
|
359
|
-
|
|
360
|
-
return System.Boolean;
|
|
361
|
-
},
|
|
499
|
+
OnClearComplete: {
|
|
500
|
+
kind: "method",
|
|
501
|
+
methodKind: "ordinary",
|
|
362
502
|
isVirtual: true
|
|
363
503
|
},
|
|
364
|
-
|
|
365
|
-
kind: "
|
|
366
|
-
|
|
367
|
-
return System.Object;
|
|
368
|
-
},
|
|
504
|
+
OnGet: {
|
|
505
|
+
kind: "method",
|
|
506
|
+
methodKind: "ordinary",
|
|
369
507
|
isVirtual: true
|
|
370
508
|
},
|
|
371
|
-
|
|
372
|
-
kind: "
|
|
373
|
-
|
|
374
|
-
return Collections.ICollection;
|
|
375
|
-
},
|
|
509
|
+
OnInsert: {
|
|
510
|
+
kind: "method",
|
|
511
|
+
methodKind: "ordinary",
|
|
376
512
|
isVirtual: true
|
|
377
513
|
},
|
|
378
|
-
|
|
379
|
-
kind: "
|
|
380
|
-
|
|
381
|
-
return System.Object;
|
|
382
|
-
},
|
|
514
|
+
OnInsertComplete: {
|
|
515
|
+
kind: "method",
|
|
516
|
+
methodKind: "ordinary",
|
|
383
517
|
isVirtual: true
|
|
384
518
|
},
|
|
385
|
-
|
|
519
|
+
OnRemove: {
|
|
520
|
+
kind: "method",
|
|
521
|
+
methodKind: "ordinary",
|
|
522
|
+
isVirtual: true
|
|
523
|
+
},
|
|
524
|
+
OnRemoveComplete: {
|
|
525
|
+
kind: "method",
|
|
526
|
+
methodKind: "ordinary",
|
|
527
|
+
isVirtual: true
|
|
528
|
+
},
|
|
529
|
+
OnSet: {
|
|
530
|
+
kind: "method",
|
|
531
|
+
methodKind: "ordinary",
|
|
532
|
+
isVirtual: true
|
|
533
|
+
},
|
|
534
|
+
OnSetComplete: {
|
|
535
|
+
kind: "method",
|
|
536
|
+
methodKind: "ordinary",
|
|
537
|
+
isVirtual: true
|
|
538
|
+
},
|
|
539
|
+
OnValidate: {
|
|
540
|
+
kind: "method",
|
|
541
|
+
methodKind: "ordinary",
|
|
542
|
+
isVirtual: true
|
|
543
|
+
},
|
|
544
|
+
Count: {
|
|
545
|
+
kind: "property",
|
|
546
|
+
type: () => {
|
|
547
|
+
return System.Int32;
|
|
548
|
+
}
|
|
549
|
+
},
|
|
550
|
+
Dictionary: {
|
|
551
|
+
kind: "property",
|
|
552
|
+
type: () => {
|
|
553
|
+
return Collections.IDictionary;
|
|
554
|
+
}
|
|
555
|
+
},
|
|
556
|
+
InnerHashtable: {
|
|
557
|
+
kind: "property",
|
|
558
|
+
type: () => {
|
|
559
|
+
return Collections.Hashtable;
|
|
560
|
+
}
|
|
561
|
+
}
|
|
562
|
+
},
|
|
563
|
+
isAbstract: true
|
|
564
|
+
},
|
|
565
|
+
DictionaryEntry: {
|
|
566
|
+
kind: "struct",
|
|
567
|
+
members: {
|
|
568
|
+
DictionaryEntry: {
|
|
569
|
+
kind: "method",
|
|
570
|
+
methodKind: "constructor"
|
|
571
|
+
},
|
|
572
|
+
Key: {
|
|
573
|
+
kind: "property",
|
|
574
|
+
type: () => {
|
|
575
|
+
return System.Object;
|
|
576
|
+
}
|
|
577
|
+
},
|
|
578
|
+
Value: {
|
|
579
|
+
kind: "property",
|
|
580
|
+
type: () => {
|
|
581
|
+
return System.Object;
|
|
582
|
+
},
|
|
583
|
+
isNullable: true
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
},
|
|
587
|
+
Hashtable: {
|
|
588
|
+
kind: "class",
|
|
589
|
+
members: {
|
|
590
|
+
Hashtable: {
|
|
591
|
+
kind: "method",
|
|
592
|
+
methodKind: "constructor"
|
|
593
|
+
},
|
|
594
|
+
Add: {
|
|
595
|
+
kind: "method",
|
|
596
|
+
methodKind: "ordinary",
|
|
597
|
+
isVirtual: true
|
|
598
|
+
},
|
|
599
|
+
Clear: {
|
|
600
|
+
kind: "method",
|
|
601
|
+
methodKind: "ordinary",
|
|
602
|
+
isVirtual: true
|
|
603
|
+
},
|
|
604
|
+
Clone: {
|
|
605
|
+
kind: "method",
|
|
606
|
+
methodKind: "ordinary",
|
|
607
|
+
isVirtual: true
|
|
608
|
+
},
|
|
609
|
+
Contains: {
|
|
610
|
+
kind: "method",
|
|
611
|
+
methodKind: "ordinary",
|
|
612
|
+
isVirtual: true
|
|
613
|
+
},
|
|
614
|
+
ContainsKey: {
|
|
615
|
+
kind: "method",
|
|
616
|
+
methodKind: "ordinary",
|
|
617
|
+
isVirtual: true
|
|
618
|
+
},
|
|
619
|
+
ContainsValue: {
|
|
620
|
+
kind: "method",
|
|
621
|
+
methodKind: "ordinary",
|
|
622
|
+
isVirtual: true
|
|
623
|
+
},
|
|
624
|
+
CopyTo: {
|
|
625
|
+
kind: "method",
|
|
626
|
+
methodKind: "ordinary",
|
|
627
|
+
isVirtual: true
|
|
628
|
+
},
|
|
629
|
+
GetEnumerator: {
|
|
630
|
+
kind: "method",
|
|
631
|
+
methodKind: "ordinary",
|
|
632
|
+
isVirtual: true
|
|
633
|
+
},
|
|
634
|
+
GetHash: {
|
|
635
|
+
kind: "method",
|
|
636
|
+
methodKind: "ordinary",
|
|
637
|
+
isVirtual: true
|
|
638
|
+
},
|
|
639
|
+
KeyEquals: {
|
|
640
|
+
kind: "method",
|
|
641
|
+
methodKind: "ordinary",
|
|
642
|
+
isVirtual: true
|
|
643
|
+
},
|
|
644
|
+
OnDeserialization: {
|
|
645
|
+
kind: "method",
|
|
646
|
+
methodKind: "ordinary",
|
|
647
|
+
isVirtual: true
|
|
648
|
+
},
|
|
649
|
+
Remove: {
|
|
650
|
+
kind: "method",
|
|
651
|
+
methodKind: "ordinary",
|
|
652
|
+
isVirtual: true
|
|
653
|
+
},
|
|
654
|
+
Synchronized: {
|
|
655
|
+
kind: "method",
|
|
656
|
+
methodKind: "ordinary",
|
|
657
|
+
isStatic: true
|
|
658
|
+
},
|
|
659
|
+
comparer: {
|
|
660
|
+
kind: "property",
|
|
661
|
+
type: () => {
|
|
662
|
+
return Collections.IComparer;
|
|
663
|
+
}
|
|
664
|
+
},
|
|
665
|
+
Count: {
|
|
666
|
+
kind: "property",
|
|
667
|
+
type: () => {
|
|
668
|
+
return System.Int32;
|
|
669
|
+
},
|
|
670
|
+
isVirtual: true
|
|
671
|
+
},
|
|
672
|
+
EqualityComparer: {
|
|
673
|
+
kind: "property",
|
|
674
|
+
type: () => {
|
|
675
|
+
return Collections.IEqualityComparer;
|
|
676
|
+
}
|
|
677
|
+
},
|
|
678
|
+
hcp: {
|
|
679
|
+
kind: "property",
|
|
680
|
+
type: () => {
|
|
681
|
+
return Collections.IHashCodeProvider;
|
|
682
|
+
}
|
|
683
|
+
},
|
|
684
|
+
IsFixedSize: {
|
|
685
|
+
kind: "property",
|
|
686
|
+
type: () => {
|
|
687
|
+
return System.Boolean;
|
|
688
|
+
},
|
|
689
|
+
isVirtual: true
|
|
690
|
+
},
|
|
691
|
+
IsReadOnly: {
|
|
692
|
+
kind: "property",
|
|
693
|
+
type: () => {
|
|
694
|
+
return System.Boolean;
|
|
695
|
+
},
|
|
696
|
+
isVirtual: true
|
|
697
|
+
},
|
|
698
|
+
IsSynchronized: {
|
|
699
|
+
kind: "property",
|
|
700
|
+
type: () => {
|
|
701
|
+
return System.Boolean;
|
|
702
|
+
},
|
|
703
|
+
isVirtual: true
|
|
704
|
+
},
|
|
705
|
+
Item: {
|
|
706
|
+
kind: "property",
|
|
707
|
+
type: () => {
|
|
708
|
+
return System.Object;
|
|
709
|
+
},
|
|
710
|
+
isVirtual: true
|
|
711
|
+
},
|
|
712
|
+
Keys: {
|
|
713
|
+
kind: "property",
|
|
714
|
+
type: () => {
|
|
715
|
+
return Collections.ICollection;
|
|
716
|
+
},
|
|
717
|
+
isVirtual: true
|
|
718
|
+
},
|
|
719
|
+
SyncRoot: {
|
|
720
|
+
kind: "property",
|
|
721
|
+
type: () => {
|
|
722
|
+
return System.Object;
|
|
723
|
+
},
|
|
724
|
+
isVirtual: true
|
|
725
|
+
},
|
|
726
|
+
Values: {
|
|
386
727
|
kind: "property",
|
|
387
728
|
type: () => {
|
|
388
729
|
return Collections.ICollection;
|
|
@@ -628,6 +969,386 @@ const Collections = createLibrary("System.Collections", {
|
|
|
628
969
|
methodKind: "ordinary"
|
|
629
970
|
}
|
|
630
971
|
}
|
|
972
|
+
},
|
|
973
|
+
Queue: {
|
|
974
|
+
kind: "class",
|
|
975
|
+
members: {
|
|
976
|
+
Queue: {
|
|
977
|
+
kind: "method",
|
|
978
|
+
methodKind: "constructor"
|
|
979
|
+
},
|
|
980
|
+
Clear: {
|
|
981
|
+
kind: "method",
|
|
982
|
+
methodKind: "ordinary",
|
|
983
|
+
isVirtual: true
|
|
984
|
+
},
|
|
985
|
+
Clone: {
|
|
986
|
+
kind: "method",
|
|
987
|
+
methodKind: "ordinary",
|
|
988
|
+
isVirtual: true
|
|
989
|
+
},
|
|
990
|
+
Contains: {
|
|
991
|
+
kind: "method",
|
|
992
|
+
methodKind: "ordinary",
|
|
993
|
+
isVirtual: true
|
|
994
|
+
},
|
|
995
|
+
CopyTo: {
|
|
996
|
+
kind: "method",
|
|
997
|
+
methodKind: "ordinary",
|
|
998
|
+
isVirtual: true
|
|
999
|
+
},
|
|
1000
|
+
Dequeue: {
|
|
1001
|
+
kind: "method",
|
|
1002
|
+
methodKind: "ordinary",
|
|
1003
|
+
isVirtual: true
|
|
1004
|
+
},
|
|
1005
|
+
Enqueue: {
|
|
1006
|
+
kind: "method",
|
|
1007
|
+
methodKind: "ordinary",
|
|
1008
|
+
isVirtual: true
|
|
1009
|
+
},
|
|
1010
|
+
GetEnumerator: {
|
|
1011
|
+
kind: "method",
|
|
1012
|
+
methodKind: "ordinary",
|
|
1013
|
+
isVirtual: true
|
|
1014
|
+
},
|
|
1015
|
+
Peek: {
|
|
1016
|
+
kind: "method",
|
|
1017
|
+
methodKind: "ordinary",
|
|
1018
|
+
isVirtual: true
|
|
1019
|
+
},
|
|
1020
|
+
Synchronized: {
|
|
1021
|
+
kind: "method",
|
|
1022
|
+
methodKind: "ordinary",
|
|
1023
|
+
isStatic: true
|
|
1024
|
+
},
|
|
1025
|
+
ToArray: {
|
|
1026
|
+
kind: "method",
|
|
1027
|
+
methodKind: "ordinary",
|
|
1028
|
+
isVirtual: true
|
|
1029
|
+
},
|
|
1030
|
+
TrimToSize: {
|
|
1031
|
+
kind: "method",
|
|
1032
|
+
methodKind: "ordinary",
|
|
1033
|
+
isVirtual: true
|
|
1034
|
+
},
|
|
1035
|
+
Count: {
|
|
1036
|
+
kind: "property",
|
|
1037
|
+
type: () => {
|
|
1038
|
+
return System.Int32;
|
|
1039
|
+
},
|
|
1040
|
+
isVirtual: true
|
|
1041
|
+
},
|
|
1042
|
+
IsSynchronized: {
|
|
1043
|
+
kind: "property",
|
|
1044
|
+
type: () => {
|
|
1045
|
+
return System.Boolean;
|
|
1046
|
+
},
|
|
1047
|
+
isVirtual: true
|
|
1048
|
+
},
|
|
1049
|
+
SyncRoot: {
|
|
1050
|
+
kind: "property",
|
|
1051
|
+
type: () => {
|
|
1052
|
+
return System.Object;
|
|
1053
|
+
},
|
|
1054
|
+
isVirtual: true
|
|
1055
|
+
}
|
|
1056
|
+
}
|
|
1057
|
+
},
|
|
1058
|
+
ReadOnlyCollectionBase: {
|
|
1059
|
+
kind: "class",
|
|
1060
|
+
members: {
|
|
1061
|
+
ReadOnlyCollectionBase: {
|
|
1062
|
+
kind: "method",
|
|
1063
|
+
methodKind: "constructor"
|
|
1064
|
+
},
|
|
1065
|
+
GetEnumerator: {
|
|
1066
|
+
kind: "method",
|
|
1067
|
+
methodKind: "ordinary",
|
|
1068
|
+
isVirtual: true
|
|
1069
|
+
},
|
|
1070
|
+
Count: {
|
|
1071
|
+
kind: "property",
|
|
1072
|
+
type: () => {
|
|
1073
|
+
return System.Int32;
|
|
1074
|
+
},
|
|
1075
|
+
isVirtual: true
|
|
1076
|
+
},
|
|
1077
|
+
InnerList: {
|
|
1078
|
+
kind: "property",
|
|
1079
|
+
type: () => {
|
|
1080
|
+
return Collections.ArrayList;
|
|
1081
|
+
}
|
|
1082
|
+
}
|
|
1083
|
+
},
|
|
1084
|
+
isAbstract: true
|
|
1085
|
+
},
|
|
1086
|
+
SortedList: {
|
|
1087
|
+
kind: "class",
|
|
1088
|
+
members: {
|
|
1089
|
+
SortedList: {
|
|
1090
|
+
kind: "method",
|
|
1091
|
+
methodKind: "constructor"
|
|
1092
|
+
},
|
|
1093
|
+
Add: {
|
|
1094
|
+
kind: "method",
|
|
1095
|
+
methodKind: "ordinary",
|
|
1096
|
+
isVirtual: true
|
|
1097
|
+
},
|
|
1098
|
+
Clear: {
|
|
1099
|
+
kind: "method",
|
|
1100
|
+
methodKind: "ordinary",
|
|
1101
|
+
isVirtual: true
|
|
1102
|
+
},
|
|
1103
|
+
Clone: {
|
|
1104
|
+
kind: "method",
|
|
1105
|
+
methodKind: "ordinary",
|
|
1106
|
+
isVirtual: true
|
|
1107
|
+
},
|
|
1108
|
+
Contains: {
|
|
1109
|
+
kind: "method",
|
|
1110
|
+
methodKind: "ordinary",
|
|
1111
|
+
isVirtual: true
|
|
1112
|
+
},
|
|
1113
|
+
ContainsKey: {
|
|
1114
|
+
kind: "method",
|
|
1115
|
+
methodKind: "ordinary",
|
|
1116
|
+
isVirtual: true
|
|
1117
|
+
},
|
|
1118
|
+
ContainsValue: {
|
|
1119
|
+
kind: "method",
|
|
1120
|
+
methodKind: "ordinary",
|
|
1121
|
+
isVirtual: true
|
|
1122
|
+
},
|
|
1123
|
+
CopyTo: {
|
|
1124
|
+
kind: "method",
|
|
1125
|
+
methodKind: "ordinary",
|
|
1126
|
+
isVirtual: true
|
|
1127
|
+
},
|
|
1128
|
+
GetByIndex: {
|
|
1129
|
+
kind: "method",
|
|
1130
|
+
methodKind: "ordinary",
|
|
1131
|
+
isVirtual: true
|
|
1132
|
+
},
|
|
1133
|
+
GetEnumerator: {
|
|
1134
|
+
kind: "method",
|
|
1135
|
+
methodKind: "ordinary",
|
|
1136
|
+
isVirtual: true
|
|
1137
|
+
},
|
|
1138
|
+
GetKey: {
|
|
1139
|
+
kind: "method",
|
|
1140
|
+
methodKind: "ordinary",
|
|
1141
|
+
isVirtual: true
|
|
1142
|
+
},
|
|
1143
|
+
GetKeyList: {
|
|
1144
|
+
kind: "method",
|
|
1145
|
+
methodKind: "ordinary",
|
|
1146
|
+
isVirtual: true
|
|
1147
|
+
},
|
|
1148
|
+
GetValueList: {
|
|
1149
|
+
kind: "method",
|
|
1150
|
+
methodKind: "ordinary",
|
|
1151
|
+
isVirtual: true
|
|
1152
|
+
},
|
|
1153
|
+
IndexOfKey: {
|
|
1154
|
+
kind: "method",
|
|
1155
|
+
methodKind: "ordinary",
|
|
1156
|
+
isVirtual: true
|
|
1157
|
+
},
|
|
1158
|
+
IndexOfValue: {
|
|
1159
|
+
kind: "method",
|
|
1160
|
+
methodKind: "ordinary",
|
|
1161
|
+
isVirtual: true
|
|
1162
|
+
},
|
|
1163
|
+
Remove: {
|
|
1164
|
+
kind: "method",
|
|
1165
|
+
methodKind: "ordinary",
|
|
1166
|
+
isVirtual: true
|
|
1167
|
+
},
|
|
1168
|
+
RemoveAt: {
|
|
1169
|
+
kind: "method",
|
|
1170
|
+
methodKind: "ordinary",
|
|
1171
|
+
isVirtual: true
|
|
1172
|
+
},
|
|
1173
|
+
SetByIndex: {
|
|
1174
|
+
kind: "method",
|
|
1175
|
+
methodKind: "ordinary",
|
|
1176
|
+
isVirtual: true
|
|
1177
|
+
},
|
|
1178
|
+
Synchronized: {
|
|
1179
|
+
kind: "method",
|
|
1180
|
+
methodKind: "ordinary",
|
|
1181
|
+
isStatic: true
|
|
1182
|
+
},
|
|
1183
|
+
TrimToSize: {
|
|
1184
|
+
kind: "method",
|
|
1185
|
+
methodKind: "ordinary",
|
|
1186
|
+
isVirtual: true
|
|
1187
|
+
},
|
|
1188
|
+
Capacity: {
|
|
1189
|
+
kind: "property",
|
|
1190
|
+
type: () => {
|
|
1191
|
+
return System.Int32;
|
|
1192
|
+
},
|
|
1193
|
+
isVirtual: true
|
|
1194
|
+
},
|
|
1195
|
+
Count: {
|
|
1196
|
+
kind: "property",
|
|
1197
|
+
type: () => {
|
|
1198
|
+
return System.Int32;
|
|
1199
|
+
},
|
|
1200
|
+
isVirtual: true
|
|
1201
|
+
},
|
|
1202
|
+
IsFixedSize: {
|
|
1203
|
+
kind: "property",
|
|
1204
|
+
type: () => {
|
|
1205
|
+
return System.Boolean;
|
|
1206
|
+
},
|
|
1207
|
+
isVirtual: true
|
|
1208
|
+
},
|
|
1209
|
+
IsReadOnly: {
|
|
1210
|
+
kind: "property",
|
|
1211
|
+
type: () => {
|
|
1212
|
+
return System.Boolean;
|
|
1213
|
+
},
|
|
1214
|
+
isVirtual: true
|
|
1215
|
+
},
|
|
1216
|
+
IsSynchronized: {
|
|
1217
|
+
kind: "property",
|
|
1218
|
+
type: () => {
|
|
1219
|
+
return System.Boolean;
|
|
1220
|
+
},
|
|
1221
|
+
isVirtual: true
|
|
1222
|
+
},
|
|
1223
|
+
Item: {
|
|
1224
|
+
kind: "property",
|
|
1225
|
+
type: () => {
|
|
1226
|
+
return System.Object;
|
|
1227
|
+
},
|
|
1228
|
+
isVirtual: true
|
|
1229
|
+
},
|
|
1230
|
+
Keys: {
|
|
1231
|
+
kind: "property",
|
|
1232
|
+
type: () => {
|
|
1233
|
+
return Collections.ICollection;
|
|
1234
|
+
},
|
|
1235
|
+
isVirtual: true
|
|
1236
|
+
},
|
|
1237
|
+
SyncRoot: {
|
|
1238
|
+
kind: "property",
|
|
1239
|
+
type: () => {
|
|
1240
|
+
return System.Object;
|
|
1241
|
+
},
|
|
1242
|
+
isVirtual: true
|
|
1243
|
+
},
|
|
1244
|
+
Values: {
|
|
1245
|
+
kind: "property",
|
|
1246
|
+
type: () => {
|
|
1247
|
+
return Collections.ICollection;
|
|
1248
|
+
},
|
|
1249
|
+
isVirtual: true
|
|
1250
|
+
}
|
|
1251
|
+
}
|
|
1252
|
+
},
|
|
1253
|
+
Stack: {
|
|
1254
|
+
kind: "class",
|
|
1255
|
+
members: {
|
|
1256
|
+
Stack: {
|
|
1257
|
+
kind: "method",
|
|
1258
|
+
methodKind: "constructor"
|
|
1259
|
+
},
|
|
1260
|
+
Clear: {
|
|
1261
|
+
kind: "method",
|
|
1262
|
+
methodKind: "ordinary",
|
|
1263
|
+
isVirtual: true
|
|
1264
|
+
},
|
|
1265
|
+
Clone: {
|
|
1266
|
+
kind: "method",
|
|
1267
|
+
methodKind: "ordinary",
|
|
1268
|
+
isVirtual: true
|
|
1269
|
+
},
|
|
1270
|
+
Contains: {
|
|
1271
|
+
kind: "method",
|
|
1272
|
+
methodKind: "ordinary",
|
|
1273
|
+
isVirtual: true
|
|
1274
|
+
},
|
|
1275
|
+
CopyTo: {
|
|
1276
|
+
kind: "method",
|
|
1277
|
+
methodKind: "ordinary",
|
|
1278
|
+
isVirtual: true
|
|
1279
|
+
},
|
|
1280
|
+
GetEnumerator: {
|
|
1281
|
+
kind: "method",
|
|
1282
|
+
methodKind: "ordinary",
|
|
1283
|
+
isVirtual: true
|
|
1284
|
+
},
|
|
1285
|
+
Peek: {
|
|
1286
|
+
kind: "method",
|
|
1287
|
+
methodKind: "ordinary",
|
|
1288
|
+
isVirtual: true
|
|
1289
|
+
},
|
|
1290
|
+
Pop: {
|
|
1291
|
+
kind: "method",
|
|
1292
|
+
methodKind: "ordinary",
|
|
1293
|
+
isVirtual: true
|
|
1294
|
+
},
|
|
1295
|
+
Push: {
|
|
1296
|
+
kind: "method",
|
|
1297
|
+
methodKind: "ordinary",
|
|
1298
|
+
isVirtual: true
|
|
1299
|
+
},
|
|
1300
|
+
Synchronized: {
|
|
1301
|
+
kind: "method",
|
|
1302
|
+
methodKind: "ordinary",
|
|
1303
|
+
isStatic: true
|
|
1304
|
+
},
|
|
1305
|
+
ToArray: {
|
|
1306
|
+
kind: "method",
|
|
1307
|
+
methodKind: "ordinary",
|
|
1308
|
+
isVirtual: true
|
|
1309
|
+
},
|
|
1310
|
+
Count: {
|
|
1311
|
+
kind: "property",
|
|
1312
|
+
type: () => {
|
|
1313
|
+
return System.Int32;
|
|
1314
|
+
},
|
|
1315
|
+
isVirtual: true
|
|
1316
|
+
},
|
|
1317
|
+
IsSynchronized: {
|
|
1318
|
+
kind: "property",
|
|
1319
|
+
type: () => {
|
|
1320
|
+
return System.Boolean;
|
|
1321
|
+
},
|
|
1322
|
+
isVirtual: true
|
|
1323
|
+
},
|
|
1324
|
+
SyncRoot: {
|
|
1325
|
+
kind: "property",
|
|
1326
|
+
type: () => {
|
|
1327
|
+
return System.Object;
|
|
1328
|
+
},
|
|
1329
|
+
isVirtual: true
|
|
1330
|
+
}
|
|
1331
|
+
}
|
|
1332
|
+
},
|
|
1333
|
+
StructuralComparisons: {
|
|
1334
|
+
kind: "class",
|
|
1335
|
+
members: {
|
|
1336
|
+
StructuralComparer: {
|
|
1337
|
+
kind: "property",
|
|
1338
|
+
type: () => {
|
|
1339
|
+
return Collections.IComparer;
|
|
1340
|
+
},
|
|
1341
|
+
isStatic: true
|
|
1342
|
+
},
|
|
1343
|
+
StructuralEqualityComparer: {
|
|
1344
|
+
kind: "property",
|
|
1345
|
+
type: () => {
|
|
1346
|
+
return Collections.IEqualityComparer;
|
|
1347
|
+
},
|
|
1348
|
+
isStatic: true
|
|
1349
|
+
}
|
|
1350
|
+
},
|
|
1351
|
+
isStatic: true
|
|
631
1352
|
}
|
|
632
1353
|
});
|
|
633
1354
|
export default Collections;
|