@alloy-js/csharp 0.23.0-dev.1 → 0.23.0-dev.11
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/CHANGELOG.md +1 -14
- package/dist/dev/scripts/components/library-interface.js +67 -0
- package/dist/dev/scripts/components/library-interface.js.map +1 -0
- package/dist/dev/scripts/components/namespace-directory.js +160 -0
- package/dist/dev/scripts/components/namespace-directory.js.map +1 -0
- package/dist/dev/scripts/generate-builtins.js +45 -0
- package/dist/dev/scripts/generate-builtins.js.map +1 -0
- package/dist/dev/scripts/process-docfx.js +316 -0
- package/dist/dev/scripts/process-docfx.js.map +1 -0
- package/dist/dev/src/access.js +73 -0
- package/dist/dev/src/access.js.map +1 -0
- package/dist/dev/src/access.test.js +43 -0
- package/dist/dev/src/access.test.js.map +1 -0
- package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
- package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
- package/dist/dev/src/builtins/Microsoft/CSharp/index.js +5 -0
- package/dist/dev/src/builtins/Microsoft/CSharp/index.js.map +1 -0
- package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
- package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
- package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
- package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
- package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
- package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
- package/dist/dev/src/builtins/Microsoft/Win32/index.js +362 -0
- package/dist/dev/src/builtins/Microsoft/Win32/index.js.map +1 -0
- package/dist/dev/src/builtins/Microsoft/index.js +7 -0
- package/dist/dev/src/builtins/Microsoft/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Buffers/Binary/index.js +536 -0
- package/dist/dev/src/builtins/System/Buffers/Binary/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Buffers/Text/index.js +144 -0
- package/dist/dev/src/builtins/System/Buffers/Text/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Buffers/index.js +605 -0
- package/dist/dev/src/builtins/System/Buffers/index.js.map +1 -0
- package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js +131 -0
- package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
- package/dist/dev/src/builtins/System/CodeDom/index.js +5 -0
- package/dist/dev/src/builtins/System/CodeDom/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Collections/Concurrent/index.js +399 -0
- package/dist/dev/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Collections/Frozen/index.js +88 -0
- package/dist/dev/src/builtins/System/Collections/Frozen/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Collections/Generic/index.js +978 -0
- package/dist/dev/src/builtins/System/Collections/Generic/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Collections/Immutable/index.js +1049 -0
- package/dist/dev/src/builtins/System/Collections/Immutable/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js +394 -0
- package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Collections/Specialized/index.js +716 -0
- package/dist/dev/src/builtins/System/Collections/Specialized/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Collections/index.js +1355 -0
- package/dist/dev/src/builtins/System/Collections/index.js.map +1 -0
- package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
- package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
- package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
- package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
- package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
- package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
- package/dist/dev/src/builtins/System/ComponentModel/Design/index.js +2008 -0
- package/dist/dev/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
- package/dist/dev/src/builtins/System/ComponentModel/index.js +6649 -0
- package/dist/dev/src/builtins/System/ComponentModel/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js +69 -0
- package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Configuration/index.js +5 -0
- package/dist/dev/src/builtins/System/Configuration/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Data/Common/index.js +3279 -0
- package/dist/dev/src/builtins/System/Data/Common/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Data/SqlTypes/index.js +2655 -0
- package/dist/dev/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Data/index.js +4504 -0
- package/dist/dev/src/builtins/System/Data/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
- package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
- package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
- package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
- package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
- package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Diagnostics/index.js +3826 -0
- package/dist/dev/src/builtins/System/Diagnostics/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Drawing/index.js +3305 -0
- package/dist/dev/src/builtins/System/Drawing/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Dynamic/index.js +795 -0
- package/dist/dev/src/builtins/System/Dynamic/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Formats/Asn1/index.js +843 -0
- package/dist/dev/src/builtins/System/Formats/Asn1/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Formats/Tar/index.js +436 -0
- package/dist/dev/src/builtins/System/Formats/Tar/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Formats/index.js +6 -0
- package/dist/dev/src/builtins/System/Formats/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Globalization/index.js +3848 -0
- package/dist/dev/src/builtins/System/Globalization/index.js.map +1 -0
- package/dist/dev/src/builtins/System/IO/Compression/index.js +894 -0
- package/dist/dev/src/builtins/System/IO/Compression/index.js.map +1 -0
- package/dist/dev/src/builtins/System/IO/Enumeration/index.js +218 -0
- package/dist/dev/src/builtins/System/IO/Enumeration/index.js.map +1 -0
- package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
- package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
- package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
- package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
- package/dist/dev/src/builtins/System/IO/Pipelines/index.js +415 -0
- package/dist/dev/src/builtins/System/IO/Pipelines/index.js.map +1 -0
- package/dist/dev/src/builtins/System/IO/Pipes/index.js +723 -0
- package/dist/dev/src/builtins/System/IO/Pipes/index.js.map +1 -0
- package/dist/dev/src/builtins/System/IO/index.js +3713 -0
- package/dist/dev/src/builtins/System/IO/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Linq/Expressions/index.js +2253 -0
- package/dist/dev/src/builtins/System/Linq/Expressions/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Linq/index.js +275 -0
- package/dist/dev/src/builtins/System/Linq/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Cache/index.js +217 -0
- package/dist/dev/src/builtins/System/Net/Cache/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Http/Headers/index.js +1668 -0
- package/dist/dev/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Http/Json/index.js +72 -0
- package/dist/dev/src/builtins/System/Net/Http/Json/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js +40 -0
- package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Http/index.js +1458 -0
- package/dist/dev/src/builtins/System/Net/Http/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Mail/index.js +871 -0
- package/dist/dev/src/builtins/System/Net/Mail/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Mime/index.js +500 -0
- package/dist/dev/src/builtins/System/Net/Mime/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
- package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Quic/index.js +635 -0
- package/dist/dev/src/builtins/System/Net/Quic/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Security/index.js +1432 -0
- package/dist/dev/src/builtins/System/Net/Security/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Sockets/index.js +3095 -0
- package/dist/dev/src/builtins/System/Net/Sockets/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/WebSockets/index.js +876 -0
- package/dist/dev/src/builtins/System/Net/WebSockets/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/index.js +5481 -0
- package/dist/dev/src/builtins/System/Net/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Numerics/index.js +3425 -0
- package/dist/dev/src/builtins/System/Numerics/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Reflection/Emit/index.js +4293 -0
- package/dist/dev/src/builtins/System/Reflection/Emit/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
- package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Reflection/Metadata/index.js +6045 -0
- package/dist/dev/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
- package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Reflection/index.js +5244 -0
- package/dist/dev/src/builtins/System/Reflection/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Resources/index.js +289 -0
- package/dist/dev/src/builtins/System/Resources/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
- package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
- package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
- package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
- package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
- package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
- package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
- package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Loader/index.js +140 -0
- package/dist/dev/src/builtins/System/Runtime/Loader/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Remoting/index.js +18 -0
- package/dist/dev/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/index.js +1611 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Versioning/index.js +336 -0
- package/dist/dev/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/index.js +245 -0
- package/dist/dev/src/builtins/System/Runtime/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/AccessControl/index.js +2343 -0
- package/dist/dev/src/builtins/System/Security/AccessControl/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
- package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/Authentication/index.js +212 -0
- package/dist/dev/src/builtins/System/Security/Authentication/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/Claims/index.js +844 -0
- package/dist/dev/src/builtins/System/Security/Claims/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
- package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/Cryptography/index.js +6673 -0
- package/dist/dev/src/builtins/System/Security/Cryptography/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/Permissions/index.js +325 -0
- package/dist/dev/src/builtins/System/Security/Permissions/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/Policy/index.js +101 -0
- package/dist/dev/src/builtins/System/Security/Policy/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/Principal/index.js +1338 -0
- package/dist/dev/src/builtins/System/Security/Principal/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/index.js +672 -0
- package/dist/dev/src/builtins/System/Security/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js +162 -0
- package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/Encodings/index.js +5 -0
- package/dist/dev/src/builtins/System/Text/Encodings/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js +250 -0
- package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/Json/Schema/index.js +78 -0
- package/dist/dev/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
- package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js +840 -0
- package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/Json/index.js +1185 -0
- package/dist/dev/src/builtins/System/Text/Json/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js +732 -0
- package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/Unicode/index.js +1199 -0
- package/dist/dev/src/builtins/System/Text/Unicode/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/index.js +1748 -0
- package/dist/dev/src/builtins/System/Text/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Threading/Channels/index.js +229 -0
- package/dist/dev/src/builtins/System/Threading/Channels/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
- package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
- package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Threading/Tasks/index.js +721 -0
- package/dist/dev/src/builtins/System/Threading/Tasks/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Threading/index.js +2292 -0
- package/dist/dev/src/builtins/System/Threading/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Timers/index.js +129 -0
- package/dist/dev/src/builtins/System/Timers/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Transactions/index.js +727 -0
- package/dist/dev/src/builtins/System/Transactions/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Web/index.js +84 -0
- package/dist/dev/src/builtins/System/Web/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Windows/Input/index.js +18 -0
- package/dist/dev/src/builtins/System/Windows/Input/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Windows/Markup/index.js +28 -0
- package/dist/dev/src/builtins/System/Windows/Markup/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Windows/index.js +6 -0
- package/dist/dev/src/builtins/System/Windows/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Xml/Linq/index.js +1086 -0
- package/dist/dev/src/builtins/System/Xml/Linq/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Xml/Resolvers/index.js +86 -0
- package/dist/dev/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Xml/Schema/index.js +2993 -0
- package/dist/dev/src/builtins/System/Xml/Schema/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Xml/Serialization/index.js +2356 -0
- package/dist/dev/src/builtins/System/Xml/Serialization/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Xml/XPath/index.js +917 -0
- package/dist/dev/src/builtins/System/Xml/XPath/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Xml/Xsl/index.js +315 -0
- package/dist/dev/src/builtins/System/Xml/Xsl/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Xml/index.js +5736 -0
- package/dist/dev/src/builtins/System/Xml/index.js.map +1 -0
- package/dist/dev/src/builtins/System/index.js +14587 -0
- package/dist/dev/src/builtins/System/index.js.map +1 -0
- package/dist/dev/src/builtins/index.js +3 -0
- package/dist/dev/src/builtins/index.js.map +1 -0
- package/dist/dev/src/components/Declaration.js +9 -0
- package/dist/dev/src/components/Declaration.js.map +1 -0
- package/dist/dev/src/components/Name.js +12 -0
- package/dist/dev/src/components/Name.js.map +1 -0
- package/dist/dev/src/components/Reference.js +13 -0
- package/dist/dev/src/components/Reference.js.map +1 -0
- package/dist/dev/src/components/access-expression/access-expression.js +288 -0
- package/dist/dev/src/components/access-expression/access-expression.js.map +1 -0
- package/dist/dev/src/components/access-expression/access-expression.test.js +608 -0
- package/dist/dev/src/components/access-expression/access-expression.test.js.map +1 -0
- package/dist/dev/src/components/access-expression/part-descriptors.js +14 -0
- package/dist/dev/src/components/access-expression/part-descriptors.js.map +1 -0
- package/dist/dev/src/components/attributes/attributes.js +113 -0
- package/dist/dev/src/components/attributes/attributes.js.map +1 -0
- package/dist/dev/src/components/attributes/attributes.test.js +201 -0
- package/dist/dev/src/components/attributes/attributes.test.js.map +1 -0
- package/dist/dev/src/components/class/declaration.js +123 -0
- package/dist/dev/src/components/class/declaration.js.map +1 -0
- package/dist/dev/src/components/class/declaration.test.js +893 -0
- package/dist/dev/src/components/class/declaration.test.js.map +1 -0
- package/dist/dev/src/components/constructor/constructor.js +129 -0
- package/dist/dev/src/components/constructor/constructor.js.map +1 -0
- package/dist/dev/src/components/constructor/constructor.test.js +228 -0
- package/dist/dev/src/components/constructor/constructor.test.js.map +1 -0
- package/dist/dev/src/components/csproj-file/csproj-file.js +32 -0
- package/dist/dev/src/components/csproj-file/csproj-file.js.map +1 -0
- package/dist/dev/src/components/csproj-file/csproj-file.test.js +70 -0
- package/dist/dev/src/components/csproj-file/csproj-file.test.js.map +1 -0
- package/dist/dev/src/components/doc/comment.js +129 -0
- package/dist/dev/src/components/doc/comment.js.map +1 -0
- package/dist/dev/src/components/doc/comment.test.js +577 -0
- package/dist/dev/src/components/doc/comment.test.js.map +1 -0
- package/dist/dev/src/components/doc/from-markdown.js +83 -0
- package/dist/dev/src/components/doc/from-markdown.js.map +1 -0
- package/dist/dev/src/components/doc/from-markdown.test.js +112 -0
- package/dist/dev/src/components/doc/from-markdown.test.js.map +1 -0
- package/dist/dev/src/components/enum/declaration.js +80 -0
- package/dist/dev/src/components/enum/declaration.js.map +1 -0
- package/dist/dev/src/components/enum/declaration.ref.test.js +221 -0
- package/dist/dev/src/components/enum/declaration.ref.test.js.map +1 -0
- package/dist/dev/src/components/enum/declaration.test.js +122 -0
- package/dist/dev/src/components/enum/declaration.test.js.map +1 -0
- package/dist/dev/src/components/enum/member.js +47 -0
- package/dist/dev/src/components/enum/member.js.map +1 -0
- package/dist/dev/src/components/enum/member.test.js +126 -0
- package/dist/dev/src/components/enum/member.test.js.map +1 -0
- package/dist/dev/src/components/field/field.js +43 -0
- package/dist/dev/src/components/field/field.js.map +1 -0
- package/dist/dev/src/components/field/field.test.js +242 -0
- package/dist/dev/src/components/field/field.test.js.map +1 -0
- package/dist/dev/src/components/if/if-statement.js +56 -0
- package/dist/dev/src/components/if/if-statement.js.map +1 -0
- package/dist/dev/src/components/if/if-statement.test.js +41 -0
- package/dist/dev/src/components/if/if-statement.test.js.map +1 -0
- package/dist/dev/src/components/index.js +31 -0
- package/dist/dev/src/components/index.js.map +1 -0
- package/dist/dev/src/components/interface/declaration.js +114 -0
- package/dist/dev/src/components/interface/declaration.js.map +1 -0
- package/dist/dev/src/components/interface/declaration.test.js +264 -0
- package/dist/dev/src/components/interface/declaration.test.js.map +1 -0
- package/dist/dev/src/components/interface/method.js +100 -0
- package/dist/dev/src/components/interface/method.js.map +1 -0
- package/dist/dev/src/components/interface/method.test.js +432 -0
- package/dist/dev/src/components/interface/method.test.js.map +1 -0
- package/dist/dev/src/components/interface/property.js +80 -0
- package/dist/dev/src/components/interface/property.js.map +1 -0
- package/dist/dev/src/components/interface/property.test.js +305 -0
- package/dist/dev/src/components/interface/property.test.js.map +1 -0
- package/dist/dev/src/components/invocation-expression/invocation-expression.js +94 -0
- package/dist/dev/src/components/invocation-expression/invocation-expression.js.map +1 -0
- package/dist/dev/src/components/invocation-expression/invocation-expression.test.js +153 -0
- package/dist/dev/src/components/invocation-expression/invocation-expression.test.js.map +1 -0
- package/dist/dev/src/components/lexical-scope.js +30 -0
- package/dist/dev/src/components/lexical-scope.js.map +1 -0
- package/dist/dev/src/components/method/method.js +134 -0
- package/dist/dev/src/components/method/method.js.map +1 -0
- package/dist/dev/src/components/method/method.test.js +422 -0
- package/dist/dev/src/components/method/method.test.js.map +1 -0
- package/dist/dev/src/components/method-scope.js +30 -0
- package/dist/dev/src/components/method-scope.js.map +1 -0
- package/dist/dev/src/components/namespace/namespace-name.js +20 -0
- package/dist/dev/src/components/namespace/namespace-name.js.map +1 -0
- package/dist/dev/src/components/namespace/namespace.js +61 -0
- package/dist/dev/src/components/namespace/namespace.js.map +1 -0
- package/dist/dev/src/components/namespace/namespace.test.js +419 -0
- package/dist/dev/src/components/namespace/namespace.test.js.map +1 -0
- package/dist/dev/src/components/namespace-scopes.js +68 -0
- package/dist/dev/src/components/namespace-scopes.js.map +1 -0
- package/dist/dev/src/components/namespace.ref.test.js +431 -0
- package/dist/dev/src/components/namespace.ref.test.js.map +1 -0
- package/dist/dev/src/components/parameters/parameters.js +96 -0
- package/dist/dev/src/components/parameters/parameters.js.map +1 -0
- package/dist/dev/src/components/parameters/parameters.test.js +317 -0
- package/dist/dev/src/components/parameters/parameters.test.js.map +1 -0
- package/dist/dev/src/components/property/property.js +192 -0
- package/dist/dev/src/components/property/property.js.map +1 -0
- package/dist/dev/src/components/property/property.test.js +535 -0
- package/dist/dev/src/components/property/property.test.js.map +1 -0
- package/dist/dev/src/components/record/declaration.js +132 -0
- package/dist/dev/src/components/record/declaration.js.map +1 -0
- package/dist/dev/src/components/record/declaration.test.js +231 -0
- package/dist/dev/src/components/record/declaration.test.js.map +1 -0
- package/dist/dev/src/components/region/region.js +14 -0
- package/dist/dev/src/components/region/region.js.map +1 -0
- package/dist/dev/src/components/region/region.test.js +39 -0
- package/dist/dev/src/components/region/region.test.js.map +1 -0
- package/dist/dev/src/components/source-file/source-file.js +164 -0
- package/dist/dev/src/components/source-file/source-file.js.map +1 -0
- package/dist/dev/src/components/source-file/source-file.test.js +271 -0
- package/dist/dev/src/components/source-file/source-file.test.js.map +1 -0
- package/dist/dev/src/components/source-file/using.test.js +201 -0
- package/dist/dev/src/components/source-file/using.test.js.map +1 -0
- package/dist/dev/src/components/stc/index.js +13 -0
- package/dist/dev/src/components/stc/index.js.map +1 -0
- package/dist/dev/src/components/struct/declaration.js +113 -0
- package/dist/dev/src/components/struct/declaration.js.map +1 -0
- package/dist/dev/src/components/struct/declaration.test.js +400 -0
- package/dist/dev/src/components/struct/declaration.test.js.map +1 -0
- package/dist/dev/src/components/type-parameters/type-parameter-constraints.js +73 -0
- package/dist/dev/src/components/type-parameters/type-parameter-constraints.js.map +1 -0
- package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js +92 -0
- package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js.map +1 -0
- package/dist/dev/src/components/type-parameters/type-parameter.js +28 -0
- package/dist/dev/src/components/type-parameters/type-parameter.js.map +1 -0
- package/dist/dev/src/components/type-parameters/type-parameters.js +71 -0
- package/dist/dev/src/components/type-parameters/type-parameters.js.map +1 -0
- package/dist/dev/src/components/type-parameters/type-parameters.test.js +103 -0
- package/dist/dev/src/components/type-parameters/type-parameters.test.js.map +1 -0
- package/dist/dev/src/components/using/using.js +45 -0
- package/dist/dev/src/components/using/using.js.map +1 -0
- package/dist/dev/src/components/using/using.test.js +27 -0
- package/dist/dev/src/components/using/using.test.js.map +1 -0
- package/dist/dev/src/components/var/declaration.js +72 -0
- package/dist/dev/src/components/var/declaration.js.map +1 -0
- package/dist/dev/src/components/var/declaration.test.js +167 -0
- package/dist/dev/src/components/var/declaration.test.js.map +1 -0
- package/dist/dev/src/contexts/format-options.js +9 -0
- package/dist/dev/src/contexts/format-options.js.map +1 -0
- package/dist/dev/src/contexts/global-namespace.js +30 -0
- package/dist/dev/src/contexts/global-namespace.js.map +1 -0
- package/dist/dev/src/contexts/namespace.js +6 -0
- package/dist/dev/src/contexts/namespace.js.map +1 -0
- package/dist/dev/src/contexts/reference-context.js +15 -0
- package/dist/dev/src/contexts/reference-context.js.map +1 -0
- package/dist/dev/src/create-library.js +136 -0
- package/dist/dev/src/create-library.js.map +1 -0
- package/dist/dev/src/create-library.test.js +289 -0
- package/dist/dev/src/create-library.test.js.map +1 -0
- package/dist/dev/src/identifier-utils.js +45 -0
- package/dist/dev/src/identifier-utils.js.map +1 -0
- package/dist/dev/src/index.js +11 -0
- package/dist/dev/src/index.js.map +1 -0
- package/dist/dev/src/keywords.js +39 -0
- package/dist/dev/src/keywords.js.map +1 -0
- package/dist/dev/src/modifiers.js +21 -0
- package/dist/dev/src/modifiers.js.map +1 -0
- package/dist/dev/src/name-policy.js +59 -0
- package/dist/dev/src/name-policy.js.map +1 -0
- package/dist/dev/src/name-policy.test.js +167 -0
- package/dist/dev/src/name-policy.test.js.map +1 -0
- package/dist/dev/src/scopes/class.js +11 -0
- package/dist/dev/src/scopes/class.js.map +1 -0
- package/dist/dev/src/scopes/contexts.js +34 -0
- package/dist/dev/src/scopes/contexts.js.map +1 -0
- package/dist/dev/src/scopes/csharp.js +25 -0
- package/dist/dev/src/scopes/csharp.js.map +1 -0
- package/dist/dev/src/scopes/factories.js +25 -0
- package/dist/dev/src/scopes/factories.js.map +1 -0
- package/dist/dev/src/scopes/index.js +10 -0
- package/dist/dev/src/scopes/index.js.map +1 -0
- package/dist/dev/src/scopes/lexical.js +8 -0
- package/dist/dev/src/scopes/lexical.js.map +1 -0
- package/dist/dev/src/scopes/method.js +14 -0
- package/dist/dev/src/scopes/method.js.map +1 -0
- package/dist/dev/src/scopes/named-type.js +33 -0
- package/dist/dev/src/scopes/named-type.js.map +1 -0
- package/dist/dev/src/scopes/namespace.js +39 -0
- package/dist/dev/src/scopes/namespace.js.map +1 -0
- package/dist/dev/src/scopes/source-file.js +44 -0
- package/dist/dev/src/scopes/source-file.js.map +1 -0
- package/dist/dev/src/symbols/csharp.js +263 -0
- package/dist/dev/src/symbols/csharp.js.map +1 -0
- package/dist/dev/src/symbols/factories.js +145 -0
- package/dist/dev/src/symbols/factories.js.map +1 -0
- package/dist/dev/src/symbols/index.js +7 -0
- package/dist/dev/src/symbols/index.js.map +1 -0
- package/dist/dev/src/symbols/method.js +16 -0
- package/dist/dev/src/symbols/method.js.map +1 -0
- package/dist/dev/src/symbols/named-type.js +42 -0
- package/dist/dev/src/symbols/named-type.js.map +1 -0
- package/dist/dev/src/symbols/namespace.js +55 -0
- package/dist/dev/src/symbols/namespace.js.map +1 -0
- package/dist/dev/src/symbols/reference.js +79 -0
- package/dist/dev/src/symbols/reference.js.map +1 -0
- package/dist/dev/test/utils.js +111 -0
- package/dist/dev/test/utils.js.map +1 -0
- package/dist/dev/test/vitest.setup.js +2 -0
- package/dist/dev/test/vitest.setup.js.map +1 -0
- package/dist/dev/testing/create-wrapper.js +13 -0
- package/dist/dev/testing/create-wrapper.js.map +1 -0
- package/dist/dev/testing/create-wrapper.test.js +300 -0
- package/dist/dev/testing/create-wrapper.test.js.map +1 -0
- package/dist/dev/testing/index.js +2 -0
- package/dist/dev/testing/index.js.map +1 -0
- package/dist/src/components/access-expression/access-expression.d.ts +7 -2
- package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
- package/dist/src/components/access-expression/access-expression.js +108 -197
- package/dist/src/components/access-expression/access-expression.js.map +1 -1
- package/dist/src/components/access-expression/part-descriptors.d.ts +0 -31
- package/dist/src/components/access-expression/part-descriptors.d.ts.map +1 -1
- package/dist/src/components/access-expression/part-descriptors.js +0 -105
- package/dist/src/components/access-expression/part-descriptors.js.map +1 -1
- package/dist/src/components/constructor/constructor.d.ts +34 -0
- package/dist/src/components/constructor/constructor.d.ts.map +1 -1
- package/dist/src/components/constructor/constructor.js +41 -4
- package/dist/src/components/constructor/constructor.js.map +1 -1
- package/dist/src/components/constructor/constructor.test.js +114 -0
- package/dist/src/components/constructor/constructor.test.js.map +1 -1
- package/dist/src/components/doc/from-markdown.js +1 -1
- package/dist/src/components/doc/from-markdown.js.map +1 -1
- package/dist/src/components/enum/declaration.d.ts +2 -0
- package/dist/src/components/enum/declaration.d.ts.map +1 -1
- package/dist/src/components/enum/declaration.js +6 -1
- package/dist/src/components/enum/declaration.js.map +1 -1
- package/dist/src/components/enum/declaration.test.js +24 -0
- package/dist/src/components/enum/declaration.test.js.map +1 -1
- package/dist/src/components/enum/member.d.ts +4 -2
- package/dist/src/components/enum/member.d.ts.map +1 -1
- package/dist/src/components/enum/member.js +8 -3
- package/dist/src/components/enum/member.js.map +1 -1
- package/dist/src/components/enum/member.test.js +26 -0
- package/dist/src/components/enum/member.test.js.map +1 -1
- package/dist/src/components/lexical-scope.d.ts.map +1 -1
- package/dist/src/components/lexical-scope.js +4 -3
- package/dist/src/components/lexical-scope.js.map +1 -1
- package/dist/src/components/method/method.test.js +48 -0
- package/dist/src/components/method/method.test.js.map +1 -1
- package/dist/src/components/method-scope.d.ts.map +1 -1
- package/dist/src/components/method-scope.js +4 -3
- package/dist/src/components/method-scope.js.map +1 -1
- package/dist/src/components/namespace/namespace.d.ts.map +1 -1
- package/dist/src/components/namespace/namespace.js +13 -14
- package/dist/src/components/namespace/namespace.js.map +1 -1
- package/dist/src/components/namespace/namespace.test.js +66 -4
- package/dist/src/components/namespace/namespace.test.js.map +1 -1
- package/dist/src/components/namespace-scopes.d.ts +16 -0
- package/dist/src/components/namespace-scopes.d.ts.map +1 -1
- package/dist/src/components/namespace-scopes.js +8 -1
- package/dist/src/components/namespace-scopes.js.map +1 -1
- package/dist/src/components/namespace.ref.test.js +62 -9
- package/dist/src/components/namespace.ref.test.js.map +1 -1
- package/dist/src/components/property/property.d.ts +42 -4
- package/dist/src/components/property/property.d.ts.map +1 -1
- package/dist/src/components/property/property.js +64 -11
- package/dist/src/components/property/property.js.map +1 -1
- package/dist/src/components/property/property.test.js +104 -0
- package/dist/src/components/property/property.test.js.map +1 -1
- package/dist/src/components/source-file/source-file.d.ts.map +1 -1
- package/dist/src/components/source-file/source-file.js +9 -5
- package/dist/src/components/source-file/source-file.js.map +1 -1
- package/dist/src/contexts/global-namespace.d.ts.map +1 -1
- package/dist/src/contexts/global-namespace.js +4 -4
- package/dist/src/contexts/global-namespace.js.map +1 -1
- package/dist/src/create-library.d.ts.map +1 -1
- package/dist/src/create-library.js +7 -7
- package/dist/src/create-library.js.map +1 -1
- package/dist/src/identifier-utils.d.ts +22 -0
- package/dist/src/identifier-utils.d.ts.map +1 -0
- package/dist/src/identifier-utils.js +45 -0
- package/dist/src/identifier-utils.js.map +1 -0
- package/dist/src/index.d.ts +2 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +2 -0
- package/dist/src/index.js.map +1 -1
- package/dist/src/keywords.d.ts +32 -0
- package/dist/src/keywords.d.ts.map +1 -0
- package/dist/src/keywords.js +39 -0
- package/dist/src/keywords.js.map +1 -0
- package/dist/src/name-policy.d.ts +7 -0
- package/dist/src/name-policy.d.ts.map +1 -1
- package/dist/src/name-policy.js +29 -6
- package/dist/src/name-policy.js.map +1 -1
- package/dist/src/name-policy.test.d.ts +2 -0
- package/dist/src/name-policy.test.d.ts.map +1 -0
- package/dist/src/name-policy.test.js +167 -0
- package/dist/src/name-policy.test.js.map +1 -0
- package/dist/src/scopes/csharp.d.ts +1 -0
- package/dist/src/scopes/csharp.d.ts.map +1 -1
- package/dist/src/scopes/csharp.js +10 -0
- package/dist/src/scopes/csharp.js.map +1 -1
- package/dist/src/scopes/factories.d.ts.map +1 -1
- package/dist/src/scopes/factories.js +4 -3
- package/dist/src/scopes/factories.js.map +1 -1
- package/dist/src/scopes/namespace.js +2 -2
- package/dist/src/scopes/namespace.js.map +1 -1
- package/dist/src/symbols/csharp.d.ts +1 -0
- package/dist/src/symbols/csharp.d.ts.map +1 -1
- package/dist/src/symbols/csharp.js +19 -2
- package/dist/src/symbols/csharp.js.map +1 -1
- package/dist/src/symbols/factories.d.ts.map +1 -1
- package/dist/src/symbols/factories.js +42 -10
- package/dist/src/symbols/factories.js.map +1 -1
- package/dist/src/symbols/named-type.d.ts +1 -0
- package/dist/src/symbols/named-type.d.ts.map +1 -1
- package/dist/src/symbols/named-type.js +12 -1
- package/dist/src/symbols/named-type.js.map +1 -1
- package/dist/src/symbols/namespace.d.ts +1 -0
- package/dist/src/symbols/namespace.d.ts.map +1 -1
- package/dist/src/symbols/namespace.js +11 -1
- package/dist/src/symbols/namespace.js.map +1 -1
- package/dist/testing/create-wrapper.d.ts.map +1 -1
- package/dist/testing/create-wrapper.js +2 -1
- package/dist/testing/create-wrapper.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/docs/api/components/AttributeList.md +34 -0
- package/docs/api/components/ClassDeclaration.md +104 -0
- package/docs/api/components/Constructor.md +61 -0
- package/docs/api/components/CsprojFile.md +34 -0
- package/docs/api/components/Declaration.md +32 -0
- package/docs/api/components/DocC.md +27 -0
- package/docs/api/components/DocCode.md +27 -0
- package/docs/api/components/DocComment.md +27 -0
- package/docs/api/components/DocDescription.md +27 -0
- package/docs/api/components/DocExample.md +27 -0
- package/docs/api/components/DocException.md +27 -0
- package/docs/api/components/DocFromMarkdown.md +27 -0
- package/docs/api/components/DocInclude.md +26 -0
- package/docs/api/components/DocList.md +26 -0
- package/docs/api/components/DocPara.md +27 -0
- package/docs/api/components/DocParam.md +28 -0
- package/docs/api/components/DocParamRef.md +25 -0
- package/docs/api/components/DocPermission.md +27 -0
- package/docs/api/components/DocRemarks.md +27 -0
- package/docs/api/components/DocReturns.md +27 -0
- package/docs/api/components/DocSee.md +30 -0
- package/docs/api/components/DocSeeAlso.md +29 -0
- package/docs/api/components/DocSummary.md +27 -0
- package/docs/api/components/DocTypeParam.md +28 -0
- package/docs/api/components/DocTypeParamRef.md +25 -0
- package/docs/api/components/DocValue.md +27 -0
- package/docs/api/components/DocWhen.md +27 -0
- package/docs/api/components/ElseClause.md +29 -0
- package/docs/api/components/ElseIfClause.md +30 -0
- package/docs/api/components/EnumDeclaration.md +76 -0
- package/docs/api/components/EnumMember.md +31 -0
- package/docs/api/components/Field.md +67 -0
- package/docs/api/components/IfStatement.md +30 -0
- package/docs/api/components/InterfaceDeclaration.md +82 -0
- package/docs/api/components/InterfaceMethod.md +68 -0
- package/docs/api/components/InterfaceProperty.md +78 -0
- package/docs/api/components/InvocationExpression.md +49 -0
- package/docs/api/components/LexicalScope.md +65 -0
- package/docs/api/components/Method.md +92 -0
- package/docs/api/components/MethodScope.md +65 -0
- package/docs/api/components/Name.md +19 -0
- package/docs/api/components/Namespace.md +35 -0
- package/docs/api/components/Parameter.md +58 -0
- package/docs/api/components/Parameters_2.md +27 -0
- package/docs/api/components/Property.md +110 -0
- package/docs/api/components/RecordDeclaration.md +84 -0
- package/docs/api/components/Reference.md +25 -0
- package/docs/api/components/Region.md +28 -0
- package/docs/api/components/SourceFile.md +45 -0
- package/docs/api/components/StructDeclaration.md +94 -0
- package/docs/api/components/UsingNamespaceDirective.md +25 -0
- package/docs/api/components/Usings.md +40 -0
- package/docs/api/components/VarDeclaration.md +74 -0
- package/docs/api/components/index.md +55 -0
- package/docs/api/contexts/csharp-context.md +21 -0
- package/docs/api/contexts/index.md +3 -0
- package/docs/api/functions/access.md +35 -0
- package/docs/api/functions/accessibilityFromProps.md +18 -0
- package/docs/api/functions/computeModifiersPrefix.md +20 -0
- package/docs/api/functions/createCSharpNamePolicy.md +21 -0
- package/docs/api/functions/createCSharpNamespaceScope.md +18 -0
- package/docs/api/functions/createClassScope.md +27 -0
- package/docs/api/functions/createFieldSymbol.md +43 -0
- package/docs/api/functions/createLibrary.md +19 -0
- package/docs/api/functions/createMethodScope.md +26 -0
- package/docs/api/functions/createMethodSymbol.md +34 -0
- package/docs/api/functions/createNamedTypeScope.md +27 -0
- package/docs/api/functions/createNamedTypeSymbol.md +35 -0
- package/docs/api/functions/createNamespaceSymbol.md +43 -0
- package/docs/api/functions/createParameterSymbol.md +45 -0
- package/docs/api/functions/createPropertySymbol.md +43 -0
- package/docs/api/functions/createTypeParameterSymbol.md +34 -0
- package/docs/api/functions/createVariableSymbol.md +43 -0
- package/docs/api/functions/getAccessModifier.md +18 -0
- package/docs/api/functions/getAsyncModifier.md +18 -0
- package/docs/api/functions/index.md +37 -0
- package/docs/api/functions/isCSharpContextualKeyword.md +20 -0
- package/docs/api/functions/isCSharpKeyword.md +22 -0
- package/docs/api/functions/isValidCSharpIdentifier.md +20 -0
- package/docs/api/functions/makeModifiers.md +18 -0
- package/docs/api/functions/nonAccessibilityFromProps.md +18 -0
- package/docs/api/functions/ref.md +18 -0
- package/docs/api/functions/sanitizeCSharpIdentifier.md +24 -0
- package/docs/api/functions/useCSharpNamePolicy.md +17 -0
- package/docs/api/functions/useCSharpScope.md +17 -0
- package/docs/api/functions/useCsharpFormatOptions.md +18 -0
- package/docs/api/functions/useEnclosingNamespaceScope.md +17 -0
- package/docs/api/functions/useLexicalScope.md +17 -0
- package/docs/api/functions/useMethodScope.md +17 -0
- package/docs/api/functions/useNamedTypeScope.md +17 -0
- package/docs/api/functions/useNamespace.md +17 -0
- package/docs/api/functions/useSourceFileScope.md +17 -0
- package/docs/api/index.md +7 -0
- package/docs/api/types/AccessExpressionBuilder.md +11 -0
- package/docs/api/types/AccessExpressionPartProps.md +17 -0
- package/docs/api/types/AccessModifiers.md +13 -0
- package/docs/api/types/AttributeProps.md +8 -0
- package/docs/api/types/AttributesProp.md +5 -0
- package/docs/api/types/CSharpClassScope.md +9 -0
- package/docs/api/types/CSharpElements.md +5 -0
- package/docs/api/types/CSharpFormatOptions.md +5 -0
- package/docs/api/types/CSharpLexicalScope.md +10 -0
- package/docs/api/types/CSharpMethodScope.md +12 -0
- package/docs/api/types/CSharpNamedTypeScope.md +16 -0
- package/docs/api/types/CSharpNamespaceScope.md +10 -0
- package/docs/api/types/CSharpProjectSdk.md +5 -0
- package/docs/api/types/CSharpScope.md +12 -0
- package/docs/api/types/CSharpSourceFileScope.md +13 -0
- package/docs/api/types/CSharpSymbol.md +30 -0
- package/docs/api/types/CSharpSymbolKinds.md +5 -0
- package/docs/api/types/CSharpSymbolOptions.md +17 -0
- package/docs/api/types/ClassDescriptor.md +9 -0
- package/docs/api/types/ClassModifiers.md +10 -0
- package/docs/api/types/CreateMethodSymbolOptions.md +9 -0
- package/docs/api/types/CreateTypeParameterSymbolOptions.md +9 -0
- package/docs/api/types/DeclarationModifiers.md +8 -0
- package/docs/api/types/DeclaredAccessibility.md +5 -0
- package/docs/api/types/Descriptor.md +5 -0
- package/docs/api/types/DocCommentTagProps.md +7 -0
- package/docs/api/types/EnumDescriptor.md +9 -0
- package/docs/api/types/FieldDescriptor.md +9 -0
- package/docs/api/types/FieldModifiers.md +12 -0
- package/docs/api/types/GenericDescriptor.md +7 -0
- package/docs/api/types/InterfaceDescriptor.md +9 -0
- package/docs/api/types/InterfaceMethodModifiers.md +9 -0
- package/docs/api/types/InterfaceModifiers.md +7 -0
- package/docs/api/types/InterfacePropertyModifiers.md +9 -0
- package/docs/api/types/LexicalScopeProps.md +5 -0
- package/docs/api/types/LibraryFrom.md +7 -0
- package/docs/api/types/MemberDescriptor.md +16 -0
- package/docs/api/types/MethodDescriptor.md +10 -0
- package/docs/api/types/MethodKinds.md +5 -0
- package/docs/api/types/MethodModifiers.md +15 -0
- package/docs/api/types/MethodScopeProps.md +5 -0
- package/docs/api/types/MethodSymbol.md +13 -0
- package/docs/api/types/NamedTypeDescriptor.md +11 -0
- package/docs/api/types/NamedTypeSymbol.md +17 -0
- package/docs/api/types/NamedTypeSymbolKind.md +5 -0
- package/docs/api/types/NamedTypeTypeKind.md +5 -0
- package/docs/api/types/NamespaceDescriptor.md +8 -0
- package/docs/api/types/NamespaceSymbol.md +16 -0
- package/docs/api/types/NamespaceSymbolOptions.md +9 -0
- package/docs/api/types/NonAccessModifiers.md +13 -0
- package/docs/api/types/PropertyDescriptor_2.md +9 -0
- package/docs/api/types/PropertyModifiers.md +17 -0
- package/docs/api/types/RecordDescriptor.md +9 -0
- package/docs/api/types/RecordModifiers.md +7 -0
- package/docs/api/types/ResolveDescriptor.md +7 -0
- package/docs/api/types/StructDescriptor.md +9 -0
- package/docs/api/types/StructModifiers.md +10 -0
- package/docs/api/types/TypeParameterProps.md +11 -0
- package/docs/api/types/VarModifiers.md +8 -0
- package/docs/api/types/index.md +62 -0
- package/docs/api/variables/Attribute.md +21 -0
- package/docs/api/variables/csharpKeywords.md +11 -0
- package/docs/api/variables/index.md +4 -0
- package/package.json +19 -8
- package/src/components/access-expression/access-expression.tsx +146 -243
- package/src/components/access-expression/part-descriptors.ts +0 -186
- package/src/components/constructor/constructor.test.tsx +91 -0
- package/src/components/constructor/constructor.tsx +86 -1
- package/src/components/doc/from-markdown.tsx +4 -1
- package/src/components/enum/declaration.test.tsx +20 -0
- package/src/components/enum/declaration.tsx +4 -0
- package/src/components/enum/member.test.tsx +21 -0
- package/src/components/enum/member.tsx +21 -5
- package/src/components/lexical-scope.tsx +15 -4
- package/src/components/method/method.test.tsx +36 -0
- package/src/components/method-scope.tsx +15 -4
- package/src/components/namespace/namespace.test.tsx +47 -3
- package/src/components/namespace/namespace.tsx +17 -9
- package/src/components/namespace-scopes.tsx +25 -1
- package/src/components/namespace.ref.test.tsx +50 -9
- package/src/components/property/property.test.tsx +89 -0
- package/src/components/property/property.tsx +111 -16
- package/src/components/source-file/source-file.tsx +12 -6
- package/src/contexts/global-namespace.ts +11 -6
- package/src/create-library.ts +18 -9
- package/src/identifier-utils.ts +45 -0
- package/src/index.ts +2 -0
- package/src/keywords.ts +162 -0
- package/src/name-policy.test.ts +210 -0
- package/src/name-policy.ts +30 -6
- package/src/scopes/csharp.ts +11 -0
- package/src/scopes/factories.ts +4 -4
- package/src/scopes/namespace.ts +2 -2
- package/src/symbols/csharp.ts +20 -1
- package/src/symbols/factories.ts +46 -34
- package/src/symbols/named-type.ts +15 -3
- package/src/symbols/namespace.ts +12 -2
- package/temp/api.json +546 -249
- package/testing/create-wrapper.tsx +2 -1
- package/vitest.config.ts +8 -0
|
@@ -0,0 +1,795 @@
|
|
|
1
|
+
import ObjectModel from "../Collections/ObjectModel/index.js";
|
|
2
|
+
import System from "../index.js";
|
|
3
|
+
import Expressions from "../Linq/Expressions/index.js";
|
|
4
|
+
import { createLibrary } from "#createLibrary";
|
|
5
|
+
const Dynamic = createLibrary("System.Dynamic", {
|
|
6
|
+
BinaryOperationBinder: {
|
|
7
|
+
kind: "class",
|
|
8
|
+
members: {
|
|
9
|
+
BinaryOperationBinder: {
|
|
10
|
+
kind: "method",
|
|
11
|
+
methodKind: "constructor"
|
|
12
|
+
},
|
|
13
|
+
Bind: {
|
|
14
|
+
kind: "method",
|
|
15
|
+
methodKind: "ordinary",
|
|
16
|
+
isOverride: true,
|
|
17
|
+
isSealed: true
|
|
18
|
+
},
|
|
19
|
+
FallbackBinaryOperation: {
|
|
20
|
+
kind: "method",
|
|
21
|
+
methodKind: "ordinary"
|
|
22
|
+
},
|
|
23
|
+
Operation: {
|
|
24
|
+
kind: "property",
|
|
25
|
+
type: () => {
|
|
26
|
+
return Expressions.ExpressionType;
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
ReturnType: {
|
|
30
|
+
kind: "property",
|
|
31
|
+
type: () => {
|
|
32
|
+
return System.Type;
|
|
33
|
+
},
|
|
34
|
+
isOverride: true,
|
|
35
|
+
isSealed: true
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
isAbstract: true
|
|
39
|
+
},
|
|
40
|
+
BindingRestrictions: {
|
|
41
|
+
kind: "class",
|
|
42
|
+
members: {
|
|
43
|
+
Empty: {
|
|
44
|
+
kind: "field",
|
|
45
|
+
type: () => {
|
|
46
|
+
return Dynamic.BindingRestrictions;
|
|
47
|
+
},
|
|
48
|
+
isStatic: true,
|
|
49
|
+
isReadOnly: true
|
|
50
|
+
},
|
|
51
|
+
Combine: {
|
|
52
|
+
kind: "method",
|
|
53
|
+
methodKind: "ordinary",
|
|
54
|
+
isStatic: true
|
|
55
|
+
},
|
|
56
|
+
GetExpressionRestriction: {
|
|
57
|
+
kind: "method",
|
|
58
|
+
methodKind: "ordinary",
|
|
59
|
+
isStatic: true
|
|
60
|
+
},
|
|
61
|
+
GetInstanceRestriction: {
|
|
62
|
+
kind: "method",
|
|
63
|
+
methodKind: "ordinary",
|
|
64
|
+
isStatic: true
|
|
65
|
+
},
|
|
66
|
+
GetTypeRestriction: {
|
|
67
|
+
kind: "method",
|
|
68
|
+
methodKind: "ordinary",
|
|
69
|
+
isStatic: true
|
|
70
|
+
},
|
|
71
|
+
Merge: {
|
|
72
|
+
kind: "method",
|
|
73
|
+
methodKind: "ordinary"
|
|
74
|
+
},
|
|
75
|
+
ToExpression: {
|
|
76
|
+
kind: "method",
|
|
77
|
+
methodKind: "ordinary"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
isAbstract: true
|
|
81
|
+
},
|
|
82
|
+
CallInfo: {
|
|
83
|
+
kind: "class",
|
|
84
|
+
members: {
|
|
85
|
+
CallInfo: {
|
|
86
|
+
kind: "method",
|
|
87
|
+
methodKind: "constructor"
|
|
88
|
+
},
|
|
89
|
+
Equals: {
|
|
90
|
+
kind: "method",
|
|
91
|
+
methodKind: "ordinary",
|
|
92
|
+
isOverride: true
|
|
93
|
+
},
|
|
94
|
+
GetHashCode: {
|
|
95
|
+
kind: "method",
|
|
96
|
+
methodKind: "ordinary",
|
|
97
|
+
isOverride: true
|
|
98
|
+
},
|
|
99
|
+
ArgumentCount: {
|
|
100
|
+
kind: "property",
|
|
101
|
+
type: () => {
|
|
102
|
+
return System.Int32;
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
ArgumentNames: {
|
|
106
|
+
kind: "property",
|
|
107
|
+
type: () => {
|
|
108
|
+
return ObjectModel.ReadOnlyCollection;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
isSealed: true
|
|
113
|
+
},
|
|
114
|
+
ConvertBinder: {
|
|
115
|
+
kind: "class",
|
|
116
|
+
members: {
|
|
117
|
+
ConvertBinder: {
|
|
118
|
+
kind: "method",
|
|
119
|
+
methodKind: "constructor"
|
|
120
|
+
},
|
|
121
|
+
Bind: {
|
|
122
|
+
kind: "method",
|
|
123
|
+
methodKind: "ordinary",
|
|
124
|
+
isOverride: true,
|
|
125
|
+
isSealed: true
|
|
126
|
+
},
|
|
127
|
+
FallbackConvert: {
|
|
128
|
+
kind: "method",
|
|
129
|
+
methodKind: "ordinary"
|
|
130
|
+
},
|
|
131
|
+
Explicit: {
|
|
132
|
+
kind: "property",
|
|
133
|
+
type: () => {
|
|
134
|
+
return System.Boolean;
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
ReturnType: {
|
|
138
|
+
kind: "property",
|
|
139
|
+
type: () => {
|
|
140
|
+
return System.Type;
|
|
141
|
+
},
|
|
142
|
+
isOverride: true,
|
|
143
|
+
isSealed: true
|
|
144
|
+
},
|
|
145
|
+
Type: {
|
|
146
|
+
kind: "property",
|
|
147
|
+
type: () => {
|
|
148
|
+
return System.Type;
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
isAbstract: true
|
|
153
|
+
},
|
|
154
|
+
CreateInstanceBinder: {
|
|
155
|
+
kind: "class",
|
|
156
|
+
members: {
|
|
157
|
+
CreateInstanceBinder: {
|
|
158
|
+
kind: "method",
|
|
159
|
+
methodKind: "constructor"
|
|
160
|
+
},
|
|
161
|
+
Bind: {
|
|
162
|
+
kind: "method",
|
|
163
|
+
methodKind: "ordinary",
|
|
164
|
+
isOverride: true,
|
|
165
|
+
isSealed: true
|
|
166
|
+
},
|
|
167
|
+
FallbackCreateInstance: {
|
|
168
|
+
kind: "method",
|
|
169
|
+
methodKind: "ordinary"
|
|
170
|
+
},
|
|
171
|
+
CallInfo: {
|
|
172
|
+
kind: "property",
|
|
173
|
+
type: () => {
|
|
174
|
+
return Dynamic.CallInfo;
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
ReturnType: {
|
|
178
|
+
kind: "property",
|
|
179
|
+
type: () => {
|
|
180
|
+
return System.Type;
|
|
181
|
+
},
|
|
182
|
+
isOverride: true,
|
|
183
|
+
isSealed: true
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
isAbstract: true
|
|
187
|
+
},
|
|
188
|
+
DeleteIndexBinder: {
|
|
189
|
+
kind: "class",
|
|
190
|
+
members: {
|
|
191
|
+
DeleteIndexBinder: {
|
|
192
|
+
kind: "method",
|
|
193
|
+
methodKind: "constructor"
|
|
194
|
+
},
|
|
195
|
+
Bind: {
|
|
196
|
+
kind: "method",
|
|
197
|
+
methodKind: "ordinary",
|
|
198
|
+
isOverride: true,
|
|
199
|
+
isSealed: true
|
|
200
|
+
},
|
|
201
|
+
FallbackDeleteIndex: {
|
|
202
|
+
kind: "method",
|
|
203
|
+
methodKind: "ordinary"
|
|
204
|
+
},
|
|
205
|
+
CallInfo: {
|
|
206
|
+
kind: "property",
|
|
207
|
+
type: () => {
|
|
208
|
+
return Dynamic.CallInfo;
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
ReturnType: {
|
|
212
|
+
kind: "property",
|
|
213
|
+
type: () => {
|
|
214
|
+
return System.Type;
|
|
215
|
+
},
|
|
216
|
+
isOverride: true,
|
|
217
|
+
isSealed: true
|
|
218
|
+
}
|
|
219
|
+
},
|
|
220
|
+
isAbstract: true
|
|
221
|
+
},
|
|
222
|
+
DeleteMemberBinder: {
|
|
223
|
+
kind: "class",
|
|
224
|
+
members: {
|
|
225
|
+
DeleteMemberBinder: {
|
|
226
|
+
kind: "method",
|
|
227
|
+
methodKind: "constructor"
|
|
228
|
+
},
|
|
229
|
+
Bind: {
|
|
230
|
+
kind: "method",
|
|
231
|
+
methodKind: "ordinary",
|
|
232
|
+
isOverride: true,
|
|
233
|
+
isSealed: true
|
|
234
|
+
},
|
|
235
|
+
FallbackDeleteMember: {
|
|
236
|
+
kind: "method",
|
|
237
|
+
methodKind: "ordinary"
|
|
238
|
+
},
|
|
239
|
+
IgnoreCase: {
|
|
240
|
+
kind: "property",
|
|
241
|
+
type: () => {
|
|
242
|
+
return System.Boolean;
|
|
243
|
+
}
|
|
244
|
+
},
|
|
245
|
+
Name: {
|
|
246
|
+
kind: "property",
|
|
247
|
+
type: () => {
|
|
248
|
+
return System.String;
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
ReturnType: {
|
|
252
|
+
kind: "property",
|
|
253
|
+
type: () => {
|
|
254
|
+
return System.Type;
|
|
255
|
+
},
|
|
256
|
+
isOverride: true,
|
|
257
|
+
isSealed: true
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
isAbstract: true
|
|
261
|
+
},
|
|
262
|
+
DynamicMetaObject: {
|
|
263
|
+
kind: "class",
|
|
264
|
+
members: {
|
|
265
|
+
EmptyMetaObjects: {
|
|
266
|
+
kind: "field",
|
|
267
|
+
type: () => {
|
|
268
|
+
return System.Array;
|
|
269
|
+
},
|
|
270
|
+
isStatic: true,
|
|
271
|
+
isReadOnly: true
|
|
272
|
+
},
|
|
273
|
+
DynamicMetaObject: {
|
|
274
|
+
kind: "method",
|
|
275
|
+
methodKind: "constructor"
|
|
276
|
+
},
|
|
277
|
+
BindBinaryOperation: {
|
|
278
|
+
kind: "method",
|
|
279
|
+
methodKind: "ordinary",
|
|
280
|
+
isVirtual: true
|
|
281
|
+
},
|
|
282
|
+
BindConvert: {
|
|
283
|
+
kind: "method",
|
|
284
|
+
methodKind: "ordinary",
|
|
285
|
+
isVirtual: true
|
|
286
|
+
},
|
|
287
|
+
BindCreateInstance: {
|
|
288
|
+
kind: "method",
|
|
289
|
+
methodKind: "ordinary",
|
|
290
|
+
isVirtual: true
|
|
291
|
+
},
|
|
292
|
+
BindDeleteIndex: {
|
|
293
|
+
kind: "method",
|
|
294
|
+
methodKind: "ordinary",
|
|
295
|
+
isVirtual: true
|
|
296
|
+
},
|
|
297
|
+
BindDeleteMember: {
|
|
298
|
+
kind: "method",
|
|
299
|
+
methodKind: "ordinary",
|
|
300
|
+
isVirtual: true
|
|
301
|
+
},
|
|
302
|
+
BindGetIndex: {
|
|
303
|
+
kind: "method",
|
|
304
|
+
methodKind: "ordinary",
|
|
305
|
+
isVirtual: true
|
|
306
|
+
},
|
|
307
|
+
BindGetMember: {
|
|
308
|
+
kind: "method",
|
|
309
|
+
methodKind: "ordinary",
|
|
310
|
+
isVirtual: true
|
|
311
|
+
},
|
|
312
|
+
BindInvoke: {
|
|
313
|
+
kind: "method",
|
|
314
|
+
methodKind: "ordinary",
|
|
315
|
+
isVirtual: true
|
|
316
|
+
},
|
|
317
|
+
BindInvokeMember: {
|
|
318
|
+
kind: "method",
|
|
319
|
+
methodKind: "ordinary",
|
|
320
|
+
isVirtual: true
|
|
321
|
+
},
|
|
322
|
+
BindSetIndex: {
|
|
323
|
+
kind: "method",
|
|
324
|
+
methodKind: "ordinary",
|
|
325
|
+
isVirtual: true
|
|
326
|
+
},
|
|
327
|
+
BindSetMember: {
|
|
328
|
+
kind: "method",
|
|
329
|
+
methodKind: "ordinary",
|
|
330
|
+
isVirtual: true
|
|
331
|
+
},
|
|
332
|
+
BindUnaryOperation: {
|
|
333
|
+
kind: "method",
|
|
334
|
+
methodKind: "ordinary",
|
|
335
|
+
isVirtual: true
|
|
336
|
+
},
|
|
337
|
+
Create: {
|
|
338
|
+
kind: "method",
|
|
339
|
+
methodKind: "ordinary",
|
|
340
|
+
isStatic: true
|
|
341
|
+
},
|
|
342
|
+
GetDynamicMemberNames: {
|
|
343
|
+
kind: "method",
|
|
344
|
+
methodKind: "ordinary",
|
|
345
|
+
isVirtual: true
|
|
346
|
+
},
|
|
347
|
+
Expression: {
|
|
348
|
+
kind: "property",
|
|
349
|
+
type: () => {
|
|
350
|
+
return Expressions.Expression;
|
|
351
|
+
}
|
|
352
|
+
},
|
|
353
|
+
HasValue: {
|
|
354
|
+
kind: "property",
|
|
355
|
+
type: () => {
|
|
356
|
+
return System.Boolean;
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
LimitType: {
|
|
360
|
+
kind: "property",
|
|
361
|
+
type: () => {
|
|
362
|
+
return System.Type;
|
|
363
|
+
}
|
|
364
|
+
},
|
|
365
|
+
Restrictions: {
|
|
366
|
+
kind: "property",
|
|
367
|
+
type: () => {
|
|
368
|
+
return Dynamic.BindingRestrictions;
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
RuntimeType: {
|
|
372
|
+
kind: "property",
|
|
373
|
+
type: () => {
|
|
374
|
+
return System.Type;
|
|
375
|
+
},
|
|
376
|
+
isNullable: true
|
|
377
|
+
},
|
|
378
|
+
Value: {
|
|
379
|
+
kind: "property",
|
|
380
|
+
type: () => {
|
|
381
|
+
return System.Object;
|
|
382
|
+
},
|
|
383
|
+
isNullable: true
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
DynamicMetaObjectBinder: {
|
|
388
|
+
kind: "class",
|
|
389
|
+
members: {
|
|
390
|
+
DynamicMetaObjectBinder: {
|
|
391
|
+
kind: "method",
|
|
392
|
+
methodKind: "constructor"
|
|
393
|
+
},
|
|
394
|
+
Bind: {
|
|
395
|
+
kind: "method",
|
|
396
|
+
methodKind: "ordinary",
|
|
397
|
+
isAbstract: true
|
|
398
|
+
},
|
|
399
|
+
Defer: {
|
|
400
|
+
kind: "method",
|
|
401
|
+
methodKind: "ordinary"
|
|
402
|
+
},
|
|
403
|
+
GetUpdateExpression: {
|
|
404
|
+
kind: "method",
|
|
405
|
+
methodKind: "ordinary"
|
|
406
|
+
},
|
|
407
|
+
ReturnType: {
|
|
408
|
+
kind: "property",
|
|
409
|
+
type: () => {
|
|
410
|
+
return System.Type;
|
|
411
|
+
},
|
|
412
|
+
isVirtual: true
|
|
413
|
+
}
|
|
414
|
+
},
|
|
415
|
+
isAbstract: true
|
|
416
|
+
},
|
|
417
|
+
DynamicObject: {
|
|
418
|
+
kind: "class",
|
|
419
|
+
members: {
|
|
420
|
+
DynamicObject: {
|
|
421
|
+
kind: "method",
|
|
422
|
+
methodKind: "constructor"
|
|
423
|
+
},
|
|
424
|
+
GetDynamicMemberNames: {
|
|
425
|
+
kind: "method",
|
|
426
|
+
methodKind: "ordinary",
|
|
427
|
+
isVirtual: true
|
|
428
|
+
},
|
|
429
|
+
GetMetaObject: {
|
|
430
|
+
kind: "method",
|
|
431
|
+
methodKind: "ordinary",
|
|
432
|
+
isVirtual: true
|
|
433
|
+
},
|
|
434
|
+
TryBinaryOperation: {
|
|
435
|
+
kind: "method",
|
|
436
|
+
methodKind: "ordinary",
|
|
437
|
+
isVirtual: true
|
|
438
|
+
},
|
|
439
|
+
TryConvert: {
|
|
440
|
+
kind: "method",
|
|
441
|
+
methodKind: "ordinary",
|
|
442
|
+
isVirtual: true
|
|
443
|
+
},
|
|
444
|
+
TryCreateInstance: {
|
|
445
|
+
kind: "method",
|
|
446
|
+
methodKind: "ordinary",
|
|
447
|
+
isVirtual: true
|
|
448
|
+
},
|
|
449
|
+
TryDeleteIndex: {
|
|
450
|
+
kind: "method",
|
|
451
|
+
methodKind: "ordinary",
|
|
452
|
+
isVirtual: true
|
|
453
|
+
},
|
|
454
|
+
TryDeleteMember: {
|
|
455
|
+
kind: "method",
|
|
456
|
+
methodKind: "ordinary",
|
|
457
|
+
isVirtual: true
|
|
458
|
+
},
|
|
459
|
+
TryGetIndex: {
|
|
460
|
+
kind: "method",
|
|
461
|
+
methodKind: "ordinary",
|
|
462
|
+
isVirtual: true
|
|
463
|
+
},
|
|
464
|
+
TryGetMember: {
|
|
465
|
+
kind: "method",
|
|
466
|
+
methodKind: "ordinary",
|
|
467
|
+
isVirtual: true
|
|
468
|
+
},
|
|
469
|
+
TryInvoke: {
|
|
470
|
+
kind: "method",
|
|
471
|
+
methodKind: "ordinary",
|
|
472
|
+
isVirtual: true
|
|
473
|
+
},
|
|
474
|
+
TryInvokeMember: {
|
|
475
|
+
kind: "method",
|
|
476
|
+
methodKind: "ordinary",
|
|
477
|
+
isVirtual: true
|
|
478
|
+
},
|
|
479
|
+
TrySetIndex: {
|
|
480
|
+
kind: "method",
|
|
481
|
+
methodKind: "ordinary",
|
|
482
|
+
isVirtual: true
|
|
483
|
+
},
|
|
484
|
+
TrySetMember: {
|
|
485
|
+
kind: "method",
|
|
486
|
+
methodKind: "ordinary",
|
|
487
|
+
isVirtual: true
|
|
488
|
+
},
|
|
489
|
+
TryUnaryOperation: {
|
|
490
|
+
kind: "method",
|
|
491
|
+
methodKind: "ordinary",
|
|
492
|
+
isVirtual: true
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
},
|
|
496
|
+
ExpandoObject: {
|
|
497
|
+
kind: "class",
|
|
498
|
+
members: {
|
|
499
|
+
ExpandoObject: {
|
|
500
|
+
kind: "method",
|
|
501
|
+
methodKind: "constructor"
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
isSealed: true
|
|
505
|
+
},
|
|
506
|
+
GetIndexBinder: {
|
|
507
|
+
kind: "class",
|
|
508
|
+
members: {
|
|
509
|
+
GetIndexBinder: {
|
|
510
|
+
kind: "method",
|
|
511
|
+
methodKind: "constructor"
|
|
512
|
+
},
|
|
513
|
+
Bind: {
|
|
514
|
+
kind: "method",
|
|
515
|
+
methodKind: "ordinary",
|
|
516
|
+
isOverride: true,
|
|
517
|
+
isSealed: true
|
|
518
|
+
},
|
|
519
|
+
FallbackGetIndex: {
|
|
520
|
+
kind: "method",
|
|
521
|
+
methodKind: "ordinary"
|
|
522
|
+
},
|
|
523
|
+
CallInfo: {
|
|
524
|
+
kind: "property",
|
|
525
|
+
type: () => {
|
|
526
|
+
return Dynamic.CallInfo;
|
|
527
|
+
}
|
|
528
|
+
},
|
|
529
|
+
ReturnType: {
|
|
530
|
+
kind: "property",
|
|
531
|
+
type: () => {
|
|
532
|
+
return System.Type;
|
|
533
|
+
},
|
|
534
|
+
isOverride: true,
|
|
535
|
+
isSealed: true
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
isAbstract: true
|
|
539
|
+
},
|
|
540
|
+
GetMemberBinder: {
|
|
541
|
+
kind: "class",
|
|
542
|
+
members: {
|
|
543
|
+
GetMemberBinder: {
|
|
544
|
+
kind: "method",
|
|
545
|
+
methodKind: "constructor"
|
|
546
|
+
},
|
|
547
|
+
Bind: {
|
|
548
|
+
kind: "method",
|
|
549
|
+
methodKind: "ordinary",
|
|
550
|
+
isOverride: true,
|
|
551
|
+
isSealed: true
|
|
552
|
+
},
|
|
553
|
+
FallbackGetMember: {
|
|
554
|
+
kind: "method",
|
|
555
|
+
methodKind: "ordinary"
|
|
556
|
+
},
|
|
557
|
+
IgnoreCase: {
|
|
558
|
+
kind: "property",
|
|
559
|
+
type: () => {
|
|
560
|
+
return System.Boolean;
|
|
561
|
+
}
|
|
562
|
+
},
|
|
563
|
+
Name: {
|
|
564
|
+
kind: "property",
|
|
565
|
+
type: () => {
|
|
566
|
+
return System.String;
|
|
567
|
+
}
|
|
568
|
+
},
|
|
569
|
+
ReturnType: {
|
|
570
|
+
kind: "property",
|
|
571
|
+
type: () => {
|
|
572
|
+
return System.Type;
|
|
573
|
+
},
|
|
574
|
+
isOverride: true,
|
|
575
|
+
isSealed: true
|
|
576
|
+
}
|
|
577
|
+
},
|
|
578
|
+
isAbstract: true
|
|
579
|
+
},
|
|
580
|
+
IDynamicMetaObjectProvider: {
|
|
581
|
+
kind: "interface",
|
|
582
|
+
members: {
|
|
583
|
+
GetMetaObject: {
|
|
584
|
+
kind: "method",
|
|
585
|
+
methodKind: "ordinary"
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
},
|
|
589
|
+
IInvokeOnGetBinder: {
|
|
590
|
+
kind: "interface",
|
|
591
|
+
members: {
|
|
592
|
+
InvokeOnGet: {
|
|
593
|
+
kind: "property",
|
|
594
|
+
type: () => {
|
|
595
|
+
return System.Boolean;
|
|
596
|
+
}
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
},
|
|
600
|
+
InvokeBinder: {
|
|
601
|
+
kind: "class",
|
|
602
|
+
members: {
|
|
603
|
+
InvokeBinder: {
|
|
604
|
+
kind: "method",
|
|
605
|
+
methodKind: "constructor"
|
|
606
|
+
},
|
|
607
|
+
Bind: {
|
|
608
|
+
kind: "method",
|
|
609
|
+
methodKind: "ordinary",
|
|
610
|
+
isOverride: true,
|
|
611
|
+
isSealed: true
|
|
612
|
+
},
|
|
613
|
+
FallbackInvoke: {
|
|
614
|
+
kind: "method",
|
|
615
|
+
methodKind: "ordinary"
|
|
616
|
+
},
|
|
617
|
+
CallInfo: {
|
|
618
|
+
kind: "property",
|
|
619
|
+
type: () => {
|
|
620
|
+
return Dynamic.CallInfo;
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
ReturnType: {
|
|
624
|
+
kind: "property",
|
|
625
|
+
type: () => {
|
|
626
|
+
return System.Type;
|
|
627
|
+
},
|
|
628
|
+
isOverride: true,
|
|
629
|
+
isSealed: true
|
|
630
|
+
}
|
|
631
|
+
},
|
|
632
|
+
isAbstract: true
|
|
633
|
+
},
|
|
634
|
+
InvokeMemberBinder: {
|
|
635
|
+
kind: "class",
|
|
636
|
+
members: {
|
|
637
|
+
InvokeMemberBinder: {
|
|
638
|
+
kind: "method",
|
|
639
|
+
methodKind: "constructor"
|
|
640
|
+
},
|
|
641
|
+
Bind: {
|
|
642
|
+
kind: "method",
|
|
643
|
+
methodKind: "ordinary",
|
|
644
|
+
isOverride: true,
|
|
645
|
+
isSealed: true
|
|
646
|
+
},
|
|
647
|
+
FallbackInvoke: {
|
|
648
|
+
kind: "method",
|
|
649
|
+
methodKind: "ordinary",
|
|
650
|
+
isAbstract: true
|
|
651
|
+
},
|
|
652
|
+
FallbackInvokeMember: {
|
|
653
|
+
kind: "method",
|
|
654
|
+
methodKind: "ordinary"
|
|
655
|
+
},
|
|
656
|
+
CallInfo: {
|
|
657
|
+
kind: "property",
|
|
658
|
+
type: () => {
|
|
659
|
+
return Dynamic.CallInfo;
|
|
660
|
+
}
|
|
661
|
+
},
|
|
662
|
+
IgnoreCase: {
|
|
663
|
+
kind: "property",
|
|
664
|
+
type: () => {
|
|
665
|
+
return System.Boolean;
|
|
666
|
+
}
|
|
667
|
+
},
|
|
668
|
+
Name: {
|
|
669
|
+
kind: "property",
|
|
670
|
+
type: () => {
|
|
671
|
+
return System.String;
|
|
672
|
+
}
|
|
673
|
+
},
|
|
674
|
+
ReturnType: {
|
|
675
|
+
kind: "property",
|
|
676
|
+
type: () => {
|
|
677
|
+
return System.Type;
|
|
678
|
+
},
|
|
679
|
+
isOverride: true,
|
|
680
|
+
isSealed: true
|
|
681
|
+
}
|
|
682
|
+
},
|
|
683
|
+
isAbstract: true
|
|
684
|
+
},
|
|
685
|
+
SetIndexBinder: {
|
|
686
|
+
kind: "class",
|
|
687
|
+
members: {
|
|
688
|
+
SetIndexBinder: {
|
|
689
|
+
kind: "method",
|
|
690
|
+
methodKind: "constructor"
|
|
691
|
+
},
|
|
692
|
+
Bind: {
|
|
693
|
+
kind: "method",
|
|
694
|
+
methodKind: "ordinary",
|
|
695
|
+
isOverride: true,
|
|
696
|
+
isSealed: true
|
|
697
|
+
},
|
|
698
|
+
FallbackSetIndex: {
|
|
699
|
+
kind: "method",
|
|
700
|
+
methodKind: "ordinary"
|
|
701
|
+
},
|
|
702
|
+
CallInfo: {
|
|
703
|
+
kind: "property",
|
|
704
|
+
type: () => {
|
|
705
|
+
return Dynamic.CallInfo;
|
|
706
|
+
}
|
|
707
|
+
},
|
|
708
|
+
ReturnType: {
|
|
709
|
+
kind: "property",
|
|
710
|
+
type: () => {
|
|
711
|
+
return System.Type;
|
|
712
|
+
},
|
|
713
|
+
isOverride: true,
|
|
714
|
+
isSealed: true
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
isAbstract: true
|
|
718
|
+
},
|
|
719
|
+
SetMemberBinder: {
|
|
720
|
+
kind: "class",
|
|
721
|
+
members: {
|
|
722
|
+
SetMemberBinder: {
|
|
723
|
+
kind: "method",
|
|
724
|
+
methodKind: "constructor"
|
|
725
|
+
},
|
|
726
|
+
Bind: {
|
|
727
|
+
kind: "method",
|
|
728
|
+
methodKind: "ordinary",
|
|
729
|
+
isOverride: true,
|
|
730
|
+
isSealed: true
|
|
731
|
+
},
|
|
732
|
+
FallbackSetMember: {
|
|
733
|
+
kind: "method",
|
|
734
|
+
methodKind: "ordinary"
|
|
735
|
+
},
|
|
736
|
+
IgnoreCase: {
|
|
737
|
+
kind: "property",
|
|
738
|
+
type: () => {
|
|
739
|
+
return System.Boolean;
|
|
740
|
+
}
|
|
741
|
+
},
|
|
742
|
+
Name: {
|
|
743
|
+
kind: "property",
|
|
744
|
+
type: () => {
|
|
745
|
+
return System.String;
|
|
746
|
+
}
|
|
747
|
+
},
|
|
748
|
+
ReturnType: {
|
|
749
|
+
kind: "property",
|
|
750
|
+
type: () => {
|
|
751
|
+
return System.Type;
|
|
752
|
+
},
|
|
753
|
+
isOverride: true,
|
|
754
|
+
isSealed: true
|
|
755
|
+
}
|
|
756
|
+
},
|
|
757
|
+
isAbstract: true
|
|
758
|
+
},
|
|
759
|
+
UnaryOperationBinder: {
|
|
760
|
+
kind: "class",
|
|
761
|
+
members: {
|
|
762
|
+
UnaryOperationBinder: {
|
|
763
|
+
kind: "method",
|
|
764
|
+
methodKind: "constructor"
|
|
765
|
+
},
|
|
766
|
+
Bind: {
|
|
767
|
+
kind: "method",
|
|
768
|
+
methodKind: "ordinary",
|
|
769
|
+
isOverride: true,
|
|
770
|
+
isSealed: true
|
|
771
|
+
},
|
|
772
|
+
FallbackUnaryOperation: {
|
|
773
|
+
kind: "method",
|
|
774
|
+
methodKind: "ordinary"
|
|
775
|
+
},
|
|
776
|
+
Operation: {
|
|
777
|
+
kind: "property",
|
|
778
|
+
type: () => {
|
|
779
|
+
return Expressions.ExpressionType;
|
|
780
|
+
}
|
|
781
|
+
},
|
|
782
|
+
ReturnType: {
|
|
783
|
+
kind: "property",
|
|
784
|
+
type: () => {
|
|
785
|
+
return System.Type;
|
|
786
|
+
},
|
|
787
|
+
isOverride: true,
|
|
788
|
+
isSealed: true
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
isAbstract: true
|
|
792
|
+
}
|
|
793
|
+
});
|
|
794
|
+
export default Dynamic;
|
|
795
|
+
//# sourceMappingURL=index.js.map
|