From 3a469dacd0d6c553fdd68459268091be5aa42771 Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Wed, 6 Nov 2024 12:58:56 +0100 Subject: [PATCH 1/2] C#: Point to the stubs in the QL clone, which is checked out during test execution in the CI. --- csharp/test/security/CWE-328/options | 2 +- csharp/test/security/CWE-760/options | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/csharp/test/security/CWE-328/options b/csharp/test/security/CWE-328/options index 77b22963..0a862c1d 100644 --- a/csharp/test/security/CWE-328/options +++ b/csharp/test/security/CWE-328/options @@ -1,2 +1,2 @@ semmle-extractor-options: /nostdlib /noconfig -semmle-extractor-options: --load-sources-from-project:${testdir}/../../resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../codeql/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj diff --git a/csharp/test/security/CWE-760/options b/csharp/test/security/CWE-760/options index 77b22963..0a862c1d 100644 --- a/csharp/test/security/CWE-760/options +++ b/csharp/test/security/CWE-760/options @@ -1,2 +1,2 @@ semmle-extractor-options: /nostdlib /noconfig -semmle-extractor-options: --load-sources-from-project:${testdir}/../../resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../codeql/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj From 70edc87c88ef4da8c2685baa6937ef0b88e65af7 Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Wed, 6 Nov 2024 12:59:47 +0100 Subject: [PATCH 2/2] C#: Remove stubs from the commnuity pack and rely on the QL repo to checked out. --- .../Microsoft.NETCore.App/Microsoft.CSharp.cs | 68 - .../Microsoft.NETCore.App.csproj | 9 - .../Microsoft.VisualBasic.Core.cs | 1125 -- .../Microsoft.Win32.Primitives.cs | 20 - .../Microsoft.Win32.Registry.cs | 180 - .../System.Collections.Concurrent.cs | 216 - .../System.Collections.Immutable.cs | 1208 -- .../System.Collections.NonGeneric.cs | 186 - .../System.Collections.Specialized.cs | 241 - .../System.Collections.cs | 698 - .../System.ComponentModel.Annotations.cs | 427 - .../System.ComponentModel.EventBasedAsync.cs | 71 - .../System.ComponentModel.Primitives.cs | 329 - .../System.ComponentModel.TypeConverter.cs | 2214 --- .../System.ComponentModel.cs | 33 - .../Microsoft.NETCore.App/System.Console.cs | 293 - .../System.Data.Common.cs | 3269 ---- .../System.Diagnostics.Contracts.cs | 133 - .../System.Diagnostics.DiagnosticSource.cs | 479 - .../System.Diagnostics.FileVersionInfo.cs | 40 - .../System.Diagnostics.Process.cs | 261 - .../System.Diagnostics.StackTrace.cs | 206 - ...tem.Diagnostics.TextWriterTraceListener.cs | 63 - .../System.Diagnostics.TraceSource.cs | 294 - .../System.Diagnostics.Tracing.cs | 341 - .../System.Drawing.Primitives.cs | 596 - .../System.Formats.Asn1.cs | 238 - .../System.Formats.Tar.cs | 125 - .../System.IO.Compression.Brotli.cs | 60 - .../System.IO.Compression.ZipFile.cs | 40 - .../System.IO.Compression.cs | 165 - .../System.IO.FileSystem.AccessControl.cs | 123 - .../System.IO.FileSystem.DriveInfo.cs | 41 - .../System.IO.FileSystem.Watcher.cs | 95 - .../System.IO.IsolatedStorage.cs | 140 - .../System.IO.MemoryMappedFiles.cs | 106 - .../System.IO.Pipes.AccessControl.cs | 78 - .../Microsoft.NETCore.App/System.IO.Pipes.cs | 152 - .../System.Linq.Expressions.cs | 1163 -- .../System.Linq.Parallel.cs | 238 - .../System.Linq.Queryable.cs | 193 - .../Microsoft.NETCore.App/System.Linq.cs | 250 - .../Microsoft.NETCore.App/System.Memory.cs | 640 - .../System.Net.Http.Json.cs | 90 - .../Microsoft.NETCore.App/System.Net.Http.cs | 876 - .../System.Net.HttpListener.cs | 160 - .../Microsoft.NETCore.App/System.Net.Mail.cs | 369 - .../System.Net.NameResolution.cs | 44 - .../System.Net.NetworkInformation.cs | 477 - .../Microsoft.NETCore.App/System.Net.Ping.cs | 101 - .../System.Net.Primitives.cs | 566 - .../Microsoft.NETCore.App/System.Net.Quic.cs | 136 - .../System.Net.Requests.cs | 445 - .../System.Net.Security.cs | 714 - .../System.Net.ServicePoint.cs | 60 - .../System.Net.Sockets.cs | 749 - .../System.Net.WebClient.cs | 201 - .../System.Net.WebHeaderCollection.cs | 120 - .../System.Net.WebProxy.cs | 39 - .../System.Net.WebSockets.Client.cs | 51 - .../System.Net.WebSockets.cs | 156 - .../System.Numerics.Vectors.cs | 596 - .../System.ObjectModel.cs | 176 - .../System.Reflection.DispatchProxy.cs | 15 - .../System.Reflection.Emit.ILGeneration.cs | 109 - .../System.Reflection.Emit.Lightweight.cs | 68 - .../System.Reflection.Emit.cs | 566 - .../System.Reflection.Metadata.cs | 3278 ---- .../System.Reflection.Primitives.cs | 344 - .../System.Reflection.TypeExtensions.cs | 82 - .../System.Resources.Writer.cs | 31 - ...System.Runtime.CompilerServices.VisualC.cs | 70 - ...stem.Runtime.InteropServices.JavaScript.cs | 267 - .../System.Runtime.InteropServices.cs | 2101 --- .../System.Runtime.Intrinsics.cs | 6465 ------- .../System.Runtime.Loader.cs | 87 - .../System.Runtime.Numerics.cs | 347 - ...System.Runtime.Serialization.Formatters.cs | 178 - .../System.Runtime.Serialization.Json.cs | 97 - ...System.Runtime.Serialization.Primitives.cs | 96 - .../System.Runtime.Serialization.Xml.cs | 481 - .../Microsoft.NETCore.App/System.Runtime.cs | 14529 ---------------- .../System.Security.AccessControl.cs | 562 - .../System.Security.Claims.cs | 217 - .../System.Security.Cryptography.cs | 3046 ---- .../System.Security.Principal.Windows.cs | 287 - .../System.Text.Encoding.CodePages.cs | 15 - .../System.Text.Encoding.Extensions.cs | 138 - .../System.Text.Encodings.Web.cs | 243 - .../Microsoft.NETCore.App/System.Text.Json.cs | 1161 -- .../System.Text.RegularExpressions.cs | 369 - .../System.Threading.Channels.cs | 85 - .../System.Threading.Overlapped.cs | 51 - .../System.Threading.Tasks.Dataflow.cs | 317 - .../System.Threading.Tasks.Parallel.cs | 78 - .../System.Threading.Thread.cs | 160 - .../System.Threading.ThreadPool.cs | 46 - .../Microsoft.NETCore.App/System.Threading.cs | 457 - .../System.Transactions.Local.cs | 251 - .../System.Web.HttpUtility.cs | 46 - .../System.Xml.ReaderWriter.cs | 2533 --- .../System.Xml.XDocument.cs | 444 - .../System.Xml.XPath.XDocument.cs | 26 - .../Microsoft.NETCore.App/System.Xml.XPath.cs | 30 - .../System.Xml.XmlSerializer.cs | 709 - 105 files changed, 63455 deletions(-) delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.CSharp.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.VisualBasic.Core.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.Win32.Primitives.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.Win32.Registry.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Concurrent.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Immutable.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.NonGeneric.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Specialized.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.Annotations.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.EventBasedAsync.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.Primitives.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.TypeConverter.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Console.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Data.Common.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Contracts.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.DiagnosticSource.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.FileVersionInfo.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Process.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.StackTrace.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.TextWriterTraceListener.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.TraceSource.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Tracing.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Drawing.Primitives.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Formats.Asn1.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Formats.Tar.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.Brotli.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.ZipFile.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.AccessControl.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.DriveInfo.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.Watcher.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.IsolatedStorage.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.MemoryMappedFiles.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Pipes.AccessControl.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Pipes.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Expressions.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Parallel.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Queryable.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Memory.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Http.Json.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Http.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.HttpListener.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Mail.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.NameResolution.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.NetworkInformation.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Ping.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Primitives.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Quic.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Requests.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Security.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.ServicePoint.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Sockets.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebClient.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebHeaderCollection.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebProxy.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebSockets.Client.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebSockets.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Numerics.Vectors.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ObjectModel.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.DispatchProxy.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.ILGeneration.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.Lightweight.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Metadata.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Primitives.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.TypeExtensions.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Resources.Writer.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.CompilerServices.VisualC.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.InteropServices.JavaScript.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.InteropServices.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Intrinsics.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Loader.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Numerics.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Formatters.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Json.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Primitives.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Xml.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.AccessControl.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Claims.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Cryptography.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Principal.Windows.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encoding.CodePages.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encoding.Extensions.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encodings.Web.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Json.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.RegularExpressions.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Channels.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Overlapped.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Tasks.Dataflow.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Tasks.Parallel.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Thread.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.ThreadPool.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Transactions.Local.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Web.HttpUtility.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.ReaderWriter.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XDocument.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XPath.XDocument.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XPath.cs delete mode 100644 csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XmlSerializer.cs diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.CSharp.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.CSharp.cs deleted file mode 100644 index 29356607..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.CSharp.cs +++ /dev/null @@ -1,68 +0,0 @@ -// This file contains auto-generated code. -// Generated from `Microsoft.CSharp, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace Microsoft -{ - namespace CSharp - { - namespace RuntimeBinder - { - public static class Binder - { - public static System.Runtime.CompilerServices.CallSiteBinder BinaryOperation(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, System.Linq.Expressions.ExpressionType operation, System.Type context, System.Collections.Generic.IEnumerable argumentInfo) => throw null; - public static System.Runtime.CompilerServices.CallSiteBinder Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, System.Type type, System.Type context) => throw null; - public static System.Runtime.CompilerServices.CallSiteBinder GetIndex(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, System.Type context, System.Collections.Generic.IEnumerable argumentInfo) => throw null; - public static System.Runtime.CompilerServices.CallSiteBinder GetMember(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, string name, System.Type context, System.Collections.Generic.IEnumerable argumentInfo) => throw null; - public static System.Runtime.CompilerServices.CallSiteBinder Invoke(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, System.Type context, System.Collections.Generic.IEnumerable argumentInfo) => throw null; - public static System.Runtime.CompilerServices.CallSiteBinder InvokeConstructor(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, System.Type context, System.Collections.Generic.IEnumerable argumentInfo) => throw null; - public static System.Runtime.CompilerServices.CallSiteBinder InvokeMember(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, string name, System.Collections.Generic.IEnumerable typeArguments, System.Type context, System.Collections.Generic.IEnumerable argumentInfo) => throw null; - public static System.Runtime.CompilerServices.CallSiteBinder IsEvent(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, string name, System.Type context) => throw null; - public static System.Runtime.CompilerServices.CallSiteBinder SetIndex(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, System.Type context, System.Collections.Generic.IEnumerable argumentInfo) => throw null; - public static System.Runtime.CompilerServices.CallSiteBinder SetMember(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, string name, System.Type context, System.Collections.Generic.IEnumerable argumentInfo) => throw null; - public static System.Runtime.CompilerServices.CallSiteBinder UnaryOperation(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, System.Linq.Expressions.ExpressionType operation, System.Type context, System.Collections.Generic.IEnumerable argumentInfo) => throw null; - } - public sealed class CSharpArgumentInfo - { - public static Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo Create(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags flags, string name) => throw null; - } - [System.Flags] - public enum CSharpArgumentInfoFlags - { - None = 0, - UseCompileTimeType = 1, - Constant = 2, - NamedArgument = 4, - IsRef = 8, - IsOut = 16, - IsStaticType = 32, - } - [System.Flags] - public enum CSharpBinderFlags - { - None = 0, - CheckedContext = 1, - InvokeSimpleName = 2, - InvokeSpecialName = 4, - BinaryOperationLogical = 8, - ConvertExplicit = 16, - ConvertArrayIndex = 32, - ResultIndexed = 64, - ValueFromCompoundAssignment = 128, - ResultDiscarded = 256, - } - public class RuntimeBinderException : System.Exception - { - public RuntimeBinderException() => throw null; - protected RuntimeBinderException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public RuntimeBinderException(string message) => throw null; - public RuntimeBinderException(string message, System.Exception innerException) => throw null; - } - public class RuntimeBinderInternalCompilerException : System.Exception - { - public RuntimeBinderInternalCompilerException() => throw null; - protected RuntimeBinderInternalCompilerException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public RuntimeBinderInternalCompilerException(string message) => throw null; - public RuntimeBinderInternalCompilerException(string message, System.Exception innerException) => throw null; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj deleted file mode 100644 index 65a95d1b..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj +++ /dev/null @@ -1,9 +0,0 @@ - - - net8.0 - true - bin\ - false - - - diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.VisualBasic.Core.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.VisualBasic.Core.cs deleted file mode 100644 index 31953dfe..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.VisualBasic.Core.cs +++ /dev/null @@ -1,1125 +0,0 @@ -// This file contains auto-generated code. -// Generated from `Microsoft.VisualBasic.Core, Version=13.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace Microsoft -{ - namespace VisualBasic - { - public enum AppWinStyle : short - { - Hide = 0, - NormalFocus = 1, - MinimizedFocus = 2, - MaximizedFocus = 3, - NormalNoFocus = 4, - MinimizedNoFocus = 6, - } - public enum CallType - { - Method = 1, - Get = 2, - Let = 4, - Set = 8, - } - public sealed class Collection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList - { - public void Add(object Item, string Key = default(string), object Before = default(object), object After = default(object)) => throw null; - int System.Collections.IList.Add(object value) => throw null; - public void Clear() => throw null; - void System.Collections.IList.Clear() => throw null; - public bool Contains(string Key) => throw null; - bool System.Collections.IList.Contains(object value) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - int System.Collections.ICollection.Count { get => throw null; } - public Collection() => throw null; - public System.Collections.IEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - int System.Collections.IList.IndexOf(object value) => throw null; - void System.Collections.IList.Insert(int index, object value) => throw null; - bool System.Collections.IList.IsFixedSize { get => throw null; } - bool System.Collections.IList.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.IList.this[int index] { get => throw null; set { } } - public void Remove(int Index) => throw null; - public void Remove(string Key) => throw null; - void System.Collections.IList.Remove(object value) => throw null; - void System.Collections.IList.RemoveAt(int index) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public object this[int Index] { get => throw null; } - public object this[object Index] { get => throw null; } - public object this[string Key] { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)4, Inherited = false, AllowMultiple = false)] - public sealed class ComClassAttribute : System.Attribute - { - public string ClassID { get => throw null; } - public ComClassAttribute() => throw null; - public ComClassAttribute(string _ClassID) => throw null; - public ComClassAttribute(string _ClassID, string _InterfaceID) => throw null; - public ComClassAttribute(string _ClassID, string _InterfaceID, string _EventId) => throw null; - public string EventID { get => throw null; } - public string InterfaceID { get => throw null; } - public bool InterfaceShadows { get => throw null; set { } } - } - public enum CompareMethod - { - Binary = 0, - Text = 1, - } - namespace CompilerServices - { - public sealed class BooleanType - { - public static bool FromObject(object Value) => throw null; - public static bool FromString(string Value) => throw null; - } - public sealed class ByteType - { - public static byte FromObject(object Value) => throw null; - public static byte FromString(string Value) => throw null; - } - public sealed class CharArrayType - { - public static char[] FromObject(object Value) => throw null; - public static char[] FromString(string Value) => throw null; - } - public sealed class CharType - { - public static char FromObject(object Value) => throw null; - public static char FromString(string Value) => throw null; - } - public sealed class Conversions - { - public static object ChangeType(object Expression, System.Type TargetType) => throw null; - public static object FallbackUserDefinedConversion(object Expression, System.Type TargetType) => throw null; - public static string FromCharAndCount(char Value, int Count) => throw null; - public static string FromCharArray(char[] Value) => throw null; - public static string FromCharArraySubset(char[] Value, int StartIndex, int Length) => throw null; - public static bool ToBoolean(object Value) => throw null; - public static bool ToBoolean(string Value) => throw null; - public static byte ToByte(object Value) => throw null; - public static byte ToByte(string Value) => throw null; - public static char ToChar(object Value) => throw null; - public static char ToChar(string Value) => throw null; - public static char[] ToCharArrayRankOne(object Value) => throw null; - public static char[] ToCharArrayRankOne(string Value) => throw null; - public static System.DateTime ToDate(object Value) => throw null; - public static System.DateTime ToDate(string Value) => throw null; - public static decimal ToDecimal(bool Value) => throw null; - public static decimal ToDecimal(object Value) => throw null; - public static decimal ToDecimal(string Value) => throw null; - public static double ToDouble(object Value) => throw null; - public static double ToDouble(string Value) => throw null; - public static T ToGenericParameter(object Value) => throw null; - public static int ToInteger(object Value) => throw null; - public static int ToInteger(string Value) => throw null; - public static long ToLong(object Value) => throw null; - public static long ToLong(string Value) => throw null; - public static sbyte ToSByte(object Value) => throw null; - public static sbyte ToSByte(string Value) => throw null; - public static short ToShort(object Value) => throw null; - public static short ToShort(string Value) => throw null; - public static float ToSingle(object Value) => throw null; - public static float ToSingle(string Value) => throw null; - public static string ToString(bool Value) => throw null; - public static string ToString(byte Value) => throw null; - public static string ToString(char Value) => throw null; - public static string ToString(System.DateTime Value) => throw null; - public static string ToString(decimal Value) => throw null; - public static string ToString(decimal Value, System.Globalization.NumberFormatInfo NumberFormat) => throw null; - public static string ToString(double Value) => throw null; - public static string ToString(double Value, System.Globalization.NumberFormatInfo NumberFormat) => throw null; - public static string ToString(short Value) => throw null; - public static string ToString(int Value) => throw null; - public static string ToString(long Value) => throw null; - public static string ToString(object Value) => throw null; - public static string ToString(float Value) => throw null; - public static string ToString(float Value, System.Globalization.NumberFormatInfo NumberFormat) => throw null; - public static string ToString(uint Value) => throw null; - public static string ToString(ulong Value) => throw null; - public static uint ToUInteger(object Value) => throw null; - public static uint ToUInteger(string Value) => throw null; - public static ulong ToULong(object Value) => throw null; - public static ulong ToULong(string Value) => throw null; - public static ushort ToUShort(object Value) => throw null; - public static ushort ToUShort(string Value) => throw null; - } - public sealed class DateType - { - public static System.DateTime FromObject(object Value) => throw null; - public static System.DateTime FromString(string Value) => throw null; - public static System.DateTime FromString(string Value, System.Globalization.CultureInfo culture) => throw null; - } - public sealed class DecimalType - { - public static decimal FromBoolean(bool Value) => throw null; - public static decimal FromObject(object Value) => throw null; - public static decimal FromObject(object Value, System.Globalization.NumberFormatInfo NumberFormat) => throw null; - public static decimal FromString(string Value) => throw null; - public static decimal FromString(string Value, System.Globalization.NumberFormatInfo NumberFormat) => throw null; - public static decimal Parse(string Value, System.Globalization.NumberFormatInfo NumberFormat) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = false)] - public sealed class DesignerGeneratedAttribute : System.Attribute - { - public DesignerGeneratedAttribute() => throw null; - } - public sealed class DoubleType - { - public static double FromObject(object Value) => throw null; - public static double FromObject(object Value, System.Globalization.NumberFormatInfo NumberFormat) => throw null; - public static double FromString(string Value) => throw null; - public static double FromString(string Value, System.Globalization.NumberFormatInfo NumberFormat) => throw null; - public static double Parse(string Value) => throw null; - public static double Parse(string Value, System.Globalization.NumberFormatInfo NumberFormat) => throw null; - } - public sealed class IncompleteInitialization : System.Exception - { - public IncompleteInitialization() => throw null; - } - public sealed class IntegerType - { - public static int FromObject(object Value) => throw null; - public static int FromString(string Value) => throw null; - } - public sealed class LateBinding - { - public static void LateCall(object o, System.Type objType, string name, object[] args, string[] paramnames, bool[] CopyBack) => throw null; - public static object LateGet(object o, System.Type objType, string name, object[] args, string[] paramnames, bool[] CopyBack) => throw null; - public static object LateIndexGet(object o, object[] args, string[] paramnames) => throw null; - public static void LateIndexSet(object o, object[] args, string[] paramnames) => throw null; - public static void LateIndexSetComplex(object o, object[] args, string[] paramnames, bool OptimisticSet, bool RValueBase) => throw null; - public static void LateSet(object o, System.Type objType, string name, object[] args, string[] paramnames) => throw null; - public static void LateSetComplex(object o, System.Type objType, string name, object[] args, string[] paramnames, bool OptimisticSet, bool RValueBase) => throw null; - } - public sealed class LikeOperator - { - public static object LikeObject(object Source, object Pattern, Microsoft.VisualBasic.CompareMethod CompareOption) => throw null; - public static bool LikeString(string Source, string Pattern, Microsoft.VisualBasic.CompareMethod CompareOption) => throw null; - } - public sealed class LongType - { - public static long FromObject(object Value) => throw null; - public static long FromString(string Value) => throw null; - } - public sealed class NewLateBinding - { - public static object FallbackCall(object Instance, string MemberName, object[] Arguments, string[] ArgumentNames, bool IgnoreReturn) => throw null; - public static object FallbackGet(object Instance, string MemberName, object[] Arguments, string[] ArgumentNames) => throw null; - public static void FallbackIndexSet(object Instance, object[] Arguments, string[] ArgumentNames) => throw null; - public static void FallbackIndexSetComplex(object Instance, object[] Arguments, string[] ArgumentNames, bool OptimisticSet, bool RValueBase) => throw null; - public static object FallbackInvokeDefault1(object Instance, object[] Arguments, string[] ArgumentNames, bool ReportErrors) => throw null; - public static object FallbackInvokeDefault2(object Instance, object[] Arguments, string[] ArgumentNames, bool ReportErrors) => throw null; - public static void FallbackSet(object Instance, string MemberName, object[] Arguments) => throw null; - public static void FallbackSetComplex(object Instance, string MemberName, object[] Arguments, bool OptimisticSet, bool RValueBase) => throw null; - public static object LateCall(object Instance, System.Type Type, string MemberName, object[] Arguments, string[] ArgumentNames, System.Type[] TypeArguments, bool[] CopyBack, bool IgnoreReturn) => throw null; - public static object LateCallInvokeDefault(object Instance, object[] Arguments, string[] ArgumentNames, bool ReportErrors) => throw null; - public static object LateGet(object Instance, System.Type Type, string MemberName, object[] Arguments, string[] ArgumentNames, System.Type[] TypeArguments, bool[] CopyBack) => throw null; - public static object LateGetInvokeDefault(object Instance, object[] Arguments, string[] ArgumentNames, bool ReportErrors) => throw null; - public static object LateIndexGet(object Instance, object[] Arguments, string[] ArgumentNames) => throw null; - public static void LateIndexSet(object Instance, object[] Arguments, string[] ArgumentNames) => throw null; - public static void LateIndexSetComplex(object Instance, object[] Arguments, string[] ArgumentNames, bool OptimisticSet, bool RValueBase) => throw null; - public static void LateSet(object Instance, System.Type Type, string MemberName, object[] Arguments, string[] ArgumentNames, System.Type[] TypeArguments) => throw null; - public static void LateSet(object Instance, System.Type Type, string MemberName, object[] Arguments, string[] ArgumentNames, System.Type[] TypeArguments, bool OptimisticSet, bool RValueBase, Microsoft.VisualBasic.CallType CallType) => throw null; - public static void LateSetComplex(object Instance, System.Type Type, string MemberName, object[] Arguments, string[] ArgumentNames, System.Type[] TypeArguments, bool OptimisticSet, bool RValueBase) => throw null; - } - public sealed class ObjectFlowControl - { - public static void CheckForSyncLockOnValueType(object Expression) => throw null; - public sealed class ForLoopControl - { - public static bool ForLoopInitObj(object Counter, object Start, object Limit, object StepValue, ref object LoopForResult, ref object CounterResult) => throw null; - public static bool ForNextCheckDec(decimal count, decimal limit, decimal StepValue) => throw null; - public static bool ForNextCheckObj(object Counter, object LoopObj, ref object CounterResult) => throw null; - public static bool ForNextCheckR4(float count, float limit, float StepValue) => throw null; - public static bool ForNextCheckR8(double count, double limit, double StepValue) => throw null; - } - } - public sealed class ObjectType - { - public static object AddObj(object o1, object o2) => throw null; - public static object BitAndObj(object obj1, object obj2) => throw null; - public static object BitOrObj(object obj1, object obj2) => throw null; - public static object BitXorObj(object obj1, object obj2) => throw null; - public ObjectType() => throw null; - public static object DivObj(object o1, object o2) => throw null; - public static object GetObjectValuePrimitive(object o) => throw null; - public static object IDivObj(object o1, object o2) => throw null; - public static bool LikeObj(object vLeft, object vRight, Microsoft.VisualBasic.CompareMethod CompareOption) => throw null; - public static object ModObj(object o1, object o2) => throw null; - public static object MulObj(object o1, object o2) => throw null; - public static object NegObj(object obj) => throw null; - public static object NotObj(object obj) => throw null; - public static int ObjTst(object o1, object o2, bool TextCompare) => throw null; - public static object PlusObj(object obj) => throw null; - public static object PowObj(object obj1, object obj2) => throw null; - public static object ShiftLeftObj(object o1, int amount) => throw null; - public static object ShiftRightObj(object o1, int amount) => throw null; - public static object StrCatObj(object vLeft, object vRight) => throw null; - public static object SubObj(object o1, object o2) => throw null; - public static object XorObj(object obj1, object obj2) => throw null; - } - public sealed class Operators - { - public static object AddObject(object Left, object Right) => throw null; - public static object AndObject(object Left, object Right) => throw null; - public static object CompareObjectEqual(object Left, object Right, bool TextCompare) => throw null; - public static object CompareObjectGreater(object Left, object Right, bool TextCompare) => throw null; - public static object CompareObjectGreaterEqual(object Left, object Right, bool TextCompare) => throw null; - public static object CompareObjectLess(object Left, object Right, bool TextCompare) => throw null; - public static object CompareObjectLessEqual(object Left, object Right, bool TextCompare) => throw null; - public static object CompareObjectNotEqual(object Left, object Right, bool TextCompare) => throw null; - public static int CompareString(string Left, string Right, bool TextCompare) => throw null; - public static object ConcatenateObject(object Left, object Right) => throw null; - public static bool ConditionalCompareObjectEqual(object Left, object Right, bool TextCompare) => throw null; - public static bool ConditionalCompareObjectGreater(object Left, object Right, bool TextCompare) => throw null; - public static bool ConditionalCompareObjectGreaterEqual(object Left, object Right, bool TextCompare) => throw null; - public static bool ConditionalCompareObjectLess(object Left, object Right, bool TextCompare) => throw null; - public static bool ConditionalCompareObjectLessEqual(object Left, object Right, bool TextCompare) => throw null; - public static bool ConditionalCompareObjectNotEqual(object Left, object Right, bool TextCompare) => throw null; - public static object DivideObject(object Left, object Right) => throw null; - public static object ExponentObject(object Left, object Right) => throw null; - public static object FallbackInvokeUserDefinedOperator(object vbOp, object[] arguments) => throw null; - public static object IntDivideObject(object Left, object Right) => throw null; - public static object LeftShiftObject(object Operand, object Amount) => throw null; - public static object ModObject(object Left, object Right) => throw null; - public static object MultiplyObject(object Left, object Right) => throw null; - public static object NegateObject(object Operand) => throw null; - public static object NotObject(object Operand) => throw null; - public static object OrObject(object Left, object Right) => throw null; - public static object PlusObject(object Operand) => throw null; - public static object RightShiftObject(object Operand, object Amount) => throw null; - public static object SubtractObject(object Left, object Right) => throw null; - public static object XorObject(object Left, object Right) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)2048, Inherited = false, AllowMultiple = false)] - public sealed class OptionCompareAttribute : System.Attribute - { - public OptionCompareAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)4, Inherited = false, AllowMultiple = false)] - public sealed class OptionTextAttribute : System.Attribute - { - public OptionTextAttribute() => throw null; - } - public sealed class ProjectData - { - public static void ClearProjectError() => throw null; - public static System.Exception CreateProjectError(int hr) => throw null; - public static void EndApp() => throw null; - public static void SetProjectError(System.Exception ex) => throw null; - public static void SetProjectError(System.Exception ex, int lErl) => throw null; - } - public sealed class ShortType - { - public static short FromObject(object Value) => throw null; - public static short FromString(string Value) => throw null; - } - public sealed class SingleType - { - public static float FromObject(object Value) => throw null; - public static float FromObject(object Value, System.Globalization.NumberFormatInfo NumberFormat) => throw null; - public static float FromString(string Value) => throw null; - public static float FromString(string Value, System.Globalization.NumberFormatInfo NumberFormat) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)4, Inherited = false, AllowMultiple = false)] - public sealed class StandardModuleAttribute : System.Attribute - { - public StandardModuleAttribute() => throw null; - } - public sealed class StaticLocalInitFlag - { - public StaticLocalInitFlag() => throw null; - public short State; - } - public sealed class StringType - { - public static string FromBoolean(bool Value) => throw null; - public static string FromByte(byte Value) => throw null; - public static string FromChar(char Value) => throw null; - public static string FromDate(System.DateTime Value) => throw null; - public static string FromDecimal(decimal Value) => throw null; - public static string FromDecimal(decimal Value, System.Globalization.NumberFormatInfo NumberFormat) => throw null; - public static string FromDouble(double Value) => throw null; - public static string FromDouble(double Value, System.Globalization.NumberFormatInfo NumberFormat) => throw null; - public static string FromInteger(int Value) => throw null; - public static string FromLong(long Value) => throw null; - public static string FromObject(object Value) => throw null; - public static string FromShort(short Value) => throw null; - public static string FromSingle(float Value) => throw null; - public static string FromSingle(float Value, System.Globalization.NumberFormatInfo NumberFormat) => throw null; - public static void MidStmtStr(ref string sDest, int StartPosition, int MaxInsertLength, string sInsert) => throw null; - public static int StrCmp(string sLeft, string sRight, bool TextCompare) => throw null; - public static bool StrLike(string Source, string Pattern, Microsoft.VisualBasic.CompareMethod CompareOption) => throw null; - public static bool StrLikeBinary(string Source, string Pattern) => throw null; - public static bool StrLikeText(string Source, string Pattern) => throw null; - } - public sealed class Utils - { - public static System.Array CopyArray(System.Array arySrc, System.Array aryDest) => throw null; - public static string GetResourceString(string ResourceKey, params string[] Args) => throw null; - } - public sealed class Versioned - { - public static object CallByName(object Instance, string MethodName, Microsoft.VisualBasic.CallType UseCallType, params object[] Arguments) => throw null; - public static bool IsNumeric(object Expression) => throw null; - public static string SystemTypeName(string VbName) => throw null; - public static string TypeName(object Expression) => throw null; - public static string VbTypeName(string SystemName) => throw null; - } - } - public sealed class Constants - { - public const Microsoft.VisualBasic.MsgBoxResult vbAbort = default; - public const Microsoft.VisualBasic.MsgBoxStyle vbAbortRetryIgnore = default; - public const Microsoft.VisualBasic.MsgBoxStyle vbApplicationModal = default; - public const Microsoft.VisualBasic.FileAttribute vbArchive = default; - public const Microsoft.VisualBasic.VariantType vbArray = default; - public const string vbBack = default; - public const Microsoft.VisualBasic.CompareMethod vbBinaryCompare = default; - public const Microsoft.VisualBasic.VariantType vbBoolean = default; - public const Microsoft.VisualBasic.VariantType vbByte = default; - public const Microsoft.VisualBasic.MsgBoxResult vbCancel = default; - public const string vbCr = default; - public const Microsoft.VisualBasic.MsgBoxStyle vbCritical = default; - public const string vbCrLf = default; - public const Microsoft.VisualBasic.VariantType vbCurrency = default; - public const Microsoft.VisualBasic.VariantType vbDate = default; - public const Microsoft.VisualBasic.VariantType vbDecimal = default; - public const Microsoft.VisualBasic.MsgBoxStyle vbDefaultButton1 = default; - public const Microsoft.VisualBasic.MsgBoxStyle vbDefaultButton2 = default; - public const Microsoft.VisualBasic.MsgBoxStyle vbDefaultButton3 = default; - public const Microsoft.VisualBasic.FileAttribute vbDirectory = default; - public const Microsoft.VisualBasic.VariantType vbDouble = default; - public const Microsoft.VisualBasic.VariantType vbEmpty = default; - public const Microsoft.VisualBasic.MsgBoxStyle vbExclamation = default; - public const Microsoft.VisualBasic.TriState vbFalse = default; - public const Microsoft.VisualBasic.FirstWeekOfYear vbFirstFourDays = default; - public const Microsoft.VisualBasic.FirstWeekOfYear vbFirstFullWeek = default; - public const Microsoft.VisualBasic.FirstWeekOfYear vbFirstJan1 = default; - public const string vbFormFeed = default; - public const Microsoft.VisualBasic.FirstDayOfWeek vbFriday = default; - public const Microsoft.VisualBasic.DateFormat vbGeneralDate = default; - public const Microsoft.VisualBasic.CallType vbGet = default; - public const Microsoft.VisualBasic.FileAttribute vbHidden = default; - public const Microsoft.VisualBasic.AppWinStyle vbHide = default; - public const Microsoft.VisualBasic.VbStrConv vbHiragana = default; - public const Microsoft.VisualBasic.MsgBoxResult vbIgnore = default; - public const Microsoft.VisualBasic.MsgBoxStyle vbInformation = default; - public const Microsoft.VisualBasic.VariantType vbInteger = default; - public const Microsoft.VisualBasic.VbStrConv vbKatakana = default; - public const Microsoft.VisualBasic.CallType vbLet = default; - public const string vbLf = default; - public const Microsoft.VisualBasic.VbStrConv vbLinguisticCasing = default; - public const Microsoft.VisualBasic.VariantType vbLong = default; - public const Microsoft.VisualBasic.DateFormat vbLongDate = default; - public const Microsoft.VisualBasic.DateFormat vbLongTime = default; - public const Microsoft.VisualBasic.VbStrConv vbLowerCase = default; - public const Microsoft.VisualBasic.AppWinStyle vbMaximizedFocus = default; - public const Microsoft.VisualBasic.CallType vbMethod = default; - public const Microsoft.VisualBasic.AppWinStyle vbMinimizedFocus = default; - public const Microsoft.VisualBasic.AppWinStyle vbMinimizedNoFocus = default; - public const Microsoft.VisualBasic.FirstDayOfWeek vbMonday = default; - public const Microsoft.VisualBasic.MsgBoxStyle vbMsgBoxHelp = default; - public const Microsoft.VisualBasic.MsgBoxStyle vbMsgBoxRight = default; - public const Microsoft.VisualBasic.MsgBoxStyle vbMsgBoxRtlReading = default; - public const Microsoft.VisualBasic.MsgBoxStyle vbMsgBoxSetForeground = default; - public const Microsoft.VisualBasic.VbStrConv vbNarrow = default; - public const string vbNewLine = default; - public const Microsoft.VisualBasic.MsgBoxResult vbNo = default; - public const Microsoft.VisualBasic.FileAttribute vbNormal = default; - public const Microsoft.VisualBasic.AppWinStyle vbNormalFocus = default; - public const Microsoft.VisualBasic.AppWinStyle vbNormalNoFocus = default; - public const Microsoft.VisualBasic.VariantType vbNull = default; - public const string vbNullChar = default; - public const string vbNullString = default; - public const Microsoft.VisualBasic.VariantType vbObject = default; - public const int vbObjectError = -2147221504; - public const Microsoft.VisualBasic.MsgBoxResult vbOK = default; - public const Microsoft.VisualBasic.MsgBoxStyle vbOKCancel = default; - public const Microsoft.VisualBasic.MsgBoxStyle vbOKOnly = default; - public const Microsoft.VisualBasic.VbStrConv vbProperCase = default; - public const Microsoft.VisualBasic.MsgBoxStyle vbQuestion = default; - public const Microsoft.VisualBasic.FileAttribute vbReadOnly = default; - public const Microsoft.VisualBasic.MsgBoxResult vbRetry = default; - public const Microsoft.VisualBasic.MsgBoxStyle vbRetryCancel = default; - public const Microsoft.VisualBasic.FirstDayOfWeek vbSaturday = default; - public const Microsoft.VisualBasic.CallType vbSet = default; - public const Microsoft.VisualBasic.DateFormat vbShortDate = default; - public const Microsoft.VisualBasic.DateFormat vbShortTime = default; - public const Microsoft.VisualBasic.VbStrConv vbSimplifiedChinese = default; - public const Microsoft.VisualBasic.VariantType vbSingle = default; - public const Microsoft.VisualBasic.VariantType vbString = default; - public const Microsoft.VisualBasic.FirstDayOfWeek vbSunday = default; - public const Microsoft.VisualBasic.FileAttribute vbSystem = default; - public const Microsoft.VisualBasic.MsgBoxStyle vbSystemModal = default; - public const string vbTab = default; - public const Microsoft.VisualBasic.CompareMethod vbTextCompare = default; - public const Microsoft.VisualBasic.FirstDayOfWeek vbThursday = default; - public const Microsoft.VisualBasic.VbStrConv vbTraditionalChinese = default; - public const Microsoft.VisualBasic.TriState vbTrue = default; - public const Microsoft.VisualBasic.FirstDayOfWeek vbTuesday = default; - public const Microsoft.VisualBasic.VbStrConv vbUpperCase = default; - public const Microsoft.VisualBasic.TriState vbUseDefault = default; - public const Microsoft.VisualBasic.VariantType vbUserDefinedType = default; - public const Microsoft.VisualBasic.FirstWeekOfYear vbUseSystem = default; - public const Microsoft.VisualBasic.FirstDayOfWeek vbUseSystemDayOfWeek = default; - public const Microsoft.VisualBasic.VariantType vbVariant = default; - public const string vbVerticalTab = default; - public const Microsoft.VisualBasic.FileAttribute vbVolume = default; - public const Microsoft.VisualBasic.FirstDayOfWeek vbWednesday = default; - public const Microsoft.VisualBasic.VbStrConv vbWide = default; - public const Microsoft.VisualBasic.MsgBoxResult vbYes = default; - public const Microsoft.VisualBasic.MsgBoxStyle vbYesNo = default; - public const Microsoft.VisualBasic.MsgBoxStyle vbYesNoCancel = default; - } - public sealed class ControlChars - { - public const char Back = default; - public const char Cr = default; - public const string CrLf = default; - public ControlChars() => throw null; - public const char FormFeed = default; - public const char Lf = default; - public const string NewLine = default; - public const char NullChar = default; - public const char Quote = default; - public const char Tab = default; - public const char VerticalTab = default; - } - public sealed class Conversion - { - public static object CTypeDynamic(object Expression, System.Type TargetType) => throw null; - public static TargetType CTypeDynamic(object Expression) => throw null; - public static string ErrorToString() => throw null; - public static string ErrorToString(int ErrorNumber) => throw null; - public static decimal Fix(decimal Number) => throw null; - public static double Fix(double Number) => throw null; - public static short Fix(short Number) => throw null; - public static int Fix(int Number) => throw null; - public static long Fix(long Number) => throw null; - public static object Fix(object Number) => throw null; - public static float Fix(float Number) => throw null; - public static string Hex(byte Number) => throw null; - public static string Hex(short Number) => throw null; - public static string Hex(int Number) => throw null; - public static string Hex(long Number) => throw null; - public static string Hex(object Number) => throw null; - public static string Hex(sbyte Number) => throw null; - public static string Hex(ushort Number) => throw null; - public static string Hex(uint Number) => throw null; - public static string Hex(ulong Number) => throw null; - public static decimal Int(decimal Number) => throw null; - public static double Int(double Number) => throw null; - public static short Int(short Number) => throw null; - public static int Int(int Number) => throw null; - public static long Int(long Number) => throw null; - public static object Int(object Number) => throw null; - public static float Int(float Number) => throw null; - public static string Oct(byte Number) => throw null; - public static string Oct(short Number) => throw null; - public static string Oct(int Number) => throw null; - public static string Oct(long Number) => throw null; - public static string Oct(object Number) => throw null; - public static string Oct(sbyte Number) => throw null; - public static string Oct(ushort Number) => throw null; - public static string Oct(uint Number) => throw null; - public static string Oct(ulong Number) => throw null; - public static string Str(object Number) => throw null; - public static int Val(char Expression) => throw null; - public static double Val(object Expression) => throw null; - public static double Val(string InputStr) => throw null; - } - public sealed class DateAndTime - { - public static System.DateTime DateAdd(Microsoft.VisualBasic.DateInterval Interval, double Number, System.DateTime DateValue) => throw null; - public static System.DateTime DateAdd(string Interval, double Number, object DateValue) => throw null; - public static long DateDiff(Microsoft.VisualBasic.DateInterval Interval, System.DateTime Date1, System.DateTime Date2, Microsoft.VisualBasic.FirstDayOfWeek DayOfWeek = default(Microsoft.VisualBasic.FirstDayOfWeek), Microsoft.VisualBasic.FirstWeekOfYear WeekOfYear = default(Microsoft.VisualBasic.FirstWeekOfYear)) => throw null; - public static long DateDiff(string Interval, object Date1, object Date2, Microsoft.VisualBasic.FirstDayOfWeek DayOfWeek = default(Microsoft.VisualBasic.FirstDayOfWeek), Microsoft.VisualBasic.FirstWeekOfYear WeekOfYear = default(Microsoft.VisualBasic.FirstWeekOfYear)) => throw null; - public static int DatePart(Microsoft.VisualBasic.DateInterval Interval, System.DateTime DateValue, Microsoft.VisualBasic.FirstDayOfWeek FirstDayOfWeekValue = default(Microsoft.VisualBasic.FirstDayOfWeek), Microsoft.VisualBasic.FirstWeekOfYear FirstWeekOfYearValue = default(Microsoft.VisualBasic.FirstWeekOfYear)) => throw null; - public static int DatePart(string Interval, object DateValue, Microsoft.VisualBasic.FirstDayOfWeek DayOfWeek = default(Microsoft.VisualBasic.FirstDayOfWeek), Microsoft.VisualBasic.FirstWeekOfYear WeekOfYear = default(Microsoft.VisualBasic.FirstWeekOfYear)) => throw null; - public static System.DateTime DateSerial(int Year, int Month, int Day) => throw null; - public static string DateString { get => throw null; set { } } - public static System.DateTime DateValue(string StringDate) => throw null; - public static int Day(System.DateTime DateValue) => throw null; - public static int Hour(System.DateTime TimeValue) => throw null; - public static int Minute(System.DateTime TimeValue) => throw null; - public static int Month(System.DateTime DateValue) => throw null; - public static string MonthName(int Month, bool Abbreviate = default(bool)) => throw null; - public static System.DateTime Now { get => throw null; } - public static int Second(System.DateTime TimeValue) => throw null; - public static System.DateTime TimeOfDay { get => throw null; set { } } - public static double Timer { get => throw null; } - public static System.DateTime TimeSerial(int Hour, int Minute, int Second) => throw null; - public static string TimeString { get => throw null; set { } } - public static System.DateTime TimeValue(string StringTime) => throw null; - public static System.DateTime Today { get => throw null; set { } } - public static int Weekday(System.DateTime DateValue, Microsoft.VisualBasic.FirstDayOfWeek DayOfWeek = default(Microsoft.VisualBasic.FirstDayOfWeek)) => throw null; - public static string WeekdayName(int Weekday, bool Abbreviate = default(bool), Microsoft.VisualBasic.FirstDayOfWeek FirstDayOfWeekValue = default(Microsoft.VisualBasic.FirstDayOfWeek)) => throw null; - public static int Year(System.DateTime DateValue) => throw null; - } - public enum DateFormat - { - GeneralDate = 0, - LongDate = 1, - ShortDate = 2, - LongTime = 3, - ShortTime = 4, - } - public enum DateInterval - { - Year = 0, - Quarter = 1, - Month = 2, - DayOfYear = 3, - Day = 4, - WeekOfYear = 5, - Weekday = 6, - Hour = 7, - Minute = 8, - Second = 9, - } - public enum DueDate - { - EndOfPeriod = 0, - BegOfPeriod = 1, - } - public sealed class ErrObject - { - public void Clear() => throw null; - public string Description { get => throw null; set { } } - public int Erl { get => throw null; } - public System.Exception GetException() => throw null; - public int HelpContext { get => throw null; set { } } - public string HelpFile { get => throw null; set { } } - public int LastDllError { get => throw null; } - public int Number { get => throw null; set { } } - public void Raise(int Number, object Source = default(object), object Description = default(object), object HelpFile = default(object), object HelpContext = default(object)) => throw null; - public string Source { get => throw null; set { } } - } - [System.Flags] - public enum FileAttribute - { - Normal = 0, - ReadOnly = 1, - Hidden = 2, - System = 4, - Volume = 8, - Directory = 16, - Archive = 32, - } - namespace FileIO - { - public enum DeleteDirectoryOption - { - ThrowIfDirectoryNonEmpty = 4, - DeleteAllContents = 5, - } - public enum FieldType - { - Delimited = 0, - FixedWidth = 1, - } - public class FileSystem - { - public static string CombinePath(string baseDirectory, string relativePath) => throw null; - public static void CopyDirectory(string sourceDirectoryName, string destinationDirectoryName) => throw null; - public static void CopyDirectory(string sourceDirectoryName, string destinationDirectoryName, Microsoft.VisualBasic.FileIO.UIOption showUI) => throw null; - public static void CopyDirectory(string sourceDirectoryName, string destinationDirectoryName, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel) => throw null; - public static void CopyDirectory(string sourceDirectoryName, string destinationDirectoryName, bool overwrite) => throw null; - public static void CopyFile(string sourceFileName, string destinationFileName) => throw null; - public static void CopyFile(string sourceFileName, string destinationFileName, Microsoft.VisualBasic.FileIO.UIOption showUI) => throw null; - public static void CopyFile(string sourceFileName, string destinationFileName, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel) => throw null; - public static void CopyFile(string sourceFileName, string destinationFileName, bool overwrite) => throw null; - public static void CreateDirectory(string directory) => throw null; - public FileSystem() => throw null; - public static string CurrentDirectory { get => throw null; set { } } - public static void DeleteDirectory(string directory, Microsoft.VisualBasic.FileIO.DeleteDirectoryOption onDirectoryNotEmpty) => throw null; - public static void DeleteDirectory(string directory, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.RecycleOption recycle) => throw null; - public static void DeleteDirectory(string directory, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.RecycleOption recycle, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel) => throw null; - public static void DeleteFile(string file) => throw null; - public static void DeleteFile(string file, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.RecycleOption recycle) => throw null; - public static void DeleteFile(string file, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.RecycleOption recycle, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel) => throw null; - public static bool DirectoryExists(string directory) => throw null; - public static System.Collections.ObjectModel.ReadOnlyCollection Drives { get => throw null; } - public static bool FileExists(string file) => throw null; - public static System.Collections.ObjectModel.ReadOnlyCollection FindInFiles(string directory, string containsText, bool ignoreCase, Microsoft.VisualBasic.FileIO.SearchOption searchType) => throw null; - public static System.Collections.ObjectModel.ReadOnlyCollection FindInFiles(string directory, string containsText, bool ignoreCase, Microsoft.VisualBasic.FileIO.SearchOption searchType, params string[] fileWildcards) => throw null; - public static System.Collections.ObjectModel.ReadOnlyCollection GetDirectories(string directory) => throw null; - public static System.Collections.ObjectModel.ReadOnlyCollection GetDirectories(string directory, Microsoft.VisualBasic.FileIO.SearchOption searchType, params string[] wildcards) => throw null; - public static System.IO.DirectoryInfo GetDirectoryInfo(string directory) => throw null; - public static System.IO.DriveInfo GetDriveInfo(string drive) => throw null; - public static System.IO.FileInfo GetFileInfo(string file) => throw null; - public static System.Collections.ObjectModel.ReadOnlyCollection GetFiles(string directory) => throw null; - public static System.Collections.ObjectModel.ReadOnlyCollection GetFiles(string directory, Microsoft.VisualBasic.FileIO.SearchOption searchType, params string[] wildcards) => throw null; - public static string GetName(string path) => throw null; - public static string GetParentPath(string path) => throw null; - public static string GetTempFileName() => throw null; - public static void MoveDirectory(string sourceDirectoryName, string destinationDirectoryName) => throw null; - public static void MoveDirectory(string sourceDirectoryName, string destinationDirectoryName, Microsoft.VisualBasic.FileIO.UIOption showUI) => throw null; - public static void MoveDirectory(string sourceDirectoryName, string destinationDirectoryName, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel) => throw null; - public static void MoveDirectory(string sourceDirectoryName, string destinationDirectoryName, bool overwrite) => throw null; - public static void MoveFile(string sourceFileName, string destinationFileName) => throw null; - public static void MoveFile(string sourceFileName, string destinationFileName, Microsoft.VisualBasic.FileIO.UIOption showUI) => throw null; - public static void MoveFile(string sourceFileName, string destinationFileName, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel) => throw null; - public static void MoveFile(string sourceFileName, string destinationFileName, bool overwrite) => throw null; - public static Microsoft.VisualBasic.FileIO.TextFieldParser OpenTextFieldParser(string file) => throw null; - public static Microsoft.VisualBasic.FileIO.TextFieldParser OpenTextFieldParser(string file, params int[] fieldWidths) => throw null; - public static Microsoft.VisualBasic.FileIO.TextFieldParser OpenTextFieldParser(string file, params string[] delimiters) => throw null; - public static System.IO.StreamReader OpenTextFileReader(string file) => throw null; - public static System.IO.StreamReader OpenTextFileReader(string file, System.Text.Encoding encoding) => throw null; - public static System.IO.StreamWriter OpenTextFileWriter(string file, bool append) => throw null; - public static System.IO.StreamWriter OpenTextFileWriter(string file, bool append, System.Text.Encoding encoding) => throw null; - public static byte[] ReadAllBytes(string file) => throw null; - public static string ReadAllText(string file) => throw null; - public static string ReadAllText(string file, System.Text.Encoding encoding) => throw null; - public static void RenameDirectory(string directory, string newName) => throw null; - public static void RenameFile(string file, string newName) => throw null; - public static void WriteAllBytes(string file, byte[] data, bool append) => throw null; - public static void WriteAllText(string file, string text, bool append) => throw null; - public static void WriteAllText(string file, string text, bool append, System.Text.Encoding encoding) => throw null; - } - public class MalformedLineException : System.Exception - { - public MalformedLineException() => throw null; - protected MalformedLineException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public MalformedLineException(string message) => throw null; - public MalformedLineException(string message, System.Exception innerException) => throw null; - public MalformedLineException(string message, long lineNumber) => throw null; - public MalformedLineException(string message, long lineNumber, System.Exception innerException) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public long LineNumber { get => throw null; set { } } - public override string ToString() => throw null; - } - public enum RecycleOption - { - DeletePermanently = 2, - SendToRecycleBin = 3, - } - public enum SearchOption - { - SearchTopLevelOnly = 2, - SearchAllSubDirectories = 3, - } - public class SpecialDirectories - { - public static string AllUsersApplicationData { get => throw null; } - public SpecialDirectories() => throw null; - public static string CurrentUserApplicationData { get => throw null; } - public static string Desktop { get => throw null; } - public static string MyDocuments { get => throw null; } - public static string MyMusic { get => throw null; } - public static string MyPictures { get => throw null; } - public static string ProgramFiles { get => throw null; } - public static string Programs { get => throw null; } - public static string Temp { get => throw null; } - } - public class TextFieldParser : System.IDisposable - { - public void Close() => throw null; - public string[] CommentTokens { get => throw null; set { } } - public TextFieldParser(System.IO.Stream stream) => throw null; - public TextFieldParser(System.IO.Stream stream, System.Text.Encoding defaultEncoding) => throw null; - public TextFieldParser(System.IO.Stream stream, System.Text.Encoding defaultEncoding, bool detectEncoding) => throw null; - public TextFieldParser(System.IO.Stream stream, System.Text.Encoding defaultEncoding, bool detectEncoding, bool leaveOpen) => throw null; - public TextFieldParser(System.IO.TextReader reader) => throw null; - public TextFieldParser(string path) => throw null; - public TextFieldParser(string path, System.Text.Encoding defaultEncoding) => throw null; - public TextFieldParser(string path, System.Text.Encoding defaultEncoding, bool detectEncoding) => throw null; - public string[] Delimiters { get => throw null; set { } } - protected virtual void Dispose(bool disposing) => throw null; - public void Dispose() => throw null; - public bool EndOfData { get => throw null; } - public string ErrorLine { get => throw null; } - public long ErrorLineNumber { get => throw null; } - public int[] FieldWidths { get => throw null; set { } } - public bool HasFieldsEnclosedInQuotes { get => throw null; set { } } - public long LineNumber { get => throw null; } - public string PeekChars(int numberOfChars) => throw null; - public string[] ReadFields() => throw null; - public string ReadLine() => throw null; - public string ReadToEnd() => throw null; - public void SetDelimiters(params string[] delimiters) => throw null; - public void SetFieldWidths(params int[] fieldWidths) => throw null; - public Microsoft.VisualBasic.FileIO.FieldType TextFieldType { get => throw null; set { } } - public bool TrimWhiteSpace { get => throw null; set { } } - } - public enum UICancelOption - { - DoNothing = 2, - ThrowException = 3, - } - public enum UIOption - { - OnlyErrorDialogs = 2, - AllDialogs = 3, - } - } - public sealed class FileSystem - { - public static void ChDir(string Path) => throw null; - public static void ChDrive(char Drive) => throw null; - public static void ChDrive(string Drive) => throw null; - public static string CurDir() => throw null; - public static string CurDir(char Drive) => throw null; - public static string Dir() => throw null; - public static string Dir(string PathName, Microsoft.VisualBasic.FileAttribute Attributes = default(Microsoft.VisualBasic.FileAttribute)) => throw null; - public static bool EOF(int FileNumber) => throw null; - public static Microsoft.VisualBasic.OpenMode FileAttr(int FileNumber) => throw null; - public static void FileClose(params int[] FileNumbers) => throw null; - public static void FileCopy(string Source, string Destination) => throw null; - public static System.DateTime FileDateTime(string PathName) => throw null; - public static void FileGet(int FileNumber, ref System.Array Value, long RecordNumber = default(long), bool ArrayIsDynamic = default(bool), bool StringIsFixedLength = default(bool)) => throw null; - public static void FileGet(int FileNumber, ref bool Value, long RecordNumber = default(long)) => throw null; - public static void FileGet(int FileNumber, ref byte Value, long RecordNumber = default(long)) => throw null; - public static void FileGet(int FileNumber, ref char Value, long RecordNumber = default(long)) => throw null; - public static void FileGet(int FileNumber, ref System.DateTime Value, long RecordNumber = default(long)) => throw null; - public static void FileGet(int FileNumber, ref decimal Value, long RecordNumber = default(long)) => throw null; - public static void FileGet(int FileNumber, ref double Value, long RecordNumber = default(long)) => throw null; - public static void FileGet(int FileNumber, ref short Value, long RecordNumber = default(long)) => throw null; - public static void FileGet(int FileNumber, ref int Value, long RecordNumber = default(long)) => throw null; - public static void FileGet(int FileNumber, ref long Value, long RecordNumber = default(long)) => throw null; - public static void FileGet(int FileNumber, ref float Value, long RecordNumber = default(long)) => throw null; - public static void FileGet(int FileNumber, ref string Value, long RecordNumber = default(long), bool StringIsFixedLength = default(bool)) => throw null; - public static void FileGet(int FileNumber, ref System.ValueType Value, long RecordNumber = default(long)) => throw null; - public static void FileGetObject(int FileNumber, ref object Value, long RecordNumber = default(long)) => throw null; - public static long FileLen(string PathName) => throw null; - public static void FileOpen(int FileNumber, string FileName, Microsoft.VisualBasic.OpenMode Mode, Microsoft.VisualBasic.OpenAccess Access = default(Microsoft.VisualBasic.OpenAccess), Microsoft.VisualBasic.OpenShare Share = default(Microsoft.VisualBasic.OpenShare), int RecordLength = default(int)) => throw null; - public static void FilePut(int FileNumber, System.Array Value, long RecordNumber = default(long), bool ArrayIsDynamic = default(bool), bool StringIsFixedLength = default(bool)) => throw null; - public static void FilePut(int FileNumber, bool Value, long RecordNumber = default(long)) => throw null; - public static void FilePut(int FileNumber, byte Value, long RecordNumber = default(long)) => throw null; - public static void FilePut(int FileNumber, char Value, long RecordNumber = default(long)) => throw null; - public static void FilePut(int FileNumber, System.DateTime Value, long RecordNumber = default(long)) => throw null; - public static void FilePut(int FileNumber, decimal Value, long RecordNumber = default(long)) => throw null; - public static void FilePut(int FileNumber, double Value, long RecordNumber = default(long)) => throw null; - public static void FilePut(int FileNumber, short Value, long RecordNumber = default(long)) => throw null; - public static void FilePut(int FileNumber, int Value, long RecordNumber = default(long)) => throw null; - public static void FilePut(int FileNumber, long Value, long RecordNumber = default(long)) => throw null; - public static void FilePut(int FileNumber, float Value, long RecordNumber = default(long)) => throw null; - public static void FilePut(int FileNumber, string Value, long RecordNumber = default(long), bool StringIsFixedLength = default(bool)) => throw null; - public static void FilePut(int FileNumber, System.ValueType Value, long RecordNumber = default(long)) => throw null; - public static void FilePut(object FileNumber, object Value, object RecordNumber) => throw null; - public static void FilePutObject(int FileNumber, object Value, long RecordNumber = default(long)) => throw null; - public static void FileWidth(int FileNumber, int RecordWidth) => throw null; - public static int FreeFile() => throw null; - public static Microsoft.VisualBasic.FileAttribute GetAttr(string PathName) => throw null; - public static void Input(int FileNumber, ref bool Value) => throw null; - public static void Input(int FileNumber, ref byte Value) => throw null; - public static void Input(int FileNumber, ref char Value) => throw null; - public static void Input(int FileNumber, ref System.DateTime Value) => throw null; - public static void Input(int FileNumber, ref decimal Value) => throw null; - public static void Input(int FileNumber, ref double Value) => throw null; - public static void Input(int FileNumber, ref short Value) => throw null; - public static void Input(int FileNumber, ref int Value) => throw null; - public static void Input(int FileNumber, ref long Value) => throw null; - public static void Input(int FileNumber, ref object Value) => throw null; - public static void Input(int FileNumber, ref float Value) => throw null; - public static void Input(int FileNumber, ref string Value) => throw null; - public static string InputString(int FileNumber, int CharCount) => throw null; - public static void Kill(string PathName) => throw null; - public static string LineInput(int FileNumber) => throw null; - public static long Loc(int FileNumber) => throw null; - public static void Lock(int FileNumber) => throw null; - public static void Lock(int FileNumber, long Record) => throw null; - public static void Lock(int FileNumber, long FromRecord, long ToRecord) => throw null; - public static long LOF(int FileNumber) => throw null; - public static void MkDir(string Path) => throw null; - public static void Print(int FileNumber, params object[] Output) => throw null; - public static void PrintLine(int FileNumber, params object[] Output) => throw null; - public static void Rename(string OldPath, string NewPath) => throw null; - public static void Reset() => throw null; - public static void RmDir(string Path) => throw null; - public static long Seek(int FileNumber) => throw null; - public static void Seek(int FileNumber, long Position) => throw null; - public static void SetAttr(string PathName, Microsoft.VisualBasic.FileAttribute Attributes) => throw null; - public static Microsoft.VisualBasic.SpcInfo SPC(short Count) => throw null; - public static Microsoft.VisualBasic.TabInfo TAB() => throw null; - public static Microsoft.VisualBasic.TabInfo TAB(short Column) => throw null; - public static void Unlock(int FileNumber) => throw null; - public static void Unlock(int FileNumber, long Record) => throw null; - public static void Unlock(int FileNumber, long FromRecord, long ToRecord) => throw null; - public static void Write(int FileNumber, params object[] Output) => throw null; - public static void WriteLine(int FileNumber, params object[] Output) => throw null; - } - public sealed class Financial - { - public static double DDB(double Cost, double Salvage, double Life, double Period, double Factor = default(double)) => throw null; - public static double FV(double Rate, double NPer, double Pmt, double PV = default(double), Microsoft.VisualBasic.DueDate Due = default(Microsoft.VisualBasic.DueDate)) => throw null; - public static double IPmt(double Rate, double Per, double NPer, double PV, double FV = default(double), Microsoft.VisualBasic.DueDate Due = default(Microsoft.VisualBasic.DueDate)) => throw null; - public static double IRR(ref double[] ValueArray, double Guess = default(double)) => throw null; - public static double MIRR(ref double[] ValueArray, double FinanceRate, double ReinvestRate) => throw null; - public static double NPer(double Rate, double Pmt, double PV, double FV = default(double), Microsoft.VisualBasic.DueDate Due = default(Microsoft.VisualBasic.DueDate)) => throw null; - public static double NPV(double Rate, ref double[] ValueArray) => throw null; - public static double Pmt(double Rate, double NPer, double PV, double FV = default(double), Microsoft.VisualBasic.DueDate Due = default(Microsoft.VisualBasic.DueDate)) => throw null; - public static double PPmt(double Rate, double Per, double NPer, double PV, double FV = default(double), Microsoft.VisualBasic.DueDate Due = default(Microsoft.VisualBasic.DueDate)) => throw null; - public static double PV(double Rate, double NPer, double Pmt, double FV = default(double), Microsoft.VisualBasic.DueDate Due = default(Microsoft.VisualBasic.DueDate)) => throw null; - public static double Rate(double NPer, double Pmt, double PV, double FV = default(double), Microsoft.VisualBasic.DueDate Due = default(Microsoft.VisualBasic.DueDate), double Guess = default(double)) => throw null; - public static double SLN(double Cost, double Salvage, double Life) => throw null; - public static double SYD(double Cost, double Salvage, double Life, double Period) => throw null; - } - public enum FirstDayOfWeek - { - System = 0, - Sunday = 1, - Monday = 2, - Tuesday = 3, - Wednesday = 4, - Thursday = 5, - Friday = 6, - Saturday = 7, - } - public enum FirstWeekOfYear - { - System = 0, - Jan1 = 1, - FirstFourDays = 2, - FirstFullWeek = 3, - } - [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = false)] - public sealed class HideModuleNameAttribute : System.Attribute - { - public HideModuleNameAttribute() => throw null; - } - public sealed class Information - { - public static int Erl() => throw null; - public static Microsoft.VisualBasic.ErrObject Err() => throw null; - public static bool IsArray(object VarName) => throw null; - public static bool IsDate(object Expression) => throw null; - public static bool IsDBNull(object Expression) => throw null; - public static bool IsError(object Expression) => throw null; - public static bool IsNothing(object Expression) => throw null; - public static bool IsNumeric(object Expression) => throw null; - public static bool IsReference(object Expression) => throw null; - public static int LBound(System.Array Array, int Rank = default(int)) => throw null; - public static int QBColor(int Color) => throw null; - public static int RGB(int Red, int Green, int Blue) => throw null; - public static string SystemTypeName(string VbName) => throw null; - public static string TypeName(object VarName) => throw null; - public static int UBound(System.Array Array, int Rank = default(int)) => throw null; - public static Microsoft.VisualBasic.VariantType VarType(object VarName) => throw null; - public static string VbTypeName(string UrtName) => throw null; - } - public sealed class Interaction - { - public static void AppActivate(int ProcessId) => throw null; - public static void AppActivate(string Title) => throw null; - public static void Beep() => throw null; - public static object CallByName(object ObjectRef, string ProcName, Microsoft.VisualBasic.CallType UseCallType, params object[] Args) => throw null; - public static object Choose(double Index, params object[] Choice) => throw null; - public static string Command() => throw null; - public static object CreateObject(string ProgId, string ServerName = default(string)) => throw null; - public static void DeleteSetting(string AppName, string Section = default(string), string Key = default(string)) => throw null; - public static string Environ(string Expression) => throw null; - public static string Environ(int Expression) => throw null; - public static string[,] GetAllSettings(string AppName, string Section) => throw null; - public static object GetObject(string PathName = default(string), string Class = default(string)) => throw null; - public static string GetSetting(string AppName, string Section, string Key, string Default = default(string)) => throw null; - public static object IIf(bool Expression, object TruePart, object FalsePart) => throw null; - public static string InputBox(string Prompt, string Title = default(string), string DefaultResponse = default(string), int XPos = default(int), int YPos = default(int)) => throw null; - public static Microsoft.VisualBasic.MsgBoxResult MsgBox(object Prompt, Microsoft.VisualBasic.MsgBoxStyle Buttons = default(Microsoft.VisualBasic.MsgBoxStyle), object Title = default(object)) => throw null; - public static string Partition(long Number, long Start, long Stop, long Interval) => throw null; - public static void SaveSetting(string AppName, string Section, string Key, string Setting) => throw null; - public static int Shell(string PathName, Microsoft.VisualBasic.AppWinStyle Style = default(Microsoft.VisualBasic.AppWinStyle), bool Wait = default(bool), int Timeout = default(int)) => throw null; - public static object Switch(params object[] VarExpr) => throw null; - } - public enum MsgBoxResult - { - Ok = 1, - Cancel = 2, - Abort = 3, - Retry = 4, - Ignore = 5, - Yes = 6, - No = 7, - } - [System.Flags] - public enum MsgBoxStyle - { - ApplicationModal = 0, - DefaultButton1 = 0, - OkOnly = 0, - OkCancel = 1, - AbortRetryIgnore = 2, - YesNoCancel = 3, - YesNo = 4, - RetryCancel = 5, - Critical = 16, - Question = 32, - Exclamation = 48, - Information = 64, - DefaultButton2 = 256, - DefaultButton3 = 512, - SystemModal = 4096, - MsgBoxHelp = 16384, - MsgBoxSetForeground = 65536, - MsgBoxRight = 524288, - MsgBoxRtlReading = 1048576, - } - [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = false)] - public sealed class MyGroupCollectionAttribute : System.Attribute - { - public string CreateMethod { get => throw null; } - public MyGroupCollectionAttribute(string typeToCollect, string createInstanceMethodName, string disposeInstanceMethodName, string defaultInstanceAlias) => throw null; - public string DefaultInstanceAlias { get => throw null; } - public string DisposeMethod { get => throw null; } - public string MyGroupName { get => throw null; } - } - public enum OpenAccess - { - Default = -1, - Read = 1, - Write = 2, - ReadWrite = 3, - } - public enum OpenMode - { - Input = 1, - Output = 2, - Random = 4, - Append = 8, - Binary = 32, - } - public enum OpenShare - { - Default = -1, - LockReadWrite = 0, - LockWrite = 1, - LockRead = 2, - Shared = 3, - } - public struct SpcInfo - { - public short Count; - } - public sealed class Strings - { - public static int Asc(char String) => throw null; - public static int Asc(string String) => throw null; - public static int AscW(char String) => throw null; - public static int AscW(string String) => throw null; - public static char Chr(int CharCode) => throw null; - public static char ChrW(int CharCode) => throw null; - public static string[] Filter(object[] Source, string Match, bool Include = default(bool), Microsoft.VisualBasic.CompareMethod Compare = default(Microsoft.VisualBasic.CompareMethod)) => throw null; - public static string[] Filter(string[] Source, string Match, bool Include = default(bool), Microsoft.VisualBasic.CompareMethod Compare = default(Microsoft.VisualBasic.CompareMethod)) => throw null; - public static string Format(object Expression, string Style = default(string)) => throw null; - public static string FormatCurrency(object Expression, int NumDigitsAfterDecimal = default(int), Microsoft.VisualBasic.TriState IncludeLeadingDigit = default(Microsoft.VisualBasic.TriState), Microsoft.VisualBasic.TriState UseParensForNegativeNumbers = default(Microsoft.VisualBasic.TriState), Microsoft.VisualBasic.TriState GroupDigits = default(Microsoft.VisualBasic.TriState)) => throw null; - public static string FormatDateTime(System.DateTime Expression, Microsoft.VisualBasic.DateFormat NamedFormat = default(Microsoft.VisualBasic.DateFormat)) => throw null; - public static string FormatNumber(object Expression, int NumDigitsAfterDecimal = default(int), Microsoft.VisualBasic.TriState IncludeLeadingDigit = default(Microsoft.VisualBasic.TriState), Microsoft.VisualBasic.TriState UseParensForNegativeNumbers = default(Microsoft.VisualBasic.TriState), Microsoft.VisualBasic.TriState GroupDigits = default(Microsoft.VisualBasic.TriState)) => throw null; - public static string FormatPercent(object Expression, int NumDigitsAfterDecimal = default(int), Microsoft.VisualBasic.TriState IncludeLeadingDigit = default(Microsoft.VisualBasic.TriState), Microsoft.VisualBasic.TriState UseParensForNegativeNumbers = default(Microsoft.VisualBasic.TriState), Microsoft.VisualBasic.TriState GroupDigits = default(Microsoft.VisualBasic.TriState)) => throw null; - public static char GetChar(string str, int Index) => throw null; - public static int InStr(int Start, string String1, string String2, Microsoft.VisualBasic.CompareMethod Compare = default(Microsoft.VisualBasic.CompareMethod)) => throw null; - public static int InStr(string String1, string String2, Microsoft.VisualBasic.CompareMethod Compare = default(Microsoft.VisualBasic.CompareMethod)) => throw null; - public static int InStrRev(string StringCheck, string StringMatch, int Start = default(int), Microsoft.VisualBasic.CompareMethod Compare = default(Microsoft.VisualBasic.CompareMethod)) => throw null; - public static string Join(object[] SourceArray, string Delimiter = default(string)) => throw null; - public static string Join(string[] SourceArray, string Delimiter = default(string)) => throw null; - public static char LCase(char Value) => throw null; - public static string LCase(string Value) => throw null; - public static string Left(string str, int Length) => throw null; - public static int Len(bool Expression) => throw null; - public static int Len(byte Expression) => throw null; - public static int Len(char Expression) => throw null; - public static int Len(System.DateTime Expression) => throw null; - public static int Len(decimal Expression) => throw null; - public static int Len(double Expression) => throw null; - public static int Len(short Expression) => throw null; - public static int Len(int Expression) => throw null; - public static int Len(long Expression) => throw null; - public static int Len(object Expression) => throw null; - public static int Len(sbyte Expression) => throw null; - public static int Len(float Expression) => throw null; - public static int Len(string Expression) => throw null; - public static int Len(ushort Expression) => throw null; - public static int Len(uint Expression) => throw null; - public static int Len(ulong Expression) => throw null; - public static string LSet(string Source, int Length) => throw null; - public static string LTrim(string str) => throw null; - public static string Mid(string str, int Start) => throw null; - public static string Mid(string str, int Start, int Length) => throw null; - public static string Replace(string Expression, string Find, string Replacement, int Start = default(int), int Count = default(int), Microsoft.VisualBasic.CompareMethod Compare = default(Microsoft.VisualBasic.CompareMethod)) => throw null; - public static string Right(string str, int Length) => throw null; - public static string RSet(string Source, int Length) => throw null; - public static string RTrim(string str) => throw null; - public static string Space(int Number) => throw null; - public static string[] Split(string Expression, string Delimiter = default(string), int Limit = default(int), Microsoft.VisualBasic.CompareMethod Compare = default(Microsoft.VisualBasic.CompareMethod)) => throw null; - public static int StrComp(string String1, string String2, Microsoft.VisualBasic.CompareMethod Compare = default(Microsoft.VisualBasic.CompareMethod)) => throw null; - public static string StrConv(string str, Microsoft.VisualBasic.VbStrConv Conversion, int LocaleID = default(int)) => throw null; - public static string StrDup(int Number, char Character) => throw null; - public static object StrDup(int Number, object Character) => throw null; - public static string StrDup(int Number, string Character) => throw null; - public static string StrReverse(string Expression) => throw null; - public static string Trim(string str) => throw null; - public static char UCase(char Value) => throw null; - public static string UCase(string Value) => throw null; - } - public struct TabInfo - { - public short Column; - } - public enum TriState - { - UseDefault = -2, - True = -1, - False = 0, - } - public enum VariantType - { - Empty = 0, - Null = 1, - Short = 2, - Integer = 3, - Single = 4, - Double = 5, - Currency = 6, - Date = 7, - String = 8, - Object = 9, - Error = 10, - Boolean = 11, - Variant = 12, - DataObject = 13, - Decimal = 14, - Byte = 17, - Char = 18, - Long = 20, - UserDefinedType = 36, - Array = 8192, - } - [System.AttributeUsage((System.AttributeTargets)256, Inherited = false, AllowMultiple = false)] - public sealed class VBFixedArrayAttribute : System.Attribute - { - public int[] Bounds { get => throw null; } - public VBFixedArrayAttribute(int UpperBound1) => throw null; - public VBFixedArrayAttribute(int UpperBound1, int UpperBound2) => throw null; - public int Length { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)256, Inherited = false, AllowMultiple = false)] - public sealed class VBFixedStringAttribute : System.Attribute - { - public VBFixedStringAttribute(int Length) => throw null; - public int Length { get => throw null; } - } - public sealed class VBMath - { - public static void Randomize() => throw null; - public static void Randomize(double Number) => throw null; - public static float Rnd() => throw null; - public static float Rnd(float Number) => throw null; - } - [System.Flags] - public enum VbStrConv - { - None = 0, - Uppercase = 1, - Lowercase = 2, - ProperCase = 3, - Wide = 4, - Narrow = 8, - Katakana = 16, - Hiragana = 32, - SimplifiedChinese = 256, - TraditionalChinese = 512, - LinguisticCasing = 1024, - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.Win32.Primitives.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.Win32.Primitives.cs deleted file mode 100644 index b972667b..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.Win32.Primitives.cs +++ /dev/null @@ -1,20 +0,0 @@ -// This file contains auto-generated code. -// Generated from `Microsoft.Win32.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace ComponentModel - { - public class Win32Exception : System.Runtime.InteropServices.ExternalException - { - public Win32Exception() => throw null; - public Win32Exception(int error) => throw null; - public Win32Exception(int error, string message) => throw null; - protected Win32Exception(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public Win32Exception(string message) => throw null; - public Win32Exception(string message, System.Exception innerException) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public int NativeErrorCode { get => throw null; } - public override string ToString() => throw null; - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.Win32.Registry.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.Win32.Registry.cs deleted file mode 100644 index 0e77ccc8..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.Win32.Registry.cs +++ /dev/null @@ -1,180 +0,0 @@ -// This file contains auto-generated code. -// Generated from `Microsoft.Win32.Registry, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace Microsoft -{ - namespace Win32 - { - public static class Registry - { - public static readonly Microsoft.Win32.RegistryKey ClassesRoot; - public static readonly Microsoft.Win32.RegistryKey CurrentConfig; - public static readonly Microsoft.Win32.RegistryKey CurrentUser; - public static object GetValue(string keyName, string valueName, object defaultValue) => throw null; - public static readonly Microsoft.Win32.RegistryKey LocalMachine; - public static readonly Microsoft.Win32.RegistryKey PerformanceData; - public static void SetValue(string keyName, string valueName, object value) => throw null; - public static void SetValue(string keyName, string valueName, object value, Microsoft.Win32.RegistryValueKind valueKind) => throw null; - public static readonly Microsoft.Win32.RegistryKey Users; - } - public enum RegistryHive - { - ClassesRoot = -2147483648, - CurrentUser = -2147483647, - LocalMachine = -2147483646, - Users = -2147483645, - PerformanceData = -2147483644, - CurrentConfig = -2147483643, - } - public sealed class RegistryKey : System.MarshalByRefObject, System.IDisposable - { - public void Close() => throw null; - public Microsoft.Win32.RegistryKey CreateSubKey(string subkey) => throw null; - public Microsoft.Win32.RegistryKey CreateSubKey(string subkey, Microsoft.Win32.RegistryKeyPermissionCheck permissionCheck) => throw null; - public Microsoft.Win32.RegistryKey CreateSubKey(string subkey, Microsoft.Win32.RegistryKeyPermissionCheck permissionCheck, Microsoft.Win32.RegistryOptions registryOptions) => throw null; - public Microsoft.Win32.RegistryKey CreateSubKey(string subkey, Microsoft.Win32.RegistryKeyPermissionCheck permissionCheck, Microsoft.Win32.RegistryOptions registryOptions, System.Security.AccessControl.RegistrySecurity registrySecurity) => throw null; - public Microsoft.Win32.RegistryKey CreateSubKey(string subkey, Microsoft.Win32.RegistryKeyPermissionCheck permissionCheck, System.Security.AccessControl.RegistrySecurity registrySecurity) => throw null; - public Microsoft.Win32.RegistryKey CreateSubKey(string subkey, bool writable) => throw null; - public Microsoft.Win32.RegistryKey CreateSubKey(string subkey, bool writable, Microsoft.Win32.RegistryOptions options) => throw null; - public void DeleteSubKey(string subkey) => throw null; - public void DeleteSubKey(string subkey, bool throwOnMissingSubKey) => throw null; - public void DeleteSubKeyTree(string subkey) => throw null; - public void DeleteSubKeyTree(string subkey, bool throwOnMissingSubKey) => throw null; - public void DeleteValue(string name) => throw null; - public void DeleteValue(string name, bool throwOnMissingValue) => throw null; - public void Dispose() => throw null; - public void Flush() => throw null; - public static Microsoft.Win32.RegistryKey FromHandle(Microsoft.Win32.SafeHandles.SafeRegistryHandle handle) => throw null; - public static Microsoft.Win32.RegistryKey FromHandle(Microsoft.Win32.SafeHandles.SafeRegistryHandle handle, Microsoft.Win32.RegistryView view) => throw null; - public System.Security.AccessControl.RegistrySecurity GetAccessControl() => throw null; - public System.Security.AccessControl.RegistrySecurity GetAccessControl(System.Security.AccessControl.AccessControlSections includeSections) => throw null; - public string[] GetSubKeyNames() => throw null; - public object GetValue(string name) => throw null; - public object GetValue(string name, object defaultValue) => throw null; - public object GetValue(string name, object defaultValue, Microsoft.Win32.RegistryValueOptions options) => throw null; - public Microsoft.Win32.RegistryValueKind GetValueKind(string name) => throw null; - public string[] GetValueNames() => throw null; - public Microsoft.Win32.SafeHandles.SafeRegistryHandle Handle { get => throw null; } - public string Name { get => throw null; } - public static Microsoft.Win32.RegistryKey OpenBaseKey(Microsoft.Win32.RegistryHive hKey, Microsoft.Win32.RegistryView view) => throw null; - public static Microsoft.Win32.RegistryKey OpenRemoteBaseKey(Microsoft.Win32.RegistryHive hKey, string machineName) => throw null; - public static Microsoft.Win32.RegistryKey OpenRemoteBaseKey(Microsoft.Win32.RegistryHive hKey, string machineName, Microsoft.Win32.RegistryView view) => throw null; - public Microsoft.Win32.RegistryKey OpenSubKey(string name) => throw null; - public Microsoft.Win32.RegistryKey OpenSubKey(string name, Microsoft.Win32.RegistryKeyPermissionCheck permissionCheck) => throw null; - public Microsoft.Win32.RegistryKey OpenSubKey(string name, Microsoft.Win32.RegistryKeyPermissionCheck permissionCheck, System.Security.AccessControl.RegistryRights rights) => throw null; - public Microsoft.Win32.RegistryKey OpenSubKey(string name, bool writable) => throw null; - public Microsoft.Win32.RegistryKey OpenSubKey(string name, System.Security.AccessControl.RegistryRights rights) => throw null; - public void SetAccessControl(System.Security.AccessControl.RegistrySecurity registrySecurity) => throw null; - public void SetValue(string name, object value) => throw null; - public void SetValue(string name, object value, Microsoft.Win32.RegistryValueKind valueKind) => throw null; - public int SubKeyCount { get => throw null; } - public override string ToString() => throw null; - public int ValueCount { get => throw null; } - public Microsoft.Win32.RegistryView View { get => throw null; } - } - public enum RegistryKeyPermissionCheck - { - Default = 0, - ReadSubTree = 1, - ReadWriteSubTree = 2, - } - [System.Flags] - public enum RegistryOptions - { - None = 0, - Volatile = 1, - } - public enum RegistryValueKind - { - None = -1, - Unknown = 0, - String = 1, - ExpandString = 2, - Binary = 3, - DWord = 4, - MultiString = 7, - QWord = 11, - } - [System.Flags] - public enum RegistryValueOptions - { - None = 0, - DoNotExpandEnvironmentNames = 1, - } - public enum RegistryView - { - Default = 0, - Registry64 = 256, - Registry32 = 512, - } - namespace SafeHandles - { - public sealed class SafeRegistryHandle : Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid - { - public SafeRegistryHandle() : base(default(bool)) => throw null; - public SafeRegistryHandle(nint preexistingHandle, bool ownsHandle) : base(default(bool)) => throw null; - protected override bool ReleaseHandle() => throw null; - } - } - } -} -namespace System -{ - namespace Security - { - namespace AccessControl - { - public sealed class RegistryAccessRule : System.Security.AccessControl.AccessRule - { - public RegistryAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.RegistryRights registryRights, System.Security.AccessControl.AccessControlType type) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) => throw null; - public RegistryAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.RegistryRights registryRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) => throw null; - public RegistryAccessRule(string identity, System.Security.AccessControl.RegistryRights registryRights, System.Security.AccessControl.AccessControlType type) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) => throw null; - public RegistryAccessRule(string identity, System.Security.AccessControl.RegistryRights registryRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) => throw null; - public System.Security.AccessControl.RegistryRights RegistryRights { get => throw null; } - } - public sealed class RegistryAuditRule : System.Security.AccessControl.AuditRule - { - public RegistryAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.RegistryRights registryRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) => throw null; - public RegistryAuditRule(string identity, System.Security.AccessControl.RegistryRights registryRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) => throw null; - public System.Security.AccessControl.RegistryRights RegistryRights { get => throw null; } - } - [System.Flags] - public enum RegistryRights - { - QueryValues = 1, - SetValue = 2, - CreateSubKey = 4, - EnumerateSubKeys = 8, - Notify = 16, - CreateLink = 32, - Delete = 65536, - ReadPermissions = 131072, - WriteKey = 131078, - ExecuteKey = 131097, - ReadKey = 131097, - ChangePermissions = 262144, - TakeOwnership = 524288, - FullControl = 983103, - } - public sealed class RegistrySecurity : System.Security.AccessControl.NativeObjectSecurity - { - public override System.Type AccessRightType { get => throw null; } - public override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) => throw null; - public override System.Type AccessRuleType { get => throw null; } - public void AddAccessRule(System.Security.AccessControl.RegistryAccessRule rule) => throw null; - public void AddAuditRule(System.Security.AccessControl.RegistryAuditRule rule) => throw null; - public override System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) => throw null; - public override System.Type AuditRuleType { get => throw null; } - public RegistrySecurity() : base(default(bool), default(System.Security.AccessControl.ResourceType)) => throw null; - public bool RemoveAccessRule(System.Security.AccessControl.RegistryAccessRule rule) => throw null; - public void RemoveAccessRuleAll(System.Security.AccessControl.RegistryAccessRule rule) => throw null; - public void RemoveAccessRuleSpecific(System.Security.AccessControl.RegistryAccessRule rule) => throw null; - public bool RemoveAuditRule(System.Security.AccessControl.RegistryAuditRule rule) => throw null; - public void RemoveAuditRuleAll(System.Security.AccessControl.RegistryAuditRule rule) => throw null; - public void RemoveAuditRuleSpecific(System.Security.AccessControl.RegistryAuditRule rule) => throw null; - public void ResetAccessRule(System.Security.AccessControl.RegistryAccessRule rule) => throw null; - public void SetAccessRule(System.Security.AccessControl.RegistryAccessRule rule) => throw null; - public void SetAuditRule(System.Security.AccessControl.RegistryAuditRule rule) => throw null; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Concurrent.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Concurrent.cs deleted file mode 100644 index 0d040f05..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Concurrent.cs +++ /dev/null @@ -1,216 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Collections.Concurrent, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Collections - { - namespace Concurrent - { - public class BlockingCollection : System.Collections.ICollection, System.IDisposable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - public void Add(T item) => throw null; - public void Add(T item, System.Threading.CancellationToken cancellationToken) => throw null; - public static int AddToAny(System.Collections.Concurrent.BlockingCollection[] collections, T item) => throw null; - public static int AddToAny(System.Collections.Concurrent.BlockingCollection[] collections, T item, System.Threading.CancellationToken cancellationToken) => throw null; - public int BoundedCapacity { get => throw null; } - public void CompleteAdding() => throw null; - public void CopyTo(T[] array, int index) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public BlockingCollection() => throw null; - public BlockingCollection(System.Collections.Concurrent.IProducerConsumerCollection collection) => throw null; - public BlockingCollection(System.Collections.Concurrent.IProducerConsumerCollection collection, int boundedCapacity) => throw null; - public BlockingCollection(int boundedCapacity) => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public System.Collections.Generic.IEnumerable GetConsumingEnumerable() => throw null; - public System.Collections.Generic.IEnumerable GetConsumingEnumerable(System.Threading.CancellationToken cancellationToken) => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public bool IsAddingCompleted { get => throw null; } - public bool IsCompleted { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.ICollection.SyncRoot { get => throw null; } - public T Take() => throw null; - public T Take(System.Threading.CancellationToken cancellationToken) => throw null; - public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection[] collections, out T item) => throw null; - public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection[] collections, out T item, System.Threading.CancellationToken cancellationToken) => throw null; - public T[] ToArray() => throw null; - public bool TryAdd(T item) => throw null; - public bool TryAdd(T item, int millisecondsTimeout) => throw null; - public bool TryAdd(T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) => throw null; - public bool TryAdd(T item, System.TimeSpan timeout) => throw null; - public static int TryAddToAny(System.Collections.Concurrent.BlockingCollection[] collections, T item) => throw null; - public static int TryAddToAny(System.Collections.Concurrent.BlockingCollection[] collections, T item, int millisecondsTimeout) => throw null; - public static int TryAddToAny(System.Collections.Concurrent.BlockingCollection[] collections, T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) => throw null; - public static int TryAddToAny(System.Collections.Concurrent.BlockingCollection[] collections, T item, System.TimeSpan timeout) => throw null; - public bool TryTake(out T item) => throw null; - public bool TryTake(out T item, int millisecondsTimeout) => throw null; - public bool TryTake(out T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) => throw null; - public bool TryTake(out T item, System.TimeSpan timeout) => throw null; - public static int TryTakeFromAny(System.Collections.Concurrent.BlockingCollection[] collections, out T item) => throw null; - public static int TryTakeFromAny(System.Collections.Concurrent.BlockingCollection[] collections, out T item, int millisecondsTimeout) => throw null; - public static int TryTakeFromAny(System.Collections.Concurrent.BlockingCollection[] collections, out T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) => throw null; - public static int TryTakeFromAny(System.Collections.Concurrent.BlockingCollection[] collections, out T item, System.TimeSpan timeout) => throw null; - } - public class ConcurrentBag : System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Concurrent.IProducerConsumerCollection, System.Collections.Generic.IReadOnlyCollection - { - public void Add(T item) => throw null; - public void Clear() => throw null; - public void CopyTo(T[] array, int index) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public ConcurrentBag() => throw null; - public ConcurrentBag(System.Collections.Generic.IEnumerable collection) => throw null; - public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public bool IsEmpty { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.ICollection.SyncRoot { get => throw null; } - public T[] ToArray() => throw null; - bool System.Collections.Concurrent.IProducerConsumerCollection.TryAdd(T item) => throw null; - public bool TryPeek(out T result) => throw null; - public bool TryTake(out T result) => throw null; - } - public class ConcurrentDictionary : System.Collections.Generic.ICollection>, System.Collections.ICollection, System.Collections.Generic.IDictionary, System.Collections.IDictionary, System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection>, System.Collections.Generic.IReadOnlyDictionary - { - void System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair keyValuePair) => throw null; - void System.Collections.Generic.IDictionary.Add(TKey key, TValue value) => throw null; - void System.Collections.IDictionary.Add(object key, object value) => throw null; - public TValue AddOrUpdate(TKey key, System.Func addValueFactory, System.Func updateValueFactory) => throw null; - public TValue AddOrUpdate(TKey key, TValue addValue, System.Func updateValueFactory) => throw null; - public TValue AddOrUpdate(TKey key, System.Func addValueFactory, System.Func updateValueFactory, TArg factoryArgument) => throw null; - public void Clear() => throw null; - public System.Collections.Generic.IEqualityComparer Comparer { get => throw null; } - bool System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair keyValuePair) => throw null; - bool System.Collections.IDictionary.Contains(object key) => throw null; - public bool ContainsKey(TKey key) => throw null; - void System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair[] array, int index) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public ConcurrentDictionary() => throw null; - public ConcurrentDictionary(System.Collections.Generic.IEnumerable> collection) => throw null; - public ConcurrentDictionary(System.Collections.Generic.IEnumerable> collection, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public ConcurrentDictionary(System.Collections.Generic.IEqualityComparer comparer) => throw null; - public ConcurrentDictionary(int concurrencyLevel, System.Collections.Generic.IEnumerable> collection, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public ConcurrentDictionary(int concurrencyLevel, int capacity) => throw null; - public ConcurrentDictionary(int concurrencyLevel, int capacity, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public System.Collections.Generic.IEnumerator> GetEnumerator() => throw null; - System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public TValue GetOrAdd(TKey key, System.Func valueFactory) => throw null; - public TValue GetOrAdd(TKey key, TValue value) => throw null; - public TValue GetOrAdd(TKey key, System.Func valueFactory, TArg factoryArgument) => throw null; - public bool IsEmpty { get => throw null; } - bool System.Collections.IDictionary.IsFixedSize { get => throw null; } - bool System.Collections.Generic.ICollection>.IsReadOnly { get => throw null; } - bool System.Collections.IDictionary.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.IDictionary.this[object key] { get => throw null; set { } } - public System.Collections.Generic.ICollection Keys { get => throw null; } - System.Collections.Generic.IEnumerable System.Collections.Generic.IReadOnlyDictionary.Keys { get => throw null; } - System.Collections.ICollection System.Collections.IDictionary.Keys { get => throw null; } - bool System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair keyValuePair) => throw null; - bool System.Collections.Generic.IDictionary.Remove(TKey key) => throw null; - void System.Collections.IDictionary.Remove(object key) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public TValue this[TKey key] { get => throw null; set { } } - public System.Collections.Generic.KeyValuePair[] ToArray() => throw null; - public bool TryAdd(TKey key, TValue value) => throw null; - public bool TryGetValue(TKey key, out TValue value) => throw null; - public bool TryRemove(System.Collections.Generic.KeyValuePair item) => throw null; - public bool TryRemove(TKey key, out TValue value) => throw null; - public bool TryUpdate(TKey key, TValue newValue, TValue comparisonValue) => throw null; - System.Collections.Generic.IEnumerable System.Collections.Generic.IReadOnlyDictionary.Values { get => throw null; } - System.Collections.ICollection System.Collections.IDictionary.Values { get => throw null; } - public System.Collections.Generic.ICollection Values { get => throw null; } - } - public class ConcurrentQueue : System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Concurrent.IProducerConsumerCollection, System.Collections.Generic.IReadOnlyCollection - { - public void Clear() => throw null; - public void CopyTo(T[] array, int index) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public ConcurrentQueue() => throw null; - public ConcurrentQueue(System.Collections.Generic.IEnumerable collection) => throw null; - public void Enqueue(T item) => throw null; - public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public bool IsEmpty { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.ICollection.SyncRoot { get => throw null; } - public T[] ToArray() => throw null; - bool System.Collections.Concurrent.IProducerConsumerCollection.TryAdd(T item) => throw null; - public bool TryDequeue(out T result) => throw null; - public bool TryPeek(out T result) => throw null; - bool System.Collections.Concurrent.IProducerConsumerCollection.TryTake(out T item) => throw null; - } - public class ConcurrentStack : System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Concurrent.IProducerConsumerCollection, System.Collections.Generic.IReadOnlyCollection - { - public void Clear() => throw null; - public void CopyTo(T[] array, int index) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public ConcurrentStack() => throw null; - public ConcurrentStack(System.Collections.Generic.IEnumerable collection) => throw null; - public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public bool IsEmpty { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - public void Push(T item) => throw null; - public void PushRange(T[] items) => throw null; - public void PushRange(T[] items, int startIndex, int count) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public T[] ToArray() => throw null; - bool System.Collections.Concurrent.IProducerConsumerCollection.TryAdd(T item) => throw null; - public bool TryPeek(out T result) => throw null; - public bool TryPop(out T result) => throw null; - public int TryPopRange(T[] items) => throw null; - public int TryPopRange(T[] items, int startIndex, int count) => throw null; - bool System.Collections.Concurrent.IProducerConsumerCollection.TryTake(out T item) => throw null; - } - [System.Flags] - public enum EnumerablePartitionerOptions - { - None = 0, - NoBuffering = 1, - } - public interface IProducerConsumerCollection : System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - void CopyTo(T[] array, int index); - T[] ToArray(); - bool TryAdd(T item); - bool TryTake(out T item); - } - public abstract class OrderablePartitioner : System.Collections.Concurrent.Partitioner - { - protected OrderablePartitioner(bool keysOrderedInEachPartition, bool keysOrderedAcrossPartitions, bool keysNormalized) => throw null; - public override System.Collections.Generic.IEnumerable GetDynamicPartitions() => throw null; - public virtual System.Collections.Generic.IEnumerable> GetOrderableDynamicPartitions() => throw null; - public abstract System.Collections.Generic.IList>> GetOrderablePartitions(int partitionCount); - public override System.Collections.Generic.IList> GetPartitions(int partitionCount) => throw null; - public bool KeysNormalized { get => throw null; } - public bool KeysOrderedAcrossPartitions { get => throw null; } - public bool KeysOrderedInEachPartition { get => throw null; } - } - public static class Partitioner - { - public static System.Collections.Concurrent.OrderablePartitioner> Create(int fromInclusive, int toExclusive) => throw null; - public static System.Collections.Concurrent.OrderablePartitioner> Create(int fromInclusive, int toExclusive, int rangeSize) => throw null; - public static System.Collections.Concurrent.OrderablePartitioner> Create(long fromInclusive, long toExclusive) => throw null; - public static System.Collections.Concurrent.OrderablePartitioner> Create(long fromInclusive, long toExclusive, long rangeSize) => throw null; - public static System.Collections.Concurrent.OrderablePartitioner Create(System.Collections.Generic.IEnumerable source) => throw null; - public static System.Collections.Concurrent.OrderablePartitioner Create(System.Collections.Generic.IEnumerable source, System.Collections.Concurrent.EnumerablePartitionerOptions partitionerOptions) => throw null; - public static System.Collections.Concurrent.OrderablePartitioner Create(System.Collections.Generic.IList list, bool loadBalance) => throw null; - public static System.Collections.Concurrent.OrderablePartitioner Create(TSource[] array, bool loadBalance) => throw null; - } - public abstract class Partitioner - { - protected Partitioner() => throw null; - public virtual System.Collections.Generic.IEnumerable GetDynamicPartitions() => throw null; - public abstract System.Collections.Generic.IList> GetPartitions(int partitionCount); - public virtual bool SupportsDynamicPartitions { get => throw null; } - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Immutable.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Immutable.cs deleted file mode 100644 index e4e4cf22..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Immutable.cs +++ /dev/null @@ -1,1208 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Collections.Immutable, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Collections - { - namespace Frozen - { - public static class FrozenDictionary - { - public static System.Collections.Frozen.FrozenDictionary ToFrozenDictionary(this System.Collections.Generic.IEnumerable> source, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; - public static System.Collections.Frozen.FrozenDictionary ToFrozenDictionary(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; - public static System.Collections.Frozen.FrozenDictionary ToFrozenDictionary(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Func elementSelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; - } - public abstract class FrozenDictionary : System.Collections.Generic.ICollection>, System.Collections.ICollection, System.Collections.Generic.IDictionary, System.Collections.IDictionary, System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection>, System.Collections.Generic.IReadOnlyDictionary - { - void System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair item) => throw null; - void System.Collections.Generic.IDictionary.Add(TKey key, TValue value) => throw null; - void System.Collections.IDictionary.Add(object key, object value) => throw null; - void System.Collections.Generic.ICollection>.Clear() => throw null; - void System.Collections.IDictionary.Clear() => throw null; - public System.Collections.Generic.IEqualityComparer Comparer { get => throw null; } - bool System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair item) => throw null; - bool System.Collections.IDictionary.Contains(object key) => throw null; - public bool ContainsKey(TKey key) => throw null; - public void CopyTo(System.Collections.Generic.KeyValuePair[] destination, int destinationIndex) => throw null; - public void CopyTo(System.Span> destination) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public static System.Collections.Frozen.FrozenDictionary Empty { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator>, System.Collections.IEnumerator - { - public System.Collections.Generic.KeyValuePair Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Collections.Frozen.FrozenDictionary.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator> System.Collections.Generic.IEnumerable>.GetEnumerator() => throw null; - System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public TValue GetValueRefOrNullRef(TKey key) => throw null; - bool System.Collections.IDictionary.IsFixedSize { get => throw null; } - bool System.Collections.Generic.ICollection>.IsReadOnly { get => throw null; } - bool System.Collections.IDictionary.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - TValue System.Collections.Generic.IDictionary.this[TKey key] { get => throw null; set { } } - TValue System.Collections.Generic.IReadOnlyDictionary.this[TKey key] { get => throw null; } - object System.Collections.IDictionary.this[object key] { get => throw null; set { } } - public System.Collections.Immutable.ImmutableArray Keys { get => throw null; } - System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Keys { get => throw null; } - System.Collections.Generic.IEnumerable System.Collections.Generic.IReadOnlyDictionary.Keys { get => throw null; } - System.Collections.ICollection System.Collections.IDictionary.Keys { get => throw null; } - bool System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair item) => throw null; - bool System.Collections.Generic.IDictionary.Remove(TKey key) => throw null; - void System.Collections.IDictionary.Remove(object key) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public TValue this[TKey key] { get => throw null; } - public bool TryGetValue(TKey key, out TValue value) => throw null; - System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Values { get => throw null; } - System.Collections.Generic.IEnumerable System.Collections.Generic.IReadOnlyDictionary.Values { get => throw null; } - System.Collections.ICollection System.Collections.IDictionary.Values { get => throw null; } - public System.Collections.Immutable.ImmutableArray Values { get => throw null; } - } - public static class FrozenSet - { - public static System.Collections.Frozen.FrozenSet ToFrozenSet(this System.Collections.Generic.IEnumerable source, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; - } - public abstract class FrozenSet : System.Collections.Generic.ICollection, System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlySet, System.Collections.Generic.ISet - { - void System.Collections.Generic.ICollection.Add(T item) => throw null; - bool System.Collections.Generic.ISet.Add(T item) => throw null; - void System.Collections.Generic.ICollection.Clear() => throw null; - public System.Collections.Generic.IEqualityComparer Comparer { get => throw null; } - public bool Contains(T item) => throw null; - public void CopyTo(System.Span destination) => throw null; - public void CopyTo(T[] destination, int destinationIndex) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public static System.Collections.Frozen.FrozenSet Empty { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public T Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - void System.Collections.Generic.ISet.ExceptWith(System.Collections.Generic.IEnumerable other) => throw null; - public System.Collections.Frozen.FrozenSet.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - void System.Collections.Generic.ISet.IntersectWith(System.Collections.Generic.IEnumerable other) => throw null; - public bool IsProperSubsetOf(System.Collections.Generic.IEnumerable other) => throw null; - public bool IsProperSupersetOf(System.Collections.Generic.IEnumerable other) => throw null; - bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } - public bool IsSubsetOf(System.Collections.Generic.IEnumerable other) => throw null; - public bool IsSupersetOf(System.Collections.Generic.IEnumerable other) => throw null; - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - public System.Collections.Immutable.ImmutableArray Items { get => throw null; } - public bool Overlaps(System.Collections.Generic.IEnumerable other) => throw null; - bool System.Collections.Generic.ICollection.Remove(T item) => throw null; - public bool SetEquals(System.Collections.Generic.IEnumerable other) => throw null; - void System.Collections.Generic.ISet.SymmetricExceptWith(System.Collections.Generic.IEnumerable other) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public bool TryGetValue(T equalValue, out T actualValue) => throw null; - void System.Collections.Generic.ISet.UnionWith(System.Collections.Generic.IEnumerable other) => throw null; - } - } - namespace Immutable - { - public interface IImmutableDictionary : System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection>, System.Collections.Generic.IReadOnlyDictionary - { - System.Collections.Immutable.IImmutableDictionary Add(TKey key, TValue value); - System.Collections.Immutable.IImmutableDictionary AddRange(System.Collections.Generic.IEnumerable> pairs); - System.Collections.Immutable.IImmutableDictionary Clear(); - bool Contains(System.Collections.Generic.KeyValuePair pair); - System.Collections.Immutable.IImmutableDictionary Remove(TKey key); - System.Collections.Immutable.IImmutableDictionary RemoveRange(System.Collections.Generic.IEnumerable keys); - System.Collections.Immutable.IImmutableDictionary SetItem(TKey key, TValue value); - System.Collections.Immutable.IImmutableDictionary SetItems(System.Collections.Generic.IEnumerable> items); - bool TryGetKey(TKey equalKey, out TKey actualKey); - } - public interface IImmutableList : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyList - { - System.Collections.Immutable.IImmutableList Add(T value); - System.Collections.Immutable.IImmutableList AddRange(System.Collections.Generic.IEnumerable items); - System.Collections.Immutable.IImmutableList Clear(); - int IndexOf(T item, int index, int count, System.Collections.Generic.IEqualityComparer equalityComparer); - System.Collections.Immutable.IImmutableList Insert(int index, T element); - System.Collections.Immutable.IImmutableList InsertRange(int index, System.Collections.Generic.IEnumerable items); - int LastIndexOf(T item, int index, int count, System.Collections.Generic.IEqualityComparer equalityComparer); - System.Collections.Immutable.IImmutableList Remove(T value, System.Collections.Generic.IEqualityComparer equalityComparer); - System.Collections.Immutable.IImmutableList RemoveAll(System.Predicate match); - System.Collections.Immutable.IImmutableList RemoveAt(int index); - System.Collections.Immutable.IImmutableList RemoveRange(System.Collections.Generic.IEnumerable items, System.Collections.Generic.IEqualityComparer equalityComparer); - System.Collections.Immutable.IImmutableList RemoveRange(int index, int count); - System.Collections.Immutable.IImmutableList Replace(T oldValue, T newValue, System.Collections.Generic.IEqualityComparer equalityComparer); - System.Collections.Immutable.IImmutableList SetItem(int index, T value); - } - public interface IImmutableQueue : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - System.Collections.Immutable.IImmutableQueue Clear(); - System.Collections.Immutable.IImmutableQueue Dequeue(); - System.Collections.Immutable.IImmutableQueue Enqueue(T value); - bool IsEmpty { get; } - T Peek(); - } - public interface IImmutableSet : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - System.Collections.Immutable.IImmutableSet Add(T value); - System.Collections.Immutable.IImmutableSet Clear(); - bool Contains(T value); - System.Collections.Immutable.IImmutableSet Except(System.Collections.Generic.IEnumerable other); - System.Collections.Immutable.IImmutableSet Intersect(System.Collections.Generic.IEnumerable other); - bool IsProperSubsetOf(System.Collections.Generic.IEnumerable other); - bool IsProperSupersetOf(System.Collections.Generic.IEnumerable other); - bool IsSubsetOf(System.Collections.Generic.IEnumerable other); - bool IsSupersetOf(System.Collections.Generic.IEnumerable other); - bool Overlaps(System.Collections.Generic.IEnumerable other); - System.Collections.Immutable.IImmutableSet Remove(T value); - bool SetEquals(System.Collections.Generic.IEnumerable other); - System.Collections.Immutable.IImmutableSet SymmetricExcept(System.Collections.Generic.IEnumerable other); - bool TryGetValue(T equalValue, out T actualValue); - System.Collections.Immutable.IImmutableSet Union(System.Collections.Generic.IEnumerable other); - } - public interface IImmutableStack : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - System.Collections.Immutable.IImmutableStack Clear(); - bool IsEmpty { get; } - T Peek(); - System.Collections.Immutable.IImmutableStack Pop(); - System.Collections.Immutable.IImmutableStack Push(T value); - } - public static class ImmutableArray - { - public static int BinarySearch(this System.Collections.Immutable.ImmutableArray array, int index, int length, T value) => throw null; - public static int BinarySearch(this System.Collections.Immutable.ImmutableArray array, int index, int length, T value, System.Collections.Generic.IComparer comparer) => throw null; - public static int BinarySearch(this System.Collections.Immutable.ImmutableArray array, T value) => throw null; - public static int BinarySearch(this System.Collections.Immutable.ImmutableArray array, T value, System.Collections.Generic.IComparer comparer) => throw null; - public static System.Collections.Immutable.ImmutableArray Create() => throw null; - public static System.Collections.Immutable.ImmutableArray Create(System.Collections.Immutable.ImmutableArray items, int start, int length) => throw null; - public static System.Collections.Immutable.ImmutableArray Create(T item) => throw null; - public static System.Collections.Immutable.ImmutableArray Create(T item1, T item2) => throw null; - public static System.Collections.Immutable.ImmutableArray Create(T item1, T item2, T item3) => throw null; - public static System.Collections.Immutable.ImmutableArray Create(T item1, T item2, T item3, T item4) => throw null; - public static System.Collections.Immutable.ImmutableArray Create(params T[] items) => throw null; - public static System.Collections.Immutable.ImmutableArray Create(T[] items, int start, int length) => throw null; - public static System.Collections.Immutable.ImmutableArray Create(System.ReadOnlySpan items) => throw null; - public static System.Collections.Immutable.ImmutableArray Create(System.Span items) => throw null; - public static System.Collections.Immutable.ImmutableArray.Builder CreateBuilder() => throw null; - public static System.Collections.Immutable.ImmutableArray.Builder CreateBuilder(int initialCapacity) => throw null; - public static System.Collections.Immutable.ImmutableArray CreateRange(System.Collections.Generic.IEnumerable items) => throw null; - public static System.Collections.Immutable.ImmutableArray CreateRange(System.Collections.Immutable.ImmutableArray items, System.Func selector) => throw null; - public static System.Collections.Immutable.ImmutableArray CreateRange(System.Collections.Immutable.ImmutableArray items, int start, int length, System.Func selector) => throw null; - public static System.Collections.Immutable.ImmutableArray CreateRange(System.Collections.Immutable.ImmutableArray items, System.Func selector, TArg arg) => throw null; - public static System.Collections.Immutable.ImmutableArray CreateRange(System.Collections.Immutable.ImmutableArray items, int start, int length, System.Func selector, TArg arg) => throw null; - public static System.Collections.Immutable.ImmutableArray ToImmutableArray(this System.Collections.Generic.IEnumerable items) => throw null; - public static System.Collections.Immutable.ImmutableArray ToImmutableArray(this System.Collections.Immutable.ImmutableArray.Builder builder) => throw null; - public static System.Collections.Immutable.ImmutableArray ToImmutableArray(this System.ReadOnlySpan items) => throw null; - public static System.Collections.Immutable.ImmutableArray ToImmutableArray(this System.Span items) => throw null; - } - public struct ImmutableArray : System.Collections.Generic.ICollection, System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.IEquatable>, System.Collections.Immutable.IImmutableList, System.Collections.Generic.IList, System.Collections.IList, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyList, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable - { - public System.Collections.Immutable.ImmutableArray Add(T item) => throw null; - void System.Collections.Generic.ICollection.Add(T item) => throw null; - int System.Collections.IList.Add(object value) => throw null; - System.Collections.Immutable.IImmutableList System.Collections.Immutable.IImmutableList.Add(T value) => throw null; - public System.Collections.Immutable.ImmutableArray AddRange(System.Collections.Generic.IEnumerable items) => throw null; - public System.Collections.Immutable.ImmutableArray AddRange(System.Collections.Immutable.ImmutableArray items) => throw null; - public System.Collections.Immutable.ImmutableArray AddRange(T[] items, int length) => throw null; - public System.Collections.Immutable.ImmutableArray AddRange(TDerived[] items) where TDerived : T => throw null; - public System.Collections.Immutable.ImmutableArray AddRange(System.Collections.Immutable.ImmutableArray items, int length) => throw null; - public System.Collections.Immutable.ImmutableArray AddRange(System.Collections.Immutable.ImmutableArray items) where TDerived : T => throw null; - public System.Collections.Immutable.ImmutableArray AddRange(System.ReadOnlySpan items) => throw null; - public System.Collections.Immutable.ImmutableArray AddRange(params T[] items) => throw null; - System.Collections.Immutable.IImmutableList System.Collections.Immutable.IImmutableList.AddRange(System.Collections.Generic.IEnumerable items) => throw null; - public System.Collections.Immutable.ImmutableArray As() where TOther : class => throw null; - public System.ReadOnlyMemory AsMemory() => throw null; - public System.ReadOnlySpan AsSpan() => throw null; - public System.ReadOnlySpan AsSpan(int start, int length) => throw null; - public System.ReadOnlySpan AsSpan(System.Range range) => throw null; - public sealed class Builder : System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IList, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyList - { - public void Add(T item) => throw null; - public void AddRange(System.Collections.Generic.IEnumerable items) => throw null; - public void AddRange(System.Collections.Immutable.ImmutableArray items) => throw null; - public void AddRange(System.Collections.Immutable.ImmutableArray items, int length) => throw null; - public void AddRange(System.Collections.Immutable.ImmutableArray.Builder items) => throw null; - public void AddRange(params T[] items) => throw null; - public void AddRange(T[] items, int length) => throw null; - public void AddRange(System.Collections.Immutable.ImmutableArray items) where TDerived : T => throw null; - public void AddRange(System.Collections.Immutable.ImmutableArray.Builder items) where TDerived : T => throw null; - public void AddRange(TDerived[] items) where TDerived : T => throw null; - public void AddRange(System.ReadOnlySpan items) => throw null; - public void AddRange(System.ReadOnlySpan items) where TDerived : T => throw null; - public int Capacity { get => throw null; set { } } - public void Clear() => throw null; - public bool Contains(T item) => throw null; - public void CopyTo(T[] array, int index) => throw null; - public void CopyTo(T[] destination) => throw null; - public void CopyTo(int sourceIndex, T[] destination, int destinationIndex, int length) => throw null; - public void CopyTo(System.Span destination) => throw null; - public int Count { get => throw null; set { } } - public System.Collections.Immutable.ImmutableArray DrainToImmutable() => throw null; - public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public int IndexOf(T item) => throw null; - public int IndexOf(T item, int startIndex) => throw null; - public int IndexOf(T item, int startIndex, int count) => throw null; - public int IndexOf(T item, int startIndex, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - public int IndexOf(T item, int startIndex, int count, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - public void Insert(int index, T item) => throw null; - public void InsertRange(int index, System.Collections.Generic.IEnumerable items) => throw null; - public void InsertRange(int index, System.Collections.Immutable.ImmutableArray items) => throw null; - bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } - public T ItemRef(int index) => throw null; - public int LastIndexOf(T item) => throw null; - public int LastIndexOf(T item, int startIndex) => throw null; - public int LastIndexOf(T item, int startIndex, int count) => throw null; - public int LastIndexOf(T item, int startIndex, int count, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - public System.Collections.Immutable.ImmutableArray MoveToImmutable() => throw null; - public bool Remove(T element) => throw null; - public bool Remove(T element, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - public void RemoveAll(System.Predicate match) => throw null; - public void RemoveAt(int index) => throw null; - public void RemoveRange(int index, int length) => throw null; - public void RemoveRange(System.Collections.Generic.IEnumerable items) => throw null; - public void RemoveRange(System.Collections.Generic.IEnumerable items, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - public void Replace(T oldValue, T newValue) => throw null; - public void Replace(T oldValue, T newValue, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - public void Reverse() => throw null; - public void Sort() => throw null; - public void Sort(System.Collections.Generic.IComparer comparer) => throw null; - public void Sort(System.Comparison comparison) => throw null; - public void Sort(int index, int count, System.Collections.Generic.IComparer comparer) => throw null; - public T this[int index] { get => throw null; set { } } - public T[] ToArray() => throw null; - public System.Collections.Immutable.ImmutableArray ToImmutable() => throw null; - } - public System.Collections.Immutable.ImmutableArray CastArray() where TOther : class => throw null; - public static System.Collections.Immutable.ImmutableArray CastUp(System.Collections.Immutable.ImmutableArray items) where TDerived : class, T => throw null; - public System.Collections.Immutable.ImmutableArray Clear() => throw null; - void System.Collections.Generic.ICollection.Clear() => throw null; - void System.Collections.IList.Clear() => throw null; - System.Collections.Immutable.IImmutableList System.Collections.Immutable.IImmutableList.Clear() => throw null; - int System.Collections.IStructuralComparable.CompareTo(object other, System.Collections.IComparer comparer) => throw null; - public bool Contains(T item) => throw null; - public bool Contains(T item, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - bool System.Collections.IList.Contains(object value) => throw null; - public void CopyTo(int sourceIndex, T[] destination, int destinationIndex, int length) => throw null; - public void CopyTo(T[] destination) => throw null; - public void CopyTo(T[] destination, int destinationIndex) => throw null; - public void CopyTo(System.Span destination) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - int System.Collections.Generic.ICollection.Count { get => throw null; } - int System.Collections.Generic.IReadOnlyCollection.Count { get => throw null; } - int System.Collections.ICollection.Count { get => throw null; } - public static readonly System.Collections.Immutable.ImmutableArray Empty; - public struct Enumerator - { - public T Current { get => throw null; } - public bool MoveNext() => throw null; - } - public bool Equals(System.Collections.Immutable.ImmutableArray other) => throw null; - public override bool Equals(object obj) => throw null; - bool System.Collections.IStructuralEquatable.Equals(object other, System.Collections.IEqualityComparer comparer) => throw null; - public System.Collections.Immutable.ImmutableArray.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public override int GetHashCode() => throw null; - int System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer comparer) => throw null; - public int IndexOf(T item) => throw null; - public int IndexOf(T item, int startIndex) => throw null; - public int IndexOf(T item, int startIndex, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - public int IndexOf(T item, int startIndex, int count) => throw null; - public int IndexOf(T item, int startIndex, int count, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - int System.Collections.IList.IndexOf(object value) => throw null; - public System.Collections.Immutable.ImmutableArray Insert(int index, T item) => throw null; - void System.Collections.Generic.IList.Insert(int index, T item) => throw null; - void System.Collections.IList.Insert(int index, object value) => throw null; - System.Collections.Immutable.IImmutableList System.Collections.Immutable.IImmutableList.Insert(int index, T element) => throw null; - public System.Collections.Immutable.ImmutableArray InsertRange(int index, System.Collections.Generic.IEnumerable items) => throw null; - public System.Collections.Immutable.ImmutableArray InsertRange(int index, System.Collections.Immutable.ImmutableArray items) => throw null; - public System.Collections.Immutable.ImmutableArray InsertRange(int index, T[] items) => throw null; - public System.Collections.Immutable.ImmutableArray InsertRange(int index, System.ReadOnlySpan items) => throw null; - System.Collections.Immutable.IImmutableList System.Collections.Immutable.IImmutableList.InsertRange(int index, System.Collections.Generic.IEnumerable items) => throw null; - public bool IsDefault { get => throw null; } - public bool IsDefaultOrEmpty { get => throw null; } - public bool IsEmpty { get => throw null; } - bool System.Collections.IList.IsFixedSize { get => throw null; } - bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } - bool System.Collections.IList.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - T System.Collections.Generic.IList.this[int index] { get => throw null; set { } } - T System.Collections.Generic.IReadOnlyList.this[int index] { get => throw null; } - object System.Collections.IList.this[int index] { get => throw null; set { } } - public T ItemRef(int index) => throw null; - public int LastIndexOf(T item) => throw null; - public int LastIndexOf(T item, int startIndex) => throw null; - public int LastIndexOf(T item, int startIndex, int count) => throw null; - public int LastIndexOf(T item, int startIndex, int count, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - public int Length { get => throw null; } - public System.Collections.Generic.IEnumerable OfType() => throw null; - public static bool operator ==(System.Collections.Immutable.ImmutableArray left, System.Collections.Immutable.ImmutableArray right) => throw null; - public static bool operator ==(System.Collections.Immutable.ImmutableArray? left, System.Collections.Immutable.ImmutableArray? right) => throw null; - public static bool operator !=(System.Collections.Immutable.ImmutableArray left, System.Collections.Immutable.ImmutableArray right) => throw null; - public static bool operator !=(System.Collections.Immutable.ImmutableArray? left, System.Collections.Immutable.ImmutableArray? right) => throw null; - public System.Collections.Immutable.ImmutableArray Remove(T item) => throw null; - public System.Collections.Immutable.ImmutableArray Remove(T item, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - bool System.Collections.Generic.ICollection.Remove(T item) => throw null; - void System.Collections.IList.Remove(object value) => throw null; - System.Collections.Immutable.IImmutableList System.Collections.Immutable.IImmutableList.Remove(T value, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - public System.Collections.Immutable.ImmutableArray RemoveAll(System.Predicate match) => throw null; - System.Collections.Immutable.IImmutableList System.Collections.Immutable.IImmutableList.RemoveAll(System.Predicate match) => throw null; - public System.Collections.Immutable.ImmutableArray RemoveAt(int index) => throw null; - void System.Collections.Generic.IList.RemoveAt(int index) => throw null; - void System.Collections.IList.RemoveAt(int index) => throw null; - System.Collections.Immutable.IImmutableList System.Collections.Immutable.IImmutableList.RemoveAt(int index) => throw null; - public System.Collections.Immutable.ImmutableArray RemoveRange(System.Collections.Generic.IEnumerable items) => throw null; - public System.Collections.Immutable.ImmutableArray RemoveRange(System.Collections.Generic.IEnumerable items, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - public System.Collections.Immutable.ImmutableArray RemoveRange(System.Collections.Immutable.ImmutableArray items) => throw null; - public System.Collections.Immutable.ImmutableArray RemoveRange(System.Collections.Immutable.ImmutableArray items, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - public System.Collections.Immutable.ImmutableArray RemoveRange(int index, int length) => throw null; - public System.Collections.Immutable.ImmutableArray RemoveRange(System.ReadOnlySpan items, System.Collections.Generic.IEqualityComparer equalityComparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; - public System.Collections.Immutable.ImmutableArray RemoveRange(T[] items, System.Collections.Generic.IEqualityComparer equalityComparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; - System.Collections.Immutable.IImmutableList System.Collections.Immutable.IImmutableList.RemoveRange(System.Collections.Generic.IEnumerable items, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - System.Collections.Immutable.IImmutableList System.Collections.Immutable.IImmutableList.RemoveRange(int index, int count) => throw null; - public System.Collections.Immutable.ImmutableArray Replace(T oldValue, T newValue) => throw null; - public System.Collections.Immutable.ImmutableArray Replace(T oldValue, T newValue, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - System.Collections.Immutable.IImmutableList System.Collections.Immutable.IImmutableList.Replace(T oldValue, T newValue, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - public System.Collections.Immutable.ImmutableArray SetItem(int index, T item) => throw null; - System.Collections.Immutable.IImmutableList System.Collections.Immutable.IImmutableList.SetItem(int index, T value) => throw null; - public System.Collections.Immutable.ImmutableArray Slice(int start, int length) => throw null; - public System.Collections.Immutable.ImmutableArray Sort() => throw null; - public System.Collections.Immutable.ImmutableArray Sort(System.Collections.Generic.IComparer comparer) => throw null; - public System.Collections.Immutable.ImmutableArray Sort(System.Comparison comparison) => throw null; - public System.Collections.Immutable.ImmutableArray Sort(int index, int count, System.Collections.Generic.IComparer comparer) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public T this[int index] { get => throw null; } - public System.Collections.Immutable.ImmutableArray.Builder ToBuilder() => throw null; - } - public static class ImmutableDictionary - { - public static bool Contains(this System.Collections.Immutable.IImmutableDictionary map, TKey key, TValue value) => throw null; - public static System.Collections.Immutable.ImmutableDictionary Create() => throw null; - public static System.Collections.Immutable.ImmutableDictionary Create(System.Collections.Generic.IEqualityComparer keyComparer) => throw null; - public static System.Collections.Immutable.ImmutableDictionary Create(System.Collections.Generic.IEqualityComparer keyComparer, System.Collections.Generic.IEqualityComparer valueComparer) => throw null; - public static System.Collections.Immutable.ImmutableDictionary.Builder CreateBuilder() => throw null; - public static System.Collections.Immutable.ImmutableDictionary.Builder CreateBuilder(System.Collections.Generic.IEqualityComparer keyComparer) => throw null; - public static System.Collections.Immutable.ImmutableDictionary.Builder CreateBuilder(System.Collections.Generic.IEqualityComparer keyComparer, System.Collections.Generic.IEqualityComparer valueComparer) => throw null; - public static System.Collections.Immutable.ImmutableDictionary CreateRange(System.Collections.Generic.IEnumerable> items) => throw null; - public static System.Collections.Immutable.ImmutableDictionary CreateRange(System.Collections.Generic.IEqualityComparer keyComparer, System.Collections.Generic.IEnumerable> items) => throw null; - public static System.Collections.Immutable.ImmutableDictionary CreateRange(System.Collections.Generic.IEqualityComparer keyComparer, System.Collections.Generic.IEqualityComparer valueComparer, System.Collections.Generic.IEnumerable> items) => throw null; - public static TValue GetValueOrDefault(this System.Collections.Immutable.IImmutableDictionary dictionary, TKey key) => throw null; - public static TValue GetValueOrDefault(this System.Collections.Immutable.IImmutableDictionary dictionary, TKey key, TValue defaultValue) => throw null; - public static System.Collections.Immutable.ImmutableDictionary ToImmutableDictionary(this System.Collections.Generic.IEnumerable> source) => throw null; - public static System.Collections.Immutable.ImmutableDictionary ToImmutableDictionary(this System.Collections.Generic.IEnumerable> source, System.Collections.Generic.IEqualityComparer keyComparer) => throw null; - public static System.Collections.Immutable.ImmutableDictionary ToImmutableDictionary(this System.Collections.Generic.IEnumerable> source, System.Collections.Generic.IEqualityComparer keyComparer, System.Collections.Generic.IEqualityComparer valueComparer) => throw null; - public static System.Collections.Immutable.ImmutableDictionary ToImmutableDictionary(this System.Collections.Generic.IEnumerable source, System.Func keySelector) => throw null; - public static System.Collections.Immutable.ImmutableDictionary ToImmutableDictionary(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Collections.Generic.IEqualityComparer keyComparer) => throw null; - public static System.Collections.Immutable.ImmutableDictionary ToImmutableDictionary(this System.Collections.Immutable.ImmutableDictionary.Builder builder) => throw null; - public static System.Collections.Immutable.ImmutableDictionary ToImmutableDictionary(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Func elementSelector) => throw null; - public static System.Collections.Immutable.ImmutableDictionary ToImmutableDictionary(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Func elementSelector, System.Collections.Generic.IEqualityComparer keyComparer) => throw null; - public static System.Collections.Immutable.ImmutableDictionary ToImmutableDictionary(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Func elementSelector, System.Collections.Generic.IEqualityComparer keyComparer, System.Collections.Generic.IEqualityComparer valueComparer) => throw null; - } - public sealed class ImmutableDictionary : System.Collections.Generic.ICollection>, System.Collections.ICollection, System.Collections.Generic.IDictionary, System.Collections.IDictionary, System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable, System.Collections.Immutable.IImmutableDictionary, System.Collections.Generic.IReadOnlyCollection>, System.Collections.Generic.IReadOnlyDictionary - { - public System.Collections.Immutable.ImmutableDictionary Add(TKey key, TValue value) => throw null; - void System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair item) => throw null; - void System.Collections.Generic.IDictionary.Add(TKey key, TValue value) => throw null; - void System.Collections.IDictionary.Add(object key, object value) => throw null; - System.Collections.Immutable.IImmutableDictionary System.Collections.Immutable.IImmutableDictionary.Add(TKey key, TValue value) => throw null; - public System.Collections.Immutable.ImmutableDictionary AddRange(System.Collections.Generic.IEnumerable> pairs) => throw null; - System.Collections.Immutable.IImmutableDictionary System.Collections.Immutable.IImmutableDictionary.AddRange(System.Collections.Generic.IEnumerable> pairs) => throw null; - public sealed class Builder : System.Collections.Generic.ICollection>, System.Collections.ICollection, System.Collections.Generic.IDictionary, System.Collections.IDictionary, System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection>, System.Collections.Generic.IReadOnlyDictionary - { - public void Add(System.Collections.Generic.KeyValuePair item) => throw null; - public void Add(TKey key, TValue value) => throw null; - void System.Collections.IDictionary.Add(object key, object value) => throw null; - public void AddRange(System.Collections.Generic.IEnumerable> items) => throw null; - public void Clear() => throw null; - public bool Contains(System.Collections.Generic.KeyValuePair item) => throw null; - bool System.Collections.IDictionary.Contains(object key) => throw null; - public bool ContainsKey(TKey key) => throw null; - public bool ContainsValue(TValue value) => throw null; - void System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair[] array, int arrayIndex) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) => throw null; - public int Count { get => throw null; } - public System.Collections.Immutable.ImmutableDictionary.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator> System.Collections.Generic.IEnumerable>.GetEnumerator() => throw null; - System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public TValue GetValueOrDefault(TKey key) => throw null; - public TValue GetValueOrDefault(TKey key, TValue defaultValue) => throw null; - bool System.Collections.IDictionary.IsFixedSize { get => throw null; } - bool System.Collections.Generic.ICollection>.IsReadOnly { get => throw null; } - bool System.Collections.IDictionary.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.IDictionary.this[object key] { get => throw null; set { } } - public System.Collections.Generic.IEqualityComparer KeyComparer { get => throw null; set { } } - public System.Collections.Generic.IEnumerable Keys { get => throw null; } - System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Keys { get => throw null; } - System.Collections.ICollection System.Collections.IDictionary.Keys { get => throw null; } - public bool Remove(System.Collections.Generic.KeyValuePair item) => throw null; - public bool Remove(TKey key) => throw null; - void System.Collections.IDictionary.Remove(object key) => throw null; - public void RemoveRange(System.Collections.Generic.IEnumerable keys) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public TValue this[TKey key] { get => throw null; set { } } - public System.Collections.Immutable.ImmutableDictionary ToImmutable() => throw null; - public bool TryGetKey(TKey equalKey, out TKey actualKey) => throw null; - public bool TryGetValue(TKey key, out TValue value) => throw null; - public System.Collections.Generic.IEqualityComparer ValueComparer { get => throw null; set { } } - System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Values { get => throw null; } - System.Collections.ICollection System.Collections.IDictionary.Values { get => throw null; } - public System.Collections.Generic.IEnumerable Values { get => throw null; } - } - public System.Collections.Immutable.ImmutableDictionary Clear() => throw null; - void System.Collections.Generic.ICollection>.Clear() => throw null; - void System.Collections.IDictionary.Clear() => throw null; - System.Collections.Immutable.IImmutableDictionary System.Collections.Immutable.IImmutableDictionary.Clear() => throw null; - public bool Contains(System.Collections.Generic.KeyValuePair pair) => throw null; - bool System.Collections.IDictionary.Contains(object key) => throw null; - public bool ContainsKey(TKey key) => throw null; - public bool ContainsValue(TValue value) => throw null; - void System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair[] array, int arrayIndex) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) => throw null; - public int Count { get => throw null; } - public static readonly System.Collections.Immutable.ImmutableDictionary Empty; - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator>, System.Collections.IEnumerator - { - public System.Collections.Generic.KeyValuePair Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public void Dispose() => throw null; - public bool MoveNext() => throw null; - public void Reset() => throw null; - } - public System.Collections.Immutable.ImmutableDictionary.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator> System.Collections.Generic.IEnumerable>.GetEnumerator() => throw null; - System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public bool IsEmpty { get => throw null; } - bool System.Collections.IDictionary.IsFixedSize { get => throw null; } - bool System.Collections.Generic.ICollection>.IsReadOnly { get => throw null; } - bool System.Collections.IDictionary.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - TValue System.Collections.Generic.IDictionary.this[TKey key] { get => throw null; set { } } - object System.Collections.IDictionary.this[object key] { get => throw null; set { } } - public System.Collections.Generic.IEqualityComparer KeyComparer { get => throw null; } - public System.Collections.Generic.IEnumerable Keys { get => throw null; } - System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Keys { get => throw null; } - System.Collections.ICollection System.Collections.IDictionary.Keys { get => throw null; } - public System.Collections.Immutable.ImmutableDictionary Remove(TKey key) => throw null; - bool System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair item) => throw null; - bool System.Collections.Generic.IDictionary.Remove(TKey key) => throw null; - void System.Collections.IDictionary.Remove(object key) => throw null; - System.Collections.Immutable.IImmutableDictionary System.Collections.Immutable.IImmutableDictionary.Remove(TKey key) => throw null; - public System.Collections.Immutable.ImmutableDictionary RemoveRange(System.Collections.Generic.IEnumerable keys) => throw null; - System.Collections.Immutable.IImmutableDictionary System.Collections.Immutable.IImmutableDictionary.RemoveRange(System.Collections.Generic.IEnumerable keys) => throw null; - public System.Collections.Immutable.ImmutableDictionary SetItem(TKey key, TValue value) => throw null; - System.Collections.Immutable.IImmutableDictionary System.Collections.Immutable.IImmutableDictionary.SetItem(TKey key, TValue value) => throw null; - public System.Collections.Immutable.ImmutableDictionary SetItems(System.Collections.Generic.IEnumerable> items) => throw null; - System.Collections.Immutable.IImmutableDictionary System.Collections.Immutable.IImmutableDictionary.SetItems(System.Collections.Generic.IEnumerable> items) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public TValue this[TKey key] { get => throw null; } - public System.Collections.Immutable.ImmutableDictionary.Builder ToBuilder() => throw null; - public bool TryGetKey(TKey equalKey, out TKey actualKey) => throw null; - public bool TryGetValue(TKey key, out TValue value) => throw null; - public System.Collections.Generic.IEqualityComparer ValueComparer { get => throw null; } - System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Values { get => throw null; } - System.Collections.ICollection System.Collections.IDictionary.Values { get => throw null; } - public System.Collections.Generic.IEnumerable Values { get => throw null; } - public System.Collections.Immutable.ImmutableDictionary WithComparers(System.Collections.Generic.IEqualityComparer keyComparer) => throw null; - public System.Collections.Immutable.ImmutableDictionary WithComparers(System.Collections.Generic.IEqualityComparer keyComparer, System.Collections.Generic.IEqualityComparer valueComparer) => throw null; - } - public static class ImmutableHashSet - { - public static System.Collections.Immutable.ImmutableHashSet Create() => throw null; - public static System.Collections.Immutable.ImmutableHashSet Create(System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - public static System.Collections.Immutable.ImmutableHashSet Create(System.Collections.Generic.IEqualityComparer equalityComparer, T item) => throw null; - public static System.Collections.Immutable.ImmutableHashSet Create(System.Collections.Generic.IEqualityComparer equalityComparer, params T[] items) => throw null; - public static System.Collections.Immutable.ImmutableHashSet Create(System.Collections.Generic.IEqualityComparer equalityComparer, System.ReadOnlySpan items) => throw null; - public static System.Collections.Immutable.ImmutableHashSet Create(T item) => throw null; - public static System.Collections.Immutable.ImmutableHashSet Create(params T[] items) => throw null; - public static System.Collections.Immutable.ImmutableHashSet Create(System.ReadOnlySpan items) => throw null; - public static System.Collections.Immutable.ImmutableHashSet.Builder CreateBuilder() => throw null; - public static System.Collections.Immutable.ImmutableHashSet.Builder CreateBuilder(System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - public static System.Collections.Immutable.ImmutableHashSet CreateRange(System.Collections.Generic.IEnumerable items) => throw null; - public static System.Collections.Immutable.ImmutableHashSet CreateRange(System.Collections.Generic.IEqualityComparer equalityComparer, System.Collections.Generic.IEnumerable items) => throw null; - public static System.Collections.Immutable.ImmutableHashSet ToImmutableHashSet(this System.Collections.Generic.IEnumerable source) => throw null; - public static System.Collections.Immutable.ImmutableHashSet ToImmutableHashSet(this System.Collections.Generic.IEnumerable source, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - public static System.Collections.Immutable.ImmutableHashSet ToImmutableHashSet(this System.Collections.Immutable.ImmutableHashSet.Builder builder) => throw null; - } - public sealed class ImmutableHashSet : System.Collections.Generic.ICollection, System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Immutable.IImmutableSet, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlySet, System.Collections.Generic.ISet - { - public System.Collections.Immutable.ImmutableHashSet Add(T item) => throw null; - void System.Collections.Generic.ICollection.Add(T item) => throw null; - bool System.Collections.Generic.ISet.Add(T item) => throw null; - System.Collections.Immutable.IImmutableSet System.Collections.Immutable.IImmutableSet.Add(T item) => throw null; - public sealed class Builder : System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.ISet - { - public bool Add(T item) => throw null; - void System.Collections.Generic.ICollection.Add(T item) => throw null; - public void Clear() => throw null; - public bool Contains(T item) => throw null; - void System.Collections.Generic.ICollection.CopyTo(T[] array, int arrayIndex) => throw null; - public int Count { get => throw null; } - public void ExceptWith(System.Collections.Generic.IEnumerable other) => throw null; - public System.Collections.Immutable.ImmutableHashSet.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public void IntersectWith(System.Collections.Generic.IEnumerable other) => throw null; - public bool IsProperSubsetOf(System.Collections.Generic.IEnumerable other) => throw null; - public bool IsProperSupersetOf(System.Collections.Generic.IEnumerable other) => throw null; - bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } - public bool IsSubsetOf(System.Collections.Generic.IEnumerable other) => throw null; - public bool IsSupersetOf(System.Collections.Generic.IEnumerable other) => throw null; - public System.Collections.Generic.IEqualityComparer KeyComparer { get => throw null; set { } } - public bool Overlaps(System.Collections.Generic.IEnumerable other) => throw null; - public bool Remove(T item) => throw null; - public bool SetEquals(System.Collections.Generic.IEnumerable other) => throw null; - public void SymmetricExceptWith(System.Collections.Generic.IEnumerable other) => throw null; - public System.Collections.Immutable.ImmutableHashSet ToImmutable() => throw null; - public bool TryGetValue(T equalValue, out T actualValue) => throw null; - public void UnionWith(System.Collections.Generic.IEnumerable other) => throw null; - } - public System.Collections.Immutable.ImmutableHashSet Clear() => throw null; - void System.Collections.Generic.ICollection.Clear() => throw null; - System.Collections.Immutable.IImmutableSet System.Collections.Immutable.IImmutableSet.Clear() => throw null; - public bool Contains(T item) => throw null; - void System.Collections.Generic.ICollection.CopyTo(T[] array, int arrayIndex) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) => throw null; - public int Count { get => throw null; } - public static readonly System.Collections.Immutable.ImmutableHashSet Empty; - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public T Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public void Dispose() => throw null; - public bool MoveNext() => throw null; - public void Reset() => throw null; - } - public System.Collections.Immutable.ImmutableHashSet Except(System.Collections.Generic.IEnumerable other) => throw null; - System.Collections.Immutable.IImmutableSet System.Collections.Immutable.IImmutableSet.Except(System.Collections.Generic.IEnumerable other) => throw null; - void System.Collections.Generic.ISet.ExceptWith(System.Collections.Generic.IEnumerable other) => throw null; - public System.Collections.Immutable.ImmutableHashSet.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public System.Collections.Immutable.ImmutableHashSet Intersect(System.Collections.Generic.IEnumerable other) => throw null; - System.Collections.Immutable.IImmutableSet System.Collections.Immutable.IImmutableSet.Intersect(System.Collections.Generic.IEnumerable other) => throw null; - void System.Collections.Generic.ISet.IntersectWith(System.Collections.Generic.IEnumerable other) => throw null; - public bool IsEmpty { get => throw null; } - public bool IsProperSubsetOf(System.Collections.Generic.IEnumerable other) => throw null; - public bool IsProperSupersetOf(System.Collections.Generic.IEnumerable other) => throw null; - bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } - public bool IsSubsetOf(System.Collections.Generic.IEnumerable other) => throw null; - public bool IsSupersetOf(System.Collections.Generic.IEnumerable other) => throw null; - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - public System.Collections.Generic.IEqualityComparer KeyComparer { get => throw null; } - public bool Overlaps(System.Collections.Generic.IEnumerable other) => throw null; - public System.Collections.Immutable.ImmutableHashSet Remove(T item) => throw null; - bool System.Collections.Generic.ICollection.Remove(T item) => throw null; - System.Collections.Immutable.IImmutableSet System.Collections.Immutable.IImmutableSet.Remove(T item) => throw null; - public bool SetEquals(System.Collections.Generic.IEnumerable other) => throw null; - public System.Collections.Immutable.ImmutableHashSet SymmetricExcept(System.Collections.Generic.IEnumerable other) => throw null; - System.Collections.Immutable.IImmutableSet System.Collections.Immutable.IImmutableSet.SymmetricExcept(System.Collections.Generic.IEnumerable other) => throw null; - void System.Collections.Generic.ISet.SymmetricExceptWith(System.Collections.Generic.IEnumerable other) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public System.Collections.Immutable.ImmutableHashSet.Builder ToBuilder() => throw null; - public bool TryGetValue(T equalValue, out T actualValue) => throw null; - System.Collections.Immutable.IImmutableSet System.Collections.Immutable.IImmutableSet.Union(System.Collections.Generic.IEnumerable other) => throw null; - public System.Collections.Immutable.ImmutableHashSet Union(System.Collections.Generic.IEnumerable other) => throw null; - void System.Collections.Generic.ISet.UnionWith(System.Collections.Generic.IEnumerable other) => throw null; - public System.Collections.Immutable.ImmutableHashSet WithComparer(System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - } - public static class ImmutableInterlocked - { - public static TValue AddOrUpdate(ref System.Collections.Immutable.ImmutableDictionary location, TKey key, System.Func addValueFactory, System.Func updateValueFactory) => throw null; - public static TValue AddOrUpdate(ref System.Collections.Immutable.ImmutableDictionary location, TKey key, TValue addValue, System.Func updateValueFactory) => throw null; - public static void Enqueue(ref System.Collections.Immutable.ImmutableQueue location, T value) => throw null; - public static TValue GetOrAdd(ref System.Collections.Immutable.ImmutableDictionary location, TKey key, System.Func valueFactory) => throw null; - public static TValue GetOrAdd(ref System.Collections.Immutable.ImmutableDictionary location, TKey key, TValue value) => throw null; - public static TValue GetOrAdd(ref System.Collections.Immutable.ImmutableDictionary location, TKey key, System.Func valueFactory, TArg factoryArgument) => throw null; - public static System.Collections.Immutable.ImmutableArray InterlockedCompareExchange(ref System.Collections.Immutable.ImmutableArray location, System.Collections.Immutable.ImmutableArray value, System.Collections.Immutable.ImmutableArray comparand) => throw null; - public static System.Collections.Immutable.ImmutableArray InterlockedExchange(ref System.Collections.Immutable.ImmutableArray location, System.Collections.Immutable.ImmutableArray value) => throw null; - public static bool InterlockedInitialize(ref System.Collections.Immutable.ImmutableArray location, System.Collections.Immutable.ImmutableArray value) => throw null; - public static void Push(ref System.Collections.Immutable.ImmutableStack location, T value) => throw null; - public static bool TryAdd(ref System.Collections.Immutable.ImmutableDictionary location, TKey key, TValue value) => throw null; - public static bool TryDequeue(ref System.Collections.Immutable.ImmutableQueue location, out T value) => throw null; - public static bool TryPop(ref System.Collections.Immutable.ImmutableStack location, out T value) => throw null; - public static bool TryRemove(ref System.Collections.Immutable.ImmutableDictionary location, TKey key, out TValue value) => throw null; - public static bool TryUpdate(ref System.Collections.Immutable.ImmutableDictionary location, TKey key, TValue newValue, TValue comparisonValue) => throw null; - public static bool Update(ref T location, System.Func transformer) where T : class => throw null; - public static bool Update(ref T location, System.Func transformer, TArg transformerArgument) where T : class => throw null; - public static bool Update(ref System.Collections.Immutable.ImmutableArray location, System.Func, System.Collections.Immutable.ImmutableArray> transformer) => throw null; - public static bool Update(ref System.Collections.Immutable.ImmutableArray location, System.Func, TArg, System.Collections.Immutable.ImmutableArray> transformer, TArg transformerArgument) => throw null; - } - public static class ImmutableList - { - public static System.Collections.Immutable.ImmutableList Create() => throw null; - public static System.Collections.Immutable.ImmutableList Create(T item) => throw null; - public static System.Collections.Immutable.ImmutableList Create(params T[] items) => throw null; - public static System.Collections.Immutable.ImmutableList Create(System.ReadOnlySpan items) => throw null; - public static System.Collections.Immutable.ImmutableList.Builder CreateBuilder() => throw null; - public static System.Collections.Immutable.ImmutableList CreateRange(System.Collections.Generic.IEnumerable items) => throw null; - public static int IndexOf(this System.Collections.Immutable.IImmutableList list, T item) => throw null; - public static int IndexOf(this System.Collections.Immutable.IImmutableList list, T item, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - public static int IndexOf(this System.Collections.Immutable.IImmutableList list, T item, int startIndex) => throw null; - public static int IndexOf(this System.Collections.Immutable.IImmutableList list, T item, int startIndex, int count) => throw null; - public static int LastIndexOf(this System.Collections.Immutable.IImmutableList list, T item) => throw null; - public static int LastIndexOf(this System.Collections.Immutable.IImmutableList list, T item, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - public static int LastIndexOf(this System.Collections.Immutable.IImmutableList list, T item, int startIndex) => throw null; - public static int LastIndexOf(this System.Collections.Immutable.IImmutableList list, T item, int startIndex, int count) => throw null; - public static System.Collections.Immutable.IImmutableList Remove(this System.Collections.Immutable.IImmutableList list, T value) => throw null; - public static System.Collections.Immutable.IImmutableList RemoveRange(this System.Collections.Immutable.IImmutableList list, System.Collections.Generic.IEnumerable items) => throw null; - public static System.Collections.Immutable.IImmutableList Replace(this System.Collections.Immutable.IImmutableList list, T oldValue, T newValue) => throw null; - public static System.Collections.Immutable.ImmutableList ToImmutableList(this System.Collections.Generic.IEnumerable source) => throw null; - public static System.Collections.Immutable.ImmutableList ToImmutableList(this System.Collections.Immutable.ImmutableList.Builder builder) => throw null; - } - public sealed class ImmutableList : System.Collections.Generic.ICollection, System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Immutable.IImmutableList, System.Collections.Generic.IList, System.Collections.IList, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyList - { - public System.Collections.Immutable.ImmutableList Add(T value) => throw null; - void System.Collections.Generic.ICollection.Add(T item) => throw null; - int System.Collections.IList.Add(object value) => throw null; - System.Collections.Immutable.IImmutableList System.Collections.Immutable.IImmutableList.Add(T value) => throw null; - public System.Collections.Immutable.ImmutableList AddRange(System.Collections.Generic.IEnumerable items) => throw null; - System.Collections.Immutable.IImmutableList System.Collections.Immutable.IImmutableList.AddRange(System.Collections.Generic.IEnumerable items) => throw null; - public int BinarySearch(int index, int count, T item, System.Collections.Generic.IComparer comparer) => throw null; - public int BinarySearch(T item) => throw null; - public int BinarySearch(T item, System.Collections.Generic.IComparer comparer) => throw null; - public sealed class Builder : System.Collections.Generic.ICollection, System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IList, System.Collections.IList, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyList - { - public void Add(T item) => throw null; - int System.Collections.IList.Add(object value) => throw null; - public void AddRange(System.Collections.Generic.IEnumerable items) => throw null; - public int BinarySearch(int index, int count, T item, System.Collections.Generic.IComparer comparer) => throw null; - public int BinarySearch(T item) => throw null; - public int BinarySearch(T item, System.Collections.Generic.IComparer comparer) => throw null; - public void Clear() => throw null; - void System.Collections.IList.Clear() => throw null; - public bool Contains(T item) => throw null; - bool System.Collections.IList.Contains(object value) => throw null; - public System.Collections.Immutable.ImmutableList ConvertAll(System.Func converter) => throw null; - public void CopyTo(int index, T[] array, int arrayIndex, int count) => throw null; - public void CopyTo(T[] array) => throw null; - public void CopyTo(T[] array, int arrayIndex) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) => throw null; - public int Count { get => throw null; } - public bool Exists(System.Predicate match) => throw null; - public T Find(System.Predicate match) => throw null; - public System.Collections.Immutable.ImmutableList FindAll(System.Predicate match) => throw null; - public int FindIndex(int startIndex, int count, System.Predicate match) => throw null; - public int FindIndex(int startIndex, System.Predicate match) => throw null; - public int FindIndex(System.Predicate match) => throw null; - public T FindLast(System.Predicate match) => throw null; - public int FindLastIndex(int startIndex, int count, System.Predicate match) => throw null; - public int FindLastIndex(int startIndex, System.Predicate match) => throw null; - public int FindLastIndex(System.Predicate match) => throw null; - public void ForEach(System.Action action) => throw null; - public System.Collections.Immutable.ImmutableList.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public System.Collections.Immutable.ImmutableList GetRange(int index, int count) => throw null; - public int IndexOf(T item) => throw null; - public int IndexOf(T item, int index) => throw null; - public int IndexOf(T item, int index, int count) => throw null; - public int IndexOf(T item, int index, int count, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - int System.Collections.IList.IndexOf(object value) => throw null; - public void Insert(int index, T item) => throw null; - void System.Collections.IList.Insert(int index, object value) => throw null; - public void InsertRange(int index, System.Collections.Generic.IEnumerable items) => throw null; - bool System.Collections.IList.IsFixedSize { get => throw null; } - bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } - bool System.Collections.IList.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.IList.this[int index] { get => throw null; set { } } - public T ItemRef(int index) => throw null; - public int LastIndexOf(T item) => throw null; - public int LastIndexOf(T item, int startIndex) => throw null; - public int LastIndexOf(T item, int startIndex, int count) => throw null; - public int LastIndexOf(T item, int startIndex, int count, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - public bool Remove(T item) => throw null; - public bool Remove(T item, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - void System.Collections.IList.Remove(object value) => throw null; - public int RemoveAll(System.Predicate match) => throw null; - public void RemoveAt(int index) => throw null; - public void RemoveRange(int index, int count) => throw null; - public void RemoveRange(System.Collections.Generic.IEnumerable items) => throw null; - public void RemoveRange(System.Collections.Generic.IEnumerable items, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - public void Replace(T oldValue, T newValue) => throw null; - public void Replace(T oldValue, T newValue, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - public void Reverse() => throw null; - public void Reverse(int index, int count) => throw null; - public void Sort() => throw null; - public void Sort(System.Collections.Generic.IComparer comparer) => throw null; - public void Sort(System.Comparison comparison) => throw null; - public void Sort(int index, int count, System.Collections.Generic.IComparer comparer) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public T this[int index] { get => throw null; set { } } - public System.Collections.Immutable.ImmutableList ToImmutable() => throw null; - public bool TrueForAll(System.Predicate match) => throw null; - } - public System.Collections.Immutable.ImmutableList Clear() => throw null; - void System.Collections.Generic.ICollection.Clear() => throw null; - void System.Collections.IList.Clear() => throw null; - System.Collections.Immutable.IImmutableList System.Collections.Immutable.IImmutableList.Clear() => throw null; - public bool Contains(T value) => throw null; - bool System.Collections.IList.Contains(object value) => throw null; - public System.Collections.Immutable.ImmutableList ConvertAll(System.Func converter) => throw null; - public void CopyTo(int index, T[] array, int arrayIndex, int count) => throw null; - public void CopyTo(T[] array) => throw null; - public void CopyTo(T[] array, int arrayIndex) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) => throw null; - public int Count { get => throw null; } - public static readonly System.Collections.Immutable.ImmutableList Empty; - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public T Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public void Dispose() => throw null; - public bool MoveNext() => throw null; - public void Reset() => throw null; - } - public bool Exists(System.Predicate match) => throw null; - public T Find(System.Predicate match) => throw null; - public System.Collections.Immutable.ImmutableList FindAll(System.Predicate match) => throw null; - public int FindIndex(int startIndex, int count, System.Predicate match) => throw null; - public int FindIndex(int startIndex, System.Predicate match) => throw null; - public int FindIndex(System.Predicate match) => throw null; - public T FindLast(System.Predicate match) => throw null; - public int FindLastIndex(int startIndex, int count, System.Predicate match) => throw null; - public int FindLastIndex(int startIndex, System.Predicate match) => throw null; - public int FindLastIndex(System.Predicate match) => throw null; - public void ForEach(System.Action action) => throw null; - public System.Collections.Immutable.ImmutableList.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public System.Collections.Immutable.ImmutableList GetRange(int index, int count) => throw null; - public int IndexOf(T value) => throw null; - public int IndexOf(T item, int index, int count, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - int System.Collections.IList.IndexOf(object value) => throw null; - public System.Collections.Immutable.ImmutableList Insert(int index, T item) => throw null; - void System.Collections.Generic.IList.Insert(int index, T item) => throw null; - void System.Collections.IList.Insert(int index, object value) => throw null; - System.Collections.Immutable.IImmutableList System.Collections.Immutable.IImmutableList.Insert(int index, T item) => throw null; - public System.Collections.Immutable.ImmutableList InsertRange(int index, System.Collections.Generic.IEnumerable items) => throw null; - System.Collections.Immutable.IImmutableList System.Collections.Immutable.IImmutableList.InsertRange(int index, System.Collections.Generic.IEnumerable items) => throw null; - public bool IsEmpty { get => throw null; } - bool System.Collections.IList.IsFixedSize { get => throw null; } - bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } - bool System.Collections.IList.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - T System.Collections.Generic.IList.this[int index] { get => throw null; set { } } - object System.Collections.IList.this[int index] { get => throw null; set { } } - public T ItemRef(int index) => throw null; - public int LastIndexOf(T item, int index, int count, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - public System.Collections.Immutable.ImmutableList Remove(T value) => throw null; - public System.Collections.Immutable.ImmutableList Remove(T value, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - bool System.Collections.Generic.ICollection.Remove(T item) => throw null; - void System.Collections.IList.Remove(object value) => throw null; - System.Collections.Immutable.IImmutableList System.Collections.Immutable.IImmutableList.Remove(T value, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - public System.Collections.Immutable.ImmutableList RemoveAll(System.Predicate match) => throw null; - System.Collections.Immutable.IImmutableList System.Collections.Immutable.IImmutableList.RemoveAll(System.Predicate match) => throw null; - public System.Collections.Immutable.ImmutableList RemoveAt(int index) => throw null; - void System.Collections.Generic.IList.RemoveAt(int index) => throw null; - void System.Collections.IList.RemoveAt(int index) => throw null; - System.Collections.Immutable.IImmutableList System.Collections.Immutable.IImmutableList.RemoveAt(int index) => throw null; - public System.Collections.Immutable.ImmutableList RemoveRange(System.Collections.Generic.IEnumerable items) => throw null; - public System.Collections.Immutable.ImmutableList RemoveRange(System.Collections.Generic.IEnumerable items, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - public System.Collections.Immutable.ImmutableList RemoveRange(int index, int count) => throw null; - System.Collections.Immutable.IImmutableList System.Collections.Immutable.IImmutableList.RemoveRange(System.Collections.Generic.IEnumerable items, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - System.Collections.Immutable.IImmutableList System.Collections.Immutable.IImmutableList.RemoveRange(int index, int count) => throw null; - public System.Collections.Immutable.ImmutableList Replace(T oldValue, T newValue) => throw null; - public System.Collections.Immutable.ImmutableList Replace(T oldValue, T newValue, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - System.Collections.Immutable.IImmutableList System.Collections.Immutable.IImmutableList.Replace(T oldValue, T newValue, System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; - public System.Collections.Immutable.ImmutableList Reverse() => throw null; - public System.Collections.Immutable.ImmutableList Reverse(int index, int count) => throw null; - public System.Collections.Immutable.ImmutableList SetItem(int index, T value) => throw null; - System.Collections.Immutable.IImmutableList System.Collections.Immutable.IImmutableList.SetItem(int index, T value) => throw null; - public System.Collections.Immutable.ImmutableList Sort() => throw null; - public System.Collections.Immutable.ImmutableList Sort(System.Collections.Generic.IComparer comparer) => throw null; - public System.Collections.Immutable.ImmutableList Sort(System.Comparison comparison) => throw null; - public System.Collections.Immutable.ImmutableList Sort(int index, int count, System.Collections.Generic.IComparer comparer) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public T this[int index] { get => throw null; } - public System.Collections.Immutable.ImmutableList.Builder ToBuilder() => throw null; - public bool TrueForAll(System.Predicate match) => throw null; - } - public static class ImmutableQueue - { - public static System.Collections.Immutable.ImmutableQueue Create() => throw null; - public static System.Collections.Immutable.ImmutableQueue Create(T item) => throw null; - public static System.Collections.Immutable.ImmutableQueue Create(params T[] items) => throw null; - public static System.Collections.Immutable.ImmutableQueue Create(System.ReadOnlySpan items) => throw null; - public static System.Collections.Immutable.ImmutableQueue CreateRange(System.Collections.Generic.IEnumerable items) => throw null; - public static System.Collections.Immutable.IImmutableQueue Dequeue(this System.Collections.Immutable.IImmutableQueue queue, out T value) => throw null; - } - public sealed class ImmutableQueue : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Immutable.IImmutableQueue - { - public System.Collections.Immutable.ImmutableQueue Clear() => throw null; - System.Collections.Immutable.IImmutableQueue System.Collections.Immutable.IImmutableQueue.Clear() => throw null; - public System.Collections.Immutable.ImmutableQueue Dequeue() => throw null; - public System.Collections.Immutable.ImmutableQueue Dequeue(out T value) => throw null; - System.Collections.Immutable.IImmutableQueue System.Collections.Immutable.IImmutableQueue.Dequeue() => throw null; - public static System.Collections.Immutable.ImmutableQueue Empty { get => throw null; } - public System.Collections.Immutable.ImmutableQueue Enqueue(T value) => throw null; - System.Collections.Immutable.IImmutableQueue System.Collections.Immutable.IImmutableQueue.Enqueue(T value) => throw null; - public struct Enumerator - { - public T Current { get => throw null; } - public bool MoveNext() => throw null; - } - public System.Collections.Immutable.ImmutableQueue.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public bool IsEmpty { get => throw null; } - public T Peek() => throw null; - public T PeekRef() => throw null; - } - public static class ImmutableSortedDictionary - { - public static System.Collections.Immutable.ImmutableSortedDictionary Create() => throw null; - public static System.Collections.Immutable.ImmutableSortedDictionary Create(System.Collections.Generic.IComparer keyComparer) => throw null; - public static System.Collections.Immutable.ImmutableSortedDictionary Create(System.Collections.Generic.IComparer keyComparer, System.Collections.Generic.IEqualityComparer valueComparer) => throw null; - public static System.Collections.Immutable.ImmutableSortedDictionary.Builder CreateBuilder() => throw null; - public static System.Collections.Immutable.ImmutableSortedDictionary.Builder CreateBuilder(System.Collections.Generic.IComparer keyComparer) => throw null; - public static System.Collections.Immutable.ImmutableSortedDictionary.Builder CreateBuilder(System.Collections.Generic.IComparer keyComparer, System.Collections.Generic.IEqualityComparer valueComparer) => throw null; - public static System.Collections.Immutable.ImmutableSortedDictionary CreateRange(System.Collections.Generic.IComparer keyComparer, System.Collections.Generic.IEnumerable> items) => throw null; - public static System.Collections.Immutable.ImmutableSortedDictionary CreateRange(System.Collections.Generic.IComparer keyComparer, System.Collections.Generic.IEqualityComparer valueComparer, System.Collections.Generic.IEnumerable> items) => throw null; - public static System.Collections.Immutable.ImmutableSortedDictionary CreateRange(System.Collections.Generic.IEnumerable> items) => throw null; - public static System.Collections.Immutable.ImmutableSortedDictionary ToImmutableSortedDictionary(this System.Collections.Generic.IEnumerable> source) => throw null; - public static System.Collections.Immutable.ImmutableSortedDictionary ToImmutableSortedDictionary(this System.Collections.Generic.IEnumerable> source, System.Collections.Generic.IComparer keyComparer) => throw null; - public static System.Collections.Immutable.ImmutableSortedDictionary ToImmutableSortedDictionary(this System.Collections.Generic.IEnumerable> source, System.Collections.Generic.IComparer keyComparer, System.Collections.Generic.IEqualityComparer valueComparer) => throw null; - public static System.Collections.Immutable.ImmutableSortedDictionary ToImmutableSortedDictionary(this System.Collections.Immutable.ImmutableSortedDictionary.Builder builder) => throw null; - public static System.Collections.Immutable.ImmutableSortedDictionary ToImmutableSortedDictionary(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Func elementSelector) => throw null; - public static System.Collections.Immutable.ImmutableSortedDictionary ToImmutableSortedDictionary(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Func elementSelector, System.Collections.Generic.IComparer keyComparer) => throw null; - public static System.Collections.Immutable.ImmutableSortedDictionary ToImmutableSortedDictionary(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Func elementSelector, System.Collections.Generic.IComparer keyComparer, System.Collections.Generic.IEqualityComparer valueComparer) => throw null; - } - public sealed class ImmutableSortedDictionary : System.Collections.Generic.ICollection>, System.Collections.ICollection, System.Collections.Generic.IDictionary, System.Collections.IDictionary, System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable, System.Collections.Immutable.IImmutableDictionary, System.Collections.Generic.IReadOnlyCollection>, System.Collections.Generic.IReadOnlyDictionary - { - public System.Collections.Immutable.ImmutableSortedDictionary Add(TKey key, TValue value) => throw null; - void System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair item) => throw null; - void System.Collections.Generic.IDictionary.Add(TKey key, TValue value) => throw null; - void System.Collections.IDictionary.Add(object key, object value) => throw null; - System.Collections.Immutable.IImmutableDictionary System.Collections.Immutable.IImmutableDictionary.Add(TKey key, TValue value) => throw null; - public System.Collections.Immutable.ImmutableSortedDictionary AddRange(System.Collections.Generic.IEnumerable> items) => throw null; - System.Collections.Immutable.IImmutableDictionary System.Collections.Immutable.IImmutableDictionary.AddRange(System.Collections.Generic.IEnumerable> pairs) => throw null; - public sealed class Builder : System.Collections.Generic.ICollection>, System.Collections.ICollection, System.Collections.Generic.IDictionary, System.Collections.IDictionary, System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection>, System.Collections.Generic.IReadOnlyDictionary - { - public void Add(System.Collections.Generic.KeyValuePair item) => throw null; - public void Add(TKey key, TValue value) => throw null; - void System.Collections.IDictionary.Add(object key, object value) => throw null; - public void AddRange(System.Collections.Generic.IEnumerable> items) => throw null; - public void Clear() => throw null; - public bool Contains(System.Collections.Generic.KeyValuePair item) => throw null; - bool System.Collections.IDictionary.Contains(object key) => throw null; - public bool ContainsKey(TKey key) => throw null; - public bool ContainsValue(TValue value) => throw null; - void System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair[] array, int arrayIndex) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public System.Collections.Immutable.ImmutableSortedDictionary.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator> System.Collections.Generic.IEnumerable>.GetEnumerator() => throw null; - System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public TValue GetValueOrDefault(TKey key) => throw null; - public TValue GetValueOrDefault(TKey key, TValue defaultValue) => throw null; - bool System.Collections.IDictionary.IsFixedSize { get => throw null; } - bool System.Collections.Generic.ICollection>.IsReadOnly { get => throw null; } - bool System.Collections.IDictionary.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.IDictionary.this[object key] { get => throw null; set { } } - public System.Collections.Generic.IComparer KeyComparer { get => throw null; set { } } - public System.Collections.Generic.IEnumerable Keys { get => throw null; } - System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Keys { get => throw null; } - System.Collections.ICollection System.Collections.IDictionary.Keys { get => throw null; } - public bool Remove(System.Collections.Generic.KeyValuePair item) => throw null; - public bool Remove(TKey key) => throw null; - void System.Collections.IDictionary.Remove(object key) => throw null; - public void RemoveRange(System.Collections.Generic.IEnumerable keys) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public TValue this[TKey key] { get => throw null; set { } } - public System.Collections.Immutable.ImmutableSortedDictionary ToImmutable() => throw null; - public bool TryGetKey(TKey equalKey, out TKey actualKey) => throw null; - public bool TryGetValue(TKey key, out TValue value) => throw null; - public System.Collections.Generic.IEqualityComparer ValueComparer { get => throw null; set { } } - public TValue ValueRef(TKey key) => throw null; - System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Values { get => throw null; } - System.Collections.ICollection System.Collections.IDictionary.Values { get => throw null; } - public System.Collections.Generic.IEnumerable Values { get => throw null; } - } - public System.Collections.Immutable.ImmutableSortedDictionary Clear() => throw null; - void System.Collections.Generic.ICollection>.Clear() => throw null; - void System.Collections.IDictionary.Clear() => throw null; - System.Collections.Immutable.IImmutableDictionary System.Collections.Immutable.IImmutableDictionary.Clear() => throw null; - public bool Contains(System.Collections.Generic.KeyValuePair pair) => throw null; - bool System.Collections.IDictionary.Contains(object key) => throw null; - public bool ContainsKey(TKey key) => throw null; - public bool ContainsValue(TValue value) => throw null; - void System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair[] array, int arrayIndex) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public static readonly System.Collections.Immutable.ImmutableSortedDictionary Empty; - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator>, System.Collections.IEnumerator - { - public System.Collections.Generic.KeyValuePair Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public void Dispose() => throw null; - public bool MoveNext() => throw null; - public void Reset() => throw null; - } - public System.Collections.Immutable.ImmutableSortedDictionary.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator> System.Collections.Generic.IEnumerable>.GetEnumerator() => throw null; - System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public bool IsEmpty { get => throw null; } - bool System.Collections.IDictionary.IsFixedSize { get => throw null; } - bool System.Collections.Generic.ICollection>.IsReadOnly { get => throw null; } - bool System.Collections.IDictionary.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - TValue System.Collections.Generic.IDictionary.this[TKey key] { get => throw null; set { } } - object System.Collections.IDictionary.this[object key] { get => throw null; set { } } - public System.Collections.Generic.IComparer KeyComparer { get => throw null; } - public System.Collections.Generic.IEnumerable Keys { get => throw null; } - System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Keys { get => throw null; } - System.Collections.ICollection System.Collections.IDictionary.Keys { get => throw null; } - public System.Collections.Immutable.ImmutableSortedDictionary Remove(TKey value) => throw null; - bool System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair item) => throw null; - bool System.Collections.Generic.IDictionary.Remove(TKey key) => throw null; - void System.Collections.IDictionary.Remove(object key) => throw null; - System.Collections.Immutable.IImmutableDictionary System.Collections.Immutable.IImmutableDictionary.Remove(TKey key) => throw null; - public System.Collections.Immutable.ImmutableSortedDictionary RemoveRange(System.Collections.Generic.IEnumerable keys) => throw null; - System.Collections.Immutable.IImmutableDictionary System.Collections.Immutable.IImmutableDictionary.RemoveRange(System.Collections.Generic.IEnumerable keys) => throw null; - public System.Collections.Immutable.ImmutableSortedDictionary SetItem(TKey key, TValue value) => throw null; - System.Collections.Immutable.IImmutableDictionary System.Collections.Immutable.IImmutableDictionary.SetItem(TKey key, TValue value) => throw null; - public System.Collections.Immutable.ImmutableSortedDictionary SetItems(System.Collections.Generic.IEnumerable> items) => throw null; - System.Collections.Immutable.IImmutableDictionary System.Collections.Immutable.IImmutableDictionary.SetItems(System.Collections.Generic.IEnumerable> items) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public TValue this[TKey key] { get => throw null; } - public System.Collections.Immutable.ImmutableSortedDictionary.Builder ToBuilder() => throw null; - public bool TryGetKey(TKey equalKey, out TKey actualKey) => throw null; - public bool TryGetValue(TKey key, out TValue value) => throw null; - public System.Collections.Generic.IEqualityComparer ValueComparer { get => throw null; } - public TValue ValueRef(TKey key) => throw null; - System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Values { get => throw null; } - System.Collections.ICollection System.Collections.IDictionary.Values { get => throw null; } - public System.Collections.Generic.IEnumerable Values { get => throw null; } - public System.Collections.Immutable.ImmutableSortedDictionary WithComparers(System.Collections.Generic.IComparer keyComparer) => throw null; - public System.Collections.Immutable.ImmutableSortedDictionary WithComparers(System.Collections.Generic.IComparer keyComparer, System.Collections.Generic.IEqualityComparer valueComparer) => throw null; - } - public static class ImmutableSortedSet - { - public static System.Collections.Immutable.ImmutableSortedSet Create() => throw null; - public static System.Collections.Immutable.ImmutableSortedSet Create(System.Collections.Generic.IComparer comparer) => throw null; - public static System.Collections.Immutable.ImmutableSortedSet Create(System.Collections.Generic.IComparer comparer, T item) => throw null; - public static System.Collections.Immutable.ImmutableSortedSet Create(System.Collections.Generic.IComparer comparer, params T[] items) => throw null; - public static System.Collections.Immutable.ImmutableSortedSet Create(System.Collections.Generic.IComparer comparer, System.ReadOnlySpan items) => throw null; - public static System.Collections.Immutable.ImmutableSortedSet Create(T item) => throw null; - public static System.Collections.Immutable.ImmutableSortedSet Create(params T[] items) => throw null; - public static System.Collections.Immutable.ImmutableSortedSet Create(System.ReadOnlySpan items) => throw null; - public static System.Collections.Immutable.ImmutableSortedSet.Builder CreateBuilder() => throw null; - public static System.Collections.Immutable.ImmutableSortedSet.Builder CreateBuilder(System.Collections.Generic.IComparer comparer) => throw null; - public static System.Collections.Immutable.ImmutableSortedSet CreateRange(System.Collections.Generic.IComparer comparer, System.Collections.Generic.IEnumerable items) => throw null; - public static System.Collections.Immutable.ImmutableSortedSet CreateRange(System.Collections.Generic.IEnumerable items) => throw null; - public static System.Collections.Immutable.ImmutableSortedSet ToImmutableSortedSet(this System.Collections.Generic.IEnumerable source) => throw null; - public static System.Collections.Immutable.ImmutableSortedSet ToImmutableSortedSet(this System.Collections.Generic.IEnumerable source, System.Collections.Generic.IComparer comparer) => throw null; - public static System.Collections.Immutable.ImmutableSortedSet ToImmutableSortedSet(this System.Collections.Immutable.ImmutableSortedSet.Builder builder) => throw null; - } - public sealed class ImmutableSortedSet : System.Collections.Generic.ICollection, System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Immutable.IImmutableSet, System.Collections.Generic.IList, System.Collections.IList, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyList, System.Collections.Generic.IReadOnlySet, System.Collections.Generic.ISet - { - public System.Collections.Immutable.ImmutableSortedSet Add(T value) => throw null; - void System.Collections.Generic.ICollection.Add(T item) => throw null; - bool System.Collections.Generic.ISet.Add(T item) => throw null; - int System.Collections.IList.Add(object value) => throw null; - System.Collections.Immutable.IImmutableSet System.Collections.Immutable.IImmutableSet.Add(T value) => throw null; - public sealed class Builder : System.Collections.Generic.ICollection, System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.ISet - { - public bool Add(T item) => throw null; - void System.Collections.Generic.ICollection.Add(T item) => throw null; - public void Clear() => throw null; - public bool Contains(T item) => throw null; - void System.Collections.Generic.ICollection.CopyTo(T[] array, int arrayIndex) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) => throw null; - public int Count { get => throw null; } - public void ExceptWith(System.Collections.Generic.IEnumerable other) => throw null; - public System.Collections.Immutable.ImmutableSortedSet.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public int IndexOf(T item) => throw null; - public void IntersectWith(System.Collections.Generic.IEnumerable other) => throw null; - public bool IsProperSubsetOf(System.Collections.Generic.IEnumerable other) => throw null; - public bool IsProperSupersetOf(System.Collections.Generic.IEnumerable other) => throw null; - bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } - public bool IsSubsetOf(System.Collections.Generic.IEnumerable other) => throw null; - public bool IsSupersetOf(System.Collections.Generic.IEnumerable other) => throw null; - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - public T ItemRef(int index) => throw null; - public System.Collections.Generic.IComparer KeyComparer { get => throw null; set { } } - public T Max { get => throw null; } - public T Min { get => throw null; } - public bool Overlaps(System.Collections.Generic.IEnumerable other) => throw null; - public bool Remove(T item) => throw null; - public System.Collections.Generic.IEnumerable Reverse() => throw null; - public bool SetEquals(System.Collections.Generic.IEnumerable other) => throw null; - public void SymmetricExceptWith(System.Collections.Generic.IEnumerable other) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public T this[int index] { get => throw null; } - public System.Collections.Immutable.ImmutableSortedSet ToImmutable() => throw null; - public bool TryGetValue(T equalValue, out T actualValue) => throw null; - public void UnionWith(System.Collections.Generic.IEnumerable other) => throw null; - } - public System.Collections.Immutable.ImmutableSortedSet Clear() => throw null; - void System.Collections.Generic.ICollection.Clear() => throw null; - void System.Collections.IList.Clear() => throw null; - System.Collections.Immutable.IImmutableSet System.Collections.Immutable.IImmutableSet.Clear() => throw null; - public bool Contains(T value) => throw null; - bool System.Collections.IList.Contains(object value) => throw null; - void System.Collections.Generic.ICollection.CopyTo(T[] array, int arrayIndex) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public static readonly System.Collections.Immutable.ImmutableSortedSet Empty; - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public T Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public void Dispose() => throw null; - public bool MoveNext() => throw null; - public void Reset() => throw null; - } - public System.Collections.Immutable.ImmutableSortedSet Except(System.Collections.Generic.IEnumerable other) => throw null; - System.Collections.Immutable.IImmutableSet System.Collections.Immutable.IImmutableSet.Except(System.Collections.Generic.IEnumerable other) => throw null; - void System.Collections.Generic.ISet.ExceptWith(System.Collections.Generic.IEnumerable other) => throw null; - public System.Collections.Immutable.ImmutableSortedSet.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public int IndexOf(T item) => throw null; - int System.Collections.IList.IndexOf(object value) => throw null; - void System.Collections.Generic.IList.Insert(int index, T item) => throw null; - void System.Collections.IList.Insert(int index, object value) => throw null; - public System.Collections.Immutable.ImmutableSortedSet Intersect(System.Collections.Generic.IEnumerable other) => throw null; - System.Collections.Immutable.IImmutableSet System.Collections.Immutable.IImmutableSet.Intersect(System.Collections.Generic.IEnumerable other) => throw null; - void System.Collections.Generic.ISet.IntersectWith(System.Collections.Generic.IEnumerable other) => throw null; - public bool IsEmpty { get => throw null; } - bool System.Collections.IList.IsFixedSize { get => throw null; } - public bool IsProperSubsetOf(System.Collections.Generic.IEnumerable other) => throw null; - public bool IsProperSupersetOf(System.Collections.Generic.IEnumerable other) => throw null; - bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } - bool System.Collections.IList.IsReadOnly { get => throw null; } - public bool IsSubsetOf(System.Collections.Generic.IEnumerable other) => throw null; - public bool IsSupersetOf(System.Collections.Generic.IEnumerable other) => throw null; - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - T System.Collections.Generic.IList.this[int index] { get => throw null; set { } } - object System.Collections.IList.this[int index] { get => throw null; set { } } - public T ItemRef(int index) => throw null; - public System.Collections.Generic.IComparer KeyComparer { get => throw null; } - public T Max { get => throw null; } - public T Min { get => throw null; } - public bool Overlaps(System.Collections.Generic.IEnumerable other) => throw null; - public System.Collections.Immutable.ImmutableSortedSet Remove(T value) => throw null; - bool System.Collections.Generic.ICollection.Remove(T item) => throw null; - void System.Collections.IList.Remove(object value) => throw null; - System.Collections.Immutable.IImmutableSet System.Collections.Immutable.IImmutableSet.Remove(T value) => throw null; - void System.Collections.Generic.IList.RemoveAt(int index) => throw null; - void System.Collections.IList.RemoveAt(int index) => throw null; - public System.Collections.Generic.IEnumerable Reverse() => throw null; - public bool SetEquals(System.Collections.Generic.IEnumerable other) => throw null; - public System.Collections.Immutable.ImmutableSortedSet SymmetricExcept(System.Collections.Generic.IEnumerable other) => throw null; - System.Collections.Immutable.IImmutableSet System.Collections.Immutable.IImmutableSet.SymmetricExcept(System.Collections.Generic.IEnumerable other) => throw null; - void System.Collections.Generic.ISet.SymmetricExceptWith(System.Collections.Generic.IEnumerable other) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public T this[int index] { get => throw null; } - public System.Collections.Immutable.ImmutableSortedSet.Builder ToBuilder() => throw null; - public bool TryGetValue(T equalValue, out T actualValue) => throw null; - System.Collections.Immutable.IImmutableSet System.Collections.Immutable.IImmutableSet.Union(System.Collections.Generic.IEnumerable other) => throw null; - public System.Collections.Immutable.ImmutableSortedSet Union(System.Collections.Generic.IEnumerable other) => throw null; - void System.Collections.Generic.ISet.UnionWith(System.Collections.Generic.IEnumerable other) => throw null; - public System.Collections.Immutable.ImmutableSortedSet WithComparer(System.Collections.Generic.IComparer comparer) => throw null; - } - public static class ImmutableStack - { - public static System.Collections.Immutable.ImmutableStack Create() => throw null; - public static System.Collections.Immutable.ImmutableStack Create(T item) => throw null; - public static System.Collections.Immutable.ImmutableStack Create(params T[] items) => throw null; - public static System.Collections.Immutable.ImmutableStack Create(System.ReadOnlySpan items) => throw null; - public static System.Collections.Immutable.ImmutableStack CreateRange(System.Collections.Generic.IEnumerable items) => throw null; - public static System.Collections.Immutable.IImmutableStack Pop(this System.Collections.Immutable.IImmutableStack stack, out T value) => throw null; - } - public sealed class ImmutableStack : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Immutable.IImmutableStack - { - public System.Collections.Immutable.ImmutableStack Clear() => throw null; - System.Collections.Immutable.IImmutableStack System.Collections.Immutable.IImmutableStack.Clear() => throw null; - public static System.Collections.Immutable.ImmutableStack Empty { get => throw null; } - public struct Enumerator - { - public T Current { get => throw null; } - public bool MoveNext() => throw null; - } - public System.Collections.Immutable.ImmutableStack.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public bool IsEmpty { get => throw null; } - public T Peek() => throw null; - public T PeekRef() => throw null; - public System.Collections.Immutable.ImmutableStack Pop() => throw null; - public System.Collections.Immutable.ImmutableStack Pop(out T value) => throw null; - System.Collections.Immutable.IImmutableStack System.Collections.Immutable.IImmutableStack.Pop() => throw null; - public System.Collections.Immutable.ImmutableStack Push(T value) => throw null; - System.Collections.Immutable.IImmutableStack System.Collections.Immutable.IImmutableStack.Push(T value) => throw null; - } - } - } - namespace Linq - { - public static partial class ImmutableArrayExtensions - { - public static T Aggregate(this System.Collections.Immutable.ImmutableArray immutableArray, System.Func func) => throw null; - public static TAccumulate Aggregate(this System.Collections.Immutable.ImmutableArray immutableArray, TAccumulate seed, System.Func func) => throw null; - public static TResult Aggregate(this System.Collections.Immutable.ImmutableArray immutableArray, TAccumulate seed, System.Func func, System.Func resultSelector) => throw null; - public static bool All(this System.Collections.Immutable.ImmutableArray immutableArray, System.Func predicate) => throw null; - public static bool Any(this System.Collections.Immutable.ImmutableArray immutableArray) => throw null; - public static bool Any(this System.Collections.Immutable.ImmutableArray immutableArray, System.Func predicate) => throw null; - public static bool Any(this System.Collections.Immutable.ImmutableArray.Builder builder) => throw null; - public static T ElementAt(this System.Collections.Immutable.ImmutableArray immutableArray, int index) => throw null; - public static T ElementAtOrDefault(this System.Collections.Immutable.ImmutableArray immutableArray, int index) => throw null; - public static T First(this System.Collections.Immutable.ImmutableArray immutableArray) => throw null; - public static T First(this System.Collections.Immutable.ImmutableArray immutableArray, System.Func predicate) => throw null; - public static T First(this System.Collections.Immutable.ImmutableArray.Builder builder) => throw null; - public static T FirstOrDefault(this System.Collections.Immutable.ImmutableArray immutableArray) => throw null; - public static T FirstOrDefault(this System.Collections.Immutable.ImmutableArray immutableArray, System.Func predicate) => throw null; - public static T FirstOrDefault(this System.Collections.Immutable.ImmutableArray.Builder builder) => throw null; - public static T Last(this System.Collections.Immutable.ImmutableArray immutableArray) => throw null; - public static T Last(this System.Collections.Immutable.ImmutableArray immutableArray, System.Func predicate) => throw null; - public static T Last(this System.Collections.Immutable.ImmutableArray.Builder builder) => throw null; - public static T LastOrDefault(this System.Collections.Immutable.ImmutableArray immutableArray) => throw null; - public static T LastOrDefault(this System.Collections.Immutable.ImmutableArray immutableArray, System.Func predicate) => throw null; - public static T LastOrDefault(this System.Collections.Immutable.ImmutableArray.Builder builder) => throw null; - public static System.Collections.Generic.IEnumerable Select(this System.Collections.Immutable.ImmutableArray immutableArray, System.Func selector) => throw null; - public static System.Collections.Generic.IEnumerable SelectMany(this System.Collections.Immutable.ImmutableArray immutableArray, System.Func> collectionSelector, System.Func resultSelector) => throw null; - public static bool SequenceEqual(this System.Collections.Immutable.ImmutableArray immutableArray, System.Collections.Generic.IEnumerable items, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) where TDerived : TBase => throw null; - public static bool SequenceEqual(this System.Collections.Immutable.ImmutableArray immutableArray, System.Collections.Immutable.ImmutableArray items, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) where TDerived : TBase => throw null; - public static bool SequenceEqual(this System.Collections.Immutable.ImmutableArray immutableArray, System.Collections.Immutable.ImmutableArray items, System.Func predicate) where TDerived : TBase => throw null; - public static T Single(this System.Collections.Immutable.ImmutableArray immutableArray) => throw null; - public static T Single(this System.Collections.Immutable.ImmutableArray immutableArray, System.Func predicate) => throw null; - public static T SingleOrDefault(this System.Collections.Immutable.ImmutableArray immutableArray) => throw null; - public static T SingleOrDefault(this System.Collections.Immutable.ImmutableArray immutableArray, System.Func predicate) => throw null; - public static T[] ToArray(this System.Collections.Immutable.ImmutableArray immutableArray) => throw null; - public static System.Collections.Generic.Dictionary ToDictionary(this System.Collections.Immutable.ImmutableArray immutableArray, System.Func keySelector) => throw null; - public static System.Collections.Generic.Dictionary ToDictionary(this System.Collections.Immutable.ImmutableArray immutableArray, System.Func keySelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Collections.Generic.Dictionary ToDictionary(this System.Collections.Immutable.ImmutableArray immutableArray, System.Func keySelector, System.Func elementSelector) => throw null; - public static System.Collections.Generic.Dictionary ToDictionary(this System.Collections.Immutable.ImmutableArray immutableArray, System.Func keySelector, System.Func elementSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Collections.Generic.IEnumerable Where(this System.Collections.Immutable.ImmutableArray immutableArray, System.Func predicate) => throw null; - } - } - namespace Runtime - { - namespace InteropServices - { - public static class ImmutableCollectionsMarshal - { - public static T[] AsArray(System.Collections.Immutable.ImmutableArray array) => throw null; - public static System.Collections.Immutable.ImmutableArray AsImmutableArray(T[] array) => throw null; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.NonGeneric.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.NonGeneric.cs deleted file mode 100644 index 46ed65cd..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.NonGeneric.cs +++ /dev/null @@ -1,186 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Collections.NonGeneric, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Collections - { - public class CaseInsensitiveComparer : System.Collections.IComparer - { - public int Compare(object a, object b) => throw null; - public CaseInsensitiveComparer() => throw null; - public CaseInsensitiveComparer(System.Globalization.CultureInfo culture) => throw null; - public static System.Collections.CaseInsensitiveComparer Default { get => throw null; } - public static System.Collections.CaseInsensitiveComparer DefaultInvariant { get => throw null; } - } - public class CaseInsensitiveHashCodeProvider : System.Collections.IHashCodeProvider - { - public CaseInsensitiveHashCodeProvider() => throw null; - public CaseInsensitiveHashCodeProvider(System.Globalization.CultureInfo culture) => throw null; - public static System.Collections.CaseInsensitiveHashCodeProvider Default { get => throw null; } - public static System.Collections.CaseInsensitiveHashCodeProvider DefaultInvariant { get => throw null; } - public int GetHashCode(object obj) => throw null; - } - public abstract class CollectionBase : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList - { - int System.Collections.IList.Add(object value) => throw null; - public int Capacity { get => throw null; set { } } - public void Clear() => throw null; - bool System.Collections.IList.Contains(object value) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - protected CollectionBase() => throw null; - protected CollectionBase(int capacity) => throw null; - public System.Collections.IEnumerator GetEnumerator() => throw null; - int System.Collections.IList.IndexOf(object value) => throw null; - protected System.Collections.ArrayList InnerList { get => throw null; } - void System.Collections.IList.Insert(int index, object value) => throw null; - bool System.Collections.IList.IsFixedSize { get => throw null; } - bool System.Collections.IList.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.IList.this[int index] { get => throw null; set { } } - protected System.Collections.IList List { get => throw null; } - protected virtual void OnClear() => throw null; - protected virtual void OnClearComplete() => throw null; - protected virtual void OnInsert(int index, object value) => throw null; - protected virtual void OnInsertComplete(int index, object value) => throw null; - protected virtual void OnRemove(int index, object value) => throw null; - protected virtual void OnRemoveComplete(int index, object value) => throw null; - protected virtual void OnSet(int index, object oldValue, object newValue) => throw null; - protected virtual void OnSetComplete(int index, object oldValue, object newValue) => throw null; - protected virtual void OnValidate(object value) => throw null; - void System.Collections.IList.Remove(object value) => throw null; - public void RemoveAt(int index) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - } - public abstract class DictionaryBase : System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable - { - void System.Collections.IDictionary.Add(object key, object value) => throw null; - public void Clear() => throw null; - bool System.Collections.IDictionary.Contains(object key) => throw null; - public void CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - protected DictionaryBase() => throw null; - protected System.Collections.IDictionary Dictionary { get => throw null; } - public System.Collections.IDictionaryEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - protected System.Collections.Hashtable InnerHashtable { get => throw null; } - bool System.Collections.IDictionary.IsFixedSize { get => throw null; } - bool System.Collections.IDictionary.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.IDictionary.this[object key] { get => throw null; set { } } - System.Collections.ICollection System.Collections.IDictionary.Keys { get => throw null; } - protected virtual void OnClear() => throw null; - protected virtual void OnClearComplete() => throw null; - protected virtual object OnGet(object key, object currentValue) => throw null; - protected virtual void OnInsert(object key, object value) => throw null; - protected virtual void OnInsertComplete(object key, object value) => throw null; - protected virtual void OnRemove(object key, object value) => throw null; - protected virtual void OnRemoveComplete(object key, object value) => throw null; - protected virtual void OnSet(object key, object oldValue, object newValue) => throw null; - protected virtual void OnSetComplete(object key, object oldValue, object newValue) => throw null; - protected virtual void OnValidate(object key, object value) => throw null; - void System.Collections.IDictionary.Remove(object key) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - System.Collections.ICollection System.Collections.IDictionary.Values { get => throw null; } - } - public class Queue : System.ICloneable, System.Collections.ICollection, System.Collections.IEnumerable - { - public virtual void Clear() => throw null; - public virtual object Clone() => throw null; - public virtual bool Contains(object obj) => throw null; - public virtual void CopyTo(System.Array array, int index) => throw null; - public virtual int Count { get => throw null; } - public Queue() => throw null; - public Queue(System.Collections.ICollection col) => throw null; - public Queue(int capacity) => throw null; - public Queue(int capacity, float growFactor) => throw null; - public virtual object Dequeue() => throw null; - public virtual void Enqueue(object obj) => throw null; - public virtual System.Collections.IEnumerator GetEnumerator() => throw null; - public virtual bool IsSynchronized { get => throw null; } - public virtual object Peek() => throw null; - public static System.Collections.Queue Synchronized(System.Collections.Queue queue) => throw null; - public virtual object SyncRoot { get => throw null; } - public virtual object[] ToArray() => throw null; - public virtual void TrimToSize() => throw null; - } - public abstract class ReadOnlyCollectionBase : System.Collections.ICollection, System.Collections.IEnumerable - { - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public virtual int Count { get => throw null; } - protected ReadOnlyCollectionBase() => throw null; - public virtual System.Collections.IEnumerator GetEnumerator() => throw null; - protected System.Collections.ArrayList InnerList { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.ICollection.SyncRoot { get => throw null; } - } - public class SortedList : System.ICloneable, System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable - { - public virtual void Add(object key, object value) => throw null; - public virtual int Capacity { get => throw null; set { } } - public virtual void Clear() => throw null; - public virtual object Clone() => throw null; - public virtual bool Contains(object key) => throw null; - public virtual bool ContainsKey(object key) => throw null; - public virtual bool ContainsValue(object value) => throw null; - public virtual void CopyTo(System.Array array, int arrayIndex) => throw null; - public virtual int Count { get => throw null; } - public SortedList() => throw null; - public SortedList(System.Collections.IComparer comparer) => throw null; - public SortedList(System.Collections.IComparer comparer, int capacity) => throw null; - public SortedList(System.Collections.IDictionary d) => throw null; - public SortedList(System.Collections.IDictionary d, System.Collections.IComparer comparer) => throw null; - public SortedList(int initialCapacity) => throw null; - public virtual object GetByIndex(int index) => throw null; - public virtual System.Collections.IDictionaryEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public virtual object GetKey(int index) => throw null; - public virtual System.Collections.IList GetKeyList() => throw null; - public virtual System.Collections.IList GetValueList() => throw null; - public virtual int IndexOfKey(object key) => throw null; - public virtual int IndexOfValue(object value) => throw null; - public virtual bool IsFixedSize { get => throw null; } - public virtual bool IsReadOnly { get => throw null; } - public virtual bool IsSynchronized { get => throw null; } - public virtual System.Collections.ICollection Keys { get => throw null; } - public virtual void Remove(object key) => throw null; - public virtual void RemoveAt(int index) => throw null; - public virtual void SetByIndex(int index, object value) => throw null; - public static System.Collections.SortedList Synchronized(System.Collections.SortedList list) => throw null; - public virtual object SyncRoot { get => throw null; } - public virtual object this[object key] { get => throw null; set { } } - public virtual void TrimToSize() => throw null; - public virtual System.Collections.ICollection Values { get => throw null; } - } - namespace Specialized - { - public class CollectionsUtil - { - public static System.Collections.Hashtable CreateCaseInsensitiveHashtable() => throw null; - public static System.Collections.Hashtable CreateCaseInsensitiveHashtable(System.Collections.IDictionary d) => throw null; - public static System.Collections.Hashtable CreateCaseInsensitiveHashtable(int capacity) => throw null; - public static System.Collections.SortedList CreateCaseInsensitiveSortedList() => throw null; - public CollectionsUtil() => throw null; - } - } - public class Stack : System.ICloneable, System.Collections.ICollection, System.Collections.IEnumerable - { - public virtual void Clear() => throw null; - public virtual object Clone() => throw null; - public virtual bool Contains(object obj) => throw null; - public virtual void CopyTo(System.Array array, int index) => throw null; - public virtual int Count { get => throw null; } - public Stack() => throw null; - public Stack(System.Collections.ICollection col) => throw null; - public Stack(int initialCapacity) => throw null; - public virtual System.Collections.IEnumerator GetEnumerator() => throw null; - public virtual bool IsSynchronized { get => throw null; } - public virtual object Peek() => throw null; - public virtual object Pop() => throw null; - public virtual void Push(object obj) => throw null; - public static System.Collections.Stack Synchronized(System.Collections.Stack stack) => throw null; - public virtual object SyncRoot { get => throw null; } - public virtual object[] ToArray() => throw null; - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Specialized.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Specialized.cs deleted file mode 100644 index 1f8df059..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Specialized.cs +++ /dev/null @@ -1,241 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Collections.Specialized, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Collections - { - namespace Specialized - { - public struct BitVector32 : System.IEquatable - { - public static int CreateMask() => throw null; - public static int CreateMask(int previous) => throw null; - public static System.Collections.Specialized.BitVector32.Section CreateSection(short maxValue) => throw null; - public static System.Collections.Specialized.BitVector32.Section CreateSection(short maxValue, System.Collections.Specialized.BitVector32.Section previous) => throw null; - public BitVector32(System.Collections.Specialized.BitVector32 value) => throw null; - public BitVector32(int data) => throw null; - public int Data { get => throw null; } - public bool Equals(System.Collections.Specialized.BitVector32 other) => throw null; - public override bool Equals(object o) => throw null; - public override int GetHashCode() => throw null; - public struct Section : System.IEquatable - { - public bool Equals(System.Collections.Specialized.BitVector32.Section obj) => throw null; - public override bool Equals(object o) => throw null; - public override int GetHashCode() => throw null; - public short Mask { get => throw null; } - public short Offset { get => throw null; } - public static bool operator ==(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized.BitVector32.Section b) => throw null; - public static bool operator !=(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized.BitVector32.Section b) => throw null; - public override string ToString() => throw null; - public static string ToString(System.Collections.Specialized.BitVector32.Section value) => throw null; - } - public int this[System.Collections.Specialized.BitVector32.Section section] { get => throw null; set { } } - public bool this[int bit] { get => throw null; set { } } - public override string ToString() => throw null; - public static string ToString(System.Collections.Specialized.BitVector32 value) => throw null; - } - public class HybridDictionary : System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable - { - public void Add(object key, object value) => throw null; - public void Clear() => throw null; - public bool Contains(object key) => throw null; - public void CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public HybridDictionary() => throw null; - public HybridDictionary(bool caseInsensitive) => throw null; - public HybridDictionary(int initialSize) => throw null; - public HybridDictionary(int initialSize, bool caseInsensitive) => throw null; - public System.Collections.IDictionaryEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public bool IsFixedSize { get => throw null; } - public bool IsReadOnly { get => throw null; } - public bool IsSynchronized { get => throw null; } - public System.Collections.ICollection Keys { get => throw null; } - public void Remove(object key) => throw null; - public object SyncRoot { get => throw null; } - public object this[object key] { get => throw null; set { } } - public System.Collections.ICollection Values { get => throw null; } - } - public interface IOrderedDictionary : System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable - { - System.Collections.IDictionaryEnumerator GetEnumerator(); - void Insert(int index, object key, object value); - void RemoveAt(int index); - object this[int index] { get; set; } - } - public class ListDictionary : System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable - { - public void Add(object key, object value) => throw null; - public void Clear() => throw null; - public bool Contains(object key) => throw null; - public void CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public ListDictionary() => throw null; - public ListDictionary(System.Collections.IComparer comparer) => throw null; - public System.Collections.IDictionaryEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public bool IsFixedSize { get => throw null; } - public bool IsReadOnly { get => throw null; } - public bool IsSynchronized { get => throw null; } - public System.Collections.ICollection Keys { get => throw null; } - public void Remove(object key) => throw null; - public object SyncRoot { get => throw null; } - public object this[object key] { get => throw null; set { } } - public System.Collections.ICollection Values { get => throw null; } - } - public abstract class NameObjectCollectionBase : System.Collections.ICollection, System.Runtime.Serialization.IDeserializationCallback, System.Collections.IEnumerable, System.Runtime.Serialization.ISerializable - { - protected void BaseAdd(string name, object value) => throw null; - protected void BaseClear() => throw null; - protected object BaseGet(int index) => throw null; - protected object BaseGet(string name) => throw null; - protected string[] BaseGetAllKeys() => throw null; - protected object[] BaseGetAllValues() => throw null; - protected object[] BaseGetAllValues(System.Type type) => throw null; - protected string BaseGetKey(int index) => throw null; - protected bool BaseHasKeys() => throw null; - protected void BaseRemove(string name) => throw null; - protected void BaseRemoveAt(int index) => throw null; - protected void BaseSet(int index, object value) => throw null; - protected void BaseSet(string name, object value) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public virtual int Count { get => throw null; } - protected NameObjectCollectionBase() => throw null; - protected NameObjectCollectionBase(System.Collections.IEqualityComparer equalityComparer) => throw null; - protected NameObjectCollectionBase(System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer) => throw null; - protected NameObjectCollectionBase(int capacity) => throw null; - protected NameObjectCollectionBase(int capacity, System.Collections.IEqualityComparer equalityComparer) => throw null; - protected NameObjectCollectionBase(int capacity, System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer) => throw null; - protected NameObjectCollectionBase(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public virtual System.Collections.IEnumerator GetEnumerator() => throw null; - public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - protected bool IsReadOnly { get => throw null; set { } } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - public virtual System.Collections.Specialized.NameObjectCollectionBase.KeysCollection Keys { get => throw null; } - public class KeysCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public virtual string Get(int index) => throw null; - public System.Collections.IEnumerator GetEnumerator() => throw null; - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.ICollection.SyncRoot { get => throw null; } - public string this[int index] { get => throw null; } - } - public virtual void OnDeserialization(object sender) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - } - public class NameValueCollection : System.Collections.Specialized.NameObjectCollectionBase - { - public void Add(System.Collections.Specialized.NameValueCollection c) => throw null; - public virtual void Add(string name, string value) => throw null; - public virtual string[] AllKeys { get => throw null; } - public virtual void Clear() => throw null; - public void CopyTo(System.Array dest, int index) => throw null; - public NameValueCollection() => throw null; - public NameValueCollection(System.Collections.IEqualityComparer equalityComparer) => throw null; - public NameValueCollection(System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer) => throw null; - public NameValueCollection(System.Collections.Specialized.NameValueCollection col) => throw null; - public NameValueCollection(int capacity) => throw null; - public NameValueCollection(int capacity, System.Collections.IEqualityComparer equalityComparer) => throw null; - public NameValueCollection(int capacity, System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer) => throw null; - public NameValueCollection(int capacity, System.Collections.Specialized.NameValueCollection col) => throw null; - protected NameValueCollection(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public virtual string Get(int index) => throw null; - public virtual string Get(string name) => throw null; - public virtual string GetKey(int index) => throw null; - public virtual string[] GetValues(int index) => throw null; - public virtual string[] GetValues(string name) => throw null; - public bool HasKeys() => throw null; - protected void InvalidateCachedArrays() => throw null; - public virtual void Remove(string name) => throw null; - public virtual void Set(string name, string value) => throw null; - public string this[int index] { get => throw null; } - public string this[string name] { get => throw null; set { } } - } - public class OrderedDictionary : System.Collections.ICollection, System.Runtime.Serialization.IDeserializationCallback, System.Collections.IDictionary, System.Collections.IEnumerable, System.Collections.Specialized.IOrderedDictionary, System.Runtime.Serialization.ISerializable - { - public void Add(object key, object value) => throw null; - public System.Collections.Specialized.OrderedDictionary AsReadOnly() => throw null; - public void Clear() => throw null; - public bool Contains(object key) => throw null; - public void CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public OrderedDictionary() => throw null; - public OrderedDictionary(System.Collections.IEqualityComparer comparer) => throw null; - public OrderedDictionary(int capacity) => throw null; - public OrderedDictionary(int capacity, System.Collections.IEqualityComparer comparer) => throw null; - protected OrderedDictionary(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public virtual System.Collections.IDictionaryEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public void Insert(int index, object key, object value) => throw null; - bool System.Collections.IDictionary.IsFixedSize { get => throw null; } - public bool IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - public System.Collections.ICollection Keys { get => throw null; } - protected virtual void OnDeserialization(object sender) => throw null; - void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) => throw null; - public void Remove(object key) => throw null; - public void RemoveAt(int index) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public object this[int index] { get => throw null; set { } } - public object this[object key] { get => throw null; set { } } - public System.Collections.ICollection Values { get => throw null; } - } - public class StringCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList - { - public int Add(string value) => throw null; - int System.Collections.IList.Add(object value) => throw null; - public void AddRange(string[] value) => throw null; - public void Clear() => throw null; - public bool Contains(string value) => throw null; - bool System.Collections.IList.Contains(object value) => throw null; - public void CopyTo(string[] array, int index) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public StringCollection() => throw null; - public System.Collections.Specialized.StringEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public int IndexOf(string value) => throw null; - int System.Collections.IList.IndexOf(object value) => throw null; - public void Insert(int index, string value) => throw null; - void System.Collections.IList.Insert(int index, object value) => throw null; - bool System.Collections.IList.IsFixedSize { get => throw null; } - public bool IsReadOnly { get => throw null; } - bool System.Collections.IList.IsReadOnly { get => throw null; } - public bool IsSynchronized { get => throw null; } - object System.Collections.IList.this[int index] { get => throw null; set { } } - public void Remove(string value) => throw null; - void System.Collections.IList.Remove(object value) => throw null; - public void RemoveAt(int index) => throw null; - public object SyncRoot { get => throw null; } - public string this[int index] { get => throw null; set { } } - } - public class StringDictionary : System.Collections.IEnumerable - { - public virtual void Add(string key, string value) => throw null; - public virtual void Clear() => throw null; - public virtual bool ContainsKey(string key) => throw null; - public virtual bool ContainsValue(string value) => throw null; - public virtual void CopyTo(System.Array array, int index) => throw null; - public virtual int Count { get => throw null; } - public StringDictionary() => throw null; - public virtual System.Collections.IEnumerator GetEnumerator() => throw null; - public virtual bool IsSynchronized { get => throw null; } - public virtual System.Collections.ICollection Keys { get => throw null; } - public virtual void Remove(string key) => throw null; - public virtual object SyncRoot { get => throw null; } - public virtual string this[string key] { get => throw null; set { } } - public virtual System.Collections.ICollection Values { get => throw null; } - } - public class StringEnumerator - { - public string Current { get => throw null; } - public bool MoveNext() => throw null; - public void Reset() => throw null; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.cs deleted file mode 100644 index 77d637e5..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.cs +++ /dev/null @@ -1,698 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Collections, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Collections - { - public sealed class BitArray : System.ICloneable, System.Collections.ICollection, System.Collections.IEnumerable - { - public System.Collections.BitArray And(System.Collections.BitArray value) => throw null; - public object Clone() => throw null; - public void CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public BitArray(bool[] values) => throw null; - public BitArray(byte[] bytes) => throw null; - public BitArray(System.Collections.BitArray bits) => throw null; - public BitArray(int length) => throw null; - public BitArray(int length, bool defaultValue) => throw null; - public BitArray(int[] values) => throw null; - public bool Get(int index) => throw null; - public System.Collections.IEnumerator GetEnumerator() => throw null; - public bool HasAllSet() => throw null; - public bool HasAnySet() => throw null; - public bool IsReadOnly { get => throw null; } - public bool IsSynchronized { get => throw null; } - public System.Collections.BitArray LeftShift(int count) => throw null; - public int Length { get => throw null; set { } } - public System.Collections.BitArray Not() => throw null; - public System.Collections.BitArray Or(System.Collections.BitArray value) => throw null; - public System.Collections.BitArray RightShift(int count) => throw null; - public void Set(int index, bool value) => throw null; - public void SetAll(bool value) => throw null; - public object SyncRoot { get => throw null; } - public bool this[int index] { get => throw null; set { } } - public System.Collections.BitArray Xor(System.Collections.BitArray value) => throw null; - } - namespace Generic - { - public static partial class CollectionExtensions - { - public static void AddRange(this System.Collections.Generic.List list, System.ReadOnlySpan source) => throw null; - public static System.Collections.ObjectModel.ReadOnlyCollection AsReadOnly(this System.Collections.Generic.IList list) => throw null; - public static System.Collections.ObjectModel.ReadOnlyDictionary AsReadOnly(this System.Collections.Generic.IDictionary dictionary) => throw null; - public static void CopyTo(this System.Collections.Generic.List list, System.Span destination) => throw null; - public static TValue GetValueOrDefault(this System.Collections.Generic.IReadOnlyDictionary dictionary, TKey key) => throw null; - public static TValue GetValueOrDefault(this System.Collections.Generic.IReadOnlyDictionary dictionary, TKey key, TValue defaultValue) => throw null; - public static void InsertRange(this System.Collections.Generic.List list, int index, System.ReadOnlySpan source) => throw null; - public static bool Remove(this System.Collections.Generic.IDictionary dictionary, TKey key, out TValue value) => throw null; - public static bool TryAdd(this System.Collections.Generic.IDictionary dictionary, TKey key, TValue value) => throw null; - } - public abstract class Comparer : System.Collections.Generic.IComparer, System.Collections.IComparer - { - public abstract int Compare(T x, T y); - int System.Collections.IComparer.Compare(object x, object y) => throw null; - public static System.Collections.Generic.Comparer Create(System.Comparison comparison) => throw null; - protected Comparer() => throw null; - public static System.Collections.Generic.Comparer Default { get => throw null; } - } - public class Dictionary : System.Collections.Generic.ICollection>, System.Collections.ICollection, System.Runtime.Serialization.IDeserializationCallback, System.Collections.Generic.IDictionary, System.Collections.IDictionary, System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection>, System.Collections.Generic.IReadOnlyDictionary, System.Runtime.Serialization.ISerializable - { - public void Add(TKey key, TValue value) => throw null; - void System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair keyValuePair) => throw null; - void System.Collections.IDictionary.Add(object key, object value) => throw null; - public void Clear() => throw null; - public System.Collections.Generic.IEqualityComparer Comparer { get => throw null; } - bool System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair keyValuePair) => throw null; - bool System.Collections.IDictionary.Contains(object key) => throw null; - public bool ContainsKey(TKey key) => throw null; - public bool ContainsValue(TValue value) => throw null; - void System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair[] array, int index) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public Dictionary() => throw null; - public Dictionary(System.Collections.Generic.IDictionary dictionary) => throw null; - public Dictionary(System.Collections.Generic.IDictionary dictionary, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public Dictionary(System.Collections.Generic.IEnumerable> collection) => throw null; - public Dictionary(System.Collections.Generic.IEnumerable> collection, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public Dictionary(System.Collections.Generic.IEqualityComparer comparer) => throw null; - public Dictionary(int capacity) => throw null; - public Dictionary(int capacity, System.Collections.Generic.IEqualityComparer comparer) => throw null; - protected Dictionary(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public int EnsureCapacity(int capacity) => throw null; - public struct Enumerator : System.Collections.IDictionaryEnumerator, System.IDisposable, System.Collections.Generic.IEnumerator>, System.Collections.IEnumerator - { - public System.Collections.Generic.KeyValuePair Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public void Dispose() => throw null; - System.Collections.DictionaryEntry System.Collections.IDictionaryEnumerator.Entry { get => throw null; } - object System.Collections.IDictionaryEnumerator.Key { get => throw null; } - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - object System.Collections.IDictionaryEnumerator.Value { get => throw null; } - } - public System.Collections.Generic.Dictionary.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator> System.Collections.Generic.IEnumerable>.GetEnumerator() => throw null; - System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - bool System.Collections.IDictionary.IsFixedSize { get => throw null; } - bool System.Collections.Generic.ICollection>.IsReadOnly { get => throw null; } - bool System.Collections.IDictionary.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.IDictionary.this[object key] { get => throw null; set { } } - public sealed class KeyCollection : System.Collections.Generic.ICollection, System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - void System.Collections.Generic.ICollection.Add(TKey item) => throw null; - void System.Collections.Generic.ICollection.Clear() => throw null; - public bool Contains(TKey item) => throw null; - public void CopyTo(TKey[] array, int index) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public KeyCollection(System.Collections.Generic.Dictionary dictionary) => throw null; - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public TKey Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public void Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Collections.Generic.Dictionary.KeyCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - bool System.Collections.Generic.ICollection.Remove(TKey item) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - } - public System.Collections.Generic.Dictionary.KeyCollection Keys { get => throw null; } - System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Keys { get => throw null; } - System.Collections.Generic.IEnumerable System.Collections.Generic.IReadOnlyDictionary.Keys { get => throw null; } - System.Collections.ICollection System.Collections.IDictionary.Keys { get => throw null; } - public virtual void OnDeserialization(object sender) => throw null; - public bool Remove(TKey key) => throw null; - public bool Remove(TKey key, out TValue value) => throw null; - bool System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair keyValuePair) => throw null; - void System.Collections.IDictionary.Remove(object key) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public TValue this[TKey key] { get => throw null; set { } } - public void TrimExcess() => throw null; - public void TrimExcess(int capacity) => throw null; - public bool TryAdd(TKey key, TValue value) => throw null; - public bool TryGetValue(TKey key, out TValue value) => throw null; - public sealed class ValueCollection : System.Collections.Generic.ICollection, System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - void System.Collections.Generic.ICollection.Add(TValue item) => throw null; - void System.Collections.Generic.ICollection.Clear() => throw null; - bool System.Collections.Generic.ICollection.Contains(TValue item) => throw null; - public void CopyTo(TValue[] array, int index) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public ValueCollection(System.Collections.Generic.Dictionary dictionary) => throw null; - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public TValue Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public void Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Collections.Generic.Dictionary.ValueCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - bool System.Collections.Generic.ICollection.Remove(TValue item) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - } - System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Values { get => throw null; } - System.Collections.Generic.IEnumerable System.Collections.Generic.IReadOnlyDictionary.Values { get => throw null; } - System.Collections.ICollection System.Collections.IDictionary.Values { get => throw null; } - public System.Collections.Generic.Dictionary.ValueCollection Values { get => throw null; } - } - public abstract class EqualityComparer : System.Collections.Generic.IEqualityComparer, System.Collections.IEqualityComparer - { - public static System.Collections.Generic.EqualityComparer Create(System.Func equals, System.Func getHashCode = default(System.Func)) => throw null; - protected EqualityComparer() => throw null; - public static System.Collections.Generic.EqualityComparer Default { get => throw null; } - public abstract bool Equals(T x, T y); - bool System.Collections.IEqualityComparer.Equals(object x, object y) => throw null; - public abstract int GetHashCode(T obj); - int System.Collections.IEqualityComparer.GetHashCode(object obj) => throw null; - } - public class HashSet : System.Collections.Generic.ICollection, System.Runtime.Serialization.IDeserializationCallback, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlySet, System.Runtime.Serialization.ISerializable, System.Collections.Generic.ISet - { - public bool Add(T item) => throw null; - void System.Collections.Generic.ICollection.Add(T item) => throw null; - public void Clear() => throw null; - public System.Collections.Generic.IEqualityComparer Comparer { get => throw null; } - public bool Contains(T item) => throw null; - public void CopyTo(T[] array) => throw null; - public void CopyTo(T[] array, int arrayIndex) => throw null; - public void CopyTo(T[] array, int arrayIndex, int count) => throw null; - public int Count { get => throw null; } - public static System.Collections.Generic.IEqualityComparer> CreateSetComparer() => throw null; - public HashSet() => throw null; - public HashSet(System.Collections.Generic.IEnumerable collection) => throw null; - public HashSet(System.Collections.Generic.IEnumerable collection, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public HashSet(System.Collections.Generic.IEqualityComparer comparer) => throw null; - public HashSet(int capacity) => throw null; - public HashSet(int capacity, System.Collections.Generic.IEqualityComparer comparer) => throw null; - protected HashSet(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public int EnsureCapacity(int capacity) => throw null; - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public T Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public void Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public void ExceptWith(System.Collections.Generic.IEnumerable other) => throw null; - public System.Collections.Generic.HashSet.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public void IntersectWith(System.Collections.Generic.IEnumerable other) => throw null; - public bool IsProperSubsetOf(System.Collections.Generic.IEnumerable other) => throw null; - public bool IsProperSupersetOf(System.Collections.Generic.IEnumerable other) => throw null; - bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } - public bool IsSubsetOf(System.Collections.Generic.IEnumerable other) => throw null; - public bool IsSupersetOf(System.Collections.Generic.IEnumerable other) => throw null; - public virtual void OnDeserialization(object sender) => throw null; - public bool Overlaps(System.Collections.Generic.IEnumerable other) => throw null; - public bool Remove(T item) => throw null; - public int RemoveWhere(System.Predicate match) => throw null; - public bool SetEquals(System.Collections.Generic.IEnumerable other) => throw null; - public void SymmetricExceptWith(System.Collections.Generic.IEnumerable other) => throw null; - public void TrimExcess() => throw null; - public bool TryGetValue(T equalValue, out T actualValue) => throw null; - public void UnionWith(System.Collections.Generic.IEnumerable other) => throw null; - } - public class LinkedList : System.Collections.Generic.ICollection, System.Collections.ICollection, System.Runtime.Serialization.IDeserializationCallback, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection, System.Runtime.Serialization.ISerializable - { - void System.Collections.Generic.ICollection.Add(T value) => throw null; - public void AddAfter(System.Collections.Generic.LinkedListNode node, System.Collections.Generic.LinkedListNode newNode) => throw null; - public System.Collections.Generic.LinkedListNode AddAfter(System.Collections.Generic.LinkedListNode node, T value) => throw null; - public void AddBefore(System.Collections.Generic.LinkedListNode node, System.Collections.Generic.LinkedListNode newNode) => throw null; - public System.Collections.Generic.LinkedListNode AddBefore(System.Collections.Generic.LinkedListNode node, T value) => throw null; - public void AddFirst(System.Collections.Generic.LinkedListNode node) => throw null; - public System.Collections.Generic.LinkedListNode AddFirst(T value) => throw null; - public void AddLast(System.Collections.Generic.LinkedListNode node) => throw null; - public System.Collections.Generic.LinkedListNode AddLast(T value) => throw null; - public void Clear() => throw null; - public bool Contains(T value) => throw null; - public void CopyTo(T[] array, int index) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public LinkedList() => throw null; - public LinkedList(System.Collections.Generic.IEnumerable collection) => throw null; - protected LinkedList(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public struct Enumerator : System.Runtime.Serialization.IDeserializationCallback, System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator, System.Runtime.Serialization.ISerializable - { - public T Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public void Dispose() => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public bool MoveNext() => throw null; - void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Collections.Generic.LinkedListNode Find(T value) => throw null; - public System.Collections.Generic.LinkedListNode FindLast(T value) => throw null; - public System.Collections.Generic.LinkedListNode First { get => throw null; } - public System.Collections.Generic.LinkedList.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - public System.Collections.Generic.LinkedListNode Last { get => throw null; } - public virtual void OnDeserialization(object sender) => throw null; - public void Remove(System.Collections.Generic.LinkedListNode node) => throw null; - public bool Remove(T value) => throw null; - public void RemoveFirst() => throw null; - public void RemoveLast() => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - } - public sealed class LinkedListNode - { - public LinkedListNode(T value) => throw null; - public System.Collections.Generic.LinkedList List { get => throw null; } - public System.Collections.Generic.LinkedListNode Next { get => throw null; } - public System.Collections.Generic.LinkedListNode Previous { get => throw null; } - public T Value { get => throw null; set { } } - public T ValueRef { get => throw null; } - } - public class List : System.Collections.Generic.ICollection, System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IList, System.Collections.IList, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyList - { - public void Add(T item) => throw null; - int System.Collections.IList.Add(object item) => throw null; - public void AddRange(System.Collections.Generic.IEnumerable collection) => throw null; - public System.Collections.ObjectModel.ReadOnlyCollection AsReadOnly() => throw null; - public int BinarySearch(int index, int count, T item, System.Collections.Generic.IComparer comparer) => throw null; - public int BinarySearch(T item) => throw null; - public int BinarySearch(T item, System.Collections.Generic.IComparer comparer) => throw null; - public int Capacity { get => throw null; set { } } - public void Clear() => throw null; - public bool Contains(T item) => throw null; - bool System.Collections.IList.Contains(object item) => throw null; - public System.Collections.Generic.List ConvertAll(System.Converter converter) => throw null; - public void CopyTo(int index, T[] array, int arrayIndex, int count) => throw null; - public void CopyTo(T[] array) => throw null; - public void CopyTo(T[] array, int arrayIndex) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) => throw null; - public int Count { get => throw null; } - public List() => throw null; - public List(System.Collections.Generic.IEnumerable collection) => throw null; - public List(int capacity) => throw null; - public int EnsureCapacity(int capacity) => throw null; - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public T Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public void Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public bool Exists(System.Predicate match) => throw null; - public T Find(System.Predicate match) => throw null; - public System.Collections.Generic.List FindAll(System.Predicate match) => throw null; - public int FindIndex(int startIndex, int count, System.Predicate match) => throw null; - public int FindIndex(int startIndex, System.Predicate match) => throw null; - public int FindIndex(System.Predicate match) => throw null; - public T FindLast(System.Predicate match) => throw null; - public int FindLastIndex(int startIndex, int count, System.Predicate match) => throw null; - public int FindLastIndex(int startIndex, System.Predicate match) => throw null; - public int FindLastIndex(System.Predicate match) => throw null; - public void ForEach(System.Action action) => throw null; - public System.Collections.Generic.List.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public System.Collections.Generic.List GetRange(int index, int count) => throw null; - public int IndexOf(T item) => throw null; - public int IndexOf(T item, int index) => throw null; - public int IndexOf(T item, int index, int count) => throw null; - int System.Collections.IList.IndexOf(object item) => throw null; - public void Insert(int index, T item) => throw null; - void System.Collections.IList.Insert(int index, object item) => throw null; - public void InsertRange(int index, System.Collections.Generic.IEnumerable collection) => throw null; - bool System.Collections.IList.IsFixedSize { get => throw null; } - bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } - bool System.Collections.IList.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.IList.this[int index] { get => throw null; set { } } - public int LastIndexOf(T item) => throw null; - public int LastIndexOf(T item, int index) => throw null; - public int LastIndexOf(T item, int index, int count) => throw null; - public bool Remove(T item) => throw null; - void System.Collections.IList.Remove(object item) => throw null; - public int RemoveAll(System.Predicate match) => throw null; - public void RemoveAt(int index) => throw null; - public void RemoveRange(int index, int count) => throw null; - public void Reverse() => throw null; - public void Reverse(int index, int count) => throw null; - public System.Collections.Generic.List Slice(int start, int length) => throw null; - public void Sort() => throw null; - public void Sort(System.Collections.Generic.IComparer comparer) => throw null; - public void Sort(System.Comparison comparison) => throw null; - public void Sort(int index, int count, System.Collections.Generic.IComparer comparer) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public T this[int index] { get => throw null; set { } } - public T[] ToArray() => throw null; - public void TrimExcess() => throw null; - public bool TrueForAll(System.Predicate match) => throw null; - } - public class PriorityQueue - { - public void Clear() => throw null; - public System.Collections.Generic.IComparer Comparer { get => throw null; } - public int Count { get => throw null; } - public PriorityQueue() => throw null; - public PriorityQueue(System.Collections.Generic.IComparer comparer) => throw null; - public PriorityQueue(System.Collections.Generic.IEnumerable<(TElement Element, TPriority Priority)> items) => throw null; - public PriorityQueue(System.Collections.Generic.IEnumerable<(TElement Element, TPriority Priority)> items, System.Collections.Generic.IComparer comparer) => throw null; - public PriorityQueue(int initialCapacity) => throw null; - public PriorityQueue(int initialCapacity, System.Collections.Generic.IComparer comparer) => throw null; - public TElement Dequeue() => throw null; - public TElement DequeueEnqueue(TElement element, TPriority priority) => throw null; - public void Enqueue(TElement element, TPriority priority) => throw null; - public TElement EnqueueDequeue(TElement element, TPriority priority) => throw null; - public void EnqueueRange(System.Collections.Generic.IEnumerable<(TElement Element, TPriority Priority)> items) => throw null; - public void EnqueueRange(System.Collections.Generic.IEnumerable elements, TPriority priority) => throw null; - public int EnsureCapacity(int capacity) => throw null; - public TElement Peek() => throw null; - public void TrimExcess() => throw null; - public bool TryDequeue(out TElement element, out TPriority priority) => throw null; - public bool TryPeek(out TElement element, out TPriority priority) => throw null; - public System.Collections.Generic.PriorityQueue.UnorderedItemsCollection UnorderedItems { get => throw null; } - public sealed class UnorderedItemsCollection : System.Collections.ICollection, System.Collections.Generic.IEnumerable<(TElement Element, TPriority Priority)>, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection<(TElement Element, TPriority Priority)> - { - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator<(TElement Element, TPriority Priority)>, System.Collections.IEnumerator - { - (TElement Element, TPriority Priority) System.Collections.Generic.IEnumerator<(TElement Element, TPriority Priority)>.Current { get => throw null; } - public (TElement Element, TPriority Priority) Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public void Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Collections.Generic.PriorityQueue.UnorderedItemsCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator<(TElement Element, TPriority Priority)> System.Collections.Generic.IEnumerable<(TElement Element, TPriority Priority)>.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.ICollection.SyncRoot { get => throw null; } - } - } - public class Queue : System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - public void Clear() => throw null; - public bool Contains(T item) => throw null; - public void CopyTo(T[] array, int arrayIndex) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public Queue() => throw null; - public Queue(System.Collections.Generic.IEnumerable collection) => throw null; - public Queue(int capacity) => throw null; - public T Dequeue() => throw null; - public void Enqueue(T item) => throw null; - public int EnsureCapacity(int capacity) => throw null; - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public T Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public void Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Collections.Generic.Queue.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - public T Peek() => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public T[] ToArray() => throw null; - public void TrimExcess() => throw null; - public bool TryDequeue(out T result) => throw null; - public bool TryPeek(out T result) => throw null; - } - public sealed class ReferenceEqualityComparer : System.Collections.Generic.IEqualityComparer, System.Collections.IEqualityComparer - { - public bool Equals(object x, object y) => throw null; - public int GetHashCode(object obj) => throw null; - public static System.Collections.Generic.ReferenceEqualityComparer Instance { get => throw null; } - } - public class SortedDictionary : System.Collections.Generic.ICollection>, System.Collections.ICollection, System.Collections.Generic.IDictionary, System.Collections.IDictionary, System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection>, System.Collections.Generic.IReadOnlyDictionary - { - public void Add(TKey key, TValue value) => throw null; - void System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair keyValuePair) => throw null; - void System.Collections.IDictionary.Add(object key, object value) => throw null; - public void Clear() => throw null; - public System.Collections.Generic.IComparer Comparer { get => throw null; } - bool System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair keyValuePair) => throw null; - bool System.Collections.IDictionary.Contains(object key) => throw null; - public bool ContainsKey(TKey key) => throw null; - public bool ContainsValue(TValue value) => throw null; - public void CopyTo(System.Collections.Generic.KeyValuePair[] array, int index) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public SortedDictionary() => throw null; - public SortedDictionary(System.Collections.Generic.IComparer comparer) => throw null; - public SortedDictionary(System.Collections.Generic.IDictionary dictionary) => throw null; - public SortedDictionary(System.Collections.Generic.IDictionary dictionary, System.Collections.Generic.IComparer comparer) => throw null; - public struct Enumerator : System.Collections.IDictionaryEnumerator, System.IDisposable, System.Collections.Generic.IEnumerator>, System.Collections.IEnumerator - { - public System.Collections.Generic.KeyValuePair Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public void Dispose() => throw null; - System.Collections.DictionaryEntry System.Collections.IDictionaryEnumerator.Entry { get => throw null; } - object System.Collections.IDictionaryEnumerator.Key { get => throw null; } - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - object System.Collections.IDictionaryEnumerator.Value { get => throw null; } - } - public System.Collections.Generic.SortedDictionary.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator> System.Collections.Generic.IEnumerable>.GetEnumerator() => throw null; - System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - bool System.Collections.IDictionary.IsFixedSize { get => throw null; } - bool System.Collections.Generic.ICollection>.IsReadOnly { get => throw null; } - bool System.Collections.IDictionary.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.IDictionary.this[object key] { get => throw null; set { } } - public sealed class KeyCollection : System.Collections.Generic.ICollection, System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - void System.Collections.Generic.ICollection.Add(TKey item) => throw null; - void System.Collections.Generic.ICollection.Clear() => throw null; - public bool Contains(TKey item) => throw null; - public void CopyTo(TKey[] array, int index) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public KeyCollection(System.Collections.Generic.SortedDictionary dictionary) => throw null; - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public TKey Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public void Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Collections.Generic.SortedDictionary.KeyCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - bool System.Collections.Generic.ICollection.Remove(TKey item) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - } - public System.Collections.Generic.SortedDictionary.KeyCollection Keys { get => throw null; } - System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Keys { get => throw null; } - System.Collections.Generic.IEnumerable System.Collections.Generic.IReadOnlyDictionary.Keys { get => throw null; } - System.Collections.ICollection System.Collections.IDictionary.Keys { get => throw null; } - public bool Remove(TKey key) => throw null; - bool System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair keyValuePair) => throw null; - void System.Collections.IDictionary.Remove(object key) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public TValue this[TKey key] { get => throw null; set { } } - public bool TryGetValue(TKey key, out TValue value) => throw null; - public sealed class ValueCollection : System.Collections.Generic.ICollection, System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - void System.Collections.Generic.ICollection.Add(TValue item) => throw null; - void System.Collections.Generic.ICollection.Clear() => throw null; - bool System.Collections.Generic.ICollection.Contains(TValue item) => throw null; - public void CopyTo(TValue[] array, int index) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public ValueCollection(System.Collections.Generic.SortedDictionary dictionary) => throw null; - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public TValue Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public void Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Collections.Generic.SortedDictionary.ValueCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - bool System.Collections.Generic.ICollection.Remove(TValue item) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - } - System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Values { get => throw null; } - System.Collections.Generic.IEnumerable System.Collections.Generic.IReadOnlyDictionary.Values { get => throw null; } - System.Collections.ICollection System.Collections.IDictionary.Values { get => throw null; } - public System.Collections.Generic.SortedDictionary.ValueCollection Values { get => throw null; } - } - public class SortedList : System.Collections.Generic.ICollection>, System.Collections.ICollection, System.Collections.Generic.IDictionary, System.Collections.IDictionary, System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection>, System.Collections.Generic.IReadOnlyDictionary - { - public void Add(TKey key, TValue value) => throw null; - void System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair keyValuePair) => throw null; - void System.Collections.IDictionary.Add(object key, object value) => throw null; - public int Capacity { get => throw null; set { } } - public void Clear() => throw null; - public System.Collections.Generic.IComparer Comparer { get => throw null; } - bool System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair keyValuePair) => throw null; - bool System.Collections.IDictionary.Contains(object key) => throw null; - public bool ContainsKey(TKey key) => throw null; - public bool ContainsValue(TValue value) => throw null; - void System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair[] array, int arrayIndex) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public SortedList() => throw null; - public SortedList(System.Collections.Generic.IComparer comparer) => throw null; - public SortedList(System.Collections.Generic.IDictionary dictionary) => throw null; - public SortedList(System.Collections.Generic.IDictionary dictionary, System.Collections.Generic.IComparer comparer) => throw null; - public SortedList(int capacity) => throw null; - public SortedList(int capacity, System.Collections.Generic.IComparer comparer) => throw null; - public System.Collections.Generic.IEnumerator> GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator> System.Collections.Generic.IEnumerable>.GetEnumerator() => throw null; - System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public TKey GetKeyAtIndex(int index) => throw null; - public TValue GetValueAtIndex(int index) => throw null; - public int IndexOfKey(TKey key) => throw null; - public int IndexOfValue(TValue value) => throw null; - bool System.Collections.IDictionary.IsFixedSize { get => throw null; } - bool System.Collections.Generic.ICollection>.IsReadOnly { get => throw null; } - bool System.Collections.IDictionary.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.IDictionary.this[object key] { get => throw null; set { } } - public System.Collections.Generic.IList Keys { get => throw null; } - System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Keys { get => throw null; } - System.Collections.Generic.IEnumerable System.Collections.Generic.IReadOnlyDictionary.Keys { get => throw null; } - System.Collections.ICollection System.Collections.IDictionary.Keys { get => throw null; } - public bool Remove(TKey key) => throw null; - bool System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair keyValuePair) => throw null; - void System.Collections.IDictionary.Remove(object key) => throw null; - public void RemoveAt(int index) => throw null; - public void SetValueAtIndex(int index, TValue value) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public TValue this[TKey key] { get => throw null; set { } } - public void TrimExcess() => throw null; - public bool TryGetValue(TKey key, out TValue value) => throw null; - System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Values { get => throw null; } - System.Collections.Generic.IEnumerable System.Collections.Generic.IReadOnlyDictionary.Values { get => throw null; } - System.Collections.ICollection System.Collections.IDictionary.Values { get => throw null; } - public System.Collections.Generic.IList Values { get => throw null; } - } - public class SortedSet : System.Collections.Generic.ICollection, System.Collections.ICollection, System.Runtime.Serialization.IDeserializationCallback, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlySet, System.Runtime.Serialization.ISerializable, System.Collections.Generic.ISet - { - public bool Add(T item) => throw null; - void System.Collections.Generic.ICollection.Add(T item) => throw null; - public virtual void Clear() => throw null; - public System.Collections.Generic.IComparer Comparer { get => throw null; } - public virtual bool Contains(T item) => throw null; - public void CopyTo(T[] array) => throw null; - public void CopyTo(T[] array, int index) => throw null; - public void CopyTo(T[] array, int index, int count) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public static System.Collections.Generic.IEqualityComparer> CreateSetComparer() => throw null; - public static System.Collections.Generic.IEqualityComparer> CreateSetComparer(System.Collections.Generic.IEqualityComparer memberEqualityComparer) => throw null; - public SortedSet() => throw null; - public SortedSet(System.Collections.Generic.IComparer comparer) => throw null; - public SortedSet(System.Collections.Generic.IEnumerable collection) => throw null; - public SortedSet(System.Collections.Generic.IEnumerable collection, System.Collections.Generic.IComparer comparer) => throw null; - protected SortedSet(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public struct Enumerator : System.Runtime.Serialization.IDeserializationCallback, System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator, System.Runtime.Serialization.ISerializable - { - public T Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public void Dispose() => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public bool MoveNext() => throw null; - void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public void ExceptWith(System.Collections.Generic.IEnumerable other) => throw null; - public System.Collections.Generic.SortedSet.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public virtual System.Collections.Generic.SortedSet GetViewBetween(T lowerValue, T upperValue) => throw null; - public virtual void IntersectWith(System.Collections.Generic.IEnumerable other) => throw null; - public bool IsProperSubsetOf(System.Collections.Generic.IEnumerable other) => throw null; - public bool IsProperSupersetOf(System.Collections.Generic.IEnumerable other) => throw null; - bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } - public bool IsSubsetOf(System.Collections.Generic.IEnumerable other) => throw null; - public bool IsSupersetOf(System.Collections.Generic.IEnumerable other) => throw null; - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - public T Max { get => throw null; } - public T Min { get => throw null; } - protected virtual void OnDeserialization(object sender) => throw null; - void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) => throw null; - public bool Overlaps(System.Collections.Generic.IEnumerable other) => throw null; - public bool Remove(T item) => throw null; - public int RemoveWhere(System.Predicate match) => throw null; - public System.Collections.Generic.IEnumerable Reverse() => throw null; - public bool SetEquals(System.Collections.Generic.IEnumerable other) => throw null; - public void SymmetricExceptWith(System.Collections.Generic.IEnumerable other) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public bool TryGetValue(T equalValue, out T actualValue) => throw null; - public void UnionWith(System.Collections.Generic.IEnumerable other) => throw null; - } - public class Stack : System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - public void Clear() => throw null; - public bool Contains(T item) => throw null; - public void CopyTo(T[] array, int arrayIndex) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) => throw null; - public int Count { get => throw null; } - public Stack() => throw null; - public Stack(System.Collections.Generic.IEnumerable collection) => throw null; - public Stack(int capacity) => throw null; - public int EnsureCapacity(int capacity) => throw null; - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public T Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public void Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Collections.Generic.Stack.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - public T Peek() => throw null; - public T Pop() => throw null; - public void Push(T item) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public T[] ToArray() => throw null; - public void TrimExcess() => throw null; - public bool TryPeek(out T result) => throw null; - public bool TryPop(out T result) => throw null; - } - } - public static class StructuralComparisons - { - public static System.Collections.IComparer StructuralComparer { get => throw null; } - public static System.Collections.IEqualityComparer StructuralEqualityComparer { get => throw null; } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.Annotations.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.Annotations.cs deleted file mode 100644 index d8f278ed..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.Annotations.cs +++ /dev/null @@ -1,427 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.ComponentModel.Annotations, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace ComponentModel - { - namespace DataAnnotations - { - [System.AttributeUsage((System.AttributeTargets)2432, AllowMultiple = false)] - public class AllowedValuesAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute - { - public AllowedValuesAttribute(params object[] values) => throw null; - public override bool IsValid(object value) => throw null; - public object[] Values { get => throw null; } - } - public class AssociatedMetadataTypeTypeDescriptionProvider : System.ComponentModel.TypeDescriptionProvider - { - public AssociatedMetadataTypeTypeDescriptionProvider(System.Type type) => throw null; - public AssociatedMetadataTypeTypeDescriptionProvider(System.Type type, System.Type associatedMetadataType) => throw null; - public override System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor(System.Type objectType, object instance) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false, Inherited = true)] - public sealed class AssociationAttribute : System.Attribute - { - public AssociationAttribute(string name, string thisKey, string otherKey) => throw null; - public bool IsForeignKey { get => throw null; set { } } - public string Name { get => throw null; } - public string OtherKey { get => throw null; } - public System.Collections.Generic.IEnumerable OtherKeyMembers { get => throw null; } - public string ThisKey { get => throw null; } - public System.Collections.Generic.IEnumerable ThisKeyMembers { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)2432, AllowMultiple = false)] - public class Base64StringAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute - { - public Base64StringAttribute() => throw null; - public override bool IsValid(object value) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false)] - public class CompareAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute - { - public CompareAttribute(string otherProperty) => throw null; - public override string FormatErrorMessage(string name) => throw null; - protected override System.ComponentModel.DataAnnotations.ValidationResult IsValid(object value, System.ComponentModel.DataAnnotations.ValidationContext validationContext) => throw null; - public string OtherProperty { get => throw null; } - public string OtherPropertyDisplayName { get => throw null; } - public override bool RequiresValidationContext { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false, Inherited = true)] - public sealed class ConcurrencyCheckAttribute : System.Attribute - { - public ConcurrencyCheckAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)2432, AllowMultiple = false)] - public sealed class CreditCardAttribute : System.ComponentModel.DataAnnotations.DataTypeAttribute - { - public CreditCardAttribute() : base(default(System.ComponentModel.DataAnnotations.DataType)) => throw null; - public override bool IsValid(object value) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)2500, AllowMultiple = true)] - public sealed class CustomValidationAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute - { - public CustomValidationAttribute(System.Type validatorType, string method) => throw null; - public override string FormatErrorMessage(string name) => throw null; - protected override System.ComponentModel.DataAnnotations.ValidationResult IsValid(object value, System.ComponentModel.DataAnnotations.ValidationContext validationContext) => throw null; - public string Method { get => throw null; } - public System.Type ValidatorType { get => throw null; } - } - public enum DataType - { - Custom = 0, - DateTime = 1, - Date = 2, - Time = 3, - Duration = 4, - PhoneNumber = 5, - Currency = 6, - Text = 7, - Html = 8, - MultilineText = 9, - EmailAddress = 10, - Password = 11, - Url = 12, - ImageUrl = 13, - CreditCard = 14, - PostalCode = 15, - Upload = 16, - } - [System.AttributeUsage((System.AttributeTargets)2496, AllowMultiple = false)] - public class DataTypeAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute - { - public DataTypeAttribute(System.ComponentModel.DataAnnotations.DataType dataType) => throw null; - public DataTypeAttribute(string customDataType) => throw null; - public string CustomDataType { get => throw null; } - public System.ComponentModel.DataAnnotations.DataType DataType { get => throw null; } - public System.ComponentModel.DataAnnotations.DisplayFormatAttribute DisplayFormat { get => throw null; set { } } - public virtual string GetDataTypeName() => throw null; - public override bool IsValid(object value) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)2432, AllowMultiple = false)] - public class DeniedValuesAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute - { - public DeniedValuesAttribute(params object[] values) => throw null; - public override bool IsValid(object value) => throw null; - public object[] Values { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)2500, AllowMultiple = false)] - public sealed class DisplayAttribute : System.Attribute - { - public bool AutoGenerateField { get => throw null; set { } } - public bool AutoGenerateFilter { get => throw null; set { } } - public DisplayAttribute() => throw null; - public string Description { get => throw null; set { } } - public bool? GetAutoGenerateField() => throw null; - public bool? GetAutoGenerateFilter() => throw null; - public string GetDescription() => throw null; - public string GetGroupName() => throw null; - public string GetName() => throw null; - public int? GetOrder() => throw null; - public string GetPrompt() => throw null; - public string GetShortName() => throw null; - public string GroupName { get => throw null; set { } } - public string Name { get => throw null; set { } } - public int Order { get => throw null; set { } } - public string Prompt { get => throw null; set { } } - public System.Type ResourceType { get => throw null; set { } } - public string ShortName { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)4, Inherited = true, AllowMultiple = false)] - public class DisplayColumnAttribute : System.Attribute - { - public DisplayColumnAttribute(string displayColumn) => throw null; - public DisplayColumnAttribute(string displayColumn, string sortColumn) => throw null; - public DisplayColumnAttribute(string displayColumn, string sortColumn, bool sortDescending) => throw null; - public string DisplayColumn { get => throw null; } - public string SortColumn { get => throw null; } - public bool SortDescending { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false)] - public class DisplayFormatAttribute : System.Attribute - { - public bool ApplyFormatInEditMode { get => throw null; set { } } - public bool ConvertEmptyStringToNull { get => throw null; set { } } - public DisplayFormatAttribute() => throw null; - public string DataFormatString { get => throw null; set { } } - public string GetNullDisplayText() => throw null; - public bool HtmlEncode { get => throw null; set { } } - public string NullDisplayText { get => throw null; set { } } - public System.Type NullDisplayTextResourceType { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false, Inherited = true)] - public sealed class EditableAttribute : System.Attribute - { - public bool AllowEdit { get => throw null; } - public bool AllowInitialValue { get => throw null; set { } } - public EditableAttribute(bool allowEdit) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)2432, AllowMultiple = false)] - public sealed class EmailAddressAttribute : System.ComponentModel.DataAnnotations.DataTypeAttribute - { - public EmailAddressAttribute() : base(default(System.ComponentModel.DataAnnotations.DataType)) => throw null; - public override bool IsValid(object value) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)2496, AllowMultiple = false)] - public sealed class EnumDataTypeAttribute : System.ComponentModel.DataAnnotations.DataTypeAttribute - { - public EnumDataTypeAttribute(System.Type enumType) : base(default(System.ComponentModel.DataAnnotations.DataType)) => throw null; - public System.Type EnumType { get => throw null; } - public override bool IsValid(object value) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)2432, AllowMultiple = false)] - public sealed class FileExtensionsAttribute : System.ComponentModel.DataAnnotations.DataTypeAttribute - { - public FileExtensionsAttribute() : base(default(System.ComponentModel.DataAnnotations.DataType)) => throw null; - public string Extensions { get => throw null; set { } } - public override string FormatErrorMessage(string name) => throw null; - public override bool IsValid(object value) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false)] - public sealed class FilterUIHintAttribute : System.Attribute - { - public System.Collections.Generic.IDictionary ControlParameters { get => throw null; } - public FilterUIHintAttribute(string filterUIHint) => throw null; - public FilterUIHintAttribute(string filterUIHint, string presentationLayer) => throw null; - public FilterUIHintAttribute(string filterUIHint, string presentationLayer, params object[] controlParameters) => throw null; - public override bool Equals(object obj) => throw null; - public string FilterUIHint { get => throw null; } - public override int GetHashCode() => throw null; - public string PresentationLayer { get => throw null; } - } - public interface IValidatableObject - { - System.Collections.Generic.IEnumerable Validate(System.ComponentModel.DataAnnotations.ValidationContext validationContext); - } - [System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false, Inherited = true)] - public sealed class KeyAttribute : System.Attribute - { - public KeyAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)2432, AllowMultiple = false)] - public class LengthAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute - { - public LengthAttribute(int minimumLength, int maximumLength) => throw null; - public override string FormatErrorMessage(string name) => throw null; - public override bool IsValid(object value) => throw null; - public int MaximumLength { get => throw null; } - public int MinimumLength { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)2432, AllowMultiple = false)] - public class MaxLengthAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute - { - public MaxLengthAttribute() => throw null; - public MaxLengthAttribute(int length) => throw null; - public override string FormatErrorMessage(string name) => throw null; - public override bool IsValid(object value) => throw null; - public int Length { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false)] - public sealed class MetadataTypeAttribute : System.Attribute - { - public MetadataTypeAttribute(System.Type metadataClassType) => throw null; - public System.Type MetadataClassType { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)2432, AllowMultiple = false)] - public class MinLengthAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute - { - public MinLengthAttribute(int length) => throw null; - public override string FormatErrorMessage(string name) => throw null; - public override bool IsValid(object value) => throw null; - public int Length { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)2432, AllowMultiple = false)] - public sealed class PhoneAttribute : System.ComponentModel.DataAnnotations.DataTypeAttribute - { - public PhoneAttribute() : base(default(System.ComponentModel.DataAnnotations.DataType)) => throw null; - public override bool IsValid(object value) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)2432, AllowMultiple = false)] - public class RangeAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute - { - public bool ConvertValueInInvariantCulture { get => throw null; set { } } - public RangeAttribute(double minimum, double maximum) => throw null; - public RangeAttribute(int minimum, int maximum) => throw null; - public RangeAttribute(System.Type type, string minimum, string maximum) => throw null; - public override string FormatErrorMessage(string name) => throw null; - public override bool IsValid(object value) => throw null; - public object Maximum { get => throw null; } - public bool MaximumIsExclusive { get => throw null; set { } } - public object Minimum { get => throw null; } - public bool MinimumIsExclusive { get => throw null; set { } } - public System.Type OperandType { get => throw null; } - public bool ParseLimitsInInvariantCulture { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)2432, AllowMultiple = false)] - public class RegularExpressionAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute - { - public RegularExpressionAttribute(string pattern) => throw null; - public override string FormatErrorMessage(string name) => throw null; - public override bool IsValid(object value) => throw null; - public System.TimeSpan MatchTimeout { get => throw null; } - public int MatchTimeoutInMilliseconds { get => throw null; set { } } - public string Pattern { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)2432, AllowMultiple = false)] - public class RequiredAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute - { - public bool AllowEmptyStrings { get => throw null; set { } } - public RequiredAttribute() => throw null; - public override bool IsValid(object value) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false)] - public class ScaffoldColumnAttribute : System.Attribute - { - public ScaffoldColumnAttribute(bool scaffold) => throw null; - public bool Scaffold { get => throw null; } - } - namespace Schema - { - [System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false)] - public class ColumnAttribute : System.Attribute - { - public ColumnAttribute() => throw null; - public ColumnAttribute(string name) => throw null; - public string Name { get => throw null; } - public int Order { get => throw null; set { } } - public string TypeName { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false)] - public class ComplexTypeAttribute : System.Attribute - { - public ComplexTypeAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false)] - public class DatabaseGeneratedAttribute : System.Attribute - { - public DatabaseGeneratedAttribute(System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedOption databaseGeneratedOption) => throw null; - public System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedOption DatabaseGeneratedOption { get => throw null; } - } - public enum DatabaseGeneratedOption - { - None = 0, - Identity = 1, - Computed = 2, - } - [System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false)] - public class ForeignKeyAttribute : System.Attribute - { - public ForeignKeyAttribute(string name) => throw null; - public string Name { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false)] - public class InversePropertyAttribute : System.Attribute - { - public InversePropertyAttribute(string property) => throw null; - public string Property { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)388, AllowMultiple = false)] - public class NotMappedAttribute : System.Attribute - { - public NotMappedAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false)] - public class TableAttribute : System.Attribute - { - public TableAttribute(string name) => throw null; - public string Name { get => throw null; } - public string Schema { get => throw null; set { } } - } - } - [System.AttributeUsage((System.AttributeTargets)2432, AllowMultiple = false)] - public class StringLengthAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute - { - public StringLengthAttribute(int maximumLength) => throw null; - public override string FormatErrorMessage(string name) => throw null; - public override bool IsValid(object value) => throw null; - public int MaximumLength { get => throw null; } - public int MinimumLength { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false, Inherited = true)] - public sealed class TimestampAttribute : System.Attribute - { - public TimestampAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = true)] - public class UIHintAttribute : System.Attribute - { - public System.Collections.Generic.IDictionary ControlParameters { get => throw null; } - public UIHintAttribute(string uiHint) => throw null; - public UIHintAttribute(string uiHint, string presentationLayer) => throw null; - public UIHintAttribute(string uiHint, string presentationLayer, params object[] controlParameters) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public string PresentationLayer { get => throw null; } - public string UIHint { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)2432, AllowMultiple = false)] - public sealed class UrlAttribute : System.ComponentModel.DataAnnotations.DataTypeAttribute - { - public UrlAttribute() : base(default(System.ComponentModel.DataAnnotations.DataType)) => throw null; - public override bool IsValid(object value) => throw null; - } - public abstract class ValidationAttribute : System.Attribute - { - protected ValidationAttribute() => throw null; - protected ValidationAttribute(System.Func errorMessageAccessor) => throw null; - protected ValidationAttribute(string errorMessage) => throw null; - public string ErrorMessage { get => throw null; set { } } - public string ErrorMessageResourceName { get => throw null; set { } } - public System.Type ErrorMessageResourceType { get => throw null; set { } } - protected string ErrorMessageString { get => throw null; } - public virtual string FormatErrorMessage(string name) => throw null; - public System.ComponentModel.DataAnnotations.ValidationResult GetValidationResult(object value, System.ComponentModel.DataAnnotations.ValidationContext validationContext) => throw null; - public virtual bool IsValid(object value) => throw null; - protected virtual System.ComponentModel.DataAnnotations.ValidationResult IsValid(object value, System.ComponentModel.DataAnnotations.ValidationContext validationContext) => throw null; - public virtual bool RequiresValidationContext { get => throw null; } - public void Validate(object value, System.ComponentModel.DataAnnotations.ValidationContext validationContext) => throw null; - public void Validate(object value, string name) => throw null; - } - public sealed class ValidationContext : System.IServiceProvider - { - public ValidationContext(object instance) => throw null; - public ValidationContext(object instance, System.Collections.Generic.IDictionary items) => throw null; - public ValidationContext(object instance, System.IServiceProvider serviceProvider, System.Collections.Generic.IDictionary items) => throw null; - public string DisplayName { get => throw null; set { } } - public object GetService(System.Type serviceType) => throw null; - public void InitializeServiceProvider(System.Func serviceProvider) => throw null; - public System.Collections.Generic.IDictionary Items { get => throw null; } - public string MemberName { get => throw null; set { } } - public object ObjectInstance { get => throw null; } - public System.Type ObjectType { get => throw null; } - } - public class ValidationException : System.Exception - { - public ValidationException() => throw null; - public ValidationException(System.ComponentModel.DataAnnotations.ValidationResult validationResult, System.ComponentModel.DataAnnotations.ValidationAttribute validatingAttribute, object value) => throw null; - protected ValidationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public ValidationException(string message) => throw null; - public ValidationException(string errorMessage, System.ComponentModel.DataAnnotations.ValidationAttribute validatingAttribute, object value) => throw null; - public ValidationException(string message, System.Exception innerException) => throw null; - public System.ComponentModel.DataAnnotations.ValidationAttribute ValidationAttribute { get => throw null; } - public System.ComponentModel.DataAnnotations.ValidationResult ValidationResult { get => throw null; } - public object Value { get => throw null; } - } - public class ValidationResult - { - protected ValidationResult(System.ComponentModel.DataAnnotations.ValidationResult validationResult) => throw null; - public ValidationResult(string errorMessage) => throw null; - public ValidationResult(string errorMessage, System.Collections.Generic.IEnumerable memberNames) => throw null; - public string ErrorMessage { get => throw null; set { } } - public System.Collections.Generic.IEnumerable MemberNames { get => throw null; } - public static readonly System.ComponentModel.DataAnnotations.ValidationResult Success; - public override string ToString() => throw null; - } - public static class Validator - { - public static bool TryValidateObject(object instance, System.ComponentModel.DataAnnotations.ValidationContext validationContext, System.Collections.Generic.ICollection validationResults) => throw null; - public static bool TryValidateObject(object instance, System.ComponentModel.DataAnnotations.ValidationContext validationContext, System.Collections.Generic.ICollection validationResults, bool validateAllProperties) => throw null; - public static bool TryValidateProperty(object value, System.ComponentModel.DataAnnotations.ValidationContext validationContext, System.Collections.Generic.ICollection validationResults) => throw null; - public static bool TryValidateValue(object value, System.ComponentModel.DataAnnotations.ValidationContext validationContext, System.Collections.Generic.ICollection validationResults, System.Collections.Generic.IEnumerable validationAttributes) => throw null; - public static void ValidateObject(object instance, System.ComponentModel.DataAnnotations.ValidationContext validationContext) => throw null; - public static void ValidateObject(object instance, System.ComponentModel.DataAnnotations.ValidationContext validationContext, bool validateAllProperties) => throw null; - public static void ValidateProperty(object value, System.ComponentModel.DataAnnotations.ValidationContext validationContext) => throw null; - public static void ValidateValue(object value, System.ComponentModel.DataAnnotations.ValidationContext validationContext, System.Collections.Generic.IEnumerable validationAttributes) => throw null; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.EventBasedAsync.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.EventBasedAsync.cs deleted file mode 100644 index 005f330c..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.EventBasedAsync.cs +++ /dev/null @@ -1,71 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.ComponentModel.EventBasedAsync, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace ComponentModel - { - public class AsyncCompletedEventArgs : System.EventArgs - { - public bool Cancelled { get => throw null; } - public AsyncCompletedEventArgs(System.Exception error, bool cancelled, object userState) => throw null; - public System.Exception Error { get => throw null; } - protected void RaiseExceptionIfNecessary() => throw null; - public object UserState { get => throw null; } - } - public delegate void AsyncCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); - public sealed class AsyncOperation - { - public void OperationCompleted() => throw null; - public void Post(System.Threading.SendOrPostCallback d, object arg) => throw null; - public void PostOperationCompleted(System.Threading.SendOrPostCallback d, object arg) => throw null; - public System.Threading.SynchronizationContext SynchronizationContext { get => throw null; } - public object UserSuppliedState { get => throw null; } - } - public static class AsyncOperationManager - { - public static System.ComponentModel.AsyncOperation CreateOperation(object userSuppliedState) => throw null; - public static System.Threading.SynchronizationContext SynchronizationContext { get => throw null; set { } } - } - public class BackgroundWorker : System.ComponentModel.Component - { - public void CancelAsync() => throw null; - public bool CancellationPending { get => throw null; } - public BackgroundWorker() => throw null; - protected override void Dispose(bool disposing) => throw null; - public event System.ComponentModel.DoWorkEventHandler DoWork; - public bool IsBusy { get => throw null; } - protected virtual void OnDoWork(System.ComponentModel.DoWorkEventArgs e) => throw null; - protected virtual void OnProgressChanged(System.ComponentModel.ProgressChangedEventArgs e) => throw null; - protected virtual void OnRunWorkerCompleted(System.ComponentModel.RunWorkerCompletedEventArgs e) => throw null; - public event System.ComponentModel.ProgressChangedEventHandler ProgressChanged; - public void ReportProgress(int percentProgress) => throw null; - public void ReportProgress(int percentProgress, object userState) => throw null; - public void RunWorkerAsync() => throw null; - public void RunWorkerAsync(object argument) => throw null; - public event System.ComponentModel.RunWorkerCompletedEventHandler RunWorkerCompleted; - public bool WorkerReportsProgress { get => throw null; set { } } - public bool WorkerSupportsCancellation { get => throw null; set { } } - } - public class DoWorkEventArgs : System.ComponentModel.CancelEventArgs - { - public object Argument { get => throw null; } - public DoWorkEventArgs(object argument) => throw null; - public object Result { get => throw null; set { } } - } - public delegate void DoWorkEventHandler(object sender, System.ComponentModel.DoWorkEventArgs e); - public class ProgressChangedEventArgs : System.EventArgs - { - public ProgressChangedEventArgs(int progressPercentage, object userState) => throw null; - public int ProgressPercentage { get => throw null; } - public object UserState { get => throw null; } - } - public delegate void ProgressChangedEventHandler(object sender, System.ComponentModel.ProgressChangedEventArgs e); - public class RunWorkerCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs - { - public RunWorkerCompletedEventArgs(object result, System.Exception error, bool cancelled) : base(default(System.Exception), default(bool), default(object)) => throw null; - public object Result { get => throw null; } - public object UserState { get => throw null; } - } - public delegate void RunWorkerCompletedEventHandler(object sender, System.ComponentModel.RunWorkerCompletedEventArgs e); - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.Primitives.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.Primitives.cs deleted file mode 100644 index 391806cc..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.Primitives.cs +++ /dev/null @@ -1,329 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.ComponentModel.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace ComponentModel - { - [System.AttributeUsage((System.AttributeTargets)32767)] - public sealed class BrowsableAttribute : System.Attribute - { - public bool Browsable { get => throw null; } - public BrowsableAttribute(bool browsable) => throw null; - public static readonly System.ComponentModel.BrowsableAttribute Default; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public override bool IsDefaultAttribute() => throw null; - public static readonly System.ComponentModel.BrowsableAttribute No; - public static readonly System.ComponentModel.BrowsableAttribute Yes; - } - [System.AttributeUsage((System.AttributeTargets)32767)] - public class CategoryAttribute : System.Attribute - { - public static System.ComponentModel.CategoryAttribute Action { get => throw null; } - public static System.ComponentModel.CategoryAttribute Appearance { get => throw null; } - public static System.ComponentModel.CategoryAttribute Asynchronous { get => throw null; } - public static System.ComponentModel.CategoryAttribute Behavior { get => throw null; } - public string Category { get => throw null; } - public CategoryAttribute() => throw null; - public CategoryAttribute(string category) => throw null; - public static System.ComponentModel.CategoryAttribute Data { get => throw null; } - public static System.ComponentModel.CategoryAttribute Default { get => throw null; } - public static System.ComponentModel.CategoryAttribute Design { get => throw null; } - public static System.ComponentModel.CategoryAttribute DragDrop { get => throw null; } - public override bool Equals(object obj) => throw null; - public static System.ComponentModel.CategoryAttribute Focus { get => throw null; } - public static System.ComponentModel.CategoryAttribute Format { get => throw null; } - public override int GetHashCode() => throw null; - protected virtual string GetLocalizedString(string value) => throw null; - public override bool IsDefaultAttribute() => throw null; - public static System.ComponentModel.CategoryAttribute Key { get => throw null; } - public static System.ComponentModel.CategoryAttribute Layout { get => throw null; } - public static System.ComponentModel.CategoryAttribute Mouse { get => throw null; } - public static System.ComponentModel.CategoryAttribute WindowStyle { get => throw null; } - } - public class Component : System.MarshalByRefObject, System.ComponentModel.IComponent, System.IDisposable - { - protected virtual bool CanRaiseEvents { get => throw null; } - public System.ComponentModel.IContainer Container { get => throw null; } - public Component() => throw null; - protected bool DesignMode { get => throw null; } - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public event System.EventHandler Disposed; - protected System.ComponentModel.EventHandlerList Events { get => throw null; } - protected virtual object GetService(System.Type service) => throw null; - public virtual System.ComponentModel.ISite Site { get => throw null; set { } } - public override string ToString() => throw null; - } - public class ComponentCollection : System.Collections.ReadOnlyCollectionBase - { - public void CopyTo(System.ComponentModel.IComponent[] array, int index) => throw null; - public ComponentCollection(System.ComponentModel.IComponent[] components) => throw null; - public virtual System.ComponentModel.IComponent this[int index] { get => throw null; } - public virtual System.ComponentModel.IComponent this[string name] { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)32767)] - public class DescriptionAttribute : System.Attribute - { - public DescriptionAttribute() => throw null; - public DescriptionAttribute(string description) => throw null; - public static readonly System.ComponentModel.DescriptionAttribute Default; - public virtual string Description { get => throw null; } - protected string DescriptionValue { get => throw null; set { } } - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public override bool IsDefaultAttribute() => throw null; - } - namespace Design - { - namespace Serialization - { - [System.AttributeUsage((System.AttributeTargets)1028, AllowMultiple = true, Inherited = true)] - public sealed class DesignerSerializerAttribute : System.Attribute - { - public DesignerSerializerAttribute(string serializerTypeName, string baseSerializerTypeName) => throw null; - public DesignerSerializerAttribute(string serializerTypeName, System.Type baseSerializerType) => throw null; - public DesignerSerializerAttribute(System.Type serializerType, System.Type baseSerializerType) => throw null; - public string SerializerBaseTypeName { get => throw null; } - public string SerializerTypeName { get => throw null; } - public override object TypeId { get => throw null; } - } - } - } - [System.AttributeUsage((System.AttributeTargets)1028, AllowMultiple = true, Inherited = true)] - public sealed class DesignerAttribute : System.Attribute - { - public DesignerAttribute(string designerTypeName) => throw null; - public DesignerAttribute(string designerTypeName, string designerBaseTypeName) => throw null; - public DesignerAttribute(string designerTypeName, System.Type designerBaseType) => throw null; - public DesignerAttribute(System.Type designerType) => throw null; - public DesignerAttribute(System.Type designerType, System.Type designerBaseType) => throw null; - public string DesignerBaseTypeName { get => throw null; } - public string DesignerTypeName { get => throw null; } - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public override object TypeId { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = true)] - public sealed class DesignerCategoryAttribute : System.Attribute - { - public string Category { get => throw null; } - public static readonly System.ComponentModel.DesignerCategoryAttribute Component; - public DesignerCategoryAttribute() => throw null; - public DesignerCategoryAttribute(string category) => throw null; - public static readonly System.ComponentModel.DesignerCategoryAttribute Default; - public override bool Equals(object obj) => throw null; - public static readonly System.ComponentModel.DesignerCategoryAttribute Form; - public static readonly System.ComponentModel.DesignerCategoryAttribute Generic; - public override int GetHashCode() => throw null; - public override bool IsDefaultAttribute() => throw null; - public override object TypeId { get => throw null; } - } - public enum DesignerSerializationVisibility - { - Hidden = 0, - Visible = 1, - Content = 2, - } - [System.AttributeUsage((System.AttributeTargets)960)] - public sealed class DesignerSerializationVisibilityAttribute : System.Attribute - { - public static readonly System.ComponentModel.DesignerSerializationVisibilityAttribute Content; - public DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility visibility) => throw null; - public static readonly System.ComponentModel.DesignerSerializationVisibilityAttribute Default; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public static readonly System.ComponentModel.DesignerSerializationVisibilityAttribute Hidden; - public override bool IsDefaultAttribute() => throw null; - public System.ComponentModel.DesignerSerializationVisibility Visibility { get => throw null; } - public static readonly System.ComponentModel.DesignerSerializationVisibilityAttribute Visible; - } - [System.AttributeUsage((System.AttributeTargets)32767)] - public sealed class DesignOnlyAttribute : System.Attribute - { - public DesignOnlyAttribute(bool isDesignOnly) => throw null; - public static readonly System.ComponentModel.DesignOnlyAttribute Default; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public override bool IsDefaultAttribute() => throw null; - public bool IsDesignOnly { get => throw null; } - public static readonly System.ComponentModel.DesignOnlyAttribute No; - public static readonly System.ComponentModel.DesignOnlyAttribute Yes; - } - [System.AttributeUsage((System.AttributeTargets)708)] - public class DisplayNameAttribute : System.Attribute - { - public DisplayNameAttribute() => throw null; - public DisplayNameAttribute(string displayName) => throw null; - public static readonly System.ComponentModel.DisplayNameAttribute Default; - public virtual string DisplayName { get => throw null; } - protected string DisplayNameValue { get => throw null; set { } } - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public override bool IsDefaultAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)32767, AllowMultiple = true, Inherited = true)] - public sealed class EditorAttribute : System.Attribute - { - public EditorAttribute() => throw null; - public EditorAttribute(string typeName, string baseTypeName) => throw null; - public EditorAttribute(string typeName, System.Type baseType) => throw null; - public EditorAttribute(System.Type type, System.Type baseType) => throw null; - public string EditorBaseTypeName { get => throw null; } - public string EditorTypeName { get => throw null; } - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public override object TypeId { get => throw null; } - } - public sealed class EventHandlerList : System.IDisposable - { - public void AddHandler(object key, System.Delegate value) => throw null; - public void AddHandlers(System.ComponentModel.EventHandlerList listToAddFrom) => throw null; - public EventHandlerList() => throw null; - public void Dispose() => throw null; - public void RemoveHandler(object key, System.Delegate value) => throw null; - public System.Delegate this[object key] { get => throw null; set { } } - } - public interface IComponent : System.IDisposable - { - event System.EventHandler Disposed; - System.ComponentModel.ISite Site { get; set; } - } - public interface IContainer : System.IDisposable - { - void Add(System.ComponentModel.IComponent component); - void Add(System.ComponentModel.IComponent component, string name); - System.ComponentModel.ComponentCollection Components { get; } - void Remove(System.ComponentModel.IComponent component); - } - [System.AttributeUsage((System.AttributeTargets)32767)] - public sealed class ImmutableObjectAttribute : System.Attribute - { - public ImmutableObjectAttribute(bool immutable) => throw null; - public static readonly System.ComponentModel.ImmutableObjectAttribute Default; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public bool Immutable { get => throw null; } - public override bool IsDefaultAttribute() => throw null; - public static readonly System.ComponentModel.ImmutableObjectAttribute No; - public static readonly System.ComponentModel.ImmutableObjectAttribute Yes; - } - [System.AttributeUsage((System.AttributeTargets)4)] - public sealed class InitializationEventAttribute : System.Attribute - { - public InitializationEventAttribute(string eventName) => throw null; - public string EventName { get => throw null; } - } - public class InvalidAsynchronousStateException : System.ArgumentException - { - public InvalidAsynchronousStateException() => throw null; - protected InvalidAsynchronousStateException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public InvalidAsynchronousStateException(string message) => throw null; - public InvalidAsynchronousStateException(string message, System.Exception innerException) => throw null; - } - public class InvalidEnumArgumentException : System.ArgumentException - { - public InvalidEnumArgumentException() => throw null; - protected InvalidEnumArgumentException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public InvalidEnumArgumentException(string message) => throw null; - public InvalidEnumArgumentException(string message, System.Exception innerException) => throw null; - public InvalidEnumArgumentException(string argumentName, int invalidValue, System.Type enumClass) => throw null; - } - public interface ISite : System.IServiceProvider - { - System.ComponentModel.IComponent Component { get; } - System.ComponentModel.IContainer Container { get; } - bool DesignMode { get; } - string Name { get; set; } - } - public interface ISupportInitialize - { - void BeginInit(); - void EndInit(); - } - public interface ISynchronizeInvoke - { - System.IAsyncResult BeginInvoke(System.Delegate method, object[] args); - object EndInvoke(System.IAsyncResult result); - object Invoke(System.Delegate method, object[] args); - bool InvokeRequired { get; } - } - [System.AttributeUsage((System.AttributeTargets)32767)] - public sealed class LocalizableAttribute : System.Attribute - { - public LocalizableAttribute(bool isLocalizable) => throw null; - public static readonly System.ComponentModel.LocalizableAttribute Default; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public override bool IsDefaultAttribute() => throw null; - public bool IsLocalizable { get => throw null; } - public static readonly System.ComponentModel.LocalizableAttribute No; - public static readonly System.ComponentModel.LocalizableAttribute Yes; - } - [System.AttributeUsage((System.AttributeTargets)32767)] - public sealed class MergablePropertyAttribute : System.Attribute - { - public bool AllowMerge { get => throw null; } - public MergablePropertyAttribute(bool allowMerge) => throw null; - public static readonly System.ComponentModel.MergablePropertyAttribute Default; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public override bool IsDefaultAttribute() => throw null; - public static readonly System.ComponentModel.MergablePropertyAttribute No; - public static readonly System.ComponentModel.MergablePropertyAttribute Yes; - } - [System.AttributeUsage((System.AttributeTargets)128)] - public sealed class NotifyParentPropertyAttribute : System.Attribute - { - public NotifyParentPropertyAttribute(bool notifyParent) => throw null; - public static readonly System.ComponentModel.NotifyParentPropertyAttribute Default; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public override bool IsDefaultAttribute() => throw null; - public static readonly System.ComponentModel.NotifyParentPropertyAttribute No; - public bool NotifyParent { get => throw null; } - public static readonly System.ComponentModel.NotifyParentPropertyAttribute Yes; - } - [System.AttributeUsage((System.AttributeTargets)32767)] - public sealed class ParenthesizePropertyNameAttribute : System.Attribute - { - public ParenthesizePropertyNameAttribute() => throw null; - public ParenthesizePropertyNameAttribute(bool needParenthesis) => throw null; - public static readonly System.ComponentModel.ParenthesizePropertyNameAttribute Default; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public override bool IsDefaultAttribute() => throw null; - public bool NeedParenthesis { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)32767)] - public sealed class ReadOnlyAttribute : System.Attribute - { - public ReadOnlyAttribute(bool isReadOnly) => throw null; - public static readonly System.ComponentModel.ReadOnlyAttribute Default; - public override bool Equals(object value) => throw null; - public override int GetHashCode() => throw null; - public override bool IsDefaultAttribute() => throw null; - public bool IsReadOnly { get => throw null; } - public static readonly System.ComponentModel.ReadOnlyAttribute No; - public static readonly System.ComponentModel.ReadOnlyAttribute Yes; - } - public enum RefreshProperties - { - None = 0, - All = 1, - Repaint = 2, - } - [System.AttributeUsage((System.AttributeTargets)32767)] - public sealed class RefreshPropertiesAttribute : System.Attribute - { - public static readonly System.ComponentModel.RefreshPropertiesAttribute All; - public RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties refresh) => throw null; - public static readonly System.ComponentModel.RefreshPropertiesAttribute Default; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public override bool IsDefaultAttribute() => throw null; - public System.ComponentModel.RefreshProperties RefreshProperties { get => throw null; } - public static readonly System.ComponentModel.RefreshPropertiesAttribute Repaint; - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.TypeConverter.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.TypeConverter.cs deleted file mode 100644 index 4f5673f1..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.TypeConverter.cs +++ /dev/null @@ -1,2214 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.ComponentModel.TypeConverter, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace ComponentModel - { - public class AddingNewEventArgs : System.EventArgs - { - public AddingNewEventArgs() => throw null; - public AddingNewEventArgs(object newObject) => throw null; - public object NewObject { get => throw null; set { } } - } - public delegate void AddingNewEventHandler(object sender, System.ComponentModel.AddingNewEventArgs e); - [System.AttributeUsage((System.AttributeTargets)32767)] - public sealed class AmbientValueAttribute : System.Attribute - { - public AmbientValueAttribute(bool value) => throw null; - public AmbientValueAttribute(byte value) => throw null; - public AmbientValueAttribute(char value) => throw null; - public AmbientValueAttribute(double value) => throw null; - public AmbientValueAttribute(short value) => throw null; - public AmbientValueAttribute(int value) => throw null; - public AmbientValueAttribute(long value) => throw null; - public AmbientValueAttribute(object value) => throw null; - public AmbientValueAttribute(float value) => throw null; - public AmbientValueAttribute(string value) => throw null; - public AmbientValueAttribute(System.Type type, string value) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public object Value { get => throw null; } - } - public class ArrayConverter : System.ComponentModel.CollectionConverter - { - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) => throw null; - public ArrayConverter() => throw null; - public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) => throw null; - public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) => throw null; - } - public class AttributeCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - protected virtual System.Attribute[] Attributes { get => throw null; } - public bool Contains(System.Attribute attribute) => throw null; - public bool Contains(System.Attribute[] attributes) => throw null; - public void CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - int System.Collections.ICollection.Count { get => throw null; } - protected AttributeCollection() => throw null; - public AttributeCollection(params System.Attribute[] attributes) => throw null; - public static readonly System.ComponentModel.AttributeCollection Empty; - public static System.ComponentModel.AttributeCollection FromExisting(System.ComponentModel.AttributeCollection existing, params System.Attribute[] newAttributes) => throw null; - protected System.Attribute GetDefaultAttribute(System.Type attributeType) => throw null; - public System.Collections.IEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - public bool Matches(System.Attribute attribute) => throw null; - public bool Matches(System.Attribute[] attributes) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public virtual System.Attribute this[int index] { get => throw null; } - public virtual System.Attribute this[System.Type attributeType] { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)128)] - public class AttributeProviderAttribute : System.Attribute - { - public AttributeProviderAttribute(string typeName) => throw null; - public AttributeProviderAttribute(string typeName, string propertyName) => throw null; - public AttributeProviderAttribute(System.Type type) => throw null; - public string PropertyName { get => throw null; } - public string TypeName { get => throw null; } - } - public abstract class BaseNumberConverter : System.ComponentModel.TypeConverter - { - public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) => throw null; - public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) => throw null; - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)32767)] - public sealed class BindableAttribute : System.Attribute - { - public bool Bindable { get => throw null; } - public BindableAttribute(bool bindable) => throw null; - public BindableAttribute(bool bindable, System.ComponentModel.BindingDirection direction) => throw null; - public BindableAttribute(System.ComponentModel.BindableSupport flags) => throw null; - public BindableAttribute(System.ComponentModel.BindableSupport flags, System.ComponentModel.BindingDirection direction) => throw null; - public static readonly System.ComponentModel.BindableAttribute Default; - public System.ComponentModel.BindingDirection Direction { get => throw null; } - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public override bool IsDefaultAttribute() => throw null; - public static readonly System.ComponentModel.BindableAttribute No; - public static readonly System.ComponentModel.BindableAttribute Yes; - } - public enum BindableSupport - { - No = 0, - Yes = 1, - Default = 2, - } - public enum BindingDirection - { - OneWay = 0, - TwoWay = 1, - } - public class BindingList : System.Collections.ObjectModel.Collection, System.ComponentModel.IBindingList, System.ComponentModel.ICancelAddNew, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ComponentModel.IRaiseItemChangedEvents - { - void System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor prop) => throw null; - public event System.ComponentModel.AddingNewEventHandler AddingNew; - public T AddNew() => throw null; - object System.ComponentModel.IBindingList.AddNew() => throw null; - protected virtual object AddNewCore() => throw null; - public bool AllowEdit { get => throw null; set { } } - bool System.ComponentModel.IBindingList.AllowEdit { get => throw null; } - public bool AllowNew { get => throw null; set { } } - bool System.ComponentModel.IBindingList.AllowNew { get => throw null; } - public bool AllowRemove { get => throw null; set { } } - bool System.ComponentModel.IBindingList.AllowRemove { get => throw null; } - void System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor prop, System.ComponentModel.ListSortDirection direction) => throw null; - protected virtual void ApplySortCore(System.ComponentModel.PropertyDescriptor prop, System.ComponentModel.ListSortDirection direction) => throw null; - public virtual void CancelNew(int itemIndex) => throw null; - protected override void ClearItems() => throw null; - public BindingList() => throw null; - public BindingList(System.Collections.Generic.IList list) => throw null; - public virtual void EndNew(int itemIndex) => throw null; - int System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor prop, object key) => throw null; - protected virtual int FindCore(System.ComponentModel.PropertyDescriptor prop, object key) => throw null; - protected override void InsertItem(int index, T item) => throw null; - bool System.ComponentModel.IBindingList.IsSorted { get => throw null; } - protected virtual bool IsSortedCore { get => throw null; } - public event System.ComponentModel.ListChangedEventHandler ListChanged; - protected virtual void OnAddingNew(System.ComponentModel.AddingNewEventArgs e) => throw null; - protected virtual void OnListChanged(System.ComponentModel.ListChangedEventArgs e) => throw null; - public bool RaiseListChangedEvents { get => throw null; set { } } - bool System.ComponentModel.IRaiseItemChangedEvents.RaisesItemChangedEvents { get => throw null; } - void System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor prop) => throw null; - protected override void RemoveItem(int index) => throw null; - void System.ComponentModel.IBindingList.RemoveSort() => throw null; - protected virtual void RemoveSortCore() => throw null; - public void ResetBindings() => throw null; - public void ResetItem(int position) => throw null; - protected override void SetItem(int index, T item) => throw null; - System.ComponentModel.ListSortDirection System.ComponentModel.IBindingList.SortDirection { get => throw null; } - protected virtual System.ComponentModel.ListSortDirection SortDirectionCore { get => throw null; } - System.ComponentModel.PropertyDescriptor System.ComponentModel.IBindingList.SortProperty { get => throw null; } - protected virtual System.ComponentModel.PropertyDescriptor SortPropertyCore { get => throw null; } - bool System.ComponentModel.IBindingList.SupportsChangeNotification { get => throw null; } - protected virtual bool SupportsChangeNotificationCore { get => throw null; } - bool System.ComponentModel.IBindingList.SupportsSearching { get => throw null; } - protected virtual bool SupportsSearchingCore { get => throw null; } - bool System.ComponentModel.IBindingList.SupportsSorting { get => throw null; } - protected virtual bool SupportsSortingCore { get => throw null; } - } - public class BooleanConverter : System.ComponentModel.TypeConverter - { - public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) => throw null; - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) => throw null; - public BooleanConverter() => throw null; - public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) => throw null; - public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) => throw null; - public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) => throw null; - } - public class ByteConverter : System.ComponentModel.BaseNumberConverter - { - public ByteConverter() => throw null; - } - public delegate void CancelEventHandler(object sender, System.ComponentModel.CancelEventArgs e); - public class CharConverter : System.ComponentModel.TypeConverter - { - public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) => throw null; - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) => throw null; - public CharConverter() => throw null; - } - public enum CollectionChangeAction - { - Add = 1, - Remove = 2, - Refresh = 3, - } - public class CollectionChangeEventArgs : System.EventArgs - { - public virtual System.ComponentModel.CollectionChangeAction Action { get => throw null; } - public CollectionChangeEventArgs(System.ComponentModel.CollectionChangeAction action, object element) => throw null; - public virtual object Element { get => throw null; } - } - public delegate void CollectionChangeEventHandler(object sender, System.ComponentModel.CollectionChangeEventArgs e); - public class CollectionConverter : System.ComponentModel.TypeConverter - { - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) => throw null; - public CollectionConverter() => throw null; - public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)4)] - public sealed class ComplexBindingPropertiesAttribute : System.Attribute - { - public ComplexBindingPropertiesAttribute() => throw null; - public ComplexBindingPropertiesAttribute(string dataSource) => throw null; - public ComplexBindingPropertiesAttribute(string dataSource, string dataMember) => throw null; - public string DataMember { get => throw null; } - public string DataSource { get => throw null; } - public static readonly System.ComponentModel.ComplexBindingPropertiesAttribute Default; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - } - public class ComponentConverter : System.ComponentModel.ReferenceConverter - { - public ComponentConverter(System.Type type) : base(default(System.Type)) => throw null; - public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) => throw null; - public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) => throw null; - } - public abstract class ComponentEditor - { - protected ComponentEditor() => throw null; - public abstract bool EditComponent(System.ComponentModel.ITypeDescriptorContext context, object component); - public bool EditComponent(object component) => throw null; - } - public class ComponentResourceManager : System.Resources.ResourceManager - { - public void ApplyResources(object value, string objectName) => throw null; - public virtual void ApplyResources(object value, string objectName, System.Globalization.CultureInfo culture) => throw null; - public ComponentResourceManager() => throw null; - public ComponentResourceManager(System.Type t) => throw null; - } - public class Container : System.ComponentModel.IContainer, System.IDisposable - { - public virtual void Add(System.ComponentModel.IComponent component) => throw null; - public virtual void Add(System.ComponentModel.IComponent component, string name) => throw null; - public virtual System.ComponentModel.ComponentCollection Components { get => throw null; } - protected virtual System.ComponentModel.ISite CreateSite(System.ComponentModel.IComponent component, string name) => throw null; - public Container() => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - protected virtual object GetService(System.Type service) => throw null; - public virtual void Remove(System.ComponentModel.IComponent component) => throw null; - protected void RemoveWithoutUnsiting(System.ComponentModel.IComponent component) => throw null; - protected virtual void ValidateName(System.ComponentModel.IComponent component, string name) => throw null; - } - public abstract class ContainerFilterService - { - protected ContainerFilterService() => throw null; - public virtual System.ComponentModel.ComponentCollection FilterComponents(System.ComponentModel.ComponentCollection components) => throw null; - } - public class CultureInfoConverter : System.ComponentModel.TypeConverter - { - public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) => throw null; - public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) => throw null; - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) => throw null; - public CultureInfoConverter() => throw null; - protected virtual string GetCultureName(System.Globalization.CultureInfo culture) => throw null; - public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) => throw null; - public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) => throw null; - public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) => throw null; - } - public abstract class CustomTypeDescriptor : System.ComponentModel.ICustomTypeDescriptor - { - protected CustomTypeDescriptor() => throw null; - protected CustomTypeDescriptor(System.ComponentModel.ICustomTypeDescriptor parent) => throw null; - public virtual System.ComponentModel.AttributeCollection GetAttributes() => throw null; - public virtual string GetClassName() => throw null; - public virtual string GetComponentName() => throw null; - public virtual System.ComponentModel.TypeConverter GetConverter() => throw null; - public virtual System.ComponentModel.EventDescriptor GetDefaultEvent() => throw null; - public virtual System.ComponentModel.PropertyDescriptor GetDefaultProperty() => throw null; - public virtual object GetEditor(System.Type editorBaseType) => throw null; - public virtual System.ComponentModel.EventDescriptorCollection GetEvents() => throw null; - public virtual System.ComponentModel.EventDescriptorCollection GetEvents(System.Attribute[] attributes) => throw null; - public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties() => throw null; - public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Attribute[] attributes) => throw null; - public virtual object GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)4)] - public sealed class DataObjectAttribute : System.Attribute - { - public DataObjectAttribute() => throw null; - public DataObjectAttribute(bool isDataObject) => throw null; - public static readonly System.ComponentModel.DataObjectAttribute DataObject; - public static readonly System.ComponentModel.DataObjectAttribute Default; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public bool IsDataObject { get => throw null; } - public override bool IsDefaultAttribute() => throw null; - public static readonly System.ComponentModel.DataObjectAttribute NonDataObject; - } - [System.AttributeUsage((System.AttributeTargets)128)] - public sealed class DataObjectFieldAttribute : System.Attribute - { - public DataObjectFieldAttribute(bool primaryKey) => throw null; - public DataObjectFieldAttribute(bool primaryKey, bool isIdentity) => throw null; - public DataObjectFieldAttribute(bool primaryKey, bool isIdentity, bool isNullable) => throw null; - public DataObjectFieldAttribute(bool primaryKey, bool isIdentity, bool isNullable, int length) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public bool IsIdentity { get => throw null; } - public bool IsNullable { get => throw null; } - public int Length { get => throw null; } - public bool PrimaryKey { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)64)] - public sealed class DataObjectMethodAttribute : System.Attribute - { - public DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType methodType) => throw null; - public DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType methodType, bool isDefault) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public bool IsDefault { get => throw null; } - public override bool Match(object obj) => throw null; - public System.ComponentModel.DataObjectMethodType MethodType { get => throw null; } - } - public enum DataObjectMethodType - { - Fill = 0, - Select = 1, - Update = 2, - Insert = 3, - Delete = 4, - } - public class DateOnlyConverter : System.ComponentModel.TypeConverter - { - public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) => throw null; - public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) => throw null; - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) => throw null; - public DateOnlyConverter() => throw null; - } - public class DateTimeConverter : System.ComponentModel.TypeConverter - { - public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) => throw null; - public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) => throw null; - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) => throw null; - public DateTimeConverter() => throw null; - } - public class DateTimeOffsetConverter : System.ComponentModel.TypeConverter - { - public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) => throw null; - public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) => throw null; - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) => throw null; - public DateTimeOffsetConverter() => throw null; - } - public class DecimalConverter : System.ComponentModel.BaseNumberConverter - { - public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) => throw null; - public DecimalConverter() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)4)] - public sealed class DefaultBindingPropertyAttribute : System.Attribute - { - public DefaultBindingPropertyAttribute() => throw null; - public DefaultBindingPropertyAttribute(string name) => throw null; - public static readonly System.ComponentModel.DefaultBindingPropertyAttribute Default; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public string Name { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)4)] - public sealed class DefaultEventAttribute : System.Attribute - { - public DefaultEventAttribute(string name) => throw null; - public static readonly System.ComponentModel.DefaultEventAttribute Default; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public string Name { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)4)] - public sealed class DefaultPropertyAttribute : System.Attribute - { - public DefaultPropertyAttribute(string name) => throw null; - public static readonly System.ComponentModel.DefaultPropertyAttribute Default; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public string Name { get => throw null; } - } - namespace Design - { - public class ActiveDesignerEventArgs : System.EventArgs - { - public ActiveDesignerEventArgs(System.ComponentModel.Design.IDesignerHost oldDesigner, System.ComponentModel.Design.IDesignerHost newDesigner) => throw null; - public System.ComponentModel.Design.IDesignerHost NewDesigner { get => throw null; } - public System.ComponentModel.Design.IDesignerHost OldDesigner { get => throw null; } - } - public delegate void ActiveDesignerEventHandler(object sender, System.ComponentModel.Design.ActiveDesignerEventArgs e); - public class CheckoutException : System.Runtime.InteropServices.ExternalException - { - public static readonly System.ComponentModel.Design.CheckoutException Canceled; - public CheckoutException() => throw null; - protected CheckoutException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public CheckoutException(string message) => throw null; - public CheckoutException(string message, System.Exception innerException) => throw null; - public CheckoutException(string message, int errorCode) => throw null; - } - public class CommandID - { - public CommandID(System.Guid menuGroup, int commandID) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public virtual System.Guid Guid { get => throw null; } - public virtual int ID { get => throw null; } - public override string ToString() => throw null; - } - public sealed class ComponentChangedEventArgs : System.EventArgs - { - public object Component { get => throw null; } - public ComponentChangedEventArgs(object component, System.ComponentModel.MemberDescriptor member, object oldValue, object newValue) => throw null; - public System.ComponentModel.MemberDescriptor Member { get => throw null; } - public object NewValue { get => throw null; } - public object OldValue { get => throw null; } - } - public delegate void ComponentChangedEventHandler(object sender, System.ComponentModel.Design.ComponentChangedEventArgs e); - public sealed class ComponentChangingEventArgs : System.EventArgs - { - public object Component { get => throw null; } - public ComponentChangingEventArgs(object component, System.ComponentModel.MemberDescriptor member) => throw null; - public System.ComponentModel.MemberDescriptor Member { get => throw null; } - } - public delegate void ComponentChangingEventHandler(object sender, System.ComponentModel.Design.ComponentChangingEventArgs e); - public class ComponentEventArgs : System.EventArgs - { - public virtual System.ComponentModel.IComponent Component { get => throw null; } - public ComponentEventArgs(System.ComponentModel.IComponent component) => throw null; - } - public delegate void ComponentEventHandler(object sender, System.ComponentModel.Design.ComponentEventArgs e); - public class ComponentRenameEventArgs : System.EventArgs - { - public object Component { get => throw null; } - public ComponentRenameEventArgs(object component, string oldName, string newName) => throw null; - public virtual string NewName { get => throw null; } - public virtual string OldName { get => throw null; } - } - public delegate void ComponentRenameEventHandler(object sender, System.ComponentModel.Design.ComponentRenameEventArgs e); - public class DesignerCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - int System.Collections.ICollection.Count { get => throw null; } - public DesignerCollection(System.Collections.IList designers) => throw null; - public DesignerCollection(System.ComponentModel.Design.IDesignerHost[] designers) => throw null; - public System.Collections.IEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.ICollection.SyncRoot { get => throw null; } - public virtual System.ComponentModel.Design.IDesignerHost this[int index] { get => throw null; } - } - public class DesignerEventArgs : System.EventArgs - { - public DesignerEventArgs(System.ComponentModel.Design.IDesignerHost host) => throw null; - public System.ComponentModel.Design.IDesignerHost Designer { get => throw null; } - } - public delegate void DesignerEventHandler(object sender, System.ComponentModel.Design.DesignerEventArgs e); - public abstract class DesignerOptionService : System.ComponentModel.Design.IDesignerOptionService - { - protected System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection CreateOptionCollection(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection parent, string name, object value) => throw null; - protected DesignerOptionService() => throw null; - public sealed class DesignerOptionCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList - { - int System.Collections.IList.Add(object value) => throw null; - void System.Collections.IList.Clear() => throw null; - bool System.Collections.IList.Contains(object value) => throw null; - public void CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public System.Collections.IEnumerator GetEnumerator() => throw null; - public int IndexOf(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection value) => throw null; - int System.Collections.IList.IndexOf(object value) => throw null; - void System.Collections.IList.Insert(int index, object value) => throw null; - bool System.Collections.IList.IsFixedSize { get => throw null; } - bool System.Collections.IList.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.IList.this[int index] { get => throw null; set { } } - public string Name { get => throw null; } - public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection Parent { get => throw null; } - public System.ComponentModel.PropertyDescriptorCollection Properties { get => throw null; } - void System.Collections.IList.Remove(object value) => throw null; - void System.Collections.IList.RemoveAt(int index) => throw null; - public bool ShowDialog() => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection this[int index] { get => throw null; } - public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection this[string name] { get => throw null; } - } - object System.ComponentModel.Design.IDesignerOptionService.GetOptionValue(string pageName, string valueName) => throw null; - public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection Options { get => throw null; } - protected virtual void PopulateOptionCollection(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection options) => throw null; - void System.ComponentModel.Design.IDesignerOptionService.SetOptionValue(string pageName, string valueName, object value) => throw null; - protected virtual bool ShowDialog(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection options, object optionObject) => throw null; - } - public abstract class DesignerTransaction : System.IDisposable - { - public void Cancel() => throw null; - public bool Canceled { get => throw null; } - public void Commit() => throw null; - public bool Committed { get => throw null; } - protected DesignerTransaction() => throw null; - protected DesignerTransaction(string description) => throw null; - public string Description { get => throw null; } - protected virtual void Dispose(bool disposing) => throw null; - void System.IDisposable.Dispose() => throw null; - protected abstract void OnCancel(); - protected abstract void OnCommit(); - } - public class DesignerTransactionCloseEventArgs : System.EventArgs - { - public DesignerTransactionCloseEventArgs(bool commit) => throw null; - public DesignerTransactionCloseEventArgs(bool commit, bool lastTransaction) => throw null; - public bool LastTransaction { get => throw null; } - public bool TransactionCommitted { get => throw null; } - } - public delegate void DesignerTransactionCloseEventHandler(object sender, System.ComponentModel.Design.DesignerTransactionCloseEventArgs e); - public class DesignerVerb : System.ComponentModel.Design.MenuCommand - { - public DesignerVerb(string text, System.EventHandler handler) : base(default(System.EventHandler), default(System.ComponentModel.Design.CommandID)) => throw null; - public DesignerVerb(string text, System.EventHandler handler, System.ComponentModel.Design.CommandID startCommandID) : base(default(System.EventHandler), default(System.ComponentModel.Design.CommandID)) => throw null; - public string Description { get => throw null; set { } } - public string Text { get => throw null; } - public override string ToString() => throw null; - } - public class DesignerVerbCollection : System.Collections.CollectionBase - { - public int Add(System.ComponentModel.Design.DesignerVerb value) => throw null; - public void AddRange(System.ComponentModel.Design.DesignerVerbCollection value) => throw null; - public void AddRange(System.ComponentModel.Design.DesignerVerb[] value) => throw null; - public bool Contains(System.ComponentModel.Design.DesignerVerb value) => throw null; - public void CopyTo(System.ComponentModel.Design.DesignerVerb[] array, int index) => throw null; - public DesignerVerbCollection() => throw null; - public DesignerVerbCollection(System.ComponentModel.Design.DesignerVerb[] value) => throw null; - public int IndexOf(System.ComponentModel.Design.DesignerVerb value) => throw null; - public void Insert(int index, System.ComponentModel.Design.DesignerVerb value) => throw null; - protected override void OnValidate(object value) => throw null; - public void Remove(System.ComponentModel.Design.DesignerVerb value) => throw null; - public System.ComponentModel.Design.DesignerVerb this[int index] { get => throw null; set { } } - } - public class DesigntimeLicenseContext : System.ComponentModel.LicenseContext - { - public DesigntimeLicenseContext() => throw null; - public override string GetSavedLicenseKey(System.Type type, System.Reflection.Assembly resourceAssembly) => throw null; - public override void SetSavedLicenseKey(System.Type type, string key) => throw null; - public override System.ComponentModel.LicenseUsageMode UsageMode { get => throw null; } - } - public class DesigntimeLicenseContextSerializer - { - public static void Serialize(System.IO.Stream o, string cryptoKey, System.ComponentModel.Design.DesigntimeLicenseContext context) => throw null; - } - public enum HelpContextType - { - Ambient = 0, - Window = 1, - Selection = 2, - ToolWindowSelection = 3, - } - [System.AttributeUsage((System.AttributeTargets)32767, AllowMultiple = false, Inherited = false)] - public sealed class HelpKeywordAttribute : System.Attribute - { - public HelpKeywordAttribute() => throw null; - public HelpKeywordAttribute(string keyword) => throw null; - public HelpKeywordAttribute(System.Type t) => throw null; - public static readonly System.ComponentModel.Design.HelpKeywordAttribute Default; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public string HelpKeyword { get => throw null; } - public override bool IsDefaultAttribute() => throw null; - } - public enum HelpKeywordType - { - F1Keyword = 0, - GeneralKeyword = 1, - FilterKeyword = 2, - } - public interface IComponentChangeService - { - event System.ComponentModel.Design.ComponentEventHandler ComponentAdded; - event System.ComponentModel.Design.ComponentEventHandler ComponentAdding; - event System.ComponentModel.Design.ComponentChangedEventHandler ComponentChanged; - event System.ComponentModel.Design.ComponentChangingEventHandler ComponentChanging; - event System.ComponentModel.Design.ComponentEventHandler ComponentRemoved; - event System.ComponentModel.Design.ComponentEventHandler ComponentRemoving; - event System.ComponentModel.Design.ComponentRenameEventHandler ComponentRename; - void OnComponentChanged(object component, System.ComponentModel.MemberDescriptor member, object oldValue, object newValue); - void OnComponentChanging(object component, System.ComponentModel.MemberDescriptor member); - } - public interface IComponentDiscoveryService - { - System.Collections.ICollection GetComponentTypes(System.ComponentModel.Design.IDesignerHost designerHost, System.Type baseType); - } - public interface IComponentInitializer - { - void InitializeExistingComponent(System.Collections.IDictionary defaultValues); - void InitializeNewComponent(System.Collections.IDictionary defaultValues); - } - public interface IDesigner : System.IDisposable - { - System.ComponentModel.IComponent Component { get; } - void DoDefaultAction(); - void Initialize(System.ComponentModel.IComponent component); - System.ComponentModel.Design.DesignerVerbCollection Verbs { get; } - } - public interface IDesignerEventService - { - System.ComponentModel.Design.IDesignerHost ActiveDesigner { get; } - event System.ComponentModel.Design.ActiveDesignerEventHandler ActiveDesignerChanged; - event System.ComponentModel.Design.DesignerEventHandler DesignerCreated; - event System.ComponentModel.Design.DesignerEventHandler DesignerDisposed; - System.ComponentModel.Design.DesignerCollection Designers { get; } - event System.EventHandler SelectionChanged; - } - public interface IDesignerFilter - { - void PostFilterAttributes(System.Collections.IDictionary attributes); - void PostFilterEvents(System.Collections.IDictionary events); - void PostFilterProperties(System.Collections.IDictionary properties); - void PreFilterAttributes(System.Collections.IDictionary attributes); - void PreFilterEvents(System.Collections.IDictionary events); - void PreFilterProperties(System.Collections.IDictionary properties); - } - public interface IDesignerHost : System.ComponentModel.Design.IServiceContainer, System.IServiceProvider - { - void Activate(); - event System.EventHandler Activated; - System.ComponentModel.IContainer Container { get; } - System.ComponentModel.IComponent CreateComponent(System.Type componentClass); - System.ComponentModel.IComponent CreateComponent(System.Type componentClass, string name); - System.ComponentModel.Design.DesignerTransaction CreateTransaction(); - System.ComponentModel.Design.DesignerTransaction CreateTransaction(string description); - event System.EventHandler Deactivated; - void DestroyComponent(System.ComponentModel.IComponent component); - System.ComponentModel.Design.IDesigner GetDesigner(System.ComponentModel.IComponent component); - System.Type GetType(string typeName); - bool InTransaction { get; } - event System.EventHandler LoadComplete; - bool Loading { get; } - System.ComponentModel.IComponent RootComponent { get; } - string RootComponentClassName { get; } - event System.ComponentModel.Design.DesignerTransactionCloseEventHandler TransactionClosed; - event System.ComponentModel.Design.DesignerTransactionCloseEventHandler TransactionClosing; - string TransactionDescription { get; } - event System.EventHandler TransactionOpened; - event System.EventHandler TransactionOpening; - } - public interface IDesignerHostTransactionState - { - bool IsClosingTransaction { get; } - } - public interface IDesignerOptionService - { - object GetOptionValue(string pageName, string valueName); - void SetOptionValue(string pageName, string valueName, object value); - } - public interface IDictionaryService - { - object GetKey(object value); - object GetValue(object key); - void SetValue(object key, object value); - } - public interface IEventBindingService - { - string CreateUniqueMethodName(System.ComponentModel.IComponent component, System.ComponentModel.EventDescriptor e); - System.Collections.ICollection GetCompatibleMethods(System.ComponentModel.EventDescriptor e); - System.ComponentModel.EventDescriptor GetEvent(System.ComponentModel.PropertyDescriptor property); - System.ComponentModel.PropertyDescriptorCollection GetEventProperties(System.ComponentModel.EventDescriptorCollection events); - System.ComponentModel.PropertyDescriptor GetEventProperty(System.ComponentModel.EventDescriptor e); - bool ShowCode(); - bool ShowCode(System.ComponentModel.IComponent component, System.ComponentModel.EventDescriptor e); - bool ShowCode(int lineNumber); - } - public interface IExtenderListService - { - System.ComponentModel.IExtenderProvider[] GetExtenderProviders(); - } - public interface IExtenderProviderService - { - void AddExtenderProvider(System.ComponentModel.IExtenderProvider provider); - void RemoveExtenderProvider(System.ComponentModel.IExtenderProvider provider); - } - public interface IHelpService - { - void AddContextAttribute(string name, string value, System.ComponentModel.Design.HelpKeywordType keywordType); - void ClearContextAttributes(); - System.ComponentModel.Design.IHelpService CreateLocalContext(System.ComponentModel.Design.HelpContextType contextType); - void RemoveContextAttribute(string name, string value); - void RemoveLocalContext(System.ComponentModel.Design.IHelpService localContext); - void ShowHelpFromKeyword(string helpKeyword); - void ShowHelpFromUrl(string helpUrl); - } - public interface IInheritanceService - { - void AddInheritedComponents(System.ComponentModel.IComponent component, System.ComponentModel.IContainer container); - System.ComponentModel.InheritanceAttribute GetInheritanceAttribute(System.ComponentModel.IComponent component); - } - public interface IMenuCommandService - { - void AddCommand(System.ComponentModel.Design.MenuCommand command); - void AddVerb(System.ComponentModel.Design.DesignerVerb verb); - System.ComponentModel.Design.MenuCommand FindCommand(System.ComponentModel.Design.CommandID commandID); - bool GlobalInvoke(System.ComponentModel.Design.CommandID commandID); - void RemoveCommand(System.ComponentModel.Design.MenuCommand command); - void RemoveVerb(System.ComponentModel.Design.DesignerVerb verb); - void ShowContextMenu(System.ComponentModel.Design.CommandID menuID, int x, int y); - System.ComponentModel.Design.DesignerVerbCollection Verbs { get; } - } - public interface IReferenceService - { - System.ComponentModel.IComponent GetComponent(object reference); - string GetName(object reference); - object GetReference(string name); - object[] GetReferences(); - object[] GetReferences(System.Type baseType); - } - public interface IResourceService - { - System.Resources.IResourceReader GetResourceReader(System.Globalization.CultureInfo info); - System.Resources.IResourceWriter GetResourceWriter(System.Globalization.CultureInfo info); - } - public interface IRootDesigner : System.ComponentModel.Design.IDesigner, System.IDisposable - { - object GetView(System.ComponentModel.Design.ViewTechnology technology); - System.ComponentModel.Design.ViewTechnology[] SupportedTechnologies { get; } - } - public interface ISelectionService - { - bool GetComponentSelected(object component); - System.Collections.ICollection GetSelectedComponents(); - object PrimarySelection { get; } - event System.EventHandler SelectionChanged; - event System.EventHandler SelectionChanging; - int SelectionCount { get; } - void SetSelectedComponents(System.Collections.ICollection components); - void SetSelectedComponents(System.Collections.ICollection components, System.ComponentModel.Design.SelectionTypes selectionType); - } - public interface IServiceContainer : System.IServiceProvider - { - void AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback); - void AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback, bool promote); - void AddService(System.Type serviceType, object serviceInstance); - void AddService(System.Type serviceType, object serviceInstance, bool promote); - void RemoveService(System.Type serviceType); - void RemoveService(System.Type serviceType, bool promote); - } - public interface ITreeDesigner : System.ComponentModel.Design.IDesigner, System.IDisposable - { - System.Collections.ICollection Children { get; } - System.ComponentModel.Design.IDesigner Parent { get; } - } - public interface ITypeDescriptorFilterService - { - bool FilterAttributes(System.ComponentModel.IComponent component, System.Collections.IDictionary attributes); - bool FilterEvents(System.ComponentModel.IComponent component, System.Collections.IDictionary events); - bool FilterProperties(System.ComponentModel.IComponent component, System.Collections.IDictionary properties); - } - public interface ITypeDiscoveryService - { - System.Collections.ICollection GetTypes(System.Type baseType, bool excludeGlobalTypes); - } - public interface ITypeResolutionService - { - System.Reflection.Assembly GetAssembly(System.Reflection.AssemblyName name); - System.Reflection.Assembly GetAssembly(System.Reflection.AssemblyName name, bool throwOnError); - string GetPathOfAssembly(System.Reflection.AssemblyName name); - System.Type GetType(string name); - System.Type GetType(string name, bool throwOnError); - System.Type GetType(string name, bool throwOnError, bool ignoreCase); - void ReferenceAssembly(System.Reflection.AssemblyName name); - } - public class MenuCommand - { - public virtual bool Checked { get => throw null; set { } } - public event System.EventHandler CommandChanged; - public virtual System.ComponentModel.Design.CommandID CommandID { get => throw null; } - public MenuCommand(System.EventHandler handler, System.ComponentModel.Design.CommandID command) => throw null; - public virtual bool Enabled { get => throw null; set { } } - public virtual void Invoke() => throw null; - public virtual void Invoke(object arg) => throw null; - public virtual int OleStatus { get => throw null; } - protected virtual void OnCommandChanged(System.EventArgs e) => throw null; - public virtual System.Collections.IDictionary Properties { get => throw null; } - public virtual bool Supported { get => throw null; set { } } - public override string ToString() => throw null; - public virtual bool Visible { get => throw null; set { } } - } - [System.Flags] - public enum SelectionTypes - { - Auto = 1, - Normal = 1, - Replace = 2, - MouseDown = 4, - MouseUp = 8, - Click = 16, - Primary = 16, - Valid = 31, - Toggle = 32, - Add = 64, - Remove = 128, - } - namespace Serialization - { - public abstract class ComponentSerializationService - { - public abstract System.ComponentModel.Design.Serialization.SerializationStore CreateStore(); - protected ComponentSerializationService() => throw null; - public abstract System.Collections.ICollection Deserialize(System.ComponentModel.Design.Serialization.SerializationStore store); - public abstract System.Collections.ICollection Deserialize(System.ComponentModel.Design.Serialization.SerializationStore store, System.ComponentModel.IContainer container); - public void DeserializeTo(System.ComponentModel.Design.Serialization.SerializationStore store, System.ComponentModel.IContainer container) => throw null; - public void DeserializeTo(System.ComponentModel.Design.Serialization.SerializationStore store, System.ComponentModel.IContainer container, bool validateRecycledTypes) => throw null; - public abstract void DeserializeTo(System.ComponentModel.Design.Serialization.SerializationStore store, System.ComponentModel.IContainer container, bool validateRecycledTypes, bool applyDefaults); - public abstract System.ComponentModel.Design.Serialization.SerializationStore LoadStore(System.IO.Stream stream); - public abstract void Serialize(System.ComponentModel.Design.Serialization.SerializationStore store, object value); - public abstract void SerializeAbsolute(System.ComponentModel.Design.Serialization.SerializationStore store, object value); - public abstract void SerializeMember(System.ComponentModel.Design.Serialization.SerializationStore store, object owningObject, System.ComponentModel.MemberDescriptor member); - public abstract void SerializeMemberAbsolute(System.ComponentModel.Design.Serialization.SerializationStore store, object owningObject, System.ComponentModel.MemberDescriptor member); - } - public sealed class ContextStack - { - public void Append(object context) => throw null; - public ContextStack() => throw null; - public object Current { get => throw null; } - public object Pop() => throw null; - public void Push(object context) => throw null; - public object this[int level] { get => throw null; } - public object this[System.Type type] { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)4, Inherited = false)] - public sealed class DefaultSerializationProviderAttribute : System.Attribute - { - public DefaultSerializationProviderAttribute(string providerTypeName) => throw null; - public DefaultSerializationProviderAttribute(System.Type providerType) => throw null; - public string ProviderTypeName { get => throw null; } - } - public abstract class DesignerLoader - { - public abstract void BeginLoad(System.ComponentModel.Design.Serialization.IDesignerLoaderHost host); - protected DesignerLoader() => throw null; - public abstract void Dispose(); - public virtual void Flush() => throw null; - public virtual bool Loading { get => throw null; } - } - public interface IDesignerLoaderHost : System.ComponentModel.Design.IDesignerHost, System.ComponentModel.Design.IServiceContainer, System.IServiceProvider - { - void EndLoad(string baseClassName, bool successful, System.Collections.ICollection errorCollection); - void Reload(); - } - public interface IDesignerLoaderHost2 : System.ComponentModel.Design.IDesignerHost, System.ComponentModel.Design.Serialization.IDesignerLoaderHost, System.ComponentModel.Design.IServiceContainer, System.IServiceProvider - { - bool CanReloadWithErrors { get; set; } - bool IgnoreErrorsDuringReload { get; set; } - } - public interface IDesignerLoaderService - { - void AddLoadDependency(); - void DependentLoadComplete(bool successful, System.Collections.ICollection errorCollection); - bool Reload(); - } - public interface IDesignerSerializationManager : System.IServiceProvider - { - void AddSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider provider); - System.ComponentModel.Design.Serialization.ContextStack Context { get; } - object CreateInstance(System.Type type, System.Collections.ICollection arguments, string name, bool addToContainer); - object GetInstance(string name); - string GetName(object value); - object GetSerializer(System.Type objectType, System.Type serializerType); - System.Type GetType(string typeName); - System.ComponentModel.PropertyDescriptorCollection Properties { get; } - void RemoveSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider provider); - void ReportError(object errorInformation); - event System.ComponentModel.Design.Serialization.ResolveNameEventHandler ResolveName; - event System.EventHandler SerializationComplete; - void SetName(object instance, string name); - } - public interface IDesignerSerializationProvider - { - object GetSerializer(System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager, object currentSerializer, System.Type objectType, System.Type serializerType); - } - public interface IDesignerSerializationService - { - System.Collections.ICollection Deserialize(object serializationData); - object Serialize(System.Collections.ICollection objects); - } - public interface INameCreationService - { - string CreateName(System.ComponentModel.IContainer container, System.Type dataType); - bool IsValidName(string name); - void ValidateName(string name); - } - public sealed class InstanceDescriptor - { - public System.Collections.ICollection Arguments { get => throw null; } - public InstanceDescriptor(System.Reflection.MemberInfo member, System.Collections.ICollection arguments) => throw null; - public InstanceDescriptor(System.Reflection.MemberInfo member, System.Collections.ICollection arguments, bool isComplete) => throw null; - public object Invoke() => throw null; - public bool IsComplete { get => throw null; } - public System.Reflection.MemberInfo MemberInfo { get => throw null; } - } - public struct MemberRelationship : System.IEquatable - { - public MemberRelationship(object owner, System.ComponentModel.MemberDescriptor member) => throw null; - public static readonly System.ComponentModel.Design.Serialization.MemberRelationship Empty; - public bool Equals(System.ComponentModel.Design.Serialization.MemberRelationship other) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public bool IsEmpty { get => throw null; } - public System.ComponentModel.MemberDescriptor Member { get => throw null; } - public static bool operator ==(System.ComponentModel.Design.Serialization.MemberRelationship left, System.ComponentModel.Design.Serialization.MemberRelationship right) => throw null; - public static bool operator !=(System.ComponentModel.Design.Serialization.MemberRelationship left, System.ComponentModel.Design.Serialization.MemberRelationship right) => throw null; - public object Owner { get => throw null; } - } - public abstract class MemberRelationshipService - { - protected MemberRelationshipService() => throw null; - protected virtual System.ComponentModel.Design.Serialization.MemberRelationship GetRelationship(System.ComponentModel.Design.Serialization.MemberRelationship source) => throw null; - protected virtual void SetRelationship(System.ComponentModel.Design.Serialization.MemberRelationship source, System.ComponentModel.Design.Serialization.MemberRelationship relationship) => throw null; - public abstract bool SupportsRelationship(System.ComponentModel.Design.Serialization.MemberRelationship source, System.ComponentModel.Design.Serialization.MemberRelationship relationship); - public System.ComponentModel.Design.Serialization.MemberRelationship this[System.ComponentModel.Design.Serialization.MemberRelationship source] { get => throw null; set { } } - public System.ComponentModel.Design.Serialization.MemberRelationship this[object sourceOwner, System.ComponentModel.MemberDescriptor sourceMember] { get => throw null; set { } } - } - public class ResolveNameEventArgs : System.EventArgs - { - public ResolveNameEventArgs(string name) => throw null; - public string Name { get => throw null; } - public object Value { get => throw null; set { } } - } - public delegate void ResolveNameEventHandler(object sender, System.ComponentModel.Design.Serialization.ResolveNameEventArgs e); - [System.AttributeUsage((System.AttributeTargets)1028, AllowMultiple = true, Inherited = true)] - public sealed class RootDesignerSerializerAttribute : System.Attribute - { - public RootDesignerSerializerAttribute(string serializerTypeName, string baseSerializerTypeName, bool reloadable) => throw null; - public RootDesignerSerializerAttribute(string serializerTypeName, System.Type baseSerializerType, bool reloadable) => throw null; - public RootDesignerSerializerAttribute(System.Type serializerType, System.Type baseSerializerType, bool reloadable) => throw null; - public bool Reloadable { get => throw null; } - public string SerializerBaseTypeName { get => throw null; } - public string SerializerTypeName { get => throw null; } - public override object TypeId { get => throw null; } - } - public abstract class SerializationStore : System.IDisposable - { - public abstract void Close(); - protected SerializationStore() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - void System.IDisposable.Dispose() => throw null; - public abstract System.Collections.ICollection Errors { get; } - public abstract void Save(System.IO.Stream stream); - } - } - public class ServiceContainer : System.IDisposable, System.ComponentModel.Design.IServiceContainer, System.IServiceProvider - { - public void AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback) => throw null; - public virtual void AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback, bool promote) => throw null; - public void AddService(System.Type serviceType, object serviceInstance) => throw null; - public virtual void AddService(System.Type serviceType, object serviceInstance, bool promote) => throw null; - public ServiceContainer() => throw null; - public ServiceContainer(System.IServiceProvider parentProvider) => throw null; - protected virtual System.Type[] DefaultServices { get => throw null; } - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public virtual object GetService(System.Type serviceType) => throw null; - public void RemoveService(System.Type serviceType) => throw null; - public virtual void RemoveService(System.Type serviceType, bool promote) => throw null; - } - public delegate object ServiceCreatorCallback(System.ComponentModel.Design.IServiceContainer container, System.Type serviceType); - public class StandardCommands - { - public static readonly System.ComponentModel.Design.CommandID AlignBottom; - public static readonly System.ComponentModel.Design.CommandID AlignHorizontalCenters; - public static readonly System.ComponentModel.Design.CommandID AlignLeft; - public static readonly System.ComponentModel.Design.CommandID AlignRight; - public static readonly System.ComponentModel.Design.CommandID AlignToGrid; - public static readonly System.ComponentModel.Design.CommandID AlignTop; - public static readonly System.ComponentModel.Design.CommandID AlignVerticalCenters; - public static readonly System.ComponentModel.Design.CommandID ArrangeBottom; - public static readonly System.ComponentModel.Design.CommandID ArrangeIcons; - public static readonly System.ComponentModel.Design.CommandID ArrangeRight; - public static readonly System.ComponentModel.Design.CommandID BringForward; - public static readonly System.ComponentModel.Design.CommandID BringToFront; - public static readonly System.ComponentModel.Design.CommandID CenterHorizontally; - public static readonly System.ComponentModel.Design.CommandID CenterVertically; - public static readonly System.ComponentModel.Design.CommandID Copy; - public StandardCommands() => throw null; - public static readonly System.ComponentModel.Design.CommandID Cut; - public static readonly System.ComponentModel.Design.CommandID Delete; - public static readonly System.ComponentModel.Design.CommandID DocumentOutline; - public static readonly System.ComponentModel.Design.CommandID F1Help; - public static readonly System.ComponentModel.Design.CommandID Group; - public static readonly System.ComponentModel.Design.CommandID HorizSpaceConcatenate; - public static readonly System.ComponentModel.Design.CommandID HorizSpaceDecrease; - public static readonly System.ComponentModel.Design.CommandID HorizSpaceIncrease; - public static readonly System.ComponentModel.Design.CommandID HorizSpaceMakeEqual; - public static readonly System.ComponentModel.Design.CommandID LineupIcons; - public static readonly System.ComponentModel.Design.CommandID LockControls; - public static readonly System.ComponentModel.Design.CommandID MultiLevelRedo; - public static readonly System.ComponentModel.Design.CommandID MultiLevelUndo; - public static readonly System.ComponentModel.Design.CommandID Paste; - public static readonly System.ComponentModel.Design.CommandID Properties; - public static readonly System.ComponentModel.Design.CommandID PropertiesWindow; - public static readonly System.ComponentModel.Design.CommandID Redo; - public static readonly System.ComponentModel.Design.CommandID Replace; - public static readonly System.ComponentModel.Design.CommandID SelectAll; - public static readonly System.ComponentModel.Design.CommandID SendBackward; - public static readonly System.ComponentModel.Design.CommandID SendToBack; - public static readonly System.ComponentModel.Design.CommandID ShowGrid; - public static readonly System.ComponentModel.Design.CommandID ShowLargeIcons; - public static readonly System.ComponentModel.Design.CommandID SizeToControl; - public static readonly System.ComponentModel.Design.CommandID SizeToControlHeight; - public static readonly System.ComponentModel.Design.CommandID SizeToControlWidth; - public static readonly System.ComponentModel.Design.CommandID SizeToFit; - public static readonly System.ComponentModel.Design.CommandID SizeToGrid; - public static readonly System.ComponentModel.Design.CommandID SnapToGrid; - public static readonly System.ComponentModel.Design.CommandID TabOrder; - public static readonly System.ComponentModel.Design.CommandID Undo; - public static readonly System.ComponentModel.Design.CommandID Ungroup; - public static readonly System.ComponentModel.Design.CommandID VerbFirst; - public static readonly System.ComponentModel.Design.CommandID VerbLast; - public static readonly System.ComponentModel.Design.CommandID VertSpaceConcatenate; - public static readonly System.ComponentModel.Design.CommandID VertSpaceDecrease; - public static readonly System.ComponentModel.Design.CommandID VertSpaceIncrease; - public static readonly System.ComponentModel.Design.CommandID VertSpaceMakeEqual; - public static readonly System.ComponentModel.Design.CommandID ViewCode; - public static readonly System.ComponentModel.Design.CommandID ViewGrid; - } - public class StandardToolWindows - { - public StandardToolWindows() => throw null; - public static readonly System.Guid ObjectBrowser; - public static readonly System.Guid OutputWindow; - public static readonly System.Guid ProjectExplorer; - public static readonly System.Guid PropertyBrowser; - public static readonly System.Guid RelatedLinks; - public static readonly System.Guid ServerExplorer; - public static readonly System.Guid TaskList; - public static readonly System.Guid Toolbox; - } - public abstract class TypeDescriptionProviderService - { - protected TypeDescriptionProviderService() => throw null; - public abstract System.ComponentModel.TypeDescriptionProvider GetProvider(object instance); - public abstract System.ComponentModel.TypeDescriptionProvider GetProvider(System.Type type); - } - public enum ViewTechnology - { - Passthrough = 0, - WindowsForms = 1, - Default = 2, - } - } - [System.AttributeUsage((System.AttributeTargets)1028)] - public sealed class DesignTimeVisibleAttribute : System.Attribute - { - public DesignTimeVisibleAttribute() => throw null; - public DesignTimeVisibleAttribute(bool visible) => throw null; - public static readonly System.ComponentModel.DesignTimeVisibleAttribute Default; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public override bool IsDefaultAttribute() => throw null; - public static readonly System.ComponentModel.DesignTimeVisibleAttribute No; - public bool Visible { get => throw null; } - public static readonly System.ComponentModel.DesignTimeVisibleAttribute Yes; - } - public class DoubleConverter : System.ComponentModel.BaseNumberConverter - { - public DoubleConverter() => throw null; - } - public class EnumConverter : System.ComponentModel.TypeConverter - { - public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) => throw null; - public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) => throw null; - protected virtual System.Collections.IComparer Comparer { get => throw null; } - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) => throw null; - public EnumConverter(System.Type type) => throw null; - protected System.Type EnumType { get => throw null; } - public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) => throw null; - public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) => throw null; - public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) => throw null; - public override bool IsValid(System.ComponentModel.ITypeDescriptorContext context, object value) => throw null; - protected System.ComponentModel.TypeConverter.StandardValuesCollection Values { get => throw null; set { } } - } - public abstract class EventDescriptor : System.ComponentModel.MemberDescriptor - { - public abstract void AddEventHandler(object component, System.Delegate value); - public abstract System.Type ComponentType { get; } - protected EventDescriptor(System.ComponentModel.MemberDescriptor descr) : base(default(System.ComponentModel.MemberDescriptor)) => throw null; - protected EventDescriptor(System.ComponentModel.MemberDescriptor descr, System.Attribute[] attrs) : base(default(System.ComponentModel.MemberDescriptor)) => throw null; - protected EventDescriptor(string name, System.Attribute[] attrs) : base(default(System.ComponentModel.MemberDescriptor)) => throw null; - public abstract System.Type EventType { get; } - public abstract bool IsMulticast { get; } - public abstract void RemoveEventHandler(object component, System.Delegate value); - } - public class EventDescriptorCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList - { - public int Add(System.ComponentModel.EventDescriptor value) => throw null; - int System.Collections.IList.Add(object value) => throw null; - public void Clear() => throw null; - void System.Collections.IList.Clear() => throw null; - public bool Contains(System.ComponentModel.EventDescriptor value) => throw null; - bool System.Collections.IList.Contains(object value) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - int System.Collections.ICollection.Count { get => throw null; } - public EventDescriptorCollection(System.ComponentModel.EventDescriptor[] events) => throw null; - public EventDescriptorCollection(System.ComponentModel.EventDescriptor[] events, bool readOnly) => throw null; - public static readonly System.ComponentModel.EventDescriptorCollection Empty; - public virtual System.ComponentModel.EventDescriptor Find(string name, bool ignoreCase) => throw null; - public System.Collections.IEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public int IndexOf(System.ComponentModel.EventDescriptor value) => throw null; - int System.Collections.IList.IndexOf(object value) => throw null; - public void Insert(int index, System.ComponentModel.EventDescriptor value) => throw null; - void System.Collections.IList.Insert(int index, object value) => throw null; - protected void InternalSort(System.Collections.IComparer sorter) => throw null; - protected void InternalSort(string[] names) => throw null; - bool System.Collections.IList.IsFixedSize { get => throw null; } - bool System.Collections.IList.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.IList.this[int index] { get => throw null; set { } } - public void Remove(System.ComponentModel.EventDescriptor value) => throw null; - void System.Collections.IList.Remove(object value) => throw null; - public void RemoveAt(int index) => throw null; - void System.Collections.IList.RemoveAt(int index) => throw null; - public virtual System.ComponentModel.EventDescriptorCollection Sort() => throw null; - public virtual System.ComponentModel.EventDescriptorCollection Sort(System.Collections.IComparer comparer) => throw null; - public virtual System.ComponentModel.EventDescriptorCollection Sort(string[] names) => throw null; - public virtual System.ComponentModel.EventDescriptorCollection Sort(string[] names, System.Collections.IComparer comparer) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public virtual System.ComponentModel.EventDescriptor this[int index] { get => throw null; } - public virtual System.ComponentModel.EventDescriptor this[string name] { get => throw null; } - } - public class ExpandableObjectConverter : System.ComponentModel.TypeConverter - { - public ExpandableObjectConverter() => throw null; - public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) => throw null; - public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)32767)] - public sealed class ExtenderProvidedPropertyAttribute : System.Attribute - { - public ExtenderProvidedPropertyAttribute() => throw null; - public override bool Equals(object obj) => throw null; - public System.ComponentModel.PropertyDescriptor ExtenderProperty { get => throw null; } - public override int GetHashCode() => throw null; - public override bool IsDefaultAttribute() => throw null; - public System.ComponentModel.IExtenderProvider Provider { get => throw null; } - public System.Type ReceiverType { get => throw null; } - } - public class GuidConverter : System.ComponentModel.TypeConverter - { - public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) => throw null; - public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) => throw null; - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) => throw null; - public GuidConverter() => throw null; - } - public class HalfConverter : System.ComponentModel.BaseNumberConverter - { - public HalfConverter() => throw null; - } - public class HandledEventArgs : System.EventArgs - { - public HandledEventArgs() => throw null; - public HandledEventArgs(bool defaultHandledValue) => throw null; - public bool Handled { get => throw null; set { } } - } - public delegate void HandledEventHandler(object sender, System.ComponentModel.HandledEventArgs e); - public interface IBindingList : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList - { - void AddIndex(System.ComponentModel.PropertyDescriptor property); - object AddNew(); - bool AllowEdit { get; } - bool AllowNew { get; } - bool AllowRemove { get; } - void ApplySort(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection direction); - int Find(System.ComponentModel.PropertyDescriptor property, object key); - bool IsSorted { get; } - event System.ComponentModel.ListChangedEventHandler ListChanged; - void RemoveIndex(System.ComponentModel.PropertyDescriptor property); - void RemoveSort(); - System.ComponentModel.ListSortDirection SortDirection { get; } - System.ComponentModel.PropertyDescriptor SortProperty { get; } - bool SupportsChangeNotification { get; } - bool SupportsSearching { get; } - bool SupportsSorting { get; } - } - public interface IBindingListView : System.ComponentModel.IBindingList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList - { - void ApplySort(System.ComponentModel.ListSortDescriptionCollection sorts); - string Filter { get; set; } - void RemoveFilter(); - System.ComponentModel.ListSortDescriptionCollection SortDescriptions { get; } - bool SupportsAdvancedSorting { get; } - bool SupportsFiltering { get; } - } - public interface ICancelAddNew - { - void CancelNew(int itemIndex); - void EndNew(int itemIndex); - } - public interface IComNativeDescriptorHandler - { - System.ComponentModel.AttributeCollection GetAttributes(object component); - string GetClassName(object component); - System.ComponentModel.TypeConverter GetConverter(object component); - System.ComponentModel.EventDescriptor GetDefaultEvent(object component); - System.ComponentModel.PropertyDescriptor GetDefaultProperty(object component); - object GetEditor(object component, System.Type baseEditorType); - System.ComponentModel.EventDescriptorCollection GetEvents(object component); - System.ComponentModel.EventDescriptorCollection GetEvents(object component, System.Attribute[] attributes); - string GetName(object component); - System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, System.Attribute[] attributes); - object GetPropertyValue(object component, int dispid, ref bool success); - object GetPropertyValue(object component, string propertyName, ref bool success); - } - public interface ICustomTypeDescriptor - { - System.ComponentModel.AttributeCollection GetAttributes(); - string GetClassName(); - string GetComponentName(); - System.ComponentModel.TypeConverter GetConverter(); - System.ComponentModel.EventDescriptor GetDefaultEvent(); - System.ComponentModel.PropertyDescriptor GetDefaultProperty(); - object GetEditor(System.Type editorBaseType); - System.ComponentModel.EventDescriptorCollection GetEvents(); - System.ComponentModel.EventDescriptorCollection GetEvents(System.Attribute[] attributes); - System.ComponentModel.PropertyDescriptorCollection GetProperties(); - System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Attribute[] attributes); - object GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd); - } - public interface IDataErrorInfo - { - string Error { get; } - string this[string columnName] { get; } - } - public interface IExtenderProvider - { - bool CanExtend(object extendee); - } - public interface IIntellisenseBuilder - { - string Name { get; } - bool Show(string language, string value, ref string newValue); - } - public interface IListSource - { - bool ContainsListCollection { get; } - System.Collections.IList GetList(); - } - public interface INestedContainer : System.ComponentModel.IContainer, System.IDisposable - { - System.ComponentModel.IComponent Owner { get; } - } - public interface INestedSite : System.IServiceProvider, System.ComponentModel.ISite - { - string FullName { get; } - } - [System.AttributeUsage((System.AttributeTargets)896)] - public sealed class InheritanceAttribute : System.Attribute - { - public InheritanceAttribute() => throw null; - public InheritanceAttribute(System.ComponentModel.InheritanceLevel inheritanceLevel) => throw null; - public static readonly System.ComponentModel.InheritanceAttribute Default; - public override bool Equals(object value) => throw null; - public override int GetHashCode() => throw null; - public System.ComponentModel.InheritanceLevel InheritanceLevel { get => throw null; } - public static readonly System.ComponentModel.InheritanceAttribute Inherited; - public static readonly System.ComponentModel.InheritanceAttribute InheritedReadOnly; - public override bool IsDefaultAttribute() => throw null; - public static readonly System.ComponentModel.InheritanceAttribute NotInherited; - public override string ToString() => throw null; - } - public enum InheritanceLevel - { - Inherited = 1, - InheritedReadOnly = 2, - NotInherited = 3, - } - [System.AttributeUsage((System.AttributeTargets)4)] - public class InstallerTypeAttribute : System.Attribute - { - public InstallerTypeAttribute(string typeName) => throw null; - public InstallerTypeAttribute(System.Type installerType) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public virtual System.Type InstallerType { get => throw null; } - } - public abstract class InstanceCreationEditor - { - public abstract object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Type instanceType); - protected InstanceCreationEditor() => throw null; - public virtual string Text { get => throw null; } - } - public class Int128Converter : System.ComponentModel.BaseNumberConverter - { - public Int128Converter() => throw null; - } - public class Int16Converter : System.ComponentModel.BaseNumberConverter - { - public Int16Converter() => throw null; - } - public class Int32Converter : System.ComponentModel.BaseNumberConverter - { - public Int32Converter() => throw null; - } - public class Int64Converter : System.ComponentModel.BaseNumberConverter - { - public Int64Converter() => throw null; - } - public interface IRaiseItemChangedEvents - { - bool RaisesItemChangedEvents { get; } - } - public interface ISupportInitializeNotification : System.ComponentModel.ISupportInitialize - { - event System.EventHandler Initialized; - bool IsInitialized { get; } - } - public interface ITypeDescriptorContext : System.IServiceProvider - { - System.ComponentModel.IContainer Container { get; } - object Instance { get; } - void OnComponentChanged(); - bool OnComponentChanging(); - System.ComponentModel.PropertyDescriptor PropertyDescriptor { get; } - } - public interface ITypedList - { - System.ComponentModel.PropertyDescriptorCollection GetItemProperties(System.ComponentModel.PropertyDescriptor[] listAccessors); - string GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors); - } - public abstract class License : System.IDisposable - { - protected License() => throw null; - public abstract void Dispose(); - public abstract string LicenseKey { get; } - } - public class LicenseContext : System.IServiceProvider - { - public LicenseContext() => throw null; - public virtual string GetSavedLicenseKey(System.Type type, System.Reflection.Assembly resourceAssembly) => throw null; - public virtual object GetService(System.Type type) => throw null; - public virtual void SetSavedLicenseKey(System.Type type, string key) => throw null; - public virtual System.ComponentModel.LicenseUsageMode UsageMode { get => throw null; } - } - public class LicenseException : System.SystemException - { - protected LicenseException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public LicenseException(System.Type type) => throw null; - public LicenseException(System.Type type, object instance) => throw null; - public LicenseException(System.Type type, object instance, string message) => throw null; - public LicenseException(System.Type type, object instance, string message, System.Exception innerException) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public System.Type LicensedType { get => throw null; } - } - public sealed class LicenseManager - { - public static object CreateWithContext(System.Type type, System.ComponentModel.LicenseContext creationContext) => throw null; - public static object CreateWithContext(System.Type type, System.ComponentModel.LicenseContext creationContext, object[] args) => throw null; - public static System.ComponentModel.LicenseContext CurrentContext { get => throw null; set { } } - public static bool IsLicensed(System.Type type) => throw null; - public static bool IsValid(System.Type type) => throw null; - public static bool IsValid(System.Type type, object instance, out System.ComponentModel.License license) => throw null; - public static void LockContext(object contextUser) => throw null; - public static void UnlockContext(object contextUser) => throw null; - public static System.ComponentModel.LicenseUsageMode UsageMode { get => throw null; } - public static void Validate(System.Type type) => throw null; - public static System.ComponentModel.License Validate(System.Type type, object instance) => throw null; - } - public abstract class LicenseProvider - { - protected LicenseProvider() => throw null; - public abstract System.ComponentModel.License GetLicense(System.ComponentModel.LicenseContext context, System.Type type, object instance, bool allowExceptions); - } - [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = false)] - public sealed class LicenseProviderAttribute : System.Attribute - { - public LicenseProviderAttribute() => throw null; - public LicenseProviderAttribute(string typeName) => throw null; - public LicenseProviderAttribute(System.Type type) => throw null; - public static readonly System.ComponentModel.LicenseProviderAttribute Default; - public override bool Equals(object value) => throw null; - public override int GetHashCode() => throw null; - public System.Type LicenseProvider { get => throw null; } - public override object TypeId { get => throw null; } - } - public enum LicenseUsageMode - { - Runtime = 0, - Designtime = 1, - } - public class LicFileLicenseProvider : System.ComponentModel.LicenseProvider - { - public LicFileLicenseProvider() => throw null; - protected virtual string GetKey(System.Type type) => throw null; - public override System.ComponentModel.License GetLicense(System.ComponentModel.LicenseContext context, System.Type type, object instance, bool allowExceptions) => throw null; - protected virtual bool IsKeyValid(string key, System.Type type) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)32767)] - public sealed class ListBindableAttribute : System.Attribute - { - public ListBindableAttribute(bool listBindable) => throw null; - public ListBindableAttribute(System.ComponentModel.BindableSupport flags) => throw null; - public static readonly System.ComponentModel.ListBindableAttribute Default; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public override bool IsDefaultAttribute() => throw null; - public bool ListBindable { get => throw null; } - public static readonly System.ComponentModel.ListBindableAttribute No; - public static readonly System.ComponentModel.ListBindableAttribute Yes; - } - public class ListChangedEventArgs : System.EventArgs - { - public ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, System.ComponentModel.PropertyDescriptor propDesc) => throw null; - public ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, int newIndex) => throw null; - public ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, int newIndex, System.ComponentModel.PropertyDescriptor propDesc) => throw null; - public ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, int newIndex, int oldIndex) => throw null; - public System.ComponentModel.ListChangedType ListChangedType { get => throw null; } - public int NewIndex { get => throw null; } - public int OldIndex { get => throw null; } - public System.ComponentModel.PropertyDescriptor PropertyDescriptor { get => throw null; } - } - public delegate void ListChangedEventHandler(object sender, System.ComponentModel.ListChangedEventArgs e); - public enum ListChangedType - { - Reset = 0, - ItemAdded = 1, - ItemDeleted = 2, - ItemMoved = 3, - ItemChanged = 4, - PropertyDescriptorAdded = 5, - PropertyDescriptorDeleted = 6, - PropertyDescriptorChanged = 7, - } - public class ListSortDescription - { - public ListSortDescription(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection direction) => throw null; - public System.ComponentModel.PropertyDescriptor PropertyDescriptor { get => throw null; set { } } - public System.ComponentModel.ListSortDirection SortDirection { get => throw null; set { } } - } - public class ListSortDescriptionCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList - { - int System.Collections.IList.Add(object value) => throw null; - void System.Collections.IList.Clear() => throw null; - public bool Contains(object value) => throw null; - public void CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public ListSortDescriptionCollection() => throw null; - public ListSortDescriptionCollection(System.ComponentModel.ListSortDescription[] sorts) => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public int IndexOf(object value) => throw null; - void System.Collections.IList.Insert(int index, object value) => throw null; - bool System.Collections.IList.IsFixedSize { get => throw null; } - bool System.Collections.IList.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.IList.this[int index] { get => throw null; set { } } - void System.Collections.IList.Remove(object value) => throw null; - void System.Collections.IList.RemoveAt(int index) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public System.ComponentModel.ListSortDescription this[int index] { get => throw null; set { } } - } - public enum ListSortDirection - { - Ascending = 0, - Descending = 1, - } - [System.AttributeUsage((System.AttributeTargets)4)] - public sealed class LookupBindingPropertiesAttribute : System.Attribute - { - public LookupBindingPropertiesAttribute() => throw null; - public LookupBindingPropertiesAttribute(string dataSource, string displayMember, string valueMember, string lookupMember) => throw null; - public string DataSource { get => throw null; } - public static readonly System.ComponentModel.LookupBindingPropertiesAttribute Default; - public string DisplayMember { get => throw null; } - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public string LookupMember { get => throw null; } - public string ValueMember { get => throw null; } - } - public class MarshalByValueComponent : System.ComponentModel.IComponent, System.IDisposable, System.IServiceProvider - { - public virtual System.ComponentModel.IContainer Container { get => throw null; } - public MarshalByValueComponent() => throw null; - public virtual bool DesignMode { get => throw null; } - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public event System.EventHandler Disposed; - protected System.ComponentModel.EventHandlerList Events { get => throw null; } - public virtual object GetService(System.Type service) => throw null; - public virtual System.ComponentModel.ISite Site { get => throw null; set { } } - public override string ToString() => throw null; - } - public class MaskedTextProvider : System.ICloneable - { - public bool Add(char input) => throw null; - public bool Add(char input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) => throw null; - public bool Add(string input) => throw null; - public bool Add(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) => throw null; - public bool AllowPromptAsInput { get => throw null; } - public bool AsciiOnly { get => throw null; } - public int AssignedEditPositionCount { get => throw null; } - public int AvailableEditPositionCount { get => throw null; } - public void Clear() => throw null; - public void Clear(out System.ComponentModel.MaskedTextResultHint resultHint) => throw null; - public object Clone() => throw null; - public MaskedTextProvider(string mask) => throw null; - public MaskedTextProvider(string mask, bool restrictToAscii) => throw null; - public MaskedTextProvider(string mask, char passwordChar, bool allowPromptAsInput) => throw null; - public MaskedTextProvider(string mask, System.Globalization.CultureInfo culture) => throw null; - public MaskedTextProvider(string mask, System.Globalization.CultureInfo culture, bool restrictToAscii) => throw null; - public MaskedTextProvider(string mask, System.Globalization.CultureInfo culture, bool allowPromptAsInput, char promptChar, char passwordChar, bool restrictToAscii) => throw null; - public MaskedTextProvider(string mask, System.Globalization.CultureInfo culture, char passwordChar, bool allowPromptAsInput) => throw null; - public System.Globalization.CultureInfo Culture { get => throw null; } - public static char DefaultPasswordChar { get => throw null; } - public int EditPositionCount { get => throw null; } - public System.Collections.IEnumerator EditPositions { get => throw null; } - public int FindAssignedEditPositionFrom(int position, bool direction) => throw null; - public int FindAssignedEditPositionInRange(int startPosition, int endPosition, bool direction) => throw null; - public int FindEditPositionFrom(int position, bool direction) => throw null; - public int FindEditPositionInRange(int startPosition, int endPosition, bool direction) => throw null; - public int FindNonEditPositionFrom(int position, bool direction) => throw null; - public int FindNonEditPositionInRange(int startPosition, int endPosition, bool direction) => throw null; - public int FindUnassignedEditPositionFrom(int position, bool direction) => throw null; - public int FindUnassignedEditPositionInRange(int startPosition, int endPosition, bool direction) => throw null; - public static bool GetOperationResultFromHint(System.ComponentModel.MaskedTextResultHint hint) => throw null; - public bool IncludeLiterals { get => throw null; set { } } - public bool IncludePrompt { get => throw null; set { } } - public bool InsertAt(char input, int position) => throw null; - public bool InsertAt(char input, int position, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) => throw null; - public bool InsertAt(string input, int position) => throw null; - public bool InsertAt(string input, int position, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) => throw null; - public static int InvalidIndex { get => throw null; } - public bool IsAvailablePosition(int position) => throw null; - public bool IsEditPosition(int position) => throw null; - public bool IsPassword { get => throw null; set { } } - public static bool IsValidInputChar(char c) => throw null; - public static bool IsValidMaskChar(char c) => throw null; - public static bool IsValidPasswordChar(char c) => throw null; - public int LastAssignedPosition { get => throw null; } - public int Length { get => throw null; } - public string Mask { get => throw null; } - public bool MaskCompleted { get => throw null; } - public bool MaskFull { get => throw null; } - public char PasswordChar { get => throw null; set { } } - public char PromptChar { get => throw null; set { } } - public bool Remove() => throw null; - public bool Remove(out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) => throw null; - public bool RemoveAt(int position) => throw null; - public bool RemoveAt(int startPosition, int endPosition) => throw null; - public bool RemoveAt(int startPosition, int endPosition, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) => throw null; - public bool Replace(char input, int position) => throw null; - public bool Replace(char input, int startPosition, int endPosition, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) => throw null; - public bool Replace(char input, int position, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) => throw null; - public bool Replace(string input, int position) => throw null; - public bool Replace(string input, int startPosition, int endPosition, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) => throw null; - public bool Replace(string input, int position, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) => throw null; - public bool ResetOnPrompt { get => throw null; set { } } - public bool ResetOnSpace { get => throw null; set { } } - public bool Set(string input) => throw null; - public bool Set(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) => throw null; - public bool SkipLiterals { get => throw null; set { } } - public char this[int index] { get => throw null; } - public string ToDisplayString() => throw null; - public override string ToString() => throw null; - public string ToString(bool ignorePasswordChar) => throw null; - public string ToString(bool includePrompt, bool includeLiterals) => throw null; - public string ToString(bool ignorePasswordChar, bool includePrompt, bool includeLiterals, int startPosition, int length) => throw null; - public string ToString(bool includePrompt, bool includeLiterals, int startPosition, int length) => throw null; - public string ToString(bool ignorePasswordChar, int startPosition, int length) => throw null; - public string ToString(int startPosition, int length) => throw null; - public bool VerifyChar(char input, int position, out System.ComponentModel.MaskedTextResultHint hint) => throw null; - public bool VerifyEscapeChar(char input, int position) => throw null; - public bool VerifyString(string input) => throw null; - public bool VerifyString(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) => throw null; - } - public enum MaskedTextResultHint - { - PositionOutOfRange = -55, - NonEditPosition = -54, - UnavailableEditPosition = -53, - PromptCharNotAllowed = -52, - InvalidInput = -51, - SignedDigitExpected = -5, - LetterExpected = -4, - DigitExpected = -3, - AlphanumericCharacterExpected = -2, - AsciiCharacterExpected = -1, - Unknown = 0, - CharacterEscaped = 1, - NoEffect = 2, - SideEffect = 3, - Success = 4, - } - public abstract class MemberDescriptor - { - protected virtual System.Attribute[] AttributeArray { get => throw null; set { } } - public virtual System.ComponentModel.AttributeCollection Attributes { get => throw null; } - public virtual string Category { get => throw null; } - protected virtual System.ComponentModel.AttributeCollection CreateAttributeCollection() => throw null; - protected MemberDescriptor(System.ComponentModel.MemberDescriptor descr) => throw null; - protected MemberDescriptor(System.ComponentModel.MemberDescriptor oldMemberDescriptor, System.Attribute[] newAttributes) => throw null; - protected MemberDescriptor(string name) => throw null; - protected MemberDescriptor(string name, System.Attribute[] attributes) => throw null; - public virtual string Description { get => throw null; } - public virtual bool DesignTimeOnly { get => throw null; } - public virtual string DisplayName { get => throw null; } - public override bool Equals(object obj) => throw null; - protected virtual void FillAttributes(System.Collections.IList attributeList) => throw null; - protected static System.Reflection.MethodInfo FindMethod(System.Type componentClass, string name, System.Type[] args, System.Type returnType) => throw null; - protected static System.Reflection.MethodInfo FindMethod(System.Type componentClass, string name, System.Type[] args, System.Type returnType, bool publicOnly) => throw null; - public override int GetHashCode() => throw null; - protected virtual object GetInvocationTarget(System.Type type, object instance) => throw null; - protected static object GetInvokee(System.Type componentClass, object component) => throw null; - protected static System.ComponentModel.ISite GetSite(object component) => throw null; - public virtual bool IsBrowsable { get => throw null; } - public virtual string Name { get => throw null; } - protected virtual int NameHashCode { get => throw null; } - } - public class MultilineStringConverter : System.ComponentModel.TypeConverter - { - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) => throw null; - public MultilineStringConverter() => throw null; - public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) => throw null; - public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) => throw null; - } - public class NestedContainer : System.ComponentModel.Container, System.ComponentModel.IContainer, System.IDisposable, System.ComponentModel.INestedContainer - { - protected override System.ComponentModel.ISite CreateSite(System.ComponentModel.IComponent component, string name) => throw null; - public NestedContainer(System.ComponentModel.IComponent owner) => throw null; - protected override void Dispose(bool disposing) => throw null; - protected override object GetService(System.Type service) => throw null; - public System.ComponentModel.IComponent Owner { get => throw null; } - protected virtual string OwnerName { get => throw null; } - } - public class NullableConverter : System.ComponentModel.TypeConverter - { - public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) => throw null; - public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) => throw null; - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) => throw null; - public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) => throw null; - public NullableConverter(System.Type type) => throw null; - public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) => throw null; - public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) => throw null; - public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) => throw null; - public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) => throw null; - public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) => throw null; - public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) => throw null; - public override bool IsValid(System.ComponentModel.ITypeDescriptorContext context, object value) => throw null; - public System.Type NullableType { get => throw null; } - public System.Type UnderlyingType { get => throw null; } - public System.ComponentModel.TypeConverter UnderlyingTypeConverter { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)32767)] - public sealed class PasswordPropertyTextAttribute : System.Attribute - { - public PasswordPropertyTextAttribute() => throw null; - public PasswordPropertyTextAttribute(bool password) => throw null; - public static readonly System.ComponentModel.PasswordPropertyTextAttribute Default; - public override bool Equals(object o) => throw null; - public override int GetHashCode() => throw null; - public override bool IsDefaultAttribute() => throw null; - public static readonly System.ComponentModel.PasswordPropertyTextAttribute No; - public bool Password { get => throw null; } - public static readonly System.ComponentModel.PasswordPropertyTextAttribute Yes; - } - public abstract class PropertyDescriptor : System.ComponentModel.MemberDescriptor - { - public virtual void AddValueChanged(object component, System.EventHandler handler) => throw null; - public abstract bool CanResetValue(object component); - public abstract System.Type ComponentType { get; } - public virtual System.ComponentModel.TypeConverter Converter { get => throw null; } - protected object CreateInstance(System.Type type) => throw null; - protected PropertyDescriptor(System.ComponentModel.MemberDescriptor descr) : base(default(System.ComponentModel.MemberDescriptor)) => throw null; - protected PropertyDescriptor(System.ComponentModel.MemberDescriptor descr, System.Attribute[] attrs) : base(default(System.ComponentModel.MemberDescriptor)) => throw null; - protected PropertyDescriptor(string name, System.Attribute[] attrs) : base(default(System.ComponentModel.MemberDescriptor)) => throw null; - public override bool Equals(object obj) => throw null; - protected override void FillAttributes(System.Collections.IList attributeList) => throw null; - public System.ComponentModel.PropertyDescriptorCollection GetChildProperties() => throw null; - public System.ComponentModel.PropertyDescriptorCollection GetChildProperties(System.Attribute[] filter) => throw null; - public System.ComponentModel.PropertyDescriptorCollection GetChildProperties(object instance) => throw null; - public virtual System.ComponentModel.PropertyDescriptorCollection GetChildProperties(object instance, System.Attribute[] filter) => throw null; - public virtual object GetEditor(System.Type editorBaseType) => throw null; - public override int GetHashCode() => throw null; - protected override object GetInvocationTarget(System.Type type, object instance) => throw null; - protected System.Type GetTypeFromName(string typeName) => throw null; - public abstract object GetValue(object component); - protected System.EventHandler GetValueChangedHandler(object component) => throw null; - public virtual bool IsLocalizable { get => throw null; } - public abstract bool IsReadOnly { get; } - protected virtual void OnValueChanged(object component, System.EventArgs e) => throw null; - public abstract System.Type PropertyType { get; } - public virtual void RemoveValueChanged(object component, System.EventHandler handler) => throw null; - public abstract void ResetValue(object component); - public System.ComponentModel.DesignerSerializationVisibility SerializationVisibility { get => throw null; } - public abstract void SetValue(object component, object value); - public abstract bool ShouldSerializeValue(object component); - public virtual bool SupportsChangeEvents { get => throw null; } - } - public class PropertyDescriptorCollection : System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable, System.Collections.IList - { - public int Add(System.ComponentModel.PropertyDescriptor value) => throw null; - void System.Collections.IDictionary.Add(object key, object value) => throw null; - int System.Collections.IList.Add(object value) => throw null; - public void Clear() => throw null; - void System.Collections.IDictionary.Clear() => throw null; - void System.Collections.IList.Clear() => throw null; - public bool Contains(System.ComponentModel.PropertyDescriptor value) => throw null; - bool System.Collections.IDictionary.Contains(object key) => throw null; - bool System.Collections.IList.Contains(object value) => throw null; - public void CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - int System.Collections.ICollection.Count { get => throw null; } - public PropertyDescriptorCollection(System.ComponentModel.PropertyDescriptor[] properties) => throw null; - public PropertyDescriptorCollection(System.ComponentModel.PropertyDescriptor[] properties, bool readOnly) => throw null; - public static readonly System.ComponentModel.PropertyDescriptorCollection Empty; - public virtual System.ComponentModel.PropertyDescriptor Find(string name, bool ignoreCase) => throw null; - public virtual System.Collections.IEnumerator GetEnumerator() => throw null; - System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public int IndexOf(System.ComponentModel.PropertyDescriptor value) => throw null; - int System.Collections.IList.IndexOf(object value) => throw null; - public void Insert(int index, System.ComponentModel.PropertyDescriptor value) => throw null; - void System.Collections.IList.Insert(int index, object value) => throw null; - protected void InternalSort(System.Collections.IComparer sorter) => throw null; - protected void InternalSort(string[] names) => throw null; - bool System.Collections.IDictionary.IsFixedSize { get => throw null; } - bool System.Collections.IList.IsFixedSize { get => throw null; } - bool System.Collections.IDictionary.IsReadOnly { get => throw null; } - bool System.Collections.IList.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.IDictionary.this[object key] { get => throw null; set { } } - object System.Collections.IList.this[int index] { get => throw null; set { } } - System.Collections.ICollection System.Collections.IDictionary.Keys { get => throw null; } - public void Remove(System.ComponentModel.PropertyDescriptor value) => throw null; - void System.Collections.IDictionary.Remove(object key) => throw null; - void System.Collections.IList.Remove(object value) => throw null; - public void RemoveAt(int index) => throw null; - void System.Collections.IList.RemoveAt(int index) => throw null; - public virtual System.ComponentModel.PropertyDescriptorCollection Sort() => throw null; - public virtual System.ComponentModel.PropertyDescriptorCollection Sort(System.Collections.IComparer comparer) => throw null; - public virtual System.ComponentModel.PropertyDescriptorCollection Sort(string[] names) => throw null; - public virtual System.ComponentModel.PropertyDescriptorCollection Sort(string[] names, System.Collections.IComparer comparer) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public virtual System.ComponentModel.PropertyDescriptor this[int index] { get => throw null; } - public virtual System.ComponentModel.PropertyDescriptor this[string name] { get => throw null; } - System.Collections.ICollection System.Collections.IDictionary.Values { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)32767)] - public class PropertyTabAttribute : System.Attribute - { - public PropertyTabAttribute() => throw null; - public PropertyTabAttribute(string tabClassName) => throw null; - public PropertyTabAttribute(string tabClassName, System.ComponentModel.PropertyTabScope tabScope) => throw null; - public PropertyTabAttribute(System.Type tabClass) => throw null; - public PropertyTabAttribute(System.Type tabClass, System.ComponentModel.PropertyTabScope tabScope) => throw null; - public bool Equals(System.ComponentModel.PropertyTabAttribute other) => throw null; - public override bool Equals(object other) => throw null; - public override int GetHashCode() => throw null; - protected void InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) => throw null; - protected void InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) => throw null; - public System.Type[] TabClasses { get => throw null; } - protected string[] TabClassNames { get => throw null; } - public System.ComponentModel.PropertyTabScope[] TabScopes { get => throw null; } - } - public enum PropertyTabScope - { - Static = 0, - Global = 1, - Document = 2, - Component = 3, - } - [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = true)] - public sealed class ProvidePropertyAttribute : System.Attribute - { - public ProvidePropertyAttribute(string propertyName, string receiverTypeName) => throw null; - public ProvidePropertyAttribute(string propertyName, System.Type receiverType) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public string PropertyName { get => throw null; } - public string ReceiverTypeName { get => throw null; } - public override object TypeId { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)128)] - public class RecommendedAsConfigurableAttribute : System.Attribute - { - public RecommendedAsConfigurableAttribute(bool recommendedAsConfigurable) => throw null; - public static readonly System.ComponentModel.RecommendedAsConfigurableAttribute Default; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public override bool IsDefaultAttribute() => throw null; - public static readonly System.ComponentModel.RecommendedAsConfigurableAttribute No; - public bool RecommendedAsConfigurable { get => throw null; } - public static readonly System.ComponentModel.RecommendedAsConfigurableAttribute Yes; - } - public class ReferenceConverter : System.ComponentModel.TypeConverter - { - public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) => throw null; - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) => throw null; - public ReferenceConverter(System.Type type) => throw null; - public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) => throw null; - public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) => throw null; - public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) => throw null; - protected virtual bool IsValueAllowed(System.ComponentModel.ITypeDescriptorContext context, object value) => throw null; - } - public class RefreshEventArgs : System.EventArgs - { - public object ComponentChanged { get => throw null; } - public RefreshEventArgs(object componentChanged) => throw null; - public RefreshEventArgs(System.Type typeChanged) => throw null; - public System.Type TypeChanged { get => throw null; } - } - public delegate void RefreshEventHandler(System.ComponentModel.RefreshEventArgs e); - [System.AttributeUsage((System.AttributeTargets)4)] - public class RunInstallerAttribute : System.Attribute - { - public RunInstallerAttribute(bool runInstaller) => throw null; - public static readonly System.ComponentModel.RunInstallerAttribute Default; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public override bool IsDefaultAttribute() => throw null; - public static readonly System.ComponentModel.RunInstallerAttribute No; - public bool RunInstaller { get => throw null; } - public static readonly System.ComponentModel.RunInstallerAttribute Yes; - } - public class SByteConverter : System.ComponentModel.BaseNumberConverter - { - public SByteConverter() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)128)] - public sealed class SettingsBindableAttribute : System.Attribute - { - public bool Bindable { get => throw null; } - public SettingsBindableAttribute(bool bindable) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public static readonly System.ComponentModel.SettingsBindableAttribute No; - public static readonly System.ComponentModel.SettingsBindableAttribute Yes; - } - public class SingleConverter : System.ComponentModel.BaseNumberConverter - { - public SingleConverter() => throw null; - } - public class StringConverter : System.ComponentModel.TypeConverter - { - public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) => throw null; - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) => throw null; - public StringConverter() => throw null; - } - public static class SyntaxCheck - { - public static bool CheckMachineName(string value) => throw null; - public static bool CheckPath(string value) => throw null; - public static bool CheckRootedPath(string value) => throw null; - } - public class TimeOnlyConverter : System.ComponentModel.TypeConverter - { - public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) => throw null; - public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) => throw null; - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) => throw null; - public TimeOnlyConverter() => throw null; - } - public class TimeSpanConverter : System.ComponentModel.TypeConverter - { - public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) => throw null; - public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) => throw null; - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) => throw null; - public TimeSpanConverter() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)32767)] - public class ToolboxItemAttribute : System.Attribute - { - public ToolboxItemAttribute(bool defaultType) => throw null; - public ToolboxItemAttribute(string toolboxItemTypeName) => throw null; - public ToolboxItemAttribute(System.Type toolboxItemType) => throw null; - public static readonly System.ComponentModel.ToolboxItemAttribute Default; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public override bool IsDefaultAttribute() => throw null; - public static readonly System.ComponentModel.ToolboxItemAttribute None; - public System.Type ToolboxItemType { get => throw null; } - public string ToolboxItemTypeName { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = true, Inherited = true)] - public sealed class ToolboxItemFilterAttribute : System.Attribute - { - public ToolboxItemFilterAttribute(string filterString) => throw null; - public ToolboxItemFilterAttribute(string filterString, System.ComponentModel.ToolboxItemFilterType filterType) => throw null; - public override bool Equals(object obj) => throw null; - public string FilterString { get => throw null; } - public System.ComponentModel.ToolboxItemFilterType FilterType { get => throw null; } - public override int GetHashCode() => throw null; - public override bool Match(object obj) => throw null; - public override string ToString() => throw null; - public override object TypeId { get => throw null; } - } - public enum ToolboxItemFilterType - { - Allow = 0, - Custom = 1, - Prevent = 2, - Require = 3, - } - public class TypeConverter - { - public virtual bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) => throw null; - public bool CanConvertFrom(System.Type sourceType) => throw null; - public virtual bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) => throw null; - public bool CanConvertTo(System.Type destinationType) => throw null; - public virtual object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) => throw null; - public object ConvertFrom(object value) => throw null; - public object ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext context, string text) => throw null; - public object ConvertFromInvariantString(string text) => throw null; - public object ConvertFromString(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, string text) => throw null; - public object ConvertFromString(System.ComponentModel.ITypeDescriptorContext context, string text) => throw null; - public object ConvertFromString(string text) => throw null; - public virtual object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) => throw null; - public object ConvertTo(object value, System.Type destinationType) => throw null; - public string ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext context, object value) => throw null; - public string ConvertToInvariantString(object value) => throw null; - public string ConvertToString(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) => throw null; - public string ConvertToString(System.ComponentModel.ITypeDescriptorContext context, object value) => throw null; - public string ConvertToString(object value) => throw null; - public object CreateInstance(System.Collections.IDictionary propertyValues) => throw null; - public virtual object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) => throw null; - public TypeConverter() => throw null; - protected System.Exception GetConvertFromException(object value) => throw null; - protected System.Exception GetConvertToException(object value, System.Type destinationType) => throw null; - public bool GetCreateInstanceSupported() => throw null; - public virtual bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) => throw null; - public System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value) => throw null; - public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) => throw null; - public System.ComponentModel.PropertyDescriptorCollection GetProperties(object value) => throw null; - public bool GetPropertiesSupported() => throw null; - public virtual bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) => throw null; - public System.Collections.ICollection GetStandardValues() => throw null; - public virtual System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) => throw null; - public bool GetStandardValuesExclusive() => throw null; - public virtual bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) => throw null; - public bool GetStandardValuesSupported() => throw null; - public virtual bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) => throw null; - public virtual bool IsValid(System.ComponentModel.ITypeDescriptorContext context, object value) => throw null; - public bool IsValid(object value) => throw null; - protected abstract class SimplePropertyDescriptor : System.ComponentModel.PropertyDescriptor - { - public override bool CanResetValue(object component) => throw null; - public override System.Type ComponentType { get => throw null; } - protected SimplePropertyDescriptor(System.Type componentType, string name, System.Type propertyType) : base(default(System.ComponentModel.MemberDescriptor)) => throw null; - protected SimplePropertyDescriptor(System.Type componentType, string name, System.Type propertyType, System.Attribute[] attributes) : base(default(System.ComponentModel.MemberDescriptor)) => throw null; - public override bool IsReadOnly { get => throw null; } - public override System.Type PropertyType { get => throw null; } - public override void ResetValue(object component) => throw null; - public override bool ShouldSerializeValue(object component) => throw null; - } - protected System.ComponentModel.PropertyDescriptorCollection SortProperties(System.ComponentModel.PropertyDescriptorCollection props, string[] names) => throw null; - public class StandardValuesCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - public void CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public StandardValuesCollection(System.Collections.ICollection values) => throw null; - public System.Collections.IEnumerator GetEnumerator() => throw null; - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.ICollection.SyncRoot { get => throw null; } - public object this[int index] { get => throw null; } - } - } - public abstract class TypeDescriptionProvider - { - public virtual object CreateInstance(System.IServiceProvider provider, System.Type objectType, System.Type[] argTypes, object[] args) => throw null; - protected TypeDescriptionProvider() => throw null; - protected TypeDescriptionProvider(System.ComponentModel.TypeDescriptionProvider parent) => throw null; - public virtual System.Collections.IDictionary GetCache(object instance) => throw null; - public virtual System.ComponentModel.ICustomTypeDescriptor GetExtendedTypeDescriptor(object instance) => throw null; - protected virtual System.ComponentModel.IExtenderProvider[] GetExtenderProviders(object instance) => throw null; - public virtual string GetFullComponentName(object component) => throw null; - public System.Type GetReflectionType(object instance) => throw null; - public System.Type GetReflectionType(System.Type objectType) => throw null; - public virtual System.Type GetReflectionType(System.Type objectType, object instance) => throw null; - public virtual System.Type GetRuntimeType(System.Type reflectionType) => throw null; - public System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor(object instance) => throw null; - public System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor(System.Type objectType) => throw null; - public virtual System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor(System.Type objectType, object instance) => throw null; - public virtual bool IsSupportedType(System.Type type) => throw null; - } - public sealed class TypeDescriptor - { - public static System.ComponentModel.TypeDescriptionProvider AddAttributes(object instance, params System.Attribute[] attributes) => throw null; - public static System.ComponentModel.TypeDescriptionProvider AddAttributes(System.Type type, params System.Attribute[] attributes) => throw null; - public static void AddEditorTable(System.Type editorBaseType, System.Collections.Hashtable table) => throw null; - public static void AddProvider(System.ComponentModel.TypeDescriptionProvider provider, object instance) => throw null; - public static void AddProvider(System.ComponentModel.TypeDescriptionProvider provider, System.Type type) => throw null; - public static void AddProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, object instance) => throw null; - public static void AddProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, System.Type type) => throw null; - public static System.ComponentModel.IComNativeDescriptorHandler ComNativeDescriptorHandler { get => throw null; set { } } - public static System.Type ComObjectType { get => throw null; } - public static void CreateAssociation(object primary, object secondary) => throw null; - public static System.ComponentModel.Design.IDesigner CreateDesigner(System.ComponentModel.IComponent component, System.Type designerBaseType) => throw null; - public static System.ComponentModel.EventDescriptor CreateEvent(System.Type componentType, System.ComponentModel.EventDescriptor oldEventDescriptor, params System.Attribute[] attributes) => throw null; - public static System.ComponentModel.EventDescriptor CreateEvent(System.Type componentType, string name, System.Type type, params System.Attribute[] attributes) => throw null; - public static object CreateInstance(System.IServiceProvider provider, System.Type objectType, System.Type[] argTypes, object[] args) => throw null; - public static System.ComponentModel.PropertyDescriptor CreateProperty(System.Type componentType, System.ComponentModel.PropertyDescriptor oldPropertyDescriptor, params System.Attribute[] attributes) => throw null; - public static System.ComponentModel.PropertyDescriptor CreateProperty(System.Type componentType, string name, System.Type type, params System.Attribute[] attributes) => throw null; - public static object GetAssociation(System.Type type, object primary) => throw null; - public static System.ComponentModel.AttributeCollection GetAttributes(object component) => throw null; - public static System.ComponentModel.AttributeCollection GetAttributes(object component, bool noCustomTypeDesc) => throw null; - public static System.ComponentModel.AttributeCollection GetAttributes(System.Type componentType) => throw null; - public static string GetClassName(object component) => throw null; - public static string GetClassName(object component, bool noCustomTypeDesc) => throw null; - public static string GetClassName(System.Type componentType) => throw null; - public static string GetComponentName(object component) => throw null; - public static string GetComponentName(object component, bool noCustomTypeDesc) => throw null; - public static System.ComponentModel.TypeConverter GetConverter(object component) => throw null; - public static System.ComponentModel.TypeConverter GetConverter(object component, bool noCustomTypeDesc) => throw null; - public static System.ComponentModel.TypeConverter GetConverter(System.Type type) => throw null; - public static System.ComponentModel.EventDescriptor GetDefaultEvent(object component) => throw null; - public static System.ComponentModel.EventDescriptor GetDefaultEvent(object component, bool noCustomTypeDesc) => throw null; - public static System.ComponentModel.EventDescriptor GetDefaultEvent(System.Type componentType) => throw null; - public static System.ComponentModel.PropertyDescriptor GetDefaultProperty(object component) => throw null; - public static System.ComponentModel.PropertyDescriptor GetDefaultProperty(object component, bool noCustomTypeDesc) => throw null; - public static System.ComponentModel.PropertyDescriptor GetDefaultProperty(System.Type componentType) => throw null; - public static object GetEditor(object component, System.Type editorBaseType) => throw null; - public static object GetEditor(object component, System.Type editorBaseType, bool noCustomTypeDesc) => throw null; - public static object GetEditor(System.Type type, System.Type editorBaseType) => throw null; - public static System.ComponentModel.EventDescriptorCollection GetEvents(object component) => throw null; - public static System.ComponentModel.EventDescriptorCollection GetEvents(object component, System.Attribute[] attributes) => throw null; - public static System.ComponentModel.EventDescriptorCollection GetEvents(object component, System.Attribute[] attributes, bool noCustomTypeDesc) => throw null; - public static System.ComponentModel.EventDescriptorCollection GetEvents(object component, bool noCustomTypeDesc) => throw null; - public static System.ComponentModel.EventDescriptorCollection GetEvents(System.Type componentType) => throw null; - public static System.ComponentModel.EventDescriptorCollection GetEvents(System.Type componentType, System.Attribute[] attributes) => throw null; - public static string GetFullComponentName(object component) => throw null; - public static System.ComponentModel.PropertyDescriptorCollection GetProperties(object component) => throw null; - public static System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, System.Attribute[] attributes) => throw null; - public static System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, System.Attribute[] attributes, bool noCustomTypeDesc) => throw null; - public static System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, bool noCustomTypeDesc) => throw null; - public static System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Type componentType) => throw null; - public static System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Type componentType, System.Attribute[] attributes) => throw null; - public static System.ComponentModel.TypeDescriptionProvider GetProvider(object instance) => throw null; - public static System.ComponentModel.TypeDescriptionProvider GetProvider(System.Type type) => throw null; - public static System.Type GetReflectionType(object instance) => throw null; - public static System.Type GetReflectionType(System.Type type) => throw null; - public static System.Type InterfaceType { get => throw null; } - public static void Refresh(object component) => throw null; - public static void Refresh(System.Reflection.Assembly assembly) => throw null; - public static void Refresh(System.Reflection.Module module) => throw null; - public static void Refresh(System.Type type) => throw null; - public static event System.ComponentModel.RefreshEventHandler Refreshed; - public static void RemoveAssociation(object primary, object secondary) => throw null; - public static void RemoveAssociations(object primary) => throw null; - public static void RemoveProvider(System.ComponentModel.TypeDescriptionProvider provider, object instance) => throw null; - public static void RemoveProvider(System.ComponentModel.TypeDescriptionProvider provider, System.Type type) => throw null; - public static void RemoveProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, object instance) => throw null; - public static void RemoveProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, System.Type type) => throw null; - public static void SortDescriptorArray(System.Collections.IList infos) => throw null; - } - public abstract class TypeListConverter : System.ComponentModel.TypeConverter - { - public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) => throw null; - public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) => throw null; - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) => throw null; - protected TypeListConverter(System.Type[] types) => throw null; - public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) => throw null; - public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) => throw null; - public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) => throw null; - } - public class UInt128Converter : System.ComponentModel.BaseNumberConverter - { - public UInt128Converter() => throw null; - } - public class UInt16Converter : System.ComponentModel.BaseNumberConverter - { - public UInt16Converter() => throw null; - } - public class UInt32Converter : System.ComponentModel.BaseNumberConverter - { - public UInt32Converter() => throw null; - } - public class UInt64Converter : System.ComponentModel.BaseNumberConverter - { - public UInt64Converter() => throw null; - } - public class VersionConverter : System.ComponentModel.TypeConverter - { - public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) => throw null; - public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) => throw null; - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) => throw null; - public VersionConverter() => throw null; - public override bool IsValid(System.ComponentModel.ITypeDescriptorContext context, object value) => throw null; - } - public class WarningException : System.SystemException - { - public WarningException() => throw null; - protected WarningException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public WarningException(string message) => throw null; - public WarningException(string message, System.Exception innerException) => throw null; - public WarningException(string message, string helpUrl) => throw null; - public WarningException(string message, string helpUrl, string helpTopic) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public string HelpTopic { get => throw null; } - public string HelpUrl { get => throw null; } - } - } - namespace Drawing - { - public class ColorConverter : System.ComponentModel.TypeConverter - { - public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) => throw null; - public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) => throw null; - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) => throw null; - public ColorConverter() => throw null; - public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) => throw null; - public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) => throw null; - } - public class PointConverter : System.ComponentModel.TypeConverter - { - public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) => throw null; - public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) => throw null; - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) => throw null; - public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) => throw null; - public PointConverter() => throw null; - public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) => throw null; - public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) => throw null; - public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) => throw null; - } - public class RectangleConverter : System.ComponentModel.TypeConverter - { - public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) => throw null; - public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) => throw null; - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) => throw null; - public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) => throw null; - public RectangleConverter() => throw null; - public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) => throw null; - public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) => throw null; - public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) => throw null; - } - public class SizeConverter : System.ComponentModel.TypeConverter - { - public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) => throw null; - public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) => throw null; - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) => throw null; - public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) => throw null; - public SizeConverter() => throw null; - public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) => throw null; - public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) => throw null; - public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) => throw null; - } - public class SizeFConverter : System.ComponentModel.TypeConverter - { - public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) => throw null; - public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) => throw null; - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) => throw null; - public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) => throw null; - public SizeFConverter() => throw null; - public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) => throw null; - public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) => throw null; - public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) => throw null; - } - } - namespace Security - { - namespace Authentication - { - namespace ExtendedProtection - { - public class ExtendedProtectionPolicyTypeConverter : System.ComponentModel.TypeConverter - { - public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) => throw null; - public ExtendedProtectionPolicyTypeConverter() => throw null; - } - } - } - } - namespace Timers - { - public class ElapsedEventArgs : System.EventArgs - { - public System.DateTime SignalTime { get => throw null; } - } - public delegate void ElapsedEventHandler(object sender, System.Timers.ElapsedEventArgs e); - public class Timer : System.ComponentModel.Component, System.ComponentModel.ISupportInitialize - { - public bool AutoReset { get => throw null; set { } } - public void BeginInit() => throw null; - public void Close() => throw null; - public Timer() => throw null; - public Timer(double interval) => throw null; - public Timer(System.TimeSpan interval) => throw null; - protected override void Dispose(bool disposing) => throw null; - public event System.Timers.ElapsedEventHandler Elapsed; - public bool Enabled { get => throw null; set { } } - public void EndInit() => throw null; - public double Interval { get => throw null; set { } } - public override System.ComponentModel.ISite Site { get => throw null; set { } } - public void Start() => throw null; - public void Stop() => throw null; - public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)32767)] - public class TimersDescriptionAttribute : System.ComponentModel.DescriptionAttribute - { - public TimersDescriptionAttribute(string description) => throw null; - public override string Description { get => throw null; } - } - } - public class UriTypeConverter : System.ComponentModel.TypeConverter - { - public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) => throw null; - public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) => throw null; - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) => throw null; - public UriTypeConverter() => throw null; - public override bool IsValid(System.ComponentModel.ITypeDescriptorContext context, object value) => throw null; - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.cs deleted file mode 100644 index bafa91fa..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.cs +++ /dev/null @@ -1,33 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.ComponentModel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace ComponentModel - { - public class CancelEventArgs : System.EventArgs - { - public bool Cancel { get => throw null; set { } } - public CancelEventArgs() => throw null; - public CancelEventArgs(bool cancel) => throw null; - } - public interface IChangeTracking - { - void AcceptChanges(); - bool IsChanged { get; } - } - public interface IEditableObject - { - void BeginEdit(); - void CancelEdit(); - void EndEdit(); - } - public interface IRevertibleChangeTracking : System.ComponentModel.IChangeTracking - { - void RejectChanges(); - } - } - public interface IServiceProvider - { - object GetService(System.Type serviceType); - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Console.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Console.cs deleted file mode 100644 index 5e41faed..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Console.cs +++ /dev/null @@ -1,293 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Console, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - public static class Console - { - public static System.ConsoleColor BackgroundColor { get => throw null; set { } } - public static void Beep() => throw null; - public static void Beep(int frequency, int duration) => throw null; - public static int BufferHeight { get => throw null; set { } } - public static int BufferWidth { get => throw null; set { } } - public static event System.ConsoleCancelEventHandler CancelKeyPress; - public static bool CapsLock { get => throw null; } - public static void Clear() => throw null; - public static int CursorLeft { get => throw null; set { } } - public static int CursorSize { get => throw null; set { } } - public static int CursorTop { get => throw null; set { } } - public static bool CursorVisible { get => throw null; set { } } - public static System.IO.TextWriter Error { get => throw null; } - public static System.ConsoleColor ForegroundColor { get => throw null; set { } } - public static (int Left, int Top) GetCursorPosition() => throw null; - public static System.IO.TextReader In { get => throw null; } - public static System.Text.Encoding InputEncoding { get => throw null; set { } } - public static bool IsErrorRedirected { get => throw null; } - public static bool IsInputRedirected { get => throw null; } - public static bool IsOutputRedirected { get => throw null; } - public static bool KeyAvailable { get => throw null; } - public static int LargestWindowHeight { get => throw null; } - public static int LargestWindowWidth { get => throw null; } - public static void MoveBufferArea(int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop) => throw null; - public static void MoveBufferArea(int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop, char sourceChar, System.ConsoleColor sourceForeColor, System.ConsoleColor sourceBackColor) => throw null; - public static bool NumberLock { get => throw null; } - public static System.IO.Stream OpenStandardError() => throw null; - public static System.IO.Stream OpenStandardError(int bufferSize) => throw null; - public static System.IO.Stream OpenStandardInput() => throw null; - public static System.IO.Stream OpenStandardInput(int bufferSize) => throw null; - public static System.IO.Stream OpenStandardOutput() => throw null; - public static System.IO.Stream OpenStandardOutput(int bufferSize) => throw null; - public static System.IO.TextWriter Out { get => throw null; } - public static System.Text.Encoding OutputEncoding { get => throw null; set { } } - public static int Read() => throw null; - public static System.ConsoleKeyInfo ReadKey() => throw null; - public static System.ConsoleKeyInfo ReadKey(bool intercept) => throw null; - public static string ReadLine() => throw null; - public static void ResetColor() => throw null; - public static void SetBufferSize(int width, int height) => throw null; - public static void SetCursorPosition(int left, int top) => throw null; - public static void SetError(System.IO.TextWriter newError) => throw null; - public static void SetIn(System.IO.TextReader newIn) => throw null; - public static void SetOut(System.IO.TextWriter newOut) => throw null; - public static void SetWindowPosition(int left, int top) => throw null; - public static void SetWindowSize(int width, int height) => throw null; - public static string Title { get => throw null; set { } } - public static bool TreatControlCAsInput { get => throw null; set { } } - public static int WindowHeight { get => throw null; set { } } - public static int WindowLeft { get => throw null; set { } } - public static int WindowTop { get => throw null; set { } } - public static int WindowWidth { get => throw null; set { } } - public static void Write(bool value) => throw null; - public static void Write(char value) => throw null; - public static void Write(char[] buffer) => throw null; - public static void Write(char[] buffer, int index, int count) => throw null; - public static void Write(decimal value) => throw null; - public static void Write(double value) => throw null; - public static void Write(int value) => throw null; - public static void Write(long value) => throw null; - public static void Write(object value) => throw null; - public static void Write(float value) => throw null; - public static void Write(string value) => throw null; - public static void Write(string format, object arg0) => throw null; - public static void Write(string format, object arg0, object arg1) => throw null; - public static void Write(string format, object arg0, object arg1, object arg2) => throw null; - public static void Write(string format, params object[] arg) => throw null; - public static void Write(uint value) => throw null; - public static void Write(ulong value) => throw null; - public static void WriteLine() => throw null; - public static void WriteLine(bool value) => throw null; - public static void WriteLine(char value) => throw null; - public static void WriteLine(char[] buffer) => throw null; - public static void WriteLine(char[] buffer, int index, int count) => throw null; - public static void WriteLine(decimal value) => throw null; - public static void WriteLine(double value) => throw null; - public static void WriteLine(int value) => throw null; - public static void WriteLine(long value) => throw null; - public static void WriteLine(object value) => throw null; - public static void WriteLine(float value) => throw null; - public static void WriteLine(string value) => throw null; - public static void WriteLine(string format, object arg0) => throw null; - public static void WriteLine(string format, object arg0, object arg1) => throw null; - public static void WriteLine(string format, object arg0, object arg1, object arg2) => throw null; - public static void WriteLine(string format, params object[] arg) => throw null; - public static void WriteLine(uint value) => throw null; - public static void WriteLine(ulong value) => throw null; - } - public sealed class ConsoleCancelEventArgs : System.EventArgs - { - public bool Cancel { get => throw null; set { } } - public System.ConsoleSpecialKey SpecialKey { get => throw null; } - } - public delegate void ConsoleCancelEventHandler(object sender, System.ConsoleCancelEventArgs e); - public enum ConsoleColor - { - Black = 0, - DarkBlue = 1, - DarkGreen = 2, - DarkCyan = 3, - DarkRed = 4, - DarkMagenta = 5, - DarkYellow = 6, - Gray = 7, - DarkGray = 8, - Blue = 9, - Green = 10, - Cyan = 11, - Red = 12, - Magenta = 13, - Yellow = 14, - White = 15, - } - public enum ConsoleKey - { - None = 0, - Backspace = 8, - Tab = 9, - Clear = 12, - Enter = 13, - Pause = 19, - Escape = 27, - Spacebar = 32, - PageUp = 33, - PageDown = 34, - End = 35, - Home = 36, - LeftArrow = 37, - UpArrow = 38, - RightArrow = 39, - DownArrow = 40, - Select = 41, - Print = 42, - Execute = 43, - PrintScreen = 44, - Insert = 45, - Delete = 46, - Help = 47, - D0 = 48, - D1 = 49, - D2 = 50, - D3 = 51, - D4 = 52, - D5 = 53, - D6 = 54, - D7 = 55, - D8 = 56, - D9 = 57, - A = 65, - B = 66, - C = 67, - D = 68, - E = 69, - F = 70, - G = 71, - H = 72, - I = 73, - J = 74, - K = 75, - L = 76, - M = 77, - N = 78, - O = 79, - P = 80, - Q = 81, - R = 82, - S = 83, - T = 84, - U = 85, - V = 86, - W = 87, - X = 88, - Y = 89, - Z = 90, - LeftWindows = 91, - RightWindows = 92, - Applications = 93, - Sleep = 95, - NumPad0 = 96, - NumPad1 = 97, - NumPad2 = 98, - NumPad3 = 99, - NumPad4 = 100, - NumPad5 = 101, - NumPad6 = 102, - NumPad7 = 103, - NumPad8 = 104, - NumPad9 = 105, - Multiply = 106, - Add = 107, - Separator = 108, - Subtract = 109, - Decimal = 110, - Divide = 111, - F1 = 112, - F2 = 113, - F3 = 114, - F4 = 115, - F5 = 116, - F6 = 117, - F7 = 118, - F8 = 119, - F9 = 120, - F10 = 121, - F11 = 122, - F12 = 123, - F13 = 124, - F14 = 125, - F15 = 126, - F16 = 127, - F17 = 128, - F18 = 129, - F19 = 130, - F20 = 131, - F21 = 132, - F22 = 133, - F23 = 134, - F24 = 135, - BrowserBack = 166, - BrowserForward = 167, - BrowserRefresh = 168, - BrowserStop = 169, - BrowserSearch = 170, - BrowserFavorites = 171, - BrowserHome = 172, - VolumeMute = 173, - VolumeDown = 174, - VolumeUp = 175, - MediaNext = 176, - MediaPrevious = 177, - MediaStop = 178, - MediaPlay = 179, - LaunchMail = 180, - LaunchMediaSelect = 181, - LaunchApp1 = 182, - LaunchApp2 = 183, - Oem1 = 186, - OemPlus = 187, - OemComma = 188, - OemMinus = 189, - OemPeriod = 190, - Oem2 = 191, - Oem3 = 192, - Oem4 = 219, - Oem5 = 220, - Oem6 = 221, - Oem7 = 222, - Oem8 = 223, - Oem102 = 226, - Process = 229, - Packet = 231, - Attention = 246, - CrSel = 247, - ExSel = 248, - EraseEndOfFile = 249, - Play = 250, - Zoom = 251, - NoName = 252, - Pa1 = 253, - OemClear = 254, - } - public struct ConsoleKeyInfo : System.IEquatable - { - public ConsoleKeyInfo(char keyChar, System.ConsoleKey key, bool shift, bool alt, bool control) => throw null; - public bool Equals(System.ConsoleKeyInfo obj) => throw null; - public override bool Equals(object value) => throw null; - public override int GetHashCode() => throw null; - public System.ConsoleKey Key { get => throw null; } - public char KeyChar { get => throw null; } - public System.ConsoleModifiers Modifiers { get => throw null; } - public static bool operator ==(System.ConsoleKeyInfo a, System.ConsoleKeyInfo b) => throw null; - public static bool operator !=(System.ConsoleKeyInfo a, System.ConsoleKeyInfo b) => throw null; - } - [System.Flags] - public enum ConsoleModifiers - { - None = 0, - Alt = 1, - Shift = 2, - Control = 4, - } - public enum ConsoleSpecialKey - { - ControlC = 0, - ControlBreak = 1, - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Data.Common.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Data.Common.cs deleted file mode 100644 index 8a972598..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Data.Common.cs +++ /dev/null @@ -1,3269 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Data.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Data - { - public enum AcceptRejectRule - { - None = 0, - Cascade = 1, - } - [System.Flags] - public enum CommandBehavior - { - Default = 0, - SingleResult = 1, - SchemaOnly = 2, - KeyInfo = 4, - SingleRow = 8, - SequentialAccess = 16, - CloseConnection = 32, - } - public enum CommandType - { - Text = 1, - StoredProcedure = 4, - TableDirect = 512, - } - namespace Common - { - public enum CatalogLocation - { - Start = 1, - End = 2, - } - public class DataAdapter : System.ComponentModel.Component, System.Data.IDataAdapter - { - public bool AcceptChangesDuringFill { get => throw null; set { } } - public bool AcceptChangesDuringUpdate { get => throw null; set { } } - protected virtual System.Data.Common.DataAdapter CloneInternals() => throw null; - public bool ContinueUpdateOnError { get => throw null; set { } } - protected virtual System.Data.Common.DataTableMappingCollection CreateTableMappings() => throw null; - protected DataAdapter() => throw null; - protected DataAdapter(System.Data.Common.DataAdapter from) => throw null; - protected override void Dispose(bool disposing) => throw null; - public virtual int Fill(System.Data.DataSet dataSet) => throw null; - protected virtual int Fill(System.Data.DataSet dataSet, string srcTable, System.Data.IDataReader dataReader, int startRecord, int maxRecords) => throw null; - protected virtual int Fill(System.Data.DataTable dataTable, System.Data.IDataReader dataReader) => throw null; - protected virtual int Fill(System.Data.DataTable[] dataTables, System.Data.IDataReader dataReader, int startRecord, int maxRecords) => throw null; - public event System.Data.FillErrorEventHandler FillError; - public System.Data.LoadOption FillLoadOption { get => throw null; set { } } - public virtual System.Data.DataTable[] FillSchema(System.Data.DataSet dataSet, System.Data.SchemaType schemaType) => throw null; - protected virtual System.Data.DataTable[] FillSchema(System.Data.DataSet dataSet, System.Data.SchemaType schemaType, string srcTable, System.Data.IDataReader dataReader) => throw null; - protected virtual System.Data.DataTable FillSchema(System.Data.DataTable dataTable, System.Data.SchemaType schemaType, System.Data.IDataReader dataReader) => throw null; - public virtual System.Data.IDataParameter[] GetFillParameters() => throw null; - protected bool HasTableMappings() => throw null; - public System.Data.MissingMappingAction MissingMappingAction { get => throw null; set { } } - public System.Data.MissingSchemaAction MissingSchemaAction { get => throw null; set { } } - protected virtual void OnFillError(System.Data.FillErrorEventArgs value) => throw null; - public void ResetFillLoadOption() => throw null; - public virtual bool ReturnProviderSpecificTypes { get => throw null; set { } } - public virtual bool ShouldSerializeAcceptChangesDuringFill() => throw null; - public virtual bool ShouldSerializeFillLoadOption() => throw null; - protected virtual bool ShouldSerializeTableMappings() => throw null; - System.Data.ITableMappingCollection System.Data.IDataAdapter.TableMappings { get => throw null; } - public System.Data.Common.DataTableMappingCollection TableMappings { get => throw null; } - public virtual int Update(System.Data.DataSet dataSet) => throw null; - } - public sealed class DataColumnMapping : System.MarshalByRefObject, System.ICloneable, System.Data.IColumnMapping - { - object System.ICloneable.Clone() => throw null; - public DataColumnMapping() => throw null; - public DataColumnMapping(string sourceColumn, string dataSetColumn) => throw null; - public string DataSetColumn { get => throw null; set { } } - public System.Data.DataColumn GetDataColumnBySchemaAction(System.Data.DataTable dataTable, System.Type dataType, System.Data.MissingSchemaAction schemaAction) => throw null; - public static System.Data.DataColumn GetDataColumnBySchemaAction(string sourceColumn, string dataSetColumn, System.Data.DataTable dataTable, System.Type dataType, System.Data.MissingSchemaAction schemaAction) => throw null; - public string SourceColumn { get => throw null; set { } } - public override string ToString() => throw null; - } - public sealed class DataColumnMappingCollection : System.MarshalByRefObject, System.Collections.ICollection, System.Data.IColumnMappingCollection, System.Collections.IEnumerable, System.Collections.IList - { - public int Add(object value) => throw null; - public System.Data.Common.DataColumnMapping Add(string sourceColumn, string dataSetColumn) => throw null; - System.Data.IColumnMapping System.Data.IColumnMappingCollection.Add(string sourceColumnName, string dataSetColumnName) => throw null; - public void AddRange(System.Array values) => throw null; - public void AddRange(System.Data.Common.DataColumnMapping[] values) => throw null; - public void Clear() => throw null; - public bool Contains(object value) => throw null; - public bool Contains(string value) => throw null; - public void CopyTo(System.Array array, int index) => throw null; - public void CopyTo(System.Data.Common.DataColumnMapping[] array, int index) => throw null; - public int Count { get => throw null; } - public DataColumnMappingCollection() => throw null; - public System.Data.Common.DataColumnMapping GetByDataSetColumn(string value) => throw null; - System.Data.IColumnMapping System.Data.IColumnMappingCollection.GetByDataSetColumn(string dataSetColumnName) => throw null; - public static System.Data.Common.DataColumnMapping GetColumnMappingBySchemaAction(System.Data.Common.DataColumnMappingCollection columnMappings, string sourceColumn, System.Data.MissingMappingAction mappingAction) => throw null; - public static System.Data.DataColumn GetDataColumn(System.Data.Common.DataColumnMappingCollection columnMappings, string sourceColumn, System.Type dataType, System.Data.DataTable dataTable, System.Data.MissingMappingAction mappingAction, System.Data.MissingSchemaAction schemaAction) => throw null; - public System.Collections.IEnumerator GetEnumerator() => throw null; - public int IndexOf(object value) => throw null; - public int IndexOf(string sourceColumn) => throw null; - public int IndexOfDataSetColumn(string dataSetColumn) => throw null; - public void Insert(int index, System.Data.Common.DataColumnMapping value) => throw null; - public void Insert(int index, object value) => throw null; - bool System.Collections.IList.IsFixedSize { get => throw null; } - bool System.Collections.IList.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.IList.this[int index] { get => throw null; set { } } - object System.Data.IColumnMappingCollection.this[string index] { get => throw null; set { } } - public void Remove(System.Data.Common.DataColumnMapping value) => throw null; - public void Remove(object value) => throw null; - public void RemoveAt(int index) => throw null; - public void RemoveAt(string sourceColumn) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public System.Data.Common.DataColumnMapping this[int index] { get => throw null; set { } } - public System.Data.Common.DataColumnMapping this[string sourceColumn] { get => throw null; set { } } - } - public sealed class DataTableMapping : System.MarshalByRefObject, System.ICloneable, System.Data.ITableMapping - { - object System.ICloneable.Clone() => throw null; - public System.Data.Common.DataColumnMappingCollection ColumnMappings { get => throw null; } - System.Data.IColumnMappingCollection System.Data.ITableMapping.ColumnMappings { get => throw null; } - public DataTableMapping() => throw null; - public DataTableMapping(string sourceTable, string dataSetTable) => throw null; - public DataTableMapping(string sourceTable, string dataSetTable, System.Data.Common.DataColumnMapping[] columnMappings) => throw null; - public string DataSetTable { get => throw null; set { } } - public System.Data.Common.DataColumnMapping GetColumnMappingBySchemaAction(string sourceColumn, System.Data.MissingMappingAction mappingAction) => throw null; - public System.Data.DataColumn GetDataColumn(string sourceColumn, System.Type dataType, System.Data.DataTable dataTable, System.Data.MissingMappingAction mappingAction, System.Data.MissingSchemaAction schemaAction) => throw null; - public System.Data.DataTable GetDataTableBySchemaAction(System.Data.DataSet dataSet, System.Data.MissingSchemaAction schemaAction) => throw null; - public string SourceTable { get => throw null; set { } } - public override string ToString() => throw null; - } - public sealed class DataTableMappingCollection : System.MarshalByRefObject, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Data.ITableMappingCollection - { - public int Add(object value) => throw null; - public System.Data.Common.DataTableMapping Add(string sourceTable, string dataSetTable) => throw null; - System.Data.ITableMapping System.Data.ITableMappingCollection.Add(string sourceTableName, string dataSetTableName) => throw null; - public void AddRange(System.Array values) => throw null; - public void AddRange(System.Data.Common.DataTableMapping[] values) => throw null; - public void Clear() => throw null; - public bool Contains(object value) => throw null; - public bool Contains(string value) => throw null; - public void CopyTo(System.Array array, int index) => throw null; - public void CopyTo(System.Data.Common.DataTableMapping[] array, int index) => throw null; - public int Count { get => throw null; } - public DataTableMappingCollection() => throw null; - public System.Data.Common.DataTableMapping GetByDataSetTable(string dataSetTable) => throw null; - System.Data.ITableMapping System.Data.ITableMappingCollection.GetByDataSetTable(string dataSetTableName) => throw null; - public System.Collections.IEnumerator GetEnumerator() => throw null; - public static System.Data.Common.DataTableMapping GetTableMappingBySchemaAction(System.Data.Common.DataTableMappingCollection tableMappings, string sourceTable, string dataSetTable, System.Data.MissingMappingAction mappingAction) => throw null; - public int IndexOf(object value) => throw null; - public int IndexOf(string sourceTable) => throw null; - public int IndexOfDataSetTable(string dataSetTable) => throw null; - public void Insert(int index, System.Data.Common.DataTableMapping value) => throw null; - public void Insert(int index, object value) => throw null; - bool System.Collections.IList.IsFixedSize { get => throw null; } - bool System.Collections.IList.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.IList.this[int index] { get => throw null; set { } } - object System.Data.ITableMappingCollection.this[string index] { get => throw null; set { } } - public void Remove(System.Data.Common.DataTableMapping value) => throw null; - public void Remove(object value) => throw null; - public void RemoveAt(int index) => throw null; - public void RemoveAt(string sourceTable) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public System.Data.Common.DataTableMapping this[int index] { get => throw null; set { } } - public System.Data.Common.DataTableMapping this[string sourceTable] { get => throw null; set { } } - } - public abstract class DbBatch : System.IAsyncDisposable, System.IDisposable - { - public System.Data.Common.DbBatchCommandCollection BatchCommands { get => throw null; } - public abstract void Cancel(); - public System.Data.Common.DbConnection Connection { get => throw null; set { } } - public System.Data.Common.DbBatchCommand CreateBatchCommand() => throw null; - protected abstract System.Data.Common.DbBatchCommand CreateDbBatchCommand(); - protected DbBatch() => throw null; - protected abstract System.Data.Common.DbBatchCommandCollection DbBatchCommands { get; } - protected abstract System.Data.Common.DbConnection DbConnection { get; set; } - protected abstract System.Data.Common.DbTransaction DbTransaction { get; set; } - public virtual void Dispose() => throw null; - public virtual System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - protected abstract System.Data.Common.DbDataReader ExecuteDbDataReader(System.Data.CommandBehavior behavior); - protected abstract System.Threading.Tasks.Task ExecuteDbDataReaderAsync(System.Data.CommandBehavior behavior, System.Threading.CancellationToken cancellationToken); - public abstract int ExecuteNonQuery(); - public abstract System.Threading.Tasks.Task ExecuteNonQueryAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); - public System.Data.Common.DbDataReader ExecuteReader(System.Data.CommandBehavior behavior = default(System.Data.CommandBehavior)) => throw null; - public System.Threading.Tasks.Task ExecuteReaderAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public System.Threading.Tasks.Task ExecuteReaderAsync(System.Data.CommandBehavior behavior, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public abstract object ExecuteScalar(); - public abstract System.Threading.Tasks.Task ExecuteScalarAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); - public abstract void Prepare(); - public abstract System.Threading.Tasks.Task PrepareAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); - public abstract int Timeout { get; set; } - public System.Data.Common.DbTransaction Transaction { get => throw null; set { } } - } - public abstract class DbBatchCommand - { - public virtual bool CanCreateParameter { get => throw null; } - public abstract string CommandText { get; set; } - public abstract System.Data.CommandType CommandType { get; set; } - public virtual System.Data.Common.DbParameter CreateParameter() => throw null; - protected DbBatchCommand() => throw null; - protected abstract System.Data.Common.DbParameterCollection DbParameterCollection { get; } - public System.Data.Common.DbParameterCollection Parameters { get => throw null; } - public abstract int RecordsAffected { get; } - } - public abstract class DbBatchCommandCollection : System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IList - { - public abstract void Add(System.Data.Common.DbBatchCommand item); - public abstract void Clear(); - public abstract bool Contains(System.Data.Common.DbBatchCommand item); - public abstract void CopyTo(System.Data.Common.DbBatchCommand[] array, int arrayIndex); - public abstract int Count { get; } - protected DbBatchCommandCollection() => throw null; - protected abstract System.Data.Common.DbBatchCommand GetBatchCommand(int index); - public abstract System.Collections.Generic.IEnumerator GetEnumerator(); - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public abstract int IndexOf(System.Data.Common.DbBatchCommand item); - public abstract void Insert(int index, System.Data.Common.DbBatchCommand item); - public abstract bool IsReadOnly { get; } - public abstract bool Remove(System.Data.Common.DbBatchCommand item); - public abstract void RemoveAt(int index); - protected abstract void SetBatchCommand(int index, System.Data.Common.DbBatchCommand batchCommand); - public System.Data.Common.DbBatchCommand this[int index] { get => throw null; set { } } - } - public abstract class DbColumn - { - public bool? AllowDBNull { get => throw null; set { } } - public string BaseCatalogName { get => throw null; set { } } - public string BaseColumnName { get => throw null; set { } } - public string BaseSchemaName { get => throw null; set { } } - public string BaseServerName { get => throw null; set { } } - public string BaseTableName { get => throw null; set { } } - public string ColumnName { get => throw null; set { } } - public int? ColumnOrdinal { get => throw null; set { } } - public int? ColumnSize { get => throw null; set { } } - protected DbColumn() => throw null; - public System.Type DataType { get => throw null; set { } } - public string DataTypeName { get => throw null; set { } } - public bool? IsAliased { get => throw null; set { } } - public bool? IsAutoIncrement { get => throw null; set { } } - public bool? IsExpression { get => throw null; set { } } - public bool? IsHidden { get => throw null; set { } } - public bool? IsIdentity { get => throw null; set { } } - public bool? IsKey { get => throw null; set { } } - public bool? IsLong { get => throw null; set { } } - public bool? IsReadOnly { get => throw null; set { } } - public bool? IsUnique { get => throw null; set { } } - public int? NumericPrecision { get => throw null; set { } } - public int? NumericScale { get => throw null; set { } } - public virtual object this[string property] { get => throw null; } - public string UdtAssemblyQualifiedName { get => throw null; set { } } - } - public abstract class DbCommand : System.ComponentModel.Component, System.IAsyncDisposable, System.Data.IDbCommand, System.IDisposable - { - public abstract void Cancel(); - public abstract string CommandText { get; set; } - public abstract int CommandTimeout { get; set; } - public abstract System.Data.CommandType CommandType { get; set; } - public System.Data.Common.DbConnection Connection { get => throw null; set { } } - System.Data.IDbConnection System.Data.IDbCommand.Connection { get => throw null; set { } } - protected abstract System.Data.Common.DbParameter CreateDbParameter(); - public System.Data.Common.DbParameter CreateParameter() => throw null; - System.Data.IDbDataParameter System.Data.IDbCommand.CreateParameter() => throw null; - protected DbCommand() => throw null; - protected abstract System.Data.Common.DbConnection DbConnection { get; set; } - protected abstract System.Data.Common.DbParameterCollection DbParameterCollection { get; } - protected abstract System.Data.Common.DbTransaction DbTransaction { get; set; } - public abstract bool DesignTimeVisible { get; set; } - public virtual System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - protected abstract System.Data.Common.DbDataReader ExecuteDbDataReader(System.Data.CommandBehavior behavior); - protected virtual System.Threading.Tasks.Task ExecuteDbDataReaderAsync(System.Data.CommandBehavior behavior, System.Threading.CancellationToken cancellationToken) => throw null; - public abstract int ExecuteNonQuery(); - public System.Threading.Tasks.Task ExecuteNonQueryAsync() => throw null; - public virtual System.Threading.Tasks.Task ExecuteNonQueryAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public System.Data.Common.DbDataReader ExecuteReader() => throw null; - public System.Data.Common.DbDataReader ExecuteReader(System.Data.CommandBehavior behavior) => throw null; - System.Data.IDataReader System.Data.IDbCommand.ExecuteReader() => throw null; - System.Data.IDataReader System.Data.IDbCommand.ExecuteReader(System.Data.CommandBehavior behavior) => throw null; - public System.Threading.Tasks.Task ExecuteReaderAsync() => throw null; - public System.Threading.Tasks.Task ExecuteReaderAsync(System.Data.CommandBehavior behavior) => throw null; - public System.Threading.Tasks.Task ExecuteReaderAsync(System.Data.CommandBehavior behavior, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ExecuteReaderAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public abstract object ExecuteScalar(); - public System.Threading.Tasks.Task ExecuteScalarAsync() => throw null; - public virtual System.Threading.Tasks.Task ExecuteScalarAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public System.Data.Common.DbParameterCollection Parameters { get => throw null; } - System.Data.IDataParameterCollection System.Data.IDbCommand.Parameters { get => throw null; } - public abstract void Prepare(); - public virtual System.Threading.Tasks.Task PrepareAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - System.Data.IDbTransaction System.Data.IDbCommand.Transaction { get => throw null; set { } } - public System.Data.Common.DbTransaction Transaction { get => throw null; set { } } - public abstract System.Data.UpdateRowSource UpdatedRowSource { get; set; } - } - public abstract class DbCommandBuilder : System.ComponentModel.Component - { - protected abstract void ApplyParameterInfo(System.Data.Common.DbParameter parameter, System.Data.DataRow row, System.Data.StatementType statementType, bool whereClause); - public virtual System.Data.Common.CatalogLocation CatalogLocation { get => throw null; set { } } - public virtual string CatalogSeparator { get => throw null; set { } } - public virtual System.Data.ConflictOption ConflictOption { get => throw null; set { } } - protected DbCommandBuilder() => throw null; - public System.Data.Common.DbDataAdapter DataAdapter { get => throw null; set { } } - protected override void Dispose(bool disposing) => throw null; - public System.Data.Common.DbCommand GetDeleteCommand() => throw null; - public System.Data.Common.DbCommand GetDeleteCommand(bool useColumnsForParameterNames) => throw null; - public System.Data.Common.DbCommand GetInsertCommand() => throw null; - public System.Data.Common.DbCommand GetInsertCommand(bool useColumnsForParameterNames) => throw null; - protected abstract string GetParameterName(int parameterOrdinal); - protected abstract string GetParameterName(string parameterName); - protected abstract string GetParameterPlaceholder(int parameterOrdinal); - protected virtual System.Data.DataTable GetSchemaTable(System.Data.Common.DbCommand sourceCommand) => throw null; - public System.Data.Common.DbCommand GetUpdateCommand() => throw null; - public System.Data.Common.DbCommand GetUpdateCommand(bool useColumnsForParameterNames) => throw null; - protected virtual System.Data.Common.DbCommand InitializeCommand(System.Data.Common.DbCommand command) => throw null; - public virtual string QuoteIdentifier(string unquotedIdentifier) => throw null; - public virtual string QuotePrefix { get => throw null; set { } } - public virtual string QuoteSuffix { get => throw null; set { } } - public virtual void RefreshSchema() => throw null; - protected void RowUpdatingHandler(System.Data.Common.RowUpdatingEventArgs rowUpdatingEvent) => throw null; - public virtual string SchemaSeparator { get => throw null; set { } } - public bool SetAllValues { get => throw null; set { } } - protected abstract void SetRowUpdatingHandler(System.Data.Common.DbDataAdapter adapter); - public virtual string UnquoteIdentifier(string quotedIdentifier) => throw null; - } - public abstract class DbConnection : System.ComponentModel.Component, System.IAsyncDisposable, System.Data.IDbConnection, System.IDisposable - { - protected abstract System.Data.Common.DbTransaction BeginDbTransaction(System.Data.IsolationLevel isolationLevel); - protected virtual System.Threading.Tasks.ValueTask BeginDbTransactionAsync(System.Data.IsolationLevel isolationLevel, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Data.Common.DbTransaction BeginTransaction() => throw null; - public System.Data.Common.DbTransaction BeginTransaction(System.Data.IsolationLevel isolationLevel) => throw null; - System.Data.IDbTransaction System.Data.IDbConnection.BeginTransaction() => throw null; - System.Data.IDbTransaction System.Data.IDbConnection.BeginTransaction(System.Data.IsolationLevel isolationLevel) => throw null; - public System.Threading.Tasks.ValueTask BeginTransactionAsync(System.Data.IsolationLevel isolationLevel, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public System.Threading.Tasks.ValueTask BeginTransactionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public virtual bool CanCreateBatch { get => throw null; } - public abstract void ChangeDatabase(string databaseName); - public virtual System.Threading.Tasks.Task ChangeDatabaseAsync(string databaseName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public abstract void Close(); - public virtual System.Threading.Tasks.Task CloseAsync() => throw null; - public abstract string ConnectionString { get; set; } - public virtual int ConnectionTimeout { get => throw null; } - public System.Data.Common.DbBatch CreateBatch() => throw null; - public System.Data.Common.DbCommand CreateCommand() => throw null; - System.Data.IDbCommand System.Data.IDbConnection.CreateCommand() => throw null; - protected virtual System.Data.Common.DbBatch CreateDbBatch() => throw null; - protected abstract System.Data.Common.DbCommand CreateDbCommand(); - protected DbConnection() => throw null; - public abstract string Database { get; } - public abstract string DataSource { get; } - protected virtual System.Data.Common.DbProviderFactory DbProviderFactory { get => throw null; } - public virtual System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - public virtual void EnlistTransaction(System.Transactions.Transaction transaction) => throw null; - public virtual System.Data.DataTable GetSchema() => throw null; - public virtual System.Data.DataTable GetSchema(string collectionName) => throw null; - public virtual System.Data.DataTable GetSchema(string collectionName, string[] restrictionValues) => throw null; - public virtual System.Threading.Tasks.Task GetSchemaAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public virtual System.Threading.Tasks.Task GetSchemaAsync(string collectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public virtual System.Threading.Tasks.Task GetSchemaAsync(string collectionName, string[] restrictionValues, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - protected virtual void OnStateChange(System.Data.StateChangeEventArgs stateChange) => throw null; - public abstract void Open(); - public System.Threading.Tasks.Task OpenAsync() => throw null; - public virtual System.Threading.Tasks.Task OpenAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public abstract string ServerVersion { get; } - public abstract System.Data.ConnectionState State { get; } - public virtual event System.Data.StateChangeEventHandler StateChange; - } - public class DbConnectionStringBuilder : System.Collections.ICollection, System.ComponentModel.ICustomTypeDescriptor, System.Collections.IDictionary, System.Collections.IEnumerable - { - public void Add(string keyword, object value) => throw null; - void System.Collections.IDictionary.Add(object keyword, object value) => throw null; - public static void AppendKeyValuePair(System.Text.StringBuilder builder, string keyword, string value) => throw null; - public static void AppendKeyValuePair(System.Text.StringBuilder builder, string keyword, string value, bool useOdbcRules) => throw null; - public bool BrowsableConnectionString { get => throw null; set { } } - public virtual void Clear() => throw null; - protected void ClearPropertyDescriptors() => throw null; - public string ConnectionString { get => throw null; set { } } - bool System.Collections.IDictionary.Contains(object keyword) => throw null; - public virtual bool ContainsKey(string keyword) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public virtual int Count { get => throw null; } - public DbConnectionStringBuilder() => throw null; - public DbConnectionStringBuilder(bool useOdbcRules) => throw null; - public virtual bool EquivalentTo(System.Data.Common.DbConnectionStringBuilder connectionStringBuilder) => throw null; - System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor.GetAttributes() => throw null; - string System.ComponentModel.ICustomTypeDescriptor.GetClassName() => throw null; - string System.ComponentModel.ICustomTypeDescriptor.GetComponentName() => throw null; - System.ComponentModel.TypeConverter System.ComponentModel.ICustomTypeDescriptor.GetConverter() => throw null; - System.ComponentModel.EventDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent() => throw null; - System.ComponentModel.PropertyDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty() => throw null; - object System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type editorBaseType) => throw null; - System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents() => throw null; - System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[] attributes) => throw null; - protected virtual void GetProperties(System.Collections.Hashtable propertyDescriptors) => throw null; - System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties() => throw null; - System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[] attributes) => throw null; - object System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd) => throw null; - public virtual bool IsFixedSize { get => throw null; } - public bool IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.IDictionary.this[object keyword] { get => throw null; set { } } - public virtual System.Collections.ICollection Keys { get => throw null; } - public virtual bool Remove(string keyword) => throw null; - void System.Collections.IDictionary.Remove(object keyword) => throw null; - public virtual bool ShouldSerialize(string keyword) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public virtual object this[string keyword] { get => throw null; set { } } - public override string ToString() => throw null; - public virtual bool TryGetValue(string keyword, out object value) => throw null; - public virtual System.Collections.ICollection Values { get => throw null; } - } - public abstract class DbDataAdapter : System.Data.Common.DataAdapter, System.ICloneable, System.Data.IDataAdapter, System.Data.IDbDataAdapter - { - protected virtual int AddToBatch(System.Data.IDbCommand command) => throw null; - protected virtual void ClearBatch() => throw null; - object System.ICloneable.Clone() => throw null; - protected virtual System.Data.Common.RowUpdatedEventArgs CreateRowUpdatedEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) => throw null; - protected virtual System.Data.Common.RowUpdatingEventArgs CreateRowUpdatingEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) => throw null; - protected DbDataAdapter() => throw null; - protected DbDataAdapter(System.Data.Common.DbDataAdapter adapter) => throw null; - public const string DefaultSourceTableName = default; - public System.Data.Common.DbCommand DeleteCommand { get => throw null; set { } } - System.Data.IDbCommand System.Data.IDbDataAdapter.DeleteCommand { get => throw null; set { } } - protected override void Dispose(bool disposing) => throw null; - protected virtual int ExecuteBatch() => throw null; - public override int Fill(System.Data.DataSet dataSet) => throw null; - public int Fill(System.Data.DataSet dataSet, int startRecord, int maxRecords, string srcTable) => throw null; - protected virtual int Fill(System.Data.DataSet dataSet, int startRecord, int maxRecords, string srcTable, System.Data.IDbCommand command, System.Data.CommandBehavior behavior) => throw null; - public int Fill(System.Data.DataSet dataSet, string srcTable) => throw null; - public int Fill(System.Data.DataTable dataTable) => throw null; - protected virtual int Fill(System.Data.DataTable dataTable, System.Data.IDbCommand command, System.Data.CommandBehavior behavior) => throw null; - protected virtual int Fill(System.Data.DataTable[] dataTables, int startRecord, int maxRecords, System.Data.IDbCommand command, System.Data.CommandBehavior behavior) => throw null; - public int Fill(int startRecord, int maxRecords, params System.Data.DataTable[] dataTables) => throw null; - protected System.Data.CommandBehavior FillCommandBehavior { get => throw null; set { } } - public override System.Data.DataTable[] FillSchema(System.Data.DataSet dataSet, System.Data.SchemaType schemaType) => throw null; - protected virtual System.Data.DataTable[] FillSchema(System.Data.DataSet dataSet, System.Data.SchemaType schemaType, System.Data.IDbCommand command, string srcTable, System.Data.CommandBehavior behavior) => throw null; - public System.Data.DataTable[] FillSchema(System.Data.DataSet dataSet, System.Data.SchemaType schemaType, string srcTable) => throw null; - public System.Data.DataTable FillSchema(System.Data.DataTable dataTable, System.Data.SchemaType schemaType) => throw null; - protected virtual System.Data.DataTable FillSchema(System.Data.DataTable dataTable, System.Data.SchemaType schemaType, System.Data.IDbCommand command, System.Data.CommandBehavior behavior) => throw null; - protected virtual System.Data.IDataParameter GetBatchedParameter(int commandIdentifier, int parameterIndex) => throw null; - protected virtual bool GetBatchedRecordsAffected(int commandIdentifier, out int recordsAffected, out System.Exception error) => throw null; - public override System.Data.IDataParameter[] GetFillParameters() => throw null; - protected virtual void InitializeBatching() => throw null; - public System.Data.Common.DbCommand InsertCommand { get => throw null; set { } } - System.Data.IDbCommand System.Data.IDbDataAdapter.InsertCommand { get => throw null; set { } } - protected virtual void OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value) => throw null; - protected virtual void OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value) => throw null; - public System.Data.Common.DbCommand SelectCommand { get => throw null; set { } } - System.Data.IDbCommand System.Data.IDbDataAdapter.SelectCommand { get => throw null; set { } } - protected virtual void TerminateBatching() => throw null; - public int Update(System.Data.DataRow[] dataRows) => throw null; - protected virtual int Update(System.Data.DataRow[] dataRows, System.Data.Common.DataTableMapping tableMapping) => throw null; - public override int Update(System.Data.DataSet dataSet) => throw null; - public int Update(System.Data.DataSet dataSet, string srcTable) => throw null; - public int Update(System.Data.DataTable dataTable) => throw null; - public virtual int UpdateBatchSize { get => throw null; set { } } - System.Data.IDbCommand System.Data.IDbDataAdapter.UpdateCommand { get => throw null; set { } } - public System.Data.Common.DbCommand UpdateCommand { get => throw null; set { } } - } - public abstract class DbDataReader : System.MarshalByRefObject, System.IAsyncDisposable, System.Data.IDataReader, System.Data.IDataRecord, System.IDisposable, System.Collections.IEnumerable - { - public virtual void Close() => throw null; - public virtual System.Threading.Tasks.Task CloseAsync() => throw null; - protected DbDataReader() => throw null; - public abstract int Depth { get; } - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public virtual System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - public abstract int FieldCount { get; } - public abstract bool GetBoolean(int ordinal); - public abstract byte GetByte(int ordinal); - public abstract long GetBytes(int ordinal, long dataOffset, byte[] buffer, int bufferOffset, int length); - public abstract char GetChar(int ordinal); - public abstract long GetChars(int ordinal, long dataOffset, char[] buffer, int bufferOffset, int length); - public virtual System.Threading.Tasks.Task> GetColumnSchemaAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public System.Data.Common.DbDataReader GetData(int ordinal) => throw null; - System.Data.IDataReader System.Data.IDataRecord.GetData(int ordinal) => throw null; - public abstract string GetDataTypeName(int ordinal); - public abstract System.DateTime GetDateTime(int ordinal); - protected virtual System.Data.Common.DbDataReader GetDbDataReader(int ordinal) => throw null; - public abstract decimal GetDecimal(int ordinal); - public abstract double GetDouble(int ordinal); - public abstract System.Collections.IEnumerator GetEnumerator(); - public abstract System.Type GetFieldType(int ordinal); - public virtual T GetFieldValue(int ordinal) => throw null; - public System.Threading.Tasks.Task GetFieldValueAsync(int ordinal) => throw null; - public virtual System.Threading.Tasks.Task GetFieldValueAsync(int ordinal, System.Threading.CancellationToken cancellationToken) => throw null; - public abstract float GetFloat(int ordinal); - public abstract System.Guid GetGuid(int ordinal); - public abstract short GetInt16(int ordinal); - public abstract int GetInt32(int ordinal); - public abstract long GetInt64(int ordinal); - public abstract string GetName(int ordinal); - public abstract int GetOrdinal(string name); - public virtual System.Type GetProviderSpecificFieldType(int ordinal) => throw null; - public virtual object GetProviderSpecificValue(int ordinal) => throw null; - public virtual int GetProviderSpecificValues(object[] values) => throw null; - public virtual System.Data.DataTable GetSchemaTable() => throw null; - public virtual System.Threading.Tasks.Task GetSchemaTableAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public virtual System.IO.Stream GetStream(int ordinal) => throw null; - public abstract string GetString(int ordinal); - public virtual System.IO.TextReader GetTextReader(int ordinal) => throw null; - public abstract object GetValue(int ordinal); - public abstract int GetValues(object[] values); - public abstract bool HasRows { get; } - public abstract bool IsClosed { get; } - public abstract bool IsDBNull(int ordinal); - public System.Threading.Tasks.Task IsDBNullAsync(int ordinal) => throw null; - public virtual System.Threading.Tasks.Task IsDBNullAsync(int ordinal, System.Threading.CancellationToken cancellationToken) => throw null; - public abstract bool NextResult(); - public System.Threading.Tasks.Task NextResultAsync() => throw null; - public virtual System.Threading.Tasks.Task NextResultAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public abstract bool Read(); - public System.Threading.Tasks.Task ReadAsync() => throw null; - public virtual System.Threading.Tasks.Task ReadAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public abstract int RecordsAffected { get; } - public abstract object this[int ordinal] { get; } - public abstract object this[string name] { get; } - public virtual int VisibleFieldCount { get => throw null; } - } - public static partial class DbDataReaderExtensions - { - public static bool CanGetColumnSchema(this System.Data.Common.DbDataReader reader) => throw null; - public static System.Collections.ObjectModel.ReadOnlyCollection GetColumnSchema(this System.Data.Common.DbDataReader reader) => throw null; - } - public abstract class DbDataRecord : System.ComponentModel.ICustomTypeDescriptor, System.Data.IDataRecord - { - protected DbDataRecord() => throw null; - public abstract int FieldCount { get; } - System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor.GetAttributes() => throw null; - public abstract bool GetBoolean(int i); - public abstract byte GetByte(int i); - public abstract long GetBytes(int i, long dataIndex, byte[] buffer, int bufferIndex, int length); - public abstract char GetChar(int i); - public abstract long GetChars(int i, long dataIndex, char[] buffer, int bufferIndex, int length); - string System.ComponentModel.ICustomTypeDescriptor.GetClassName() => throw null; - string System.ComponentModel.ICustomTypeDescriptor.GetComponentName() => throw null; - System.ComponentModel.TypeConverter System.ComponentModel.ICustomTypeDescriptor.GetConverter() => throw null; - public System.Data.IDataReader GetData(int i) => throw null; - public abstract string GetDataTypeName(int i); - public abstract System.DateTime GetDateTime(int i); - protected virtual System.Data.Common.DbDataReader GetDbDataReader(int i) => throw null; - public abstract decimal GetDecimal(int i); - System.ComponentModel.EventDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent() => throw null; - System.ComponentModel.PropertyDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty() => throw null; - public abstract double GetDouble(int i); - object System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type editorBaseType) => throw null; - System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents() => throw null; - System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[] attributes) => throw null; - public abstract System.Type GetFieldType(int i); - public abstract float GetFloat(int i); - public abstract System.Guid GetGuid(int i); - public abstract short GetInt16(int i); - public abstract int GetInt32(int i); - public abstract long GetInt64(int i); - public abstract string GetName(int i); - public abstract int GetOrdinal(string name); - System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties() => throw null; - System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[] attributes) => throw null; - object System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd) => throw null; - public abstract string GetString(int i); - public abstract object GetValue(int i); - public abstract int GetValues(object[] values); - public abstract bool IsDBNull(int i); - public abstract object this[int i] { get; } - public abstract object this[string name] { get; } - } - public abstract class DbDataSource : System.IAsyncDisposable, System.IDisposable - { - public abstract string ConnectionString { get; } - public System.Data.Common.DbBatch CreateBatch() => throw null; - public System.Data.Common.DbCommand CreateCommand(string commandText = default(string)) => throw null; - public System.Data.Common.DbConnection CreateConnection() => throw null; - protected virtual System.Data.Common.DbBatch CreateDbBatch() => throw null; - protected virtual System.Data.Common.DbCommand CreateDbCommand(string commandText = default(string)) => throw null; - protected abstract System.Data.Common.DbConnection CreateDbConnection(); - protected DbDataSource() => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - protected virtual System.Threading.Tasks.ValueTask DisposeAsyncCore() => throw null; - public System.Data.Common.DbConnection OpenConnection() => throw null; - public System.Threading.Tasks.ValueTask OpenConnectionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - protected virtual System.Data.Common.DbConnection OpenDbConnection() => throw null; - protected virtual System.Threading.Tasks.ValueTask OpenDbConnectionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - } - public abstract class DbDataSourceEnumerator - { - protected DbDataSourceEnumerator() => throw null; - public abstract System.Data.DataTable GetDataSources(); - } - public class DbEnumerator : System.Collections.IEnumerator - { - public DbEnumerator(System.Data.Common.DbDataReader reader) => throw null; - public DbEnumerator(System.Data.Common.DbDataReader reader, bool closeReader) => throw null; - public DbEnumerator(System.Data.IDataReader reader) => throw null; - public DbEnumerator(System.Data.IDataReader reader, bool closeReader) => throw null; - public object Current { get => throw null; } - public bool MoveNext() => throw null; - public void Reset() => throw null; - } - public abstract class DbException : System.Runtime.InteropServices.ExternalException - { - public System.Data.Common.DbBatchCommand BatchCommand { get => throw null; } - protected DbException() => throw null; - protected DbException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - protected DbException(string message) => throw null; - protected DbException(string message, System.Exception innerException) => throw null; - protected DbException(string message, int errorCode) => throw null; - protected virtual System.Data.Common.DbBatchCommand DbBatchCommand { get => throw null; } - public virtual bool IsTransient { get => throw null; } - public virtual string SqlState { get => throw null; } - } - public static class DbMetaDataCollectionNames - { - public static readonly string DataSourceInformation; - public static readonly string DataTypes; - public static readonly string MetaDataCollections; - public static readonly string ReservedWords; - public static readonly string Restrictions; - } - public static class DbMetaDataColumnNames - { - public static readonly string CollectionName; - public static readonly string ColumnSize; - public static readonly string CompositeIdentifierSeparatorPattern; - public static readonly string CreateFormat; - public static readonly string CreateParameters; - public static readonly string DataSourceProductName; - public static readonly string DataSourceProductVersion; - public static readonly string DataSourceProductVersionNormalized; - public static readonly string DataType; - public static readonly string GroupByBehavior; - public static readonly string IdentifierCase; - public static readonly string IdentifierPattern; - public static readonly string IsAutoIncrementable; - public static readonly string IsBestMatch; - public static readonly string IsCaseSensitive; - public static readonly string IsConcurrencyType; - public static readonly string IsFixedLength; - public static readonly string IsFixedPrecisionScale; - public static readonly string IsLiteralSupported; - public static readonly string IsLong; - public static readonly string IsNullable; - public static readonly string IsSearchable; - public static readonly string IsSearchableWithLike; - public static readonly string IsUnsigned; - public static readonly string LiteralPrefix; - public static readonly string LiteralSuffix; - public static readonly string MaximumScale; - public static readonly string MinimumScale; - public static readonly string NumberOfIdentifierParts; - public static readonly string NumberOfRestrictions; - public static readonly string OrderByColumnsInSelect; - public static readonly string ParameterMarkerFormat; - public static readonly string ParameterMarkerPattern; - public static readonly string ParameterNameMaxLength; - public static readonly string ParameterNamePattern; - public static readonly string ProviderDbType; - public static readonly string QuotedIdentifierCase; - public static readonly string QuotedIdentifierPattern; - public static readonly string ReservedWord; - public static readonly string StatementSeparatorPattern; - public static readonly string StringLiteralPattern; - public static readonly string SupportedJoinOperators; - public static readonly string TypeName; - } - public abstract class DbParameter : System.MarshalByRefObject, System.Data.IDataParameter, System.Data.IDbDataParameter - { - protected DbParameter() => throw null; - public abstract System.Data.DbType DbType { get; set; } - public abstract System.Data.ParameterDirection Direction { get; set; } - public abstract bool IsNullable { get; set; } - public abstract string ParameterName { get; set; } - public virtual byte Precision { get => throw null; set { } } - byte System.Data.IDbDataParameter.Precision { get => throw null; set { } } - public abstract void ResetDbType(); - public virtual byte Scale { get => throw null; set { } } - byte System.Data.IDbDataParameter.Scale { get => throw null; set { } } - public abstract int Size { get; set; } - public abstract string SourceColumn { get; set; } - public abstract bool SourceColumnNullMapping { get; set; } - public virtual System.Data.DataRowVersion SourceVersion { get => throw null; set { } } - public abstract object Value { get; set; } - } - public abstract class DbParameterCollection : System.MarshalByRefObject, System.Collections.ICollection, System.Data.IDataParameterCollection, System.Collections.IEnumerable, System.Collections.IList - { - int System.Collections.IList.Add(object value) => throw null; - public abstract int Add(object value); - public abstract void AddRange(System.Array values); - public abstract void Clear(); - bool System.Collections.IList.Contains(object value) => throw null; - public abstract bool Contains(object value); - public abstract bool Contains(string value); - public abstract void CopyTo(System.Array array, int index); - public abstract int Count { get; } - protected DbParameterCollection() => throw null; - public abstract System.Collections.IEnumerator GetEnumerator(); - protected abstract System.Data.Common.DbParameter GetParameter(int index); - protected abstract System.Data.Common.DbParameter GetParameter(string parameterName); - int System.Collections.IList.IndexOf(object value) => throw null; - public abstract int IndexOf(object value); - public abstract int IndexOf(string parameterName); - void System.Collections.IList.Insert(int index, object value) => throw null; - public abstract void Insert(int index, object value); - public virtual bool IsFixedSize { get => throw null; } - public virtual bool IsReadOnly { get => throw null; } - public virtual bool IsSynchronized { get => throw null; } - object System.Collections.IList.this[int index] { get => throw null; set { } } - object System.Data.IDataParameterCollection.this[string parameterName] { get => throw null; set { } } - void System.Collections.IList.Remove(object value) => throw null; - public abstract void Remove(object value); - public abstract void RemoveAt(int index); - public abstract void RemoveAt(string parameterName); - protected abstract void SetParameter(int index, System.Data.Common.DbParameter value); - protected abstract void SetParameter(string parameterName, System.Data.Common.DbParameter value); - public abstract object SyncRoot { get; } - public System.Data.Common.DbParameter this[int index] { get => throw null; set { } } - public System.Data.Common.DbParameter this[string parameterName] { get => throw null; set { } } - } - public static class DbProviderFactories - { - public static System.Data.Common.DbProviderFactory GetFactory(System.Data.Common.DbConnection connection) => throw null; - public static System.Data.Common.DbProviderFactory GetFactory(System.Data.DataRow providerRow) => throw null; - public static System.Data.Common.DbProviderFactory GetFactory(string providerInvariantName) => throw null; - public static System.Data.DataTable GetFactoryClasses() => throw null; - public static System.Collections.Generic.IEnumerable GetProviderInvariantNames() => throw null; - public static void RegisterFactory(string providerInvariantName, System.Data.Common.DbProviderFactory factory) => throw null; - public static void RegisterFactory(string providerInvariantName, string factoryTypeAssemblyQualifiedName) => throw null; - public static void RegisterFactory(string providerInvariantName, System.Type providerFactoryClass) => throw null; - public static bool TryGetFactory(string providerInvariantName, out System.Data.Common.DbProviderFactory factory) => throw null; - public static bool UnregisterFactory(string providerInvariantName) => throw null; - } - public abstract class DbProviderFactory - { - public virtual bool CanCreateBatch { get => throw null; } - public virtual bool CanCreateCommandBuilder { get => throw null; } - public virtual bool CanCreateDataAdapter { get => throw null; } - public virtual bool CanCreateDataSourceEnumerator { get => throw null; } - public virtual System.Data.Common.DbBatch CreateBatch() => throw null; - public virtual System.Data.Common.DbBatchCommand CreateBatchCommand() => throw null; - public virtual System.Data.Common.DbCommand CreateCommand() => throw null; - public virtual System.Data.Common.DbCommandBuilder CreateCommandBuilder() => throw null; - public virtual System.Data.Common.DbConnection CreateConnection() => throw null; - public virtual System.Data.Common.DbConnectionStringBuilder CreateConnectionStringBuilder() => throw null; - public virtual System.Data.Common.DbDataAdapter CreateDataAdapter() => throw null; - public virtual System.Data.Common.DbDataSource CreateDataSource(string connectionString) => throw null; - public virtual System.Data.Common.DbDataSourceEnumerator CreateDataSourceEnumerator() => throw null; - public virtual System.Data.Common.DbParameter CreateParameter() => throw null; - protected DbProviderFactory() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false, Inherited = true)] - public sealed class DbProviderSpecificTypePropertyAttribute : System.Attribute - { - public DbProviderSpecificTypePropertyAttribute(bool isProviderSpecificTypeProperty) => throw null; - public bool IsProviderSpecificTypeProperty { get => throw null; } - } - public abstract class DbTransaction : System.MarshalByRefObject, System.IAsyncDisposable, System.Data.IDbTransaction, System.IDisposable - { - public abstract void Commit(); - public virtual System.Threading.Tasks.Task CommitAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public System.Data.Common.DbConnection Connection { get => throw null; } - System.Data.IDbConnection System.Data.IDbTransaction.Connection { get => throw null; } - protected DbTransaction() => throw null; - protected abstract System.Data.Common.DbConnection DbConnection { get; } - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public virtual System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - public abstract System.Data.IsolationLevel IsolationLevel { get; } - public virtual void Release(string savepointName) => throw null; - public virtual System.Threading.Tasks.Task ReleaseAsync(string savepointName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public abstract void Rollback(); - public virtual void Rollback(string savepointName) => throw null; - public virtual System.Threading.Tasks.Task RollbackAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public virtual System.Threading.Tasks.Task RollbackAsync(string savepointName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public virtual void Save(string savepointName) => throw null; - public virtual System.Threading.Tasks.Task SaveAsync(string savepointName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public virtual bool SupportsSavepoints { get => throw null; } - } - public enum GroupByBehavior - { - Unknown = 0, - NotSupported = 1, - Unrelated = 2, - MustContainAll = 3, - ExactMatch = 4, - } - public interface IDbColumnSchemaGenerator - { - System.Collections.ObjectModel.ReadOnlyCollection GetColumnSchema(); - } - public enum IdentifierCase - { - Unknown = 0, - Insensitive = 1, - Sensitive = 2, - } - public class RowUpdatedEventArgs : System.EventArgs - { - public System.Data.IDbCommand Command { get => throw null; } - public void CopyToRows(System.Data.DataRow[] array) => throw null; - public void CopyToRows(System.Data.DataRow[] array, int arrayIndex) => throw null; - public RowUpdatedEventArgs(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) => throw null; - public System.Exception Errors { get => throw null; set { } } - public int RecordsAffected { get => throw null; } - public System.Data.DataRow Row { get => throw null; } - public int RowCount { get => throw null; } - public System.Data.StatementType StatementType { get => throw null; } - public System.Data.UpdateStatus Status { get => throw null; set { } } - public System.Data.Common.DataTableMapping TableMapping { get => throw null; } - } - public class RowUpdatingEventArgs : System.EventArgs - { - protected virtual System.Data.IDbCommand BaseCommand { get => throw null; set { } } - public System.Data.IDbCommand Command { get => throw null; set { } } - public RowUpdatingEventArgs(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) => throw null; - public System.Exception Errors { get => throw null; set { } } - public System.Data.DataRow Row { get => throw null; } - public System.Data.StatementType StatementType { get => throw null; } - public System.Data.UpdateStatus Status { get => throw null; set { } } - public System.Data.Common.DataTableMapping TableMapping { get => throw null; } - } - public static class SchemaTableColumn - { - public static readonly string AllowDBNull; - public static readonly string BaseColumnName; - public static readonly string BaseSchemaName; - public static readonly string BaseTableName; - public static readonly string ColumnName; - public static readonly string ColumnOrdinal; - public static readonly string ColumnSize; - public static readonly string DataType; - public static readonly string IsAliased; - public static readonly string IsExpression; - public static readonly string IsKey; - public static readonly string IsLong; - public static readonly string IsUnique; - public static readonly string NonVersionedProviderType; - public static readonly string NumericPrecision; - public static readonly string NumericScale; - public static readonly string ProviderType; - } - public static class SchemaTableOptionalColumn - { - public static readonly string AutoIncrementSeed; - public static readonly string AutoIncrementStep; - public static readonly string BaseCatalogName; - public static readonly string BaseColumnNamespace; - public static readonly string BaseServerName; - public static readonly string BaseTableNamespace; - public static readonly string ColumnMapping; - public static readonly string DefaultValue; - public static readonly string Expression; - public static readonly string IsAutoIncrement; - public static readonly string IsHidden; - public static readonly string IsReadOnly; - public static readonly string IsRowVersion; - public static readonly string ProviderSpecificDataType; - } - [System.Flags] - public enum SupportedJoinOperators - { - None = 0, - Inner = 1, - LeftOuter = 2, - RightOuter = 4, - FullOuter = 8, - } - } - public enum ConflictOption - { - CompareAllSearchableValues = 1, - CompareRowVersion = 2, - OverwriteChanges = 3, - } - [System.Flags] - public enum ConnectionState - { - Closed = 0, - Open = 1, - Connecting = 2, - Executing = 4, - Fetching = 8, - Broken = 16, - } - public abstract class Constraint - { - protected virtual System.Data.DataSet _DataSet { get => throw null; } - protected void CheckStateForProperty() => throw null; - public virtual string ConstraintName { get => throw null; set { } } - public System.Data.PropertyCollection ExtendedProperties { get => throw null; } - protected void SetDataSet(System.Data.DataSet dataSet) => throw null; - public abstract System.Data.DataTable Table { get; } - public override string ToString() => throw null; - } - public sealed class ConstraintCollection : System.Data.InternalDataCollectionBase - { - public void Add(System.Data.Constraint constraint) => throw null; - public System.Data.Constraint Add(string name, System.Data.DataColumn column, bool primaryKey) => throw null; - public System.Data.Constraint Add(string name, System.Data.DataColumn primaryKeyColumn, System.Data.DataColumn foreignKeyColumn) => throw null; - public System.Data.Constraint Add(string name, System.Data.DataColumn[] columns, bool primaryKey) => throw null; - public System.Data.Constraint Add(string name, System.Data.DataColumn[] primaryKeyColumns, System.Data.DataColumn[] foreignKeyColumns) => throw null; - public void AddRange(System.Data.Constraint[] constraints) => throw null; - public bool CanRemove(System.Data.Constraint constraint) => throw null; - public void Clear() => throw null; - public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged; - public bool Contains(string name) => throw null; - public void CopyTo(System.Data.Constraint[] array, int index) => throw null; - public int IndexOf(System.Data.Constraint constraint) => throw null; - public int IndexOf(string constraintName) => throw null; - protected override System.Collections.ArrayList List { get => throw null; } - public void Remove(System.Data.Constraint constraint) => throw null; - public void Remove(string name) => throw null; - public void RemoveAt(int index) => throw null; - public System.Data.Constraint this[int index] { get => throw null; } - public System.Data.Constraint this[string name] { get => throw null; } - } - public class ConstraintException : System.Data.DataException - { - public ConstraintException() => throw null; - protected ConstraintException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public ConstraintException(string s) => throw null; - public ConstraintException(string message, System.Exception innerException) => throw null; - } - public class DataColumn : System.ComponentModel.MarshalByValueComponent - { - public bool AllowDBNull { get => throw null; set { } } - public bool AutoIncrement { get => throw null; set { } } - public long AutoIncrementSeed { get => throw null; set { } } - public long AutoIncrementStep { get => throw null; set { } } - public string Caption { get => throw null; set { } } - protected void CheckNotAllowNull() => throw null; - protected void CheckUnique() => throw null; - public virtual System.Data.MappingType ColumnMapping { get => throw null; set { } } - public string ColumnName { get => throw null; set { } } - public DataColumn() => throw null; - public DataColumn(string columnName) => throw null; - public DataColumn(string columnName, System.Type dataType) => throw null; - public DataColumn(string columnName, System.Type dataType, string expr) => throw null; - public DataColumn(string columnName, System.Type dataType, string expr, System.Data.MappingType type) => throw null; - public System.Type DataType { get => throw null; set { } } - public System.Data.DataSetDateTime DateTimeMode { get => throw null; set { } } - public object DefaultValue { get => throw null; set { } } - public string Expression { get => throw null; set { } } - public System.Data.PropertyCollection ExtendedProperties { get => throw null; } - public int MaxLength { get => throw null; set { } } - public string Namespace { get => throw null; set { } } - protected virtual void OnPropertyChanging(System.ComponentModel.PropertyChangedEventArgs pcevent) => throw null; - public int Ordinal { get => throw null; } - public string Prefix { get => throw null; set { } } - protected void RaisePropertyChanging(string name) => throw null; - public bool ReadOnly { get => throw null; set { } } - public void SetOrdinal(int ordinal) => throw null; - public System.Data.DataTable Table { get => throw null; } - public override string ToString() => throw null; - public bool Unique { get => throw null; set { } } - } - public class DataColumnChangeEventArgs : System.EventArgs - { - public System.Data.DataColumn Column { get => throw null; } - public DataColumnChangeEventArgs(System.Data.DataRow row, System.Data.DataColumn column, object value) => throw null; - public object ProposedValue { get => throw null; set { } } - public System.Data.DataRow Row { get => throw null; } - } - public delegate void DataColumnChangeEventHandler(object sender, System.Data.DataColumnChangeEventArgs e); - public sealed class DataColumnCollection : System.Data.InternalDataCollectionBase - { - public System.Data.DataColumn Add() => throw null; - public void Add(System.Data.DataColumn column) => throw null; - public System.Data.DataColumn Add(string columnName) => throw null; - public System.Data.DataColumn Add(string columnName, System.Type type) => throw null; - public System.Data.DataColumn Add(string columnName, System.Type type, string expression) => throw null; - public void AddRange(System.Data.DataColumn[] columns) => throw null; - public bool CanRemove(System.Data.DataColumn column) => throw null; - public void Clear() => throw null; - public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged; - public bool Contains(string name) => throw null; - public void CopyTo(System.Data.DataColumn[] array, int index) => throw null; - public int IndexOf(System.Data.DataColumn column) => throw null; - public int IndexOf(string columnName) => throw null; - protected override System.Collections.ArrayList List { get => throw null; } - public void Remove(System.Data.DataColumn column) => throw null; - public void Remove(string name) => throw null; - public void RemoveAt(int index) => throw null; - public System.Data.DataColumn this[int index] { get => throw null; } - public System.Data.DataColumn this[string name] { get => throw null; } - } - public class DataException : System.SystemException - { - public DataException() => throw null; - protected DataException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public DataException(string s) => throw null; - public DataException(string s, System.Exception innerException) => throw null; - } - public static partial class DataReaderExtensions - { - public static bool GetBoolean(this System.Data.Common.DbDataReader reader, string name) => throw null; - public static byte GetByte(this System.Data.Common.DbDataReader reader, string name) => throw null; - public static long GetBytes(this System.Data.Common.DbDataReader reader, string name, long dataOffset, byte[] buffer, int bufferOffset, int length) => throw null; - public static char GetChar(this System.Data.Common.DbDataReader reader, string name) => throw null; - public static long GetChars(this System.Data.Common.DbDataReader reader, string name, long dataOffset, char[] buffer, int bufferOffset, int length) => throw null; - public static System.Data.Common.DbDataReader GetData(this System.Data.Common.DbDataReader reader, string name) => throw null; - public static string GetDataTypeName(this System.Data.Common.DbDataReader reader, string name) => throw null; - public static System.DateTime GetDateTime(this System.Data.Common.DbDataReader reader, string name) => throw null; - public static decimal GetDecimal(this System.Data.Common.DbDataReader reader, string name) => throw null; - public static double GetDouble(this System.Data.Common.DbDataReader reader, string name) => throw null; - public static System.Type GetFieldType(this System.Data.Common.DbDataReader reader, string name) => throw null; - public static T GetFieldValue(this System.Data.Common.DbDataReader reader, string name) => throw null; - public static System.Threading.Tasks.Task GetFieldValueAsync(this System.Data.Common.DbDataReader reader, string name, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static float GetFloat(this System.Data.Common.DbDataReader reader, string name) => throw null; - public static System.Guid GetGuid(this System.Data.Common.DbDataReader reader, string name) => throw null; - public static short GetInt16(this System.Data.Common.DbDataReader reader, string name) => throw null; - public static int GetInt32(this System.Data.Common.DbDataReader reader, string name) => throw null; - public static long GetInt64(this System.Data.Common.DbDataReader reader, string name) => throw null; - public static System.Type GetProviderSpecificFieldType(this System.Data.Common.DbDataReader reader, string name) => throw null; - public static object GetProviderSpecificValue(this System.Data.Common.DbDataReader reader, string name) => throw null; - public static System.IO.Stream GetStream(this System.Data.Common.DbDataReader reader, string name) => throw null; - public static string GetString(this System.Data.Common.DbDataReader reader, string name) => throw null; - public static System.IO.TextReader GetTextReader(this System.Data.Common.DbDataReader reader, string name) => throw null; - public static object GetValue(this System.Data.Common.DbDataReader reader, string name) => throw null; - public static bool IsDBNull(this System.Data.Common.DbDataReader reader, string name) => throw null; - public static System.Threading.Tasks.Task IsDBNullAsync(this System.Data.Common.DbDataReader reader, string name, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - } - public class DataRelation - { - protected void CheckStateForProperty() => throw null; - public virtual System.Data.DataColumn[] ChildColumns { get => throw null; } - public virtual System.Data.ForeignKeyConstraint ChildKeyConstraint { get => throw null; } - public virtual System.Data.DataTable ChildTable { get => throw null; } - public DataRelation(string relationName, System.Data.DataColumn parentColumn, System.Data.DataColumn childColumn) => throw null; - public DataRelation(string relationName, System.Data.DataColumn parentColumn, System.Data.DataColumn childColumn, bool createConstraints) => throw null; - public DataRelation(string relationName, System.Data.DataColumn[] parentColumns, System.Data.DataColumn[] childColumns) => throw null; - public DataRelation(string relationName, System.Data.DataColumn[] parentColumns, System.Data.DataColumn[] childColumns, bool createConstraints) => throw null; - public DataRelation(string relationName, string parentTableName, string parentTableNamespace, string childTableName, string childTableNamespace, string[] parentColumnNames, string[] childColumnNames, bool nested) => throw null; - public DataRelation(string relationName, string parentTableName, string childTableName, string[] parentColumnNames, string[] childColumnNames, bool nested) => throw null; - public virtual System.Data.DataSet DataSet { get => throw null; } - public System.Data.PropertyCollection ExtendedProperties { get => throw null; } - public virtual bool Nested { get => throw null; set { } } - protected void OnPropertyChanging(System.ComponentModel.PropertyChangedEventArgs pcevent) => throw null; - public virtual System.Data.DataColumn[] ParentColumns { get => throw null; } - public virtual System.Data.UniqueConstraint ParentKeyConstraint { get => throw null; } - public virtual System.Data.DataTable ParentTable { get => throw null; } - protected void RaisePropertyChanging(string name) => throw null; - public virtual string RelationName { get => throw null; set { } } - public override string ToString() => throw null; - } - public abstract class DataRelationCollection : System.Data.InternalDataCollectionBase - { - public virtual System.Data.DataRelation Add(System.Data.DataColumn parentColumn, System.Data.DataColumn childColumn) => throw null; - public virtual System.Data.DataRelation Add(System.Data.DataColumn[] parentColumns, System.Data.DataColumn[] childColumns) => throw null; - public void Add(System.Data.DataRelation relation) => throw null; - public virtual System.Data.DataRelation Add(string name, System.Data.DataColumn parentColumn, System.Data.DataColumn childColumn) => throw null; - public virtual System.Data.DataRelation Add(string name, System.Data.DataColumn parentColumn, System.Data.DataColumn childColumn, bool createConstraints) => throw null; - public virtual System.Data.DataRelation Add(string name, System.Data.DataColumn[] parentColumns, System.Data.DataColumn[] childColumns) => throw null; - public virtual System.Data.DataRelation Add(string name, System.Data.DataColumn[] parentColumns, System.Data.DataColumn[] childColumns, bool createConstraints) => throw null; - protected virtual void AddCore(System.Data.DataRelation relation) => throw null; - public virtual void AddRange(System.Data.DataRelation[] relations) => throw null; - public virtual bool CanRemove(System.Data.DataRelation relation) => throw null; - public virtual void Clear() => throw null; - public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged; - public virtual bool Contains(string name) => throw null; - public void CopyTo(System.Data.DataRelation[] array, int index) => throw null; - protected DataRelationCollection() => throw null; - protected abstract System.Data.DataSet GetDataSet(); - public virtual int IndexOf(System.Data.DataRelation relation) => throw null; - public virtual int IndexOf(string relationName) => throw null; - protected virtual void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs ccevent) => throw null; - protected virtual void OnCollectionChanging(System.ComponentModel.CollectionChangeEventArgs ccevent) => throw null; - public void Remove(System.Data.DataRelation relation) => throw null; - public void Remove(string name) => throw null; - public void RemoveAt(int index) => throw null; - protected virtual void RemoveCore(System.Data.DataRelation relation) => throw null; - public abstract System.Data.DataRelation this[int index] { get; } - public abstract System.Data.DataRelation this[string name] { get; } - } - public class DataRow - { - public void AcceptChanges() => throw null; - public void BeginEdit() => throw null; - public void CancelEdit() => throw null; - public void ClearErrors() => throw null; - protected DataRow(System.Data.DataRowBuilder builder) => throw null; - public void Delete() => throw null; - public void EndEdit() => throw null; - public System.Data.DataRow[] GetChildRows(System.Data.DataRelation relation) => throw null; - public System.Data.DataRow[] GetChildRows(System.Data.DataRelation relation, System.Data.DataRowVersion version) => throw null; - public System.Data.DataRow[] GetChildRows(string relationName) => throw null; - public System.Data.DataRow[] GetChildRows(string relationName, System.Data.DataRowVersion version) => throw null; - public string GetColumnError(System.Data.DataColumn column) => throw null; - public string GetColumnError(int columnIndex) => throw null; - public string GetColumnError(string columnName) => throw null; - public System.Data.DataColumn[] GetColumnsInError() => throw null; - public System.Data.DataRow GetParentRow(System.Data.DataRelation relation) => throw null; - public System.Data.DataRow GetParentRow(System.Data.DataRelation relation, System.Data.DataRowVersion version) => throw null; - public System.Data.DataRow GetParentRow(string relationName) => throw null; - public System.Data.DataRow GetParentRow(string relationName, System.Data.DataRowVersion version) => throw null; - public System.Data.DataRow[] GetParentRows(System.Data.DataRelation relation) => throw null; - public System.Data.DataRow[] GetParentRows(System.Data.DataRelation relation, System.Data.DataRowVersion version) => throw null; - public System.Data.DataRow[] GetParentRows(string relationName) => throw null; - public System.Data.DataRow[] GetParentRows(string relationName, System.Data.DataRowVersion version) => throw null; - public bool HasErrors { get => throw null; } - public bool HasVersion(System.Data.DataRowVersion version) => throw null; - public bool IsNull(System.Data.DataColumn column) => throw null; - public bool IsNull(System.Data.DataColumn column, System.Data.DataRowVersion version) => throw null; - public bool IsNull(int columnIndex) => throw null; - public bool IsNull(string columnName) => throw null; - public object[] ItemArray { get => throw null; set { } } - public void RejectChanges() => throw null; - public string RowError { get => throw null; set { } } - public System.Data.DataRowState RowState { get => throw null; } - public void SetAdded() => throw null; - public void SetColumnError(System.Data.DataColumn column, string error) => throw null; - public void SetColumnError(int columnIndex, string error) => throw null; - public void SetColumnError(string columnName, string error) => throw null; - public void SetModified() => throw null; - protected void SetNull(System.Data.DataColumn column) => throw null; - public void SetParentRow(System.Data.DataRow parentRow) => throw null; - public void SetParentRow(System.Data.DataRow parentRow, System.Data.DataRelation relation) => throw null; - public System.Data.DataTable Table { get => throw null; } - public object this[System.Data.DataColumn column] { get => throw null; set { } } - public object this[System.Data.DataColumn column, System.Data.DataRowVersion version] { get => throw null; } - public object this[int columnIndex] { get => throw null; set { } } - public object this[int columnIndex, System.Data.DataRowVersion version] { get => throw null; } - public object this[string columnName] { get => throw null; set { } } - public object this[string columnName, System.Data.DataRowVersion version] { get => throw null; } - } - [System.Flags] - public enum DataRowAction - { - Nothing = 0, - Delete = 1, - Change = 2, - Rollback = 4, - Commit = 8, - Add = 16, - ChangeOriginal = 32, - ChangeCurrentAndOriginal = 64, - } - public sealed class DataRowBuilder - { - } - public class DataRowChangeEventArgs : System.EventArgs - { - public System.Data.DataRowAction Action { get => throw null; } - public DataRowChangeEventArgs(System.Data.DataRow row, System.Data.DataRowAction action) => throw null; - public System.Data.DataRow Row { get => throw null; } - } - public delegate void DataRowChangeEventHandler(object sender, System.Data.DataRowChangeEventArgs e); - public sealed class DataRowCollection : System.Data.InternalDataCollectionBase - { - public void Add(System.Data.DataRow row) => throw null; - public System.Data.DataRow Add(params object[] values) => throw null; - public void Clear() => throw null; - public bool Contains(object key) => throw null; - public bool Contains(object[] keys) => throw null; - public override void CopyTo(System.Array ar, int index) => throw null; - public void CopyTo(System.Data.DataRow[] array, int index) => throw null; - public override int Count { get => throw null; } - public System.Data.DataRow Find(object key) => throw null; - public System.Data.DataRow Find(object[] keys) => throw null; - public override System.Collections.IEnumerator GetEnumerator() => throw null; - public int IndexOf(System.Data.DataRow row) => throw null; - public void InsertAt(System.Data.DataRow row, int pos) => throw null; - public void Remove(System.Data.DataRow row) => throw null; - public void RemoveAt(int index) => throw null; - public System.Data.DataRow this[int index] { get => throw null; } - } - public static class DataRowComparer - { - public static System.Data.DataRowComparer Default { get => throw null; } - } - public sealed class DataRowComparer : System.Collections.Generic.IEqualityComparer where TRow : System.Data.DataRow - { - public static System.Data.DataRowComparer Default { get => throw null; } - public bool Equals(TRow leftRow, TRow rightRow) => throw null; - public int GetHashCode(TRow row) => throw null; - } - public static partial class DataRowExtensions - { - public static T Field(this System.Data.DataRow row, System.Data.DataColumn column) => throw null; - public static T Field(this System.Data.DataRow row, System.Data.DataColumn column, System.Data.DataRowVersion version) => throw null; - public static T Field(this System.Data.DataRow row, int columnIndex) => throw null; - public static T Field(this System.Data.DataRow row, int columnIndex, System.Data.DataRowVersion version) => throw null; - public static T Field(this System.Data.DataRow row, string columnName) => throw null; - public static T Field(this System.Data.DataRow row, string columnName, System.Data.DataRowVersion version) => throw null; - public static void SetField(this System.Data.DataRow row, System.Data.DataColumn column, T value) => throw null; - public static void SetField(this System.Data.DataRow row, int columnIndex, T value) => throw null; - public static void SetField(this System.Data.DataRow row, string columnName, T value) => throw null; - } - [System.Flags] - public enum DataRowState - { - Detached = 1, - Unchanged = 2, - Added = 4, - Deleted = 8, - Modified = 16, - } - public enum DataRowVersion - { - Original = 256, - Current = 512, - Proposed = 1024, - Default = 1536, - } - public class DataRowView : System.ComponentModel.ICustomTypeDescriptor, System.ComponentModel.IDataErrorInfo, System.ComponentModel.IEditableObject, System.ComponentModel.INotifyPropertyChanged - { - public void BeginEdit() => throw null; - public void CancelEdit() => throw null; - public System.Data.DataView CreateChildView(System.Data.DataRelation relation) => throw null; - public System.Data.DataView CreateChildView(System.Data.DataRelation relation, bool followParent) => throw null; - public System.Data.DataView CreateChildView(string relationName) => throw null; - public System.Data.DataView CreateChildView(string relationName, bool followParent) => throw null; - public System.Data.DataView DataView { get => throw null; } - public void Delete() => throw null; - public void EndEdit() => throw null; - public override bool Equals(object other) => throw null; - string System.ComponentModel.IDataErrorInfo.Error { get => throw null; } - System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor.GetAttributes() => throw null; - string System.ComponentModel.ICustomTypeDescriptor.GetClassName() => throw null; - string System.ComponentModel.ICustomTypeDescriptor.GetComponentName() => throw null; - System.ComponentModel.TypeConverter System.ComponentModel.ICustomTypeDescriptor.GetConverter() => throw null; - System.ComponentModel.EventDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent() => throw null; - System.ComponentModel.PropertyDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty() => throw null; - object System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type editorBaseType) => throw null; - System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents() => throw null; - System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[] attributes) => throw null; - public override int GetHashCode() => throw null; - System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties() => throw null; - System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[] attributes) => throw null; - object System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd) => throw null; - public bool IsEdit { get => throw null; } - public bool IsNew { get => throw null; } - string System.ComponentModel.IDataErrorInfo.this[string colName] { get => throw null; } - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - public System.Data.DataRow Row { get => throw null; } - public System.Data.DataRowVersion RowVersion { get => throw null; } - public object this[int ndx] { get => throw null; set { } } - public object this[string property] { get => throw null; set { } } - } - public class DataSet : System.ComponentModel.MarshalByValueComponent, System.ComponentModel.IListSource, System.Runtime.Serialization.ISerializable, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification, System.Xml.Serialization.IXmlSerializable - { - public void AcceptChanges() => throw null; - public void BeginInit() => throw null; - public bool CaseSensitive { get => throw null; set { } } - public void Clear() => throw null; - public virtual System.Data.DataSet Clone() => throw null; - bool System.ComponentModel.IListSource.ContainsListCollection { get => throw null; } - public System.Data.DataSet Copy() => throw null; - public System.Data.DataTableReader CreateDataReader() => throw null; - public System.Data.DataTableReader CreateDataReader(params System.Data.DataTable[] dataTables) => throw null; - public DataSet() => throw null; - protected DataSet(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - protected DataSet(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context, bool ConstructSchema) => throw null; - public DataSet(string dataSetName) => throw null; - public string DataSetName { get => throw null; set { } } - public System.Data.DataViewManager DefaultViewManager { get => throw null; } - protected System.Data.SchemaSerializationMode DetermineSchemaSerializationMode(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - protected System.Data.SchemaSerializationMode DetermineSchemaSerializationMode(System.Xml.XmlReader reader) => throw null; - public void EndInit() => throw null; - public bool EnforceConstraints { get => throw null; set { } } - public System.Data.PropertyCollection ExtendedProperties { get => throw null; } - public System.Data.DataSet GetChanges() => throw null; - public System.Data.DataSet GetChanges(System.Data.DataRowState rowStates) => throw null; - public static System.Xml.Schema.XmlSchemaComplexType GetDataSetSchema(System.Xml.Schema.XmlSchemaSet schemaSet) => throw null; - System.Collections.IList System.ComponentModel.IListSource.GetList() => throw null; - public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() => throw null; - protected virtual System.Xml.Schema.XmlSchema GetSchemaSerializable() => throw null; - protected void GetSerializationData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public string GetXml() => throw null; - public string GetXmlSchema() => throw null; - public bool HasChanges() => throw null; - public bool HasChanges(System.Data.DataRowState rowStates) => throw null; - public bool HasErrors { get => throw null; } - public void InferXmlSchema(System.IO.Stream stream, string[] nsArray) => throw null; - public void InferXmlSchema(System.IO.TextReader reader, string[] nsArray) => throw null; - public void InferXmlSchema(string fileName, string[] nsArray) => throw null; - public void InferXmlSchema(System.Xml.XmlReader reader, string[] nsArray) => throw null; - public event System.EventHandler Initialized; - protected virtual void InitializeDerivedDataSet() => throw null; - protected bool IsBinarySerialized(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public bool IsInitialized { get => throw null; } - public void Load(System.Data.IDataReader reader, System.Data.LoadOption loadOption, params System.Data.DataTable[] tables) => throw null; - public virtual void Load(System.Data.IDataReader reader, System.Data.LoadOption loadOption, System.Data.FillErrorEventHandler errorHandler, params System.Data.DataTable[] tables) => throw null; - public void Load(System.Data.IDataReader reader, System.Data.LoadOption loadOption, params string[] tables) => throw null; - public System.Globalization.CultureInfo Locale { get => throw null; set { } } - public void Merge(System.Data.DataRow[] rows) => throw null; - public void Merge(System.Data.DataRow[] rows, bool preserveChanges, System.Data.MissingSchemaAction missingSchemaAction) => throw null; - public void Merge(System.Data.DataSet dataSet) => throw null; - public void Merge(System.Data.DataSet dataSet, bool preserveChanges) => throw null; - public void Merge(System.Data.DataSet dataSet, bool preserveChanges, System.Data.MissingSchemaAction missingSchemaAction) => throw null; - public void Merge(System.Data.DataTable table) => throw null; - public void Merge(System.Data.DataTable table, bool preserveChanges, System.Data.MissingSchemaAction missingSchemaAction) => throw null; - public event System.Data.MergeFailedEventHandler MergeFailed; - public string Namespace { get => throw null; set { } } - protected virtual void OnPropertyChanging(System.ComponentModel.PropertyChangedEventArgs pcevent) => throw null; - protected virtual void OnRemoveRelation(System.Data.DataRelation relation) => throw null; - protected virtual void OnRemoveTable(System.Data.DataTable table) => throw null; - public string Prefix { get => throw null; set { } } - protected void RaisePropertyChanging(string name) => throw null; - public System.Data.XmlReadMode ReadXml(System.IO.Stream stream) => throw null; - public System.Data.XmlReadMode ReadXml(System.IO.Stream stream, System.Data.XmlReadMode mode) => throw null; - public System.Data.XmlReadMode ReadXml(System.IO.TextReader reader) => throw null; - public System.Data.XmlReadMode ReadXml(System.IO.TextReader reader, System.Data.XmlReadMode mode) => throw null; - public System.Data.XmlReadMode ReadXml(string fileName) => throw null; - public System.Data.XmlReadMode ReadXml(string fileName, System.Data.XmlReadMode mode) => throw null; - public System.Data.XmlReadMode ReadXml(System.Xml.XmlReader reader) => throw null; - public System.Data.XmlReadMode ReadXml(System.Xml.XmlReader reader, System.Data.XmlReadMode mode) => throw null; - void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) => throw null; - public void ReadXmlSchema(System.IO.Stream stream) => throw null; - public void ReadXmlSchema(System.IO.TextReader reader) => throw null; - public void ReadXmlSchema(string fileName) => throw null; - public void ReadXmlSchema(System.Xml.XmlReader reader) => throw null; - protected virtual void ReadXmlSerializable(System.Xml.XmlReader reader) => throw null; - public virtual void RejectChanges() => throw null; - public System.Data.DataRelationCollection Relations { get => throw null; } - public System.Data.SerializationFormat RemotingFormat { get => throw null; set { } } - public virtual void Reset() => throw null; - public virtual System.Data.SchemaSerializationMode SchemaSerializationMode { get => throw null; set { } } - protected virtual bool ShouldSerializeRelations() => throw null; - protected virtual bool ShouldSerializeTables() => throw null; - public override System.ComponentModel.ISite Site { get => throw null; set { } } - public System.Data.DataTableCollection Tables { get => throw null; } - void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) => throw null; - public void WriteXml(System.IO.Stream stream) => throw null; - public void WriteXml(System.IO.Stream stream, System.Data.XmlWriteMode mode) => throw null; - public void WriteXml(System.IO.TextWriter writer) => throw null; - public void WriteXml(System.IO.TextWriter writer, System.Data.XmlWriteMode mode) => throw null; - public void WriteXml(string fileName) => throw null; - public void WriteXml(string fileName, System.Data.XmlWriteMode mode) => throw null; - public void WriteXml(System.Xml.XmlWriter writer) => throw null; - public void WriteXml(System.Xml.XmlWriter writer, System.Data.XmlWriteMode mode) => throw null; - public void WriteXmlSchema(System.IO.Stream stream) => throw null; - public void WriteXmlSchema(System.IO.Stream stream, System.Converter multipleTargetConverter) => throw null; - public void WriteXmlSchema(System.IO.TextWriter writer) => throw null; - public void WriteXmlSchema(System.IO.TextWriter writer, System.Converter multipleTargetConverter) => throw null; - public void WriteXmlSchema(string fileName) => throw null; - public void WriteXmlSchema(string fileName, System.Converter multipleTargetConverter) => throw null; - public void WriteXmlSchema(System.Xml.XmlWriter writer) => throw null; - public void WriteXmlSchema(System.Xml.XmlWriter writer, System.Converter multipleTargetConverter) => throw null; - } - public enum DataSetDateTime - { - Local = 1, - Unspecified = 2, - UnspecifiedLocal = 3, - Utc = 4, - } - [System.AttributeUsage((System.AttributeTargets)32767)] - public class DataSysDescriptionAttribute : System.ComponentModel.DescriptionAttribute - { - public DataSysDescriptionAttribute(string description) => throw null; - public override string Description { get => throw null; } - } - public class DataTable : System.ComponentModel.MarshalByValueComponent, System.ComponentModel.IListSource, System.Runtime.Serialization.ISerializable, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification, System.Xml.Serialization.IXmlSerializable - { - public void AcceptChanges() => throw null; - public virtual void BeginInit() => throw null; - public void BeginLoadData() => throw null; - public bool CaseSensitive { get => throw null; set { } } - public System.Data.DataRelationCollection ChildRelations { get => throw null; } - public void Clear() => throw null; - public virtual System.Data.DataTable Clone() => throw null; - public event System.Data.DataColumnChangeEventHandler ColumnChanged; - public event System.Data.DataColumnChangeEventHandler ColumnChanging; - public System.Data.DataColumnCollection Columns { get => throw null; } - public object Compute(string expression, string filter) => throw null; - public System.Data.ConstraintCollection Constraints { get => throw null; } - bool System.ComponentModel.IListSource.ContainsListCollection { get => throw null; } - public System.Data.DataTable Copy() => throw null; - public System.Data.DataTableReader CreateDataReader() => throw null; - protected virtual System.Data.DataTable CreateInstance() => throw null; - public DataTable() => throw null; - protected DataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public DataTable(string tableName) => throw null; - public DataTable(string tableName, string tableNamespace) => throw null; - public System.Data.DataSet DataSet { get => throw null; } - public System.Data.DataView DefaultView { get => throw null; } - public string DisplayExpression { get => throw null; set { } } - public virtual void EndInit() => throw null; - public void EndLoadData() => throw null; - public System.Data.PropertyCollection ExtendedProperties { get => throw null; } - protected bool fInitInProgress; - public System.Data.DataTable GetChanges() => throw null; - public System.Data.DataTable GetChanges(System.Data.DataRowState rowStates) => throw null; - public static System.Xml.Schema.XmlSchemaComplexType GetDataTableSchema(System.Xml.Schema.XmlSchemaSet schemaSet) => throw null; - public System.Data.DataRow[] GetErrors() => throw null; - System.Collections.IList System.ComponentModel.IListSource.GetList() => throw null; - public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - protected virtual System.Type GetRowType() => throw null; - protected virtual System.Xml.Schema.XmlSchema GetSchema() => throw null; - System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() => throw null; - public bool HasErrors { get => throw null; } - public void ImportRow(System.Data.DataRow row) => throw null; - public event System.EventHandler Initialized; - public bool IsInitialized { get => throw null; } - public void Load(System.Data.IDataReader reader) => throw null; - public void Load(System.Data.IDataReader reader, System.Data.LoadOption loadOption) => throw null; - public virtual void Load(System.Data.IDataReader reader, System.Data.LoadOption loadOption, System.Data.FillErrorEventHandler errorHandler) => throw null; - public System.Data.DataRow LoadDataRow(object[] values, bool fAcceptChanges) => throw null; - public System.Data.DataRow LoadDataRow(object[] values, System.Data.LoadOption loadOption) => throw null; - public System.Globalization.CultureInfo Locale { get => throw null; set { } } - public void Merge(System.Data.DataTable table) => throw null; - public void Merge(System.Data.DataTable table, bool preserveChanges) => throw null; - public void Merge(System.Data.DataTable table, bool preserveChanges, System.Data.MissingSchemaAction missingSchemaAction) => throw null; - public int MinimumCapacity { get => throw null; set { } } - public string Namespace { get => throw null; set { } } - public System.Data.DataRow NewRow() => throw null; - protected System.Data.DataRow[] NewRowArray(int size) => throw null; - protected virtual System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) => throw null; - protected virtual void OnColumnChanged(System.Data.DataColumnChangeEventArgs e) => throw null; - protected virtual void OnColumnChanging(System.Data.DataColumnChangeEventArgs e) => throw null; - protected virtual void OnPropertyChanging(System.ComponentModel.PropertyChangedEventArgs pcevent) => throw null; - protected virtual void OnRemoveColumn(System.Data.DataColumn column) => throw null; - protected virtual void OnRowChanged(System.Data.DataRowChangeEventArgs e) => throw null; - protected virtual void OnRowChanging(System.Data.DataRowChangeEventArgs e) => throw null; - protected virtual void OnRowDeleted(System.Data.DataRowChangeEventArgs e) => throw null; - protected virtual void OnRowDeleting(System.Data.DataRowChangeEventArgs e) => throw null; - protected virtual void OnTableCleared(System.Data.DataTableClearEventArgs e) => throw null; - protected virtual void OnTableClearing(System.Data.DataTableClearEventArgs e) => throw null; - protected virtual void OnTableNewRow(System.Data.DataTableNewRowEventArgs e) => throw null; - public System.Data.DataRelationCollection ParentRelations { get => throw null; } - public string Prefix { get => throw null; set { } } - public System.Data.DataColumn[] PrimaryKey { get => throw null; set { } } - public System.Data.XmlReadMode ReadXml(System.IO.Stream stream) => throw null; - public System.Data.XmlReadMode ReadXml(System.IO.TextReader reader) => throw null; - public System.Data.XmlReadMode ReadXml(string fileName) => throw null; - public System.Data.XmlReadMode ReadXml(System.Xml.XmlReader reader) => throw null; - void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) => throw null; - public void ReadXmlSchema(System.IO.Stream stream) => throw null; - public void ReadXmlSchema(System.IO.TextReader reader) => throw null; - public void ReadXmlSchema(string fileName) => throw null; - public void ReadXmlSchema(System.Xml.XmlReader reader) => throw null; - protected virtual void ReadXmlSerializable(System.Xml.XmlReader reader) => throw null; - public void RejectChanges() => throw null; - public System.Data.SerializationFormat RemotingFormat { get => throw null; set { } } - public virtual void Reset() => throw null; - public event System.Data.DataRowChangeEventHandler RowChanged; - public event System.Data.DataRowChangeEventHandler RowChanging; - public event System.Data.DataRowChangeEventHandler RowDeleted; - public event System.Data.DataRowChangeEventHandler RowDeleting; - public System.Data.DataRowCollection Rows { get => throw null; } - public System.Data.DataRow[] Select() => throw null; - public System.Data.DataRow[] Select(string filterExpression) => throw null; - public System.Data.DataRow[] Select(string filterExpression, string sort) => throw null; - public System.Data.DataRow[] Select(string filterExpression, string sort, System.Data.DataViewRowState recordStates) => throw null; - public override System.ComponentModel.ISite Site { get => throw null; set { } } - public event System.Data.DataTableClearEventHandler TableCleared; - public event System.Data.DataTableClearEventHandler TableClearing; - public string TableName { get => throw null; set { } } - public event System.Data.DataTableNewRowEventHandler TableNewRow; - public override string ToString() => throw null; - void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) => throw null; - public void WriteXml(System.IO.Stream stream) => throw null; - public void WriteXml(System.IO.Stream stream, bool writeHierarchy) => throw null; - public void WriteXml(System.IO.Stream stream, System.Data.XmlWriteMode mode) => throw null; - public void WriteXml(System.IO.Stream stream, System.Data.XmlWriteMode mode, bool writeHierarchy) => throw null; - public void WriteXml(System.IO.TextWriter writer) => throw null; - public void WriteXml(System.IO.TextWriter writer, bool writeHierarchy) => throw null; - public void WriteXml(System.IO.TextWriter writer, System.Data.XmlWriteMode mode) => throw null; - public void WriteXml(System.IO.TextWriter writer, System.Data.XmlWriteMode mode, bool writeHierarchy) => throw null; - public void WriteXml(string fileName) => throw null; - public void WriteXml(string fileName, bool writeHierarchy) => throw null; - public void WriteXml(string fileName, System.Data.XmlWriteMode mode) => throw null; - public void WriteXml(string fileName, System.Data.XmlWriteMode mode, bool writeHierarchy) => throw null; - public void WriteXml(System.Xml.XmlWriter writer) => throw null; - public void WriteXml(System.Xml.XmlWriter writer, bool writeHierarchy) => throw null; - public void WriteXml(System.Xml.XmlWriter writer, System.Data.XmlWriteMode mode) => throw null; - public void WriteXml(System.Xml.XmlWriter writer, System.Data.XmlWriteMode mode, bool writeHierarchy) => throw null; - public void WriteXmlSchema(System.IO.Stream stream) => throw null; - public void WriteXmlSchema(System.IO.Stream stream, bool writeHierarchy) => throw null; - public void WriteXmlSchema(System.IO.TextWriter writer) => throw null; - public void WriteXmlSchema(System.IO.TextWriter writer, bool writeHierarchy) => throw null; - public void WriteXmlSchema(string fileName) => throw null; - public void WriteXmlSchema(string fileName, bool writeHierarchy) => throw null; - public void WriteXmlSchema(System.Xml.XmlWriter writer) => throw null; - public void WriteXmlSchema(System.Xml.XmlWriter writer, bool writeHierarchy) => throw null; - } - public sealed class DataTableClearEventArgs : System.EventArgs - { - public DataTableClearEventArgs(System.Data.DataTable dataTable) => throw null; - public System.Data.DataTable Table { get => throw null; } - public string TableName { get => throw null; } - public string TableNamespace { get => throw null; } - } - public delegate void DataTableClearEventHandler(object sender, System.Data.DataTableClearEventArgs e); - public sealed class DataTableCollection : System.Data.InternalDataCollectionBase - { - public System.Data.DataTable Add() => throw null; - public void Add(System.Data.DataTable table) => throw null; - public System.Data.DataTable Add(string name) => throw null; - public System.Data.DataTable Add(string name, string tableNamespace) => throw null; - public void AddRange(System.Data.DataTable[] tables) => throw null; - public bool CanRemove(System.Data.DataTable table) => throw null; - public void Clear() => throw null; - public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged; - public event System.ComponentModel.CollectionChangeEventHandler CollectionChanging; - public bool Contains(string name) => throw null; - public bool Contains(string name, string tableNamespace) => throw null; - public void CopyTo(System.Data.DataTable[] array, int index) => throw null; - public int IndexOf(System.Data.DataTable table) => throw null; - public int IndexOf(string tableName) => throw null; - public int IndexOf(string tableName, string tableNamespace) => throw null; - protected override System.Collections.ArrayList List { get => throw null; } - public void Remove(System.Data.DataTable table) => throw null; - public void Remove(string name) => throw null; - public void Remove(string name, string tableNamespace) => throw null; - public void RemoveAt(int index) => throw null; - public System.Data.DataTable this[int index] { get => throw null; } - public System.Data.DataTable this[string name] { get => throw null; } - public System.Data.DataTable this[string name, string tableNamespace] { get => throw null; } - } - public static partial class DataTableExtensions - { - public static System.Data.DataView AsDataView(this System.Data.DataTable table) => throw null; - public static System.Data.DataView AsDataView(this System.Data.EnumerableRowCollection source) where T : System.Data.DataRow => throw null; - public static System.Data.EnumerableRowCollection AsEnumerable(this System.Data.DataTable source) => throw null; - public static System.Data.DataTable CopyToDataTable(this System.Collections.Generic.IEnumerable source) where T : System.Data.DataRow => throw null; - public static void CopyToDataTable(this System.Collections.Generic.IEnumerable source, System.Data.DataTable table, System.Data.LoadOption options) where T : System.Data.DataRow => throw null; - public static void CopyToDataTable(this System.Collections.Generic.IEnumerable source, System.Data.DataTable table, System.Data.LoadOption options, System.Data.FillErrorEventHandler errorHandler) where T : System.Data.DataRow => throw null; - } - public sealed class DataTableNewRowEventArgs : System.EventArgs - { - public DataTableNewRowEventArgs(System.Data.DataRow dataRow) => throw null; - public System.Data.DataRow Row { get => throw null; } - } - public delegate void DataTableNewRowEventHandler(object sender, System.Data.DataTableNewRowEventArgs e); - public sealed class DataTableReader : System.Data.Common.DbDataReader - { - public override void Close() => throw null; - public DataTableReader(System.Data.DataTable dataTable) => throw null; - public DataTableReader(System.Data.DataTable[] dataTables) => throw null; - public override int Depth { get => throw null; } - public override int FieldCount { get => throw null; } - public override bool GetBoolean(int ordinal) => throw null; - public override byte GetByte(int ordinal) => throw null; - public override long GetBytes(int ordinal, long dataIndex, byte[] buffer, int bufferIndex, int length) => throw null; - public override char GetChar(int ordinal) => throw null; - public override long GetChars(int ordinal, long dataIndex, char[] buffer, int bufferIndex, int length) => throw null; - public override string GetDataTypeName(int ordinal) => throw null; - public override System.DateTime GetDateTime(int ordinal) => throw null; - public override decimal GetDecimal(int ordinal) => throw null; - public override double GetDouble(int ordinal) => throw null; - public override System.Collections.IEnumerator GetEnumerator() => throw null; - public override System.Type GetFieldType(int ordinal) => throw null; - public override float GetFloat(int ordinal) => throw null; - public override System.Guid GetGuid(int ordinal) => throw null; - public override short GetInt16(int ordinal) => throw null; - public override int GetInt32(int ordinal) => throw null; - public override long GetInt64(int ordinal) => throw null; - public override string GetName(int ordinal) => throw null; - public override int GetOrdinal(string name) => throw null; - public override System.Type GetProviderSpecificFieldType(int ordinal) => throw null; - public override object GetProviderSpecificValue(int ordinal) => throw null; - public override int GetProviderSpecificValues(object[] values) => throw null; - public override System.Data.DataTable GetSchemaTable() => throw null; - public override string GetString(int ordinal) => throw null; - public override object GetValue(int ordinal) => throw null; - public override int GetValues(object[] values) => throw null; - public override bool HasRows { get => throw null; } - public override bool IsClosed { get => throw null; } - public override bool IsDBNull(int ordinal) => throw null; - public override bool NextResult() => throw null; - public override bool Read() => throw null; - public override int RecordsAffected { get => throw null; } - public override object this[int ordinal] { get => throw null; } - public override object this[string name] { get => throw null; } - } - public class DataView : System.ComponentModel.MarshalByValueComponent, System.ComponentModel.IBindingList, System.ComponentModel.IBindingListView, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification, System.ComponentModel.ITypedList - { - int System.Collections.IList.Add(object value) => throw null; - void System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor property) => throw null; - public virtual System.Data.DataRowView AddNew() => throw null; - object System.ComponentModel.IBindingList.AddNew() => throw null; - public bool AllowDelete { get => throw null; set { } } - public bool AllowEdit { get => throw null; set { } } - bool System.ComponentModel.IBindingList.AllowEdit { get => throw null; } - public bool AllowNew { get => throw null; set { } } - bool System.ComponentModel.IBindingList.AllowNew { get => throw null; } - bool System.ComponentModel.IBindingList.AllowRemove { get => throw null; } - public bool ApplyDefaultSort { get => throw null; set { } } - void System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection direction) => throw null; - void System.ComponentModel.IBindingListView.ApplySort(System.ComponentModel.ListSortDescriptionCollection sorts) => throw null; - public void BeginInit() => throw null; - void System.Collections.IList.Clear() => throw null; - protected void Close() => throw null; - protected virtual void ColumnCollectionChanged(object sender, System.ComponentModel.CollectionChangeEventArgs e) => throw null; - bool System.Collections.IList.Contains(object value) => throw null; - public void CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public DataView() => throw null; - public DataView(System.Data.DataTable table) => throw null; - public DataView(System.Data.DataTable table, string RowFilter, string Sort, System.Data.DataViewRowState RowState) => throw null; - public System.Data.DataViewManager DataViewManager { get => throw null; } - public void Delete(int index) => throw null; - protected override void Dispose(bool disposing) => throw null; - public void EndInit() => throw null; - public virtual bool Equals(System.Data.DataView view) => throw null; - string System.ComponentModel.IBindingListView.Filter { get => throw null; set { } } - public int Find(object key) => throw null; - public int Find(object[] key) => throw null; - int System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor property, object key) => throw null; - public System.Data.DataRowView[] FindRows(object key) => throw null; - public System.Data.DataRowView[] FindRows(object[] key) => throw null; - public System.Collections.IEnumerator GetEnumerator() => throw null; - System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ITypedList.GetItemProperties(System.ComponentModel.PropertyDescriptor[] listAccessors) => throw null; - string System.ComponentModel.ITypedList.GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors) => throw null; - protected virtual void IndexListChanged(object sender, System.ComponentModel.ListChangedEventArgs e) => throw null; - int System.Collections.IList.IndexOf(object value) => throw null; - public event System.EventHandler Initialized; - void System.Collections.IList.Insert(int index, object value) => throw null; - bool System.Collections.IList.IsFixedSize { get => throw null; } - public bool IsInitialized { get => throw null; } - protected bool IsOpen { get => throw null; } - bool System.Collections.IList.IsReadOnly { get => throw null; } - bool System.ComponentModel.IBindingList.IsSorted { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.IList.this[int recordIndex] { get => throw null; set { } } - public event System.ComponentModel.ListChangedEventHandler ListChanged; - protected virtual void OnListChanged(System.ComponentModel.ListChangedEventArgs e) => throw null; - protected void Open() => throw null; - void System.Collections.IList.Remove(object value) => throw null; - void System.Collections.IList.RemoveAt(int index) => throw null; - void System.ComponentModel.IBindingListView.RemoveFilter() => throw null; - void System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor property) => throw null; - void System.ComponentModel.IBindingList.RemoveSort() => throw null; - protected void Reset() => throw null; - public virtual string RowFilter { get => throw null; set { } } - public System.Data.DataViewRowState RowStateFilter { get => throw null; set { } } - public string Sort { get => throw null; set { } } - System.ComponentModel.ListSortDescriptionCollection System.ComponentModel.IBindingListView.SortDescriptions { get => throw null; } - System.ComponentModel.ListSortDirection System.ComponentModel.IBindingList.SortDirection { get => throw null; } - System.ComponentModel.PropertyDescriptor System.ComponentModel.IBindingList.SortProperty { get => throw null; } - bool System.ComponentModel.IBindingListView.SupportsAdvancedSorting { get => throw null; } - bool System.ComponentModel.IBindingList.SupportsChangeNotification { get => throw null; } - bool System.ComponentModel.IBindingListView.SupportsFiltering { get => throw null; } - bool System.ComponentModel.IBindingList.SupportsSearching { get => throw null; } - bool System.ComponentModel.IBindingList.SupportsSorting { get => throw null; } - object System.Collections.ICollection.SyncRoot { get => throw null; } - public System.Data.DataTable Table { get => throw null; set { } } - public System.Data.DataRowView this[int recordIndex] { get => throw null; } - public System.Data.DataTable ToTable() => throw null; - public System.Data.DataTable ToTable(bool distinct, params string[] columnNames) => throw null; - public System.Data.DataTable ToTable(string tableName) => throw null; - public System.Data.DataTable ToTable(string tableName, bool distinct, params string[] columnNames) => throw null; - protected void UpdateIndex() => throw null; - protected virtual void UpdateIndex(bool force) => throw null; - } - public class DataViewManager : System.ComponentModel.MarshalByValueComponent, System.ComponentModel.IBindingList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ComponentModel.ITypedList - { - int System.Collections.IList.Add(object value) => throw null; - void System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor property) => throw null; - object System.ComponentModel.IBindingList.AddNew() => throw null; - bool System.ComponentModel.IBindingList.AllowEdit { get => throw null; } - bool System.ComponentModel.IBindingList.AllowNew { get => throw null; } - bool System.ComponentModel.IBindingList.AllowRemove { get => throw null; } - void System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection direction) => throw null; - void System.Collections.IList.Clear() => throw null; - bool System.Collections.IList.Contains(object value) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - int System.Collections.ICollection.Count { get => throw null; } - public System.Data.DataView CreateDataView(System.Data.DataTable table) => throw null; - public DataViewManager() => throw null; - public DataViewManager(System.Data.DataSet dataSet) => throw null; - public System.Data.DataSet DataSet { get => throw null; set { } } - public string DataViewSettingCollectionString { get => throw null; set { } } - public System.Data.DataViewSettingCollection DataViewSettings { get => throw null; } - int System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor property, object key) => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ITypedList.GetItemProperties(System.ComponentModel.PropertyDescriptor[] listAccessors) => throw null; - string System.ComponentModel.ITypedList.GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors) => throw null; - int System.Collections.IList.IndexOf(object value) => throw null; - void System.Collections.IList.Insert(int index, object value) => throw null; - bool System.Collections.IList.IsFixedSize { get => throw null; } - bool System.Collections.IList.IsReadOnly { get => throw null; } - bool System.ComponentModel.IBindingList.IsSorted { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.IList.this[int index] { get => throw null; set { } } - public event System.ComponentModel.ListChangedEventHandler ListChanged; - protected virtual void OnListChanged(System.ComponentModel.ListChangedEventArgs e) => throw null; - protected virtual void RelationCollectionChanged(object sender, System.ComponentModel.CollectionChangeEventArgs e) => throw null; - void System.Collections.IList.Remove(object value) => throw null; - void System.Collections.IList.RemoveAt(int index) => throw null; - void System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor property) => throw null; - void System.ComponentModel.IBindingList.RemoveSort() => throw null; - System.ComponentModel.ListSortDirection System.ComponentModel.IBindingList.SortDirection { get => throw null; } - System.ComponentModel.PropertyDescriptor System.ComponentModel.IBindingList.SortProperty { get => throw null; } - bool System.ComponentModel.IBindingList.SupportsChangeNotification { get => throw null; } - bool System.ComponentModel.IBindingList.SupportsSearching { get => throw null; } - bool System.ComponentModel.IBindingList.SupportsSorting { get => throw null; } - object System.Collections.ICollection.SyncRoot { get => throw null; } - protected virtual void TableCollectionChanged(object sender, System.ComponentModel.CollectionChangeEventArgs e) => throw null; - } - [System.Flags] - public enum DataViewRowState - { - None = 0, - Unchanged = 2, - Added = 4, - Deleted = 8, - ModifiedCurrent = 16, - CurrentRows = 22, - ModifiedOriginal = 32, - OriginalRows = 42, - } - public class DataViewSetting - { - public bool ApplyDefaultSort { get => throw null; set { } } - public System.Data.DataViewManager DataViewManager { get => throw null; } - public string RowFilter { get => throw null; set { } } - public System.Data.DataViewRowState RowStateFilter { get => throw null; set { } } - public string Sort { get => throw null; set { } } - public System.Data.DataTable Table { get => throw null; } - } - public class DataViewSettingCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - public void CopyTo(System.Array ar, int index) => throw null; - public void CopyTo(System.Data.DataViewSetting[] ar, int index) => throw null; - public virtual int Count { get => throw null; } - public System.Collections.IEnumerator GetEnumerator() => throw null; - public bool IsReadOnly { get => throw null; } - public bool IsSynchronized { get => throw null; } - public object SyncRoot { get => throw null; } - public virtual System.Data.DataViewSetting this[System.Data.DataTable table] { get => throw null; set { } } - public virtual System.Data.DataViewSetting this[int index] { get => throw null; set { } } - public virtual System.Data.DataViewSetting this[string tableName] { get => throw null; } - } - public sealed class DBConcurrencyException : System.SystemException - { - public void CopyToRows(System.Data.DataRow[] array) => throw null; - public void CopyToRows(System.Data.DataRow[] array, int arrayIndex) => throw null; - public DBConcurrencyException() => throw null; - public DBConcurrencyException(string message) => throw null; - public DBConcurrencyException(string message, System.Exception inner) => throw null; - public DBConcurrencyException(string message, System.Exception inner, System.Data.DataRow[] dataRows) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public System.Data.DataRow Row { get => throw null; set { } } - public int RowCount { get => throw null; } - } - public enum DbType - { - AnsiString = 0, - Binary = 1, - Byte = 2, - Boolean = 3, - Currency = 4, - Date = 5, - DateTime = 6, - Decimal = 7, - Double = 8, - Guid = 9, - Int16 = 10, - Int32 = 11, - Int64 = 12, - Object = 13, - SByte = 14, - Single = 15, - String = 16, - Time = 17, - UInt16 = 18, - UInt32 = 19, - UInt64 = 20, - VarNumeric = 21, - AnsiStringFixedLength = 22, - StringFixedLength = 23, - Xml = 25, - DateTime2 = 26, - DateTimeOffset = 27, - } - public class DeletedRowInaccessibleException : System.Data.DataException - { - public DeletedRowInaccessibleException() => throw null; - protected DeletedRowInaccessibleException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public DeletedRowInaccessibleException(string s) => throw null; - public DeletedRowInaccessibleException(string message, System.Exception innerException) => throw null; - } - public class DuplicateNameException : System.Data.DataException - { - public DuplicateNameException() => throw null; - protected DuplicateNameException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public DuplicateNameException(string s) => throw null; - public DuplicateNameException(string message, System.Exception innerException) => throw null; - } - public abstract class EnumerableRowCollection : System.Collections.IEnumerable - { - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public class EnumerableRowCollection : System.Data.EnumerableRowCollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public static partial class EnumerableRowCollectionExtensions - { - public static System.Data.EnumerableRowCollection Cast(this System.Data.EnumerableRowCollection source) => throw null; - public static System.Data.OrderedEnumerableRowCollection OrderBy(this System.Data.EnumerableRowCollection source, System.Func keySelector) => throw null; - public static System.Data.OrderedEnumerableRowCollection OrderBy(this System.Data.EnumerableRowCollection source, System.Func keySelector, System.Collections.Generic.IComparer comparer) => throw null; - public static System.Data.OrderedEnumerableRowCollection OrderByDescending(this System.Data.EnumerableRowCollection source, System.Func keySelector) => throw null; - public static System.Data.OrderedEnumerableRowCollection OrderByDescending(this System.Data.EnumerableRowCollection source, System.Func keySelector, System.Collections.Generic.IComparer comparer) => throw null; - public static System.Data.EnumerableRowCollection Select(this System.Data.EnumerableRowCollection source, System.Func selector) => throw null; - public static System.Data.OrderedEnumerableRowCollection ThenBy(this System.Data.OrderedEnumerableRowCollection source, System.Func keySelector) => throw null; - public static System.Data.OrderedEnumerableRowCollection ThenBy(this System.Data.OrderedEnumerableRowCollection source, System.Func keySelector, System.Collections.Generic.IComparer comparer) => throw null; - public static System.Data.OrderedEnumerableRowCollection ThenByDescending(this System.Data.OrderedEnumerableRowCollection source, System.Func keySelector) => throw null; - public static System.Data.OrderedEnumerableRowCollection ThenByDescending(this System.Data.OrderedEnumerableRowCollection source, System.Func keySelector, System.Collections.Generic.IComparer comparer) => throw null; - public static System.Data.EnumerableRowCollection Where(this System.Data.EnumerableRowCollection source, System.Func predicate) => throw null; - } - public class EvaluateException : System.Data.InvalidExpressionException - { - public EvaluateException() => throw null; - protected EvaluateException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public EvaluateException(string s) => throw null; - public EvaluateException(string message, System.Exception innerException) => throw null; - } - public class FillErrorEventArgs : System.EventArgs - { - public bool Continue { get => throw null; set { } } - public FillErrorEventArgs(System.Data.DataTable dataTable, object[] values) => throw null; - public System.Data.DataTable DataTable { get => throw null; } - public System.Exception Errors { get => throw null; set { } } - public object[] Values { get => throw null; } - } - public delegate void FillErrorEventHandler(object sender, System.Data.FillErrorEventArgs e); - public class ForeignKeyConstraint : System.Data.Constraint - { - public virtual System.Data.AcceptRejectRule AcceptRejectRule { get => throw null; set { } } - public virtual System.Data.DataColumn[] Columns { get => throw null; } - public ForeignKeyConstraint(System.Data.DataColumn parentColumn, System.Data.DataColumn childColumn) => throw null; - public ForeignKeyConstraint(System.Data.DataColumn[] parentColumns, System.Data.DataColumn[] childColumns) => throw null; - public ForeignKeyConstraint(string constraintName, System.Data.DataColumn parentColumn, System.Data.DataColumn childColumn) => throw null; - public ForeignKeyConstraint(string constraintName, System.Data.DataColumn[] parentColumns, System.Data.DataColumn[] childColumns) => throw null; - public ForeignKeyConstraint(string constraintName, string parentTableName, string parentTableNamespace, string[] parentColumnNames, string[] childColumnNames, System.Data.AcceptRejectRule acceptRejectRule, System.Data.Rule deleteRule, System.Data.Rule updateRule) => throw null; - public ForeignKeyConstraint(string constraintName, string parentTableName, string[] parentColumnNames, string[] childColumnNames, System.Data.AcceptRejectRule acceptRejectRule, System.Data.Rule deleteRule, System.Data.Rule updateRule) => throw null; - public virtual System.Data.Rule DeleteRule { get => throw null; set { } } - public override bool Equals(object key) => throw null; - public override int GetHashCode() => throw null; - public virtual System.Data.DataColumn[] RelatedColumns { get => throw null; } - public virtual System.Data.DataTable RelatedTable { get => throw null; } - public override System.Data.DataTable Table { get => throw null; } - public virtual System.Data.Rule UpdateRule { get => throw null; set { } } - } - public interface IColumnMapping - { - string DataSetColumn { get; set; } - string SourceColumn { get; set; } - } - public interface IColumnMappingCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList - { - System.Data.IColumnMapping Add(string sourceColumnName, string dataSetColumnName); - bool Contains(string sourceColumnName); - System.Data.IColumnMapping GetByDataSetColumn(string dataSetColumnName); - int IndexOf(string sourceColumnName); - void RemoveAt(string sourceColumnName); - object this[string index] { get; set; } - } - public interface IDataAdapter - { - int Fill(System.Data.DataSet dataSet); - System.Data.DataTable[] FillSchema(System.Data.DataSet dataSet, System.Data.SchemaType schemaType); - System.Data.IDataParameter[] GetFillParameters(); - System.Data.MissingMappingAction MissingMappingAction { get; set; } - System.Data.MissingSchemaAction MissingSchemaAction { get; set; } - System.Data.ITableMappingCollection TableMappings { get; } - int Update(System.Data.DataSet dataSet); - } - public interface IDataParameter - { - System.Data.DbType DbType { get; set; } - System.Data.ParameterDirection Direction { get; set; } - bool IsNullable { get; } - string ParameterName { get; set; } - string SourceColumn { get; set; } - System.Data.DataRowVersion SourceVersion { get; set; } - object Value { get; set; } - } - public interface IDataParameterCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList - { - bool Contains(string parameterName); - int IndexOf(string parameterName); - void RemoveAt(string parameterName); - object this[string parameterName] { get; set; } - } - public interface IDataReader : System.Data.IDataRecord, System.IDisposable - { - void Close(); - int Depth { get; } - System.Data.DataTable GetSchemaTable(); - bool IsClosed { get; } - bool NextResult(); - bool Read(); - int RecordsAffected { get; } - } - public interface IDataRecord - { - int FieldCount { get; } - bool GetBoolean(int i); - byte GetByte(int i); - long GetBytes(int i, long fieldOffset, byte[] buffer, int bufferoffset, int length); - char GetChar(int i); - long GetChars(int i, long fieldoffset, char[] buffer, int bufferoffset, int length); - System.Data.IDataReader GetData(int i); - string GetDataTypeName(int i); - System.DateTime GetDateTime(int i); - decimal GetDecimal(int i); - double GetDouble(int i); - System.Type GetFieldType(int i); - float GetFloat(int i); - System.Guid GetGuid(int i); - short GetInt16(int i); - int GetInt32(int i); - long GetInt64(int i); - string GetName(int i); - int GetOrdinal(string name); - string GetString(int i); - object GetValue(int i); - int GetValues(object[] values); - bool IsDBNull(int i); - object this[int i] { get; } - object this[string name] { get; } - } - public interface IDbCommand : System.IDisposable - { - void Cancel(); - string CommandText { get; set; } - int CommandTimeout { get; set; } - System.Data.CommandType CommandType { get; set; } - System.Data.IDbConnection Connection { get; set; } - System.Data.IDbDataParameter CreateParameter(); - int ExecuteNonQuery(); - System.Data.IDataReader ExecuteReader(); - System.Data.IDataReader ExecuteReader(System.Data.CommandBehavior behavior); - object ExecuteScalar(); - System.Data.IDataParameterCollection Parameters { get; } - void Prepare(); - System.Data.IDbTransaction Transaction { get; set; } - System.Data.UpdateRowSource UpdatedRowSource { get; set; } - } - public interface IDbConnection : System.IDisposable - { - System.Data.IDbTransaction BeginTransaction(); - System.Data.IDbTransaction BeginTransaction(System.Data.IsolationLevel il); - void ChangeDatabase(string databaseName); - void Close(); - string ConnectionString { get; set; } - int ConnectionTimeout { get; } - System.Data.IDbCommand CreateCommand(); - string Database { get; } - void Open(); - System.Data.ConnectionState State { get; } - } - public interface IDbDataAdapter : System.Data.IDataAdapter - { - System.Data.IDbCommand DeleteCommand { get; set; } - System.Data.IDbCommand InsertCommand { get; set; } - System.Data.IDbCommand SelectCommand { get; set; } - System.Data.IDbCommand UpdateCommand { get; set; } - } - public interface IDbDataParameter : System.Data.IDataParameter - { - byte Precision { get; set; } - byte Scale { get; set; } - int Size { get; set; } - } - public interface IDbTransaction : System.IDisposable - { - void Commit(); - System.Data.IDbConnection Connection { get; } - System.Data.IsolationLevel IsolationLevel { get; } - void Rollback(); - } - public class InRowChangingEventException : System.Data.DataException - { - public InRowChangingEventException() => throw null; - protected InRowChangingEventException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public InRowChangingEventException(string s) => throw null; - public InRowChangingEventException(string message, System.Exception innerException) => throw null; - } - public class InternalDataCollectionBase : System.Collections.ICollection, System.Collections.IEnumerable - { - public virtual void CopyTo(System.Array ar, int index) => throw null; - public virtual int Count { get => throw null; } - public InternalDataCollectionBase() => throw null; - public virtual System.Collections.IEnumerator GetEnumerator() => throw null; - public bool IsReadOnly { get => throw null; } - public bool IsSynchronized { get => throw null; } - protected virtual System.Collections.ArrayList List { get => throw null; } - public object SyncRoot { get => throw null; } - } - public class InvalidConstraintException : System.Data.DataException - { - public InvalidConstraintException() => throw null; - protected InvalidConstraintException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public InvalidConstraintException(string s) => throw null; - public InvalidConstraintException(string message, System.Exception innerException) => throw null; - } - public class InvalidExpressionException : System.Data.DataException - { - public InvalidExpressionException() => throw null; - protected InvalidExpressionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public InvalidExpressionException(string s) => throw null; - public InvalidExpressionException(string message, System.Exception innerException) => throw null; - } - public enum IsolationLevel - { - Unspecified = -1, - Chaos = 16, - ReadUncommitted = 256, - ReadCommitted = 4096, - RepeatableRead = 65536, - Serializable = 1048576, - Snapshot = 16777216, - } - public interface ITableMapping - { - System.Data.IColumnMappingCollection ColumnMappings { get; } - string DataSetTable { get; set; } - string SourceTable { get; set; } - } - public interface ITableMappingCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList - { - System.Data.ITableMapping Add(string sourceTableName, string dataSetTableName); - bool Contains(string sourceTableName); - System.Data.ITableMapping GetByDataSetTable(string dataSetTableName); - int IndexOf(string sourceTableName); - void RemoveAt(string sourceTableName); - object this[string index] { get; set; } - } - public enum KeyRestrictionBehavior - { - AllowOnly = 0, - PreventUsage = 1, - } - public enum LoadOption - { - OverwriteChanges = 1, - PreserveChanges = 2, - Upsert = 3, - } - public enum MappingType - { - Element = 1, - Attribute = 2, - SimpleContent = 3, - Hidden = 4, - } - public class MergeFailedEventArgs : System.EventArgs - { - public string Conflict { get => throw null; } - public MergeFailedEventArgs(System.Data.DataTable table, string conflict) => throw null; - public System.Data.DataTable Table { get => throw null; } - } - public delegate void MergeFailedEventHandler(object sender, System.Data.MergeFailedEventArgs e); - public enum MissingMappingAction - { - Passthrough = 1, - Ignore = 2, - Error = 3, - } - public class MissingPrimaryKeyException : System.Data.DataException - { - public MissingPrimaryKeyException() => throw null; - protected MissingPrimaryKeyException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public MissingPrimaryKeyException(string s) => throw null; - public MissingPrimaryKeyException(string message, System.Exception innerException) => throw null; - } - public enum MissingSchemaAction - { - Add = 1, - Ignore = 2, - Error = 3, - AddWithKey = 4, - } - public class NoNullAllowedException : System.Data.DataException - { - public NoNullAllowedException() => throw null; - protected NoNullAllowedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public NoNullAllowedException(string s) => throw null; - public NoNullAllowedException(string message, System.Exception innerException) => throw null; - } - public sealed class OrderedEnumerableRowCollection : System.Data.EnumerableRowCollection - { - } - public enum ParameterDirection - { - Input = 1, - Output = 2, - InputOutput = 3, - ReturnValue = 6, - } - public class PropertyCollection : System.Collections.Hashtable, System.ICloneable - { - public override object Clone() => throw null; - public PropertyCollection() => throw null; - protected PropertyCollection(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - } - public class ReadOnlyException : System.Data.DataException - { - public ReadOnlyException() => throw null; - protected ReadOnlyException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public ReadOnlyException(string s) => throw null; - public ReadOnlyException(string message, System.Exception innerException) => throw null; - } - public class RowNotInTableException : System.Data.DataException - { - public RowNotInTableException() => throw null; - protected RowNotInTableException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public RowNotInTableException(string s) => throw null; - public RowNotInTableException(string message, System.Exception innerException) => throw null; - } - public enum Rule - { - None = 0, - Cascade = 1, - SetNull = 2, - SetDefault = 3, - } - public enum SchemaSerializationMode - { - IncludeSchema = 1, - ExcludeSchema = 2, - } - public enum SchemaType - { - Source = 1, - Mapped = 2, - } - public enum SerializationFormat - { - Xml = 0, - Binary = 1, - } - public enum SqlDbType - { - BigInt = 0, - Binary = 1, - Bit = 2, - Char = 3, - DateTime = 4, - Decimal = 5, - Float = 6, - Image = 7, - Int = 8, - Money = 9, - NChar = 10, - NText = 11, - NVarChar = 12, - Real = 13, - UniqueIdentifier = 14, - SmallDateTime = 15, - SmallInt = 16, - SmallMoney = 17, - Text = 18, - Timestamp = 19, - TinyInt = 20, - VarBinary = 21, - VarChar = 22, - Variant = 23, - Xml = 25, - Udt = 29, - Structured = 30, - Date = 31, - Time = 32, - DateTime2 = 33, - DateTimeOffset = 34, - } - namespace SqlTypes - { - public interface INullable - { - bool IsNull { get; } - } - public sealed class SqlAlreadyFilledException : System.Data.SqlTypes.SqlTypeException - { - public SqlAlreadyFilledException() => throw null; - public SqlAlreadyFilledException(string message) => throw null; - public SqlAlreadyFilledException(string message, System.Exception e) => throw null; - } - public struct SqlBinary : System.IComparable, System.IEquatable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable - { - public static System.Data.SqlTypes.SqlBinary Add(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) => throw null; - public int CompareTo(System.Data.SqlTypes.SqlBinary value) => throw null; - public int CompareTo(object value) => throw null; - public static System.Data.SqlTypes.SqlBinary Concat(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) => throw null; - public SqlBinary(byte[] value) => throw null; - public static System.Data.SqlTypes.SqlBoolean Equals(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) => throw null; - public bool Equals(System.Data.SqlTypes.SqlBinary other) => throw null; - public override bool Equals(object value) => throw null; - public override int GetHashCode() => throw null; - System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() => throw null; - public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) => throw null; - public static System.Data.SqlTypes.SqlBoolean GreaterThan(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) => throw null; - public static System.Data.SqlTypes.SqlBoolean GreaterThanOrEqual(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) => throw null; - public bool IsNull { get => throw null; } - public int Length { get => throw null; } - public static System.Data.SqlTypes.SqlBoolean LessThan(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) => throw null; - public static System.Data.SqlTypes.SqlBoolean LessThanOrEqual(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) => throw null; - public static System.Data.SqlTypes.SqlBoolean NotEquals(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) => throw null; - public static readonly System.Data.SqlTypes.SqlBinary Null; - public static System.Data.SqlTypes.SqlBinary operator +(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator ==(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) => throw null; - public static explicit operator byte[](System.Data.SqlTypes.SqlBinary x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlBinary(System.Data.SqlTypes.SqlGuid x) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator >(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator >=(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) => throw null; - public static implicit operator System.Data.SqlTypes.SqlBinary(byte[] x) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator !=(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator <(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator <=(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) => throw null; - void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) => throw null; - public byte this[int index] { get => throw null; } - public System.Data.SqlTypes.SqlGuid ToSqlGuid() => throw null; - public override string ToString() => throw null; - public byte[] Value { get => throw null; } - public static System.Data.SqlTypes.SqlBinary WrapBytes(byte[] bytes) => throw null; - void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) => throw null; - } - public struct SqlBoolean : System.IComparable, System.IEquatable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable - { - public static System.Data.SqlTypes.SqlBoolean And(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) => throw null; - public byte ByteValue { get => throw null; } - public int CompareTo(System.Data.SqlTypes.SqlBoolean value) => throw null; - public int CompareTo(object value) => throw null; - public SqlBoolean(bool value) => throw null; - public SqlBoolean(int value) => throw null; - public static System.Data.SqlTypes.SqlBoolean Equals(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) => throw null; - public bool Equals(System.Data.SqlTypes.SqlBoolean other) => throw null; - public override bool Equals(object value) => throw null; - public static readonly System.Data.SqlTypes.SqlBoolean False; - public override int GetHashCode() => throw null; - System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() => throw null; - public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) => throw null; - public static System.Data.SqlTypes.SqlBoolean GreaterThan(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) => throw null; - public static System.Data.SqlTypes.SqlBoolean GreaterThanOrEquals(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) => throw null; - public bool IsFalse { get => throw null; } - public bool IsNull { get => throw null; } - public bool IsTrue { get => throw null; } - public static System.Data.SqlTypes.SqlBoolean LessThan(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) => throw null; - public static System.Data.SqlTypes.SqlBoolean LessThanOrEquals(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) => throw null; - public static System.Data.SqlTypes.SqlBoolean NotEquals(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) => throw null; - public static readonly System.Data.SqlTypes.SqlBoolean Null; - public static readonly System.Data.SqlTypes.SqlBoolean One; - public static System.Data.SqlTypes.SqlBoolean OnesComplement(System.Data.SqlTypes.SqlBoolean x) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator &(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator |(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator ==(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator ^(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) => throw null; - public static explicit operator bool(System.Data.SqlTypes.SqlBoolean x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlBoolean(System.Data.SqlTypes.SqlByte x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlBoolean(System.Data.SqlTypes.SqlDecimal x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlBoolean(System.Data.SqlTypes.SqlDouble x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlBoolean(System.Data.SqlTypes.SqlInt16 x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlBoolean(System.Data.SqlTypes.SqlInt32 x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlBoolean(System.Data.SqlTypes.SqlInt64 x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlBoolean(System.Data.SqlTypes.SqlMoney x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlBoolean(System.Data.SqlTypes.SqlSingle x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlBoolean(System.Data.SqlTypes.SqlString x) => throw null; - public static bool operator false(System.Data.SqlTypes.SqlBoolean x) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator >(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator >=(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) => throw null; - public static implicit operator System.Data.SqlTypes.SqlBoolean(bool x) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator !=(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator <(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator <=(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator !(System.Data.SqlTypes.SqlBoolean x) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator ~(System.Data.SqlTypes.SqlBoolean x) => throw null; - public static bool operator true(System.Data.SqlTypes.SqlBoolean x) => throw null; - public static System.Data.SqlTypes.SqlBoolean Or(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) => throw null; - public static System.Data.SqlTypes.SqlBoolean Parse(string s) => throw null; - void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) => throw null; - public System.Data.SqlTypes.SqlByte ToSqlByte() => throw null; - public System.Data.SqlTypes.SqlDecimal ToSqlDecimal() => throw null; - public System.Data.SqlTypes.SqlDouble ToSqlDouble() => throw null; - public System.Data.SqlTypes.SqlInt16 ToSqlInt16() => throw null; - public System.Data.SqlTypes.SqlInt32 ToSqlInt32() => throw null; - public System.Data.SqlTypes.SqlInt64 ToSqlInt64() => throw null; - public System.Data.SqlTypes.SqlMoney ToSqlMoney() => throw null; - public System.Data.SqlTypes.SqlSingle ToSqlSingle() => throw null; - public System.Data.SqlTypes.SqlString ToSqlString() => throw null; - public override string ToString() => throw null; - public static readonly System.Data.SqlTypes.SqlBoolean True; - public bool Value { get => throw null; } - void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) => throw null; - public static System.Data.SqlTypes.SqlBoolean Xor(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) => throw null; - public static readonly System.Data.SqlTypes.SqlBoolean Zero; - } - public struct SqlByte : System.IComparable, System.IEquatable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable - { - public static System.Data.SqlTypes.SqlByte Add(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public static System.Data.SqlTypes.SqlByte BitwiseAnd(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public static System.Data.SqlTypes.SqlByte BitwiseOr(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public int CompareTo(System.Data.SqlTypes.SqlByte value) => throw null; - public int CompareTo(object value) => throw null; - public SqlByte(byte value) => throw null; - public static System.Data.SqlTypes.SqlByte Divide(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public static System.Data.SqlTypes.SqlBoolean Equals(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public bool Equals(System.Data.SqlTypes.SqlByte other) => throw null; - public override bool Equals(object value) => throw null; - public override int GetHashCode() => throw null; - System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() => throw null; - public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) => throw null; - public static System.Data.SqlTypes.SqlBoolean GreaterThan(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public static System.Data.SqlTypes.SqlBoolean GreaterThanOrEqual(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public bool IsNull { get => throw null; } - public static System.Data.SqlTypes.SqlBoolean LessThan(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public static System.Data.SqlTypes.SqlBoolean LessThanOrEqual(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public static readonly System.Data.SqlTypes.SqlByte MaxValue; - public static readonly System.Data.SqlTypes.SqlByte MinValue; - public static System.Data.SqlTypes.SqlByte Mod(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public static System.Data.SqlTypes.SqlByte Modulus(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public static System.Data.SqlTypes.SqlByte Multiply(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public static System.Data.SqlTypes.SqlBoolean NotEquals(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public static readonly System.Data.SqlTypes.SqlByte Null; - public static System.Data.SqlTypes.SqlByte OnesComplement(System.Data.SqlTypes.SqlByte x) => throw null; - public static System.Data.SqlTypes.SqlByte operator +(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public static System.Data.SqlTypes.SqlByte operator &(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public static System.Data.SqlTypes.SqlByte operator |(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public static System.Data.SqlTypes.SqlByte operator /(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator ==(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public static System.Data.SqlTypes.SqlByte operator ^(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public static explicit operator System.Data.SqlTypes.SqlByte(System.Data.SqlTypes.SqlBoolean x) => throw null; - public static explicit operator byte(System.Data.SqlTypes.SqlByte x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlByte(System.Data.SqlTypes.SqlDecimal x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlByte(System.Data.SqlTypes.SqlDouble x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlByte(System.Data.SqlTypes.SqlInt16 x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlByte(System.Data.SqlTypes.SqlInt32 x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlByte(System.Data.SqlTypes.SqlInt64 x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlByte(System.Data.SqlTypes.SqlMoney x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlByte(System.Data.SqlTypes.SqlSingle x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlByte(System.Data.SqlTypes.SqlString x) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator >(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator >=(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public static implicit operator System.Data.SqlTypes.SqlByte(byte x) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator !=(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator <(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator <=(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public static System.Data.SqlTypes.SqlByte operator %(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public static System.Data.SqlTypes.SqlByte operator *(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public static System.Data.SqlTypes.SqlByte operator ~(System.Data.SqlTypes.SqlByte x) => throw null; - public static System.Data.SqlTypes.SqlByte operator -(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public static System.Data.SqlTypes.SqlByte Parse(string s) => throw null; - void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) => throw null; - public static System.Data.SqlTypes.SqlByte Subtract(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public System.Data.SqlTypes.SqlBoolean ToSqlBoolean() => throw null; - public System.Data.SqlTypes.SqlDecimal ToSqlDecimal() => throw null; - public System.Data.SqlTypes.SqlDouble ToSqlDouble() => throw null; - public System.Data.SqlTypes.SqlInt16 ToSqlInt16() => throw null; - public System.Data.SqlTypes.SqlInt32 ToSqlInt32() => throw null; - public System.Data.SqlTypes.SqlInt64 ToSqlInt64() => throw null; - public System.Data.SqlTypes.SqlMoney ToSqlMoney() => throw null; - public System.Data.SqlTypes.SqlSingle ToSqlSingle() => throw null; - public System.Data.SqlTypes.SqlString ToSqlString() => throw null; - public override string ToString() => throw null; - public byte Value { get => throw null; } - void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) => throw null; - public static System.Data.SqlTypes.SqlByte Xor(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) => throw null; - public static readonly System.Data.SqlTypes.SqlByte Zero; - } - public sealed class SqlBytes : System.Data.SqlTypes.INullable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable - { - public byte[] Buffer { get => throw null; } - public SqlBytes() => throw null; - public SqlBytes(byte[] buffer) => throw null; - public SqlBytes(System.Data.SqlTypes.SqlBinary value) => throw null; - public SqlBytes(System.IO.Stream s) => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() => throw null; - public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) => throw null; - public bool IsNull { get => throw null; } - public long Length { get => throw null; } - public long MaxLength { get => throw null; } - public static System.Data.SqlTypes.SqlBytes Null { get => throw null; } - public static explicit operator System.Data.SqlTypes.SqlBytes(System.Data.SqlTypes.SqlBinary value) => throw null; - public static explicit operator System.Data.SqlTypes.SqlBinary(System.Data.SqlTypes.SqlBytes value) => throw null; - public long Read(long offset, byte[] buffer, int offsetInBuffer, int count) => throw null; - void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader r) => throw null; - public void SetLength(long value) => throw null; - public void SetNull() => throw null; - public System.Data.SqlTypes.StorageState Storage { get => throw null; } - public System.IO.Stream Stream { get => throw null; set { } } - public byte this[long offset] { get => throw null; set { } } - public System.Data.SqlTypes.SqlBinary ToSqlBinary() => throw null; - public byte[] Value { get => throw null; } - public void Write(long offset, byte[] buffer, int offsetInBuffer, int count) => throw null; - void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) => throw null; - } - public sealed class SqlChars : System.Data.SqlTypes.INullable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable - { - public char[] Buffer { get => throw null; } - public SqlChars() => throw null; - public SqlChars(char[] buffer) => throw null; - public SqlChars(System.Data.SqlTypes.SqlString value) => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() => throw null; - public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) => throw null; - public bool IsNull { get => throw null; } - public long Length { get => throw null; } - public long MaxLength { get => throw null; } - public static System.Data.SqlTypes.SqlChars Null { get => throw null; } - public static explicit operator System.Data.SqlTypes.SqlString(System.Data.SqlTypes.SqlChars value) => throw null; - public static explicit operator System.Data.SqlTypes.SqlChars(System.Data.SqlTypes.SqlString value) => throw null; - public long Read(long offset, char[] buffer, int offsetInBuffer, int count) => throw null; - void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader r) => throw null; - public void SetLength(long value) => throw null; - public void SetNull() => throw null; - public System.Data.SqlTypes.StorageState Storage { get => throw null; } - public char this[long offset] { get => throw null; set { } } - public System.Data.SqlTypes.SqlString ToSqlString() => throw null; - public char[] Value { get => throw null; } - public void Write(long offset, char[] buffer, int offsetInBuffer, int count) => throw null; - void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) => throw null; - } - [System.Flags] - public enum SqlCompareOptions - { - None = 0, - IgnoreCase = 1, - IgnoreNonSpace = 2, - IgnoreKanaType = 8, - IgnoreWidth = 16, - BinarySort2 = 16384, - BinarySort = 32768, - } - public struct SqlDateTime : System.IComparable, System.IEquatable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable - { - public static System.Data.SqlTypes.SqlDateTime Add(System.Data.SqlTypes.SqlDateTime x, System.TimeSpan t) => throw null; - public int CompareTo(System.Data.SqlTypes.SqlDateTime value) => throw null; - public int CompareTo(object value) => throw null; - public SqlDateTime(System.DateTime value) => throw null; - public SqlDateTime(int dayTicks, int timeTicks) => throw null; - public SqlDateTime(int year, int month, int day) => throw null; - public SqlDateTime(int year, int month, int day, int hour, int minute, int second) => throw null; - public SqlDateTime(int year, int month, int day, int hour, int minute, int second, double millisecond) => throw null; - public SqlDateTime(int year, int month, int day, int hour, int minute, int second, int bilisecond) => throw null; - public int DayTicks { get => throw null; } - public static System.Data.SqlTypes.SqlBoolean Equals(System.Data.SqlTypes.SqlDateTime x, System.Data.SqlTypes.SqlDateTime y) => throw null; - public bool Equals(System.Data.SqlTypes.SqlDateTime other) => throw null; - public override bool Equals(object value) => throw null; - public override int GetHashCode() => throw null; - System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() => throw null; - public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) => throw null; - public static System.Data.SqlTypes.SqlBoolean GreaterThan(System.Data.SqlTypes.SqlDateTime x, System.Data.SqlTypes.SqlDateTime y) => throw null; - public static System.Data.SqlTypes.SqlBoolean GreaterThanOrEqual(System.Data.SqlTypes.SqlDateTime x, System.Data.SqlTypes.SqlDateTime y) => throw null; - public bool IsNull { get => throw null; } - public static System.Data.SqlTypes.SqlBoolean LessThan(System.Data.SqlTypes.SqlDateTime x, System.Data.SqlTypes.SqlDateTime y) => throw null; - public static System.Data.SqlTypes.SqlBoolean LessThanOrEqual(System.Data.SqlTypes.SqlDateTime x, System.Data.SqlTypes.SqlDateTime y) => throw null; - public static readonly System.Data.SqlTypes.SqlDateTime MaxValue; - public static readonly System.Data.SqlTypes.SqlDateTime MinValue; - public static System.Data.SqlTypes.SqlBoolean NotEquals(System.Data.SqlTypes.SqlDateTime x, System.Data.SqlTypes.SqlDateTime y) => throw null; - public static readonly System.Data.SqlTypes.SqlDateTime Null; - public static System.Data.SqlTypes.SqlDateTime operator +(System.Data.SqlTypes.SqlDateTime x, System.TimeSpan t) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator ==(System.Data.SqlTypes.SqlDateTime x, System.Data.SqlTypes.SqlDateTime y) => throw null; - public static explicit operator System.DateTime(System.Data.SqlTypes.SqlDateTime x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlDateTime(System.Data.SqlTypes.SqlString x) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator >(System.Data.SqlTypes.SqlDateTime x, System.Data.SqlTypes.SqlDateTime y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator >=(System.Data.SqlTypes.SqlDateTime x, System.Data.SqlTypes.SqlDateTime y) => throw null; - public static implicit operator System.Data.SqlTypes.SqlDateTime(System.DateTime value) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator !=(System.Data.SqlTypes.SqlDateTime x, System.Data.SqlTypes.SqlDateTime y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator <(System.Data.SqlTypes.SqlDateTime x, System.Data.SqlTypes.SqlDateTime y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator <=(System.Data.SqlTypes.SqlDateTime x, System.Data.SqlTypes.SqlDateTime y) => throw null; - public static System.Data.SqlTypes.SqlDateTime operator -(System.Data.SqlTypes.SqlDateTime x, System.TimeSpan t) => throw null; - public static System.Data.SqlTypes.SqlDateTime Parse(string s) => throw null; - void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) => throw null; - public static readonly int SQLTicksPerHour; - public static readonly int SQLTicksPerMinute; - public static readonly int SQLTicksPerSecond; - public static System.Data.SqlTypes.SqlDateTime Subtract(System.Data.SqlTypes.SqlDateTime x, System.TimeSpan t) => throw null; - public int TimeTicks { get => throw null; } - public System.Data.SqlTypes.SqlString ToSqlString() => throw null; - public override string ToString() => throw null; - public System.DateTime Value { get => throw null; } - void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) => throw null; - } - public struct SqlDecimal : System.IComparable, System.IEquatable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable - { - public static System.Data.SqlTypes.SqlDecimal Abs(System.Data.SqlTypes.SqlDecimal n) => throw null; - public static System.Data.SqlTypes.SqlDecimal Add(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) => throw null; - public static System.Data.SqlTypes.SqlDecimal AdjustScale(System.Data.SqlTypes.SqlDecimal n, int digits, bool fRound) => throw null; - public byte[] BinData { get => throw null; } - public static System.Data.SqlTypes.SqlDecimal Ceiling(System.Data.SqlTypes.SqlDecimal n) => throw null; - public int CompareTo(System.Data.SqlTypes.SqlDecimal value) => throw null; - public int CompareTo(object value) => throw null; - public static System.Data.SqlTypes.SqlDecimal ConvertToPrecScale(System.Data.SqlTypes.SqlDecimal n, int precision, int scale) => throw null; - public SqlDecimal(byte bPrecision, byte bScale, bool fPositive, int data1, int data2, int data3, int data4) => throw null; - public SqlDecimal(byte bPrecision, byte bScale, bool fPositive, int[] bits) => throw null; - public SqlDecimal(decimal value) => throw null; - public SqlDecimal(double dVal) => throw null; - public SqlDecimal(int value) => throw null; - public SqlDecimal(long value) => throw null; - public int[] Data { get => throw null; } - public static System.Data.SqlTypes.SqlDecimal Divide(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) => throw null; - public static System.Data.SqlTypes.SqlBoolean Equals(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) => throw null; - public bool Equals(System.Data.SqlTypes.SqlDecimal other) => throw null; - public override bool Equals(object value) => throw null; - public static System.Data.SqlTypes.SqlDecimal Floor(System.Data.SqlTypes.SqlDecimal n) => throw null; - public override int GetHashCode() => throw null; - System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() => throw null; - public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) => throw null; - public static System.Data.SqlTypes.SqlBoolean GreaterThan(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) => throw null; - public static System.Data.SqlTypes.SqlBoolean GreaterThanOrEqual(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) => throw null; - public bool IsNull { get => throw null; } - public bool IsPositive { get => throw null; } - public static System.Data.SqlTypes.SqlBoolean LessThan(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) => throw null; - public static System.Data.SqlTypes.SqlBoolean LessThanOrEqual(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) => throw null; - public static readonly byte MaxPrecision; - public static readonly byte MaxScale; - public static readonly System.Data.SqlTypes.SqlDecimal MaxValue; - public static readonly System.Data.SqlTypes.SqlDecimal MinValue; - public static System.Data.SqlTypes.SqlDecimal Multiply(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) => throw null; - public static System.Data.SqlTypes.SqlBoolean NotEquals(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) => throw null; - public static readonly System.Data.SqlTypes.SqlDecimal Null; - public static System.Data.SqlTypes.SqlDecimal operator +(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) => throw null; - public static System.Data.SqlTypes.SqlDecimal operator /(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator ==(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) => throw null; - public static explicit operator System.Data.SqlTypes.SqlDecimal(System.Data.SqlTypes.SqlBoolean x) => throw null; - public static explicit operator decimal(System.Data.SqlTypes.SqlDecimal x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlDecimal(System.Data.SqlTypes.SqlDouble x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlDecimal(System.Data.SqlTypes.SqlSingle x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlDecimal(System.Data.SqlTypes.SqlString x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlDecimal(double x) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator >(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator >=(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) => throw null; - public static implicit operator System.Data.SqlTypes.SqlDecimal(System.Data.SqlTypes.SqlByte x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlDecimal(System.Data.SqlTypes.SqlInt16 x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlDecimal(System.Data.SqlTypes.SqlInt32 x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlDecimal(System.Data.SqlTypes.SqlInt64 x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlDecimal(System.Data.SqlTypes.SqlMoney x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlDecimal(decimal x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlDecimal(long x) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator !=(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator <(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator <=(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) => throw null; - public static System.Data.SqlTypes.SqlDecimal operator *(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) => throw null; - public static System.Data.SqlTypes.SqlDecimal operator -(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) => throw null; - public static System.Data.SqlTypes.SqlDecimal operator -(System.Data.SqlTypes.SqlDecimal x) => throw null; - public static System.Data.SqlTypes.SqlDecimal Parse(string s) => throw null; - public static System.Data.SqlTypes.SqlDecimal Power(System.Data.SqlTypes.SqlDecimal n, double exp) => throw null; - public byte Precision { get => throw null; } - void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) => throw null; - public static System.Data.SqlTypes.SqlDecimal Round(System.Data.SqlTypes.SqlDecimal n, int position) => throw null; - public byte Scale { get => throw null; } - public static System.Data.SqlTypes.SqlInt32 Sign(System.Data.SqlTypes.SqlDecimal n) => throw null; - public static System.Data.SqlTypes.SqlDecimal Subtract(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) => throw null; - public double ToDouble() => throw null; - public System.Data.SqlTypes.SqlBoolean ToSqlBoolean() => throw null; - public System.Data.SqlTypes.SqlByte ToSqlByte() => throw null; - public System.Data.SqlTypes.SqlDouble ToSqlDouble() => throw null; - public System.Data.SqlTypes.SqlInt16 ToSqlInt16() => throw null; - public System.Data.SqlTypes.SqlInt32 ToSqlInt32() => throw null; - public System.Data.SqlTypes.SqlInt64 ToSqlInt64() => throw null; - public System.Data.SqlTypes.SqlMoney ToSqlMoney() => throw null; - public System.Data.SqlTypes.SqlSingle ToSqlSingle() => throw null; - public System.Data.SqlTypes.SqlString ToSqlString() => throw null; - public override string ToString() => throw null; - public static System.Data.SqlTypes.SqlDecimal Truncate(System.Data.SqlTypes.SqlDecimal n, int position) => throw null; - public decimal Value { get => throw null; } - public int WriteTdsValue(System.Span destination) => throw null; - void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) => throw null; - } - public struct SqlDouble : System.IComparable, System.IEquatable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable - { - public static System.Data.SqlTypes.SqlDouble Add(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) => throw null; - public int CompareTo(System.Data.SqlTypes.SqlDouble value) => throw null; - public int CompareTo(object value) => throw null; - public SqlDouble(double value) => throw null; - public static System.Data.SqlTypes.SqlDouble Divide(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) => throw null; - public static System.Data.SqlTypes.SqlBoolean Equals(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) => throw null; - public bool Equals(System.Data.SqlTypes.SqlDouble other) => throw null; - public override bool Equals(object value) => throw null; - public override int GetHashCode() => throw null; - System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() => throw null; - public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) => throw null; - public static System.Data.SqlTypes.SqlBoolean GreaterThan(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) => throw null; - public static System.Data.SqlTypes.SqlBoolean GreaterThanOrEqual(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) => throw null; - public bool IsNull { get => throw null; } - public static System.Data.SqlTypes.SqlBoolean LessThan(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) => throw null; - public static System.Data.SqlTypes.SqlBoolean LessThanOrEqual(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) => throw null; - public static readonly System.Data.SqlTypes.SqlDouble MaxValue; - public static readonly System.Data.SqlTypes.SqlDouble MinValue; - public static System.Data.SqlTypes.SqlDouble Multiply(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) => throw null; - public static System.Data.SqlTypes.SqlBoolean NotEquals(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) => throw null; - public static readonly System.Data.SqlTypes.SqlDouble Null; - public static System.Data.SqlTypes.SqlDouble operator +(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) => throw null; - public static System.Data.SqlTypes.SqlDouble operator /(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator ==(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) => throw null; - public static explicit operator System.Data.SqlTypes.SqlDouble(System.Data.SqlTypes.SqlBoolean x) => throw null; - public static explicit operator double(System.Data.SqlTypes.SqlDouble x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlDouble(System.Data.SqlTypes.SqlString x) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator >(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator >=(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) => throw null; - public static implicit operator System.Data.SqlTypes.SqlDouble(System.Data.SqlTypes.SqlByte x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlDouble(System.Data.SqlTypes.SqlDecimal x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlDouble(System.Data.SqlTypes.SqlInt16 x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlDouble(System.Data.SqlTypes.SqlInt32 x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlDouble(System.Data.SqlTypes.SqlInt64 x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlDouble(System.Data.SqlTypes.SqlMoney x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlDouble(System.Data.SqlTypes.SqlSingle x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlDouble(double x) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator !=(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator <(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator <=(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) => throw null; - public static System.Data.SqlTypes.SqlDouble operator *(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) => throw null; - public static System.Data.SqlTypes.SqlDouble operator -(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) => throw null; - public static System.Data.SqlTypes.SqlDouble operator -(System.Data.SqlTypes.SqlDouble x) => throw null; - public static System.Data.SqlTypes.SqlDouble Parse(string s) => throw null; - void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) => throw null; - public static System.Data.SqlTypes.SqlDouble Subtract(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) => throw null; - public System.Data.SqlTypes.SqlBoolean ToSqlBoolean() => throw null; - public System.Data.SqlTypes.SqlByte ToSqlByte() => throw null; - public System.Data.SqlTypes.SqlDecimal ToSqlDecimal() => throw null; - public System.Data.SqlTypes.SqlInt16 ToSqlInt16() => throw null; - public System.Data.SqlTypes.SqlInt32 ToSqlInt32() => throw null; - public System.Data.SqlTypes.SqlInt64 ToSqlInt64() => throw null; - public System.Data.SqlTypes.SqlMoney ToSqlMoney() => throw null; - public System.Data.SqlTypes.SqlSingle ToSqlSingle() => throw null; - public System.Data.SqlTypes.SqlString ToSqlString() => throw null; - public override string ToString() => throw null; - public double Value { get => throw null; } - void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) => throw null; - public static readonly System.Data.SqlTypes.SqlDouble Zero; - } - public struct SqlGuid : System.IComparable, System.IEquatable, System.Data.SqlTypes.INullable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable - { - public int CompareTo(System.Data.SqlTypes.SqlGuid value) => throw null; - public int CompareTo(object value) => throw null; - public SqlGuid(byte[] value) => throw null; - public SqlGuid(System.Guid g) => throw null; - public SqlGuid(int a, short b, short c, byte d, byte e, byte f, byte g, byte h, byte i, byte j, byte k) => throw null; - public SqlGuid(string s) => throw null; - public static System.Data.SqlTypes.SqlBoolean Equals(System.Data.SqlTypes.SqlGuid x, System.Data.SqlTypes.SqlGuid y) => throw null; - public bool Equals(System.Data.SqlTypes.SqlGuid other) => throw null; - public override bool Equals(object value) => throw null; - public override int GetHashCode() => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() => throw null; - public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) => throw null; - public static System.Data.SqlTypes.SqlBoolean GreaterThan(System.Data.SqlTypes.SqlGuid x, System.Data.SqlTypes.SqlGuid y) => throw null; - public static System.Data.SqlTypes.SqlBoolean GreaterThanOrEqual(System.Data.SqlTypes.SqlGuid x, System.Data.SqlTypes.SqlGuid y) => throw null; - public bool IsNull { get => throw null; } - public static System.Data.SqlTypes.SqlBoolean LessThan(System.Data.SqlTypes.SqlGuid x, System.Data.SqlTypes.SqlGuid y) => throw null; - public static System.Data.SqlTypes.SqlBoolean LessThanOrEqual(System.Data.SqlTypes.SqlGuid x, System.Data.SqlTypes.SqlGuid y) => throw null; - public static System.Data.SqlTypes.SqlBoolean NotEquals(System.Data.SqlTypes.SqlGuid x, System.Data.SqlTypes.SqlGuid y) => throw null; - public static readonly System.Data.SqlTypes.SqlGuid Null; - public static System.Data.SqlTypes.SqlBoolean operator ==(System.Data.SqlTypes.SqlGuid x, System.Data.SqlTypes.SqlGuid y) => throw null; - public static explicit operator System.Data.SqlTypes.SqlGuid(System.Data.SqlTypes.SqlBinary x) => throw null; - public static explicit operator System.Guid(System.Data.SqlTypes.SqlGuid x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlGuid(System.Data.SqlTypes.SqlString x) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator >(System.Data.SqlTypes.SqlGuid x, System.Data.SqlTypes.SqlGuid y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator >=(System.Data.SqlTypes.SqlGuid x, System.Data.SqlTypes.SqlGuid y) => throw null; - public static implicit operator System.Data.SqlTypes.SqlGuid(System.Guid x) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator !=(System.Data.SqlTypes.SqlGuid x, System.Data.SqlTypes.SqlGuid y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator <(System.Data.SqlTypes.SqlGuid x, System.Data.SqlTypes.SqlGuid y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator <=(System.Data.SqlTypes.SqlGuid x, System.Data.SqlTypes.SqlGuid y) => throw null; - public static System.Data.SqlTypes.SqlGuid Parse(string s) => throw null; - void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) => throw null; - public byte[] ToByteArray() => throw null; - public System.Data.SqlTypes.SqlBinary ToSqlBinary() => throw null; - public System.Data.SqlTypes.SqlString ToSqlString() => throw null; - public override string ToString() => throw null; - public System.Guid Value { get => throw null; } - void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) => throw null; - } - public struct SqlInt16 : System.IComparable, System.IEquatable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable - { - public static System.Data.SqlTypes.SqlInt16 Add(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public static System.Data.SqlTypes.SqlInt16 BitwiseAnd(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public static System.Data.SqlTypes.SqlInt16 BitwiseOr(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public int CompareTo(System.Data.SqlTypes.SqlInt16 value) => throw null; - public int CompareTo(object value) => throw null; - public SqlInt16(short value) => throw null; - public static System.Data.SqlTypes.SqlInt16 Divide(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public static System.Data.SqlTypes.SqlBoolean Equals(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public bool Equals(System.Data.SqlTypes.SqlInt16 other) => throw null; - public override bool Equals(object value) => throw null; - public override int GetHashCode() => throw null; - System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() => throw null; - public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) => throw null; - public static System.Data.SqlTypes.SqlBoolean GreaterThan(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public static System.Data.SqlTypes.SqlBoolean GreaterThanOrEqual(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public bool IsNull { get => throw null; } - public static System.Data.SqlTypes.SqlBoolean LessThan(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public static System.Data.SqlTypes.SqlBoolean LessThanOrEqual(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public static readonly System.Data.SqlTypes.SqlInt16 MaxValue; - public static readonly System.Data.SqlTypes.SqlInt16 MinValue; - public static System.Data.SqlTypes.SqlInt16 Mod(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public static System.Data.SqlTypes.SqlInt16 Modulus(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public static System.Data.SqlTypes.SqlInt16 Multiply(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public static System.Data.SqlTypes.SqlBoolean NotEquals(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public static readonly System.Data.SqlTypes.SqlInt16 Null; - public static System.Data.SqlTypes.SqlInt16 OnesComplement(System.Data.SqlTypes.SqlInt16 x) => throw null; - public static System.Data.SqlTypes.SqlInt16 operator +(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public static System.Data.SqlTypes.SqlInt16 operator &(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public static System.Data.SqlTypes.SqlInt16 operator |(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public static System.Data.SqlTypes.SqlInt16 operator /(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator ==(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public static System.Data.SqlTypes.SqlInt16 operator ^(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public static explicit operator System.Data.SqlTypes.SqlInt16(System.Data.SqlTypes.SqlBoolean x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlInt16(System.Data.SqlTypes.SqlDecimal x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlInt16(System.Data.SqlTypes.SqlDouble x) => throw null; - public static explicit operator short(System.Data.SqlTypes.SqlInt16 x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlInt16(System.Data.SqlTypes.SqlInt32 x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlInt16(System.Data.SqlTypes.SqlInt64 x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlInt16(System.Data.SqlTypes.SqlMoney x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlInt16(System.Data.SqlTypes.SqlSingle x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlInt16(System.Data.SqlTypes.SqlString x) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator >(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator >=(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public static implicit operator System.Data.SqlTypes.SqlInt16(System.Data.SqlTypes.SqlByte x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlInt16(short x) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator !=(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator <(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator <=(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public static System.Data.SqlTypes.SqlInt16 operator %(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public static System.Data.SqlTypes.SqlInt16 operator *(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public static System.Data.SqlTypes.SqlInt16 operator ~(System.Data.SqlTypes.SqlInt16 x) => throw null; - public static System.Data.SqlTypes.SqlInt16 operator -(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public static System.Data.SqlTypes.SqlInt16 operator -(System.Data.SqlTypes.SqlInt16 x) => throw null; - public static System.Data.SqlTypes.SqlInt16 Parse(string s) => throw null; - void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) => throw null; - public static System.Data.SqlTypes.SqlInt16 Subtract(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public System.Data.SqlTypes.SqlBoolean ToSqlBoolean() => throw null; - public System.Data.SqlTypes.SqlByte ToSqlByte() => throw null; - public System.Data.SqlTypes.SqlDecimal ToSqlDecimal() => throw null; - public System.Data.SqlTypes.SqlDouble ToSqlDouble() => throw null; - public System.Data.SqlTypes.SqlInt32 ToSqlInt32() => throw null; - public System.Data.SqlTypes.SqlInt64 ToSqlInt64() => throw null; - public System.Data.SqlTypes.SqlMoney ToSqlMoney() => throw null; - public System.Data.SqlTypes.SqlSingle ToSqlSingle() => throw null; - public System.Data.SqlTypes.SqlString ToSqlString() => throw null; - public override string ToString() => throw null; - public short Value { get => throw null; } - void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) => throw null; - public static System.Data.SqlTypes.SqlInt16 Xor(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) => throw null; - public static readonly System.Data.SqlTypes.SqlInt16 Zero; - } - public struct SqlInt32 : System.IComparable, System.IEquatable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable - { - public static System.Data.SqlTypes.SqlInt32 Add(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public static System.Data.SqlTypes.SqlInt32 BitwiseAnd(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public static System.Data.SqlTypes.SqlInt32 BitwiseOr(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public int CompareTo(System.Data.SqlTypes.SqlInt32 value) => throw null; - public int CompareTo(object value) => throw null; - public SqlInt32(int value) => throw null; - public static System.Data.SqlTypes.SqlInt32 Divide(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public static System.Data.SqlTypes.SqlBoolean Equals(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public bool Equals(System.Data.SqlTypes.SqlInt32 other) => throw null; - public override bool Equals(object value) => throw null; - public override int GetHashCode() => throw null; - System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() => throw null; - public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) => throw null; - public static System.Data.SqlTypes.SqlBoolean GreaterThan(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public static System.Data.SqlTypes.SqlBoolean GreaterThanOrEqual(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public bool IsNull { get => throw null; } - public static System.Data.SqlTypes.SqlBoolean LessThan(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public static System.Data.SqlTypes.SqlBoolean LessThanOrEqual(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public static readonly System.Data.SqlTypes.SqlInt32 MaxValue; - public static readonly System.Data.SqlTypes.SqlInt32 MinValue; - public static System.Data.SqlTypes.SqlInt32 Mod(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public static System.Data.SqlTypes.SqlInt32 Modulus(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public static System.Data.SqlTypes.SqlInt32 Multiply(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public static System.Data.SqlTypes.SqlBoolean NotEquals(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public static readonly System.Data.SqlTypes.SqlInt32 Null; - public static System.Data.SqlTypes.SqlInt32 OnesComplement(System.Data.SqlTypes.SqlInt32 x) => throw null; - public static System.Data.SqlTypes.SqlInt32 operator +(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public static System.Data.SqlTypes.SqlInt32 operator &(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public static System.Data.SqlTypes.SqlInt32 operator |(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public static System.Data.SqlTypes.SqlInt32 operator /(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator ==(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public static System.Data.SqlTypes.SqlInt32 operator ^(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public static explicit operator System.Data.SqlTypes.SqlInt32(System.Data.SqlTypes.SqlBoolean x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlInt32(System.Data.SqlTypes.SqlDecimal x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlInt32(System.Data.SqlTypes.SqlDouble x) => throw null; - public static explicit operator int(System.Data.SqlTypes.SqlInt32 x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlInt32(System.Data.SqlTypes.SqlInt64 x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlInt32(System.Data.SqlTypes.SqlMoney x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlInt32(System.Data.SqlTypes.SqlSingle x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlInt32(System.Data.SqlTypes.SqlString x) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator >(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator >=(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public static implicit operator System.Data.SqlTypes.SqlInt32(System.Data.SqlTypes.SqlByte x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlInt32(System.Data.SqlTypes.SqlInt16 x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlInt32(int x) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator !=(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator <(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator <=(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public static System.Data.SqlTypes.SqlInt32 operator %(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public static System.Data.SqlTypes.SqlInt32 operator *(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public static System.Data.SqlTypes.SqlInt32 operator ~(System.Data.SqlTypes.SqlInt32 x) => throw null; - public static System.Data.SqlTypes.SqlInt32 operator -(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public static System.Data.SqlTypes.SqlInt32 operator -(System.Data.SqlTypes.SqlInt32 x) => throw null; - public static System.Data.SqlTypes.SqlInt32 Parse(string s) => throw null; - void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) => throw null; - public static System.Data.SqlTypes.SqlInt32 Subtract(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public System.Data.SqlTypes.SqlBoolean ToSqlBoolean() => throw null; - public System.Data.SqlTypes.SqlByte ToSqlByte() => throw null; - public System.Data.SqlTypes.SqlDecimal ToSqlDecimal() => throw null; - public System.Data.SqlTypes.SqlDouble ToSqlDouble() => throw null; - public System.Data.SqlTypes.SqlInt16 ToSqlInt16() => throw null; - public System.Data.SqlTypes.SqlInt64 ToSqlInt64() => throw null; - public System.Data.SqlTypes.SqlMoney ToSqlMoney() => throw null; - public System.Data.SqlTypes.SqlSingle ToSqlSingle() => throw null; - public System.Data.SqlTypes.SqlString ToSqlString() => throw null; - public override string ToString() => throw null; - public int Value { get => throw null; } - void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) => throw null; - public static System.Data.SqlTypes.SqlInt32 Xor(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) => throw null; - public static readonly System.Data.SqlTypes.SqlInt32 Zero; - } - public struct SqlInt64 : System.IComparable, System.IEquatable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable - { - public static System.Data.SqlTypes.SqlInt64 Add(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public static System.Data.SqlTypes.SqlInt64 BitwiseAnd(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public static System.Data.SqlTypes.SqlInt64 BitwiseOr(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public int CompareTo(System.Data.SqlTypes.SqlInt64 value) => throw null; - public int CompareTo(object value) => throw null; - public SqlInt64(long value) => throw null; - public static System.Data.SqlTypes.SqlInt64 Divide(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public static System.Data.SqlTypes.SqlBoolean Equals(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public bool Equals(System.Data.SqlTypes.SqlInt64 other) => throw null; - public override bool Equals(object value) => throw null; - public override int GetHashCode() => throw null; - System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() => throw null; - public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) => throw null; - public static System.Data.SqlTypes.SqlBoolean GreaterThan(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public static System.Data.SqlTypes.SqlBoolean GreaterThanOrEqual(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public bool IsNull { get => throw null; } - public static System.Data.SqlTypes.SqlBoolean LessThan(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public static System.Data.SqlTypes.SqlBoolean LessThanOrEqual(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public static readonly System.Data.SqlTypes.SqlInt64 MaxValue; - public static readonly System.Data.SqlTypes.SqlInt64 MinValue; - public static System.Data.SqlTypes.SqlInt64 Mod(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public static System.Data.SqlTypes.SqlInt64 Modulus(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public static System.Data.SqlTypes.SqlInt64 Multiply(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public static System.Data.SqlTypes.SqlBoolean NotEquals(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public static readonly System.Data.SqlTypes.SqlInt64 Null; - public static System.Data.SqlTypes.SqlInt64 OnesComplement(System.Data.SqlTypes.SqlInt64 x) => throw null; - public static System.Data.SqlTypes.SqlInt64 operator +(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public static System.Data.SqlTypes.SqlInt64 operator &(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public static System.Data.SqlTypes.SqlInt64 operator |(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public static System.Data.SqlTypes.SqlInt64 operator /(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator ==(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public static System.Data.SqlTypes.SqlInt64 operator ^(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public static explicit operator System.Data.SqlTypes.SqlInt64(System.Data.SqlTypes.SqlBoolean x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlInt64(System.Data.SqlTypes.SqlDecimal x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlInt64(System.Data.SqlTypes.SqlDouble x) => throw null; - public static explicit operator long(System.Data.SqlTypes.SqlInt64 x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlInt64(System.Data.SqlTypes.SqlMoney x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlInt64(System.Data.SqlTypes.SqlSingle x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlInt64(System.Data.SqlTypes.SqlString x) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator >(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator >=(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public static implicit operator System.Data.SqlTypes.SqlInt64(System.Data.SqlTypes.SqlByte x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlInt64(System.Data.SqlTypes.SqlInt16 x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlInt64(System.Data.SqlTypes.SqlInt32 x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlInt64(long x) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator !=(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator <(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator <=(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public static System.Data.SqlTypes.SqlInt64 operator %(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public static System.Data.SqlTypes.SqlInt64 operator *(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public static System.Data.SqlTypes.SqlInt64 operator ~(System.Data.SqlTypes.SqlInt64 x) => throw null; - public static System.Data.SqlTypes.SqlInt64 operator -(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public static System.Data.SqlTypes.SqlInt64 operator -(System.Data.SqlTypes.SqlInt64 x) => throw null; - public static System.Data.SqlTypes.SqlInt64 Parse(string s) => throw null; - void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) => throw null; - public static System.Data.SqlTypes.SqlInt64 Subtract(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public System.Data.SqlTypes.SqlBoolean ToSqlBoolean() => throw null; - public System.Data.SqlTypes.SqlByte ToSqlByte() => throw null; - public System.Data.SqlTypes.SqlDecimal ToSqlDecimal() => throw null; - public System.Data.SqlTypes.SqlDouble ToSqlDouble() => throw null; - public System.Data.SqlTypes.SqlInt16 ToSqlInt16() => throw null; - public System.Data.SqlTypes.SqlInt32 ToSqlInt32() => throw null; - public System.Data.SqlTypes.SqlMoney ToSqlMoney() => throw null; - public System.Data.SqlTypes.SqlSingle ToSqlSingle() => throw null; - public System.Data.SqlTypes.SqlString ToSqlString() => throw null; - public override string ToString() => throw null; - public long Value { get => throw null; } - void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) => throw null; - public static System.Data.SqlTypes.SqlInt64 Xor(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) => throw null; - public static readonly System.Data.SqlTypes.SqlInt64 Zero; - } - public struct SqlMoney : System.IComparable, System.IEquatable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable - { - public static System.Data.SqlTypes.SqlMoney Add(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) => throw null; - public int CompareTo(System.Data.SqlTypes.SqlMoney value) => throw null; - public int CompareTo(object value) => throw null; - public SqlMoney(decimal value) => throw null; - public SqlMoney(double value) => throw null; - public SqlMoney(int value) => throw null; - public SqlMoney(long value) => throw null; - public static System.Data.SqlTypes.SqlMoney Divide(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) => throw null; - public static System.Data.SqlTypes.SqlBoolean Equals(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) => throw null; - public bool Equals(System.Data.SqlTypes.SqlMoney other) => throw null; - public override bool Equals(object value) => throw null; - public static System.Data.SqlTypes.SqlMoney FromTdsValue(long value) => throw null; - public override int GetHashCode() => throw null; - System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() => throw null; - public long GetTdsValue() => throw null; - public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) => throw null; - public static System.Data.SqlTypes.SqlBoolean GreaterThan(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) => throw null; - public static System.Data.SqlTypes.SqlBoolean GreaterThanOrEqual(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) => throw null; - public bool IsNull { get => throw null; } - public static System.Data.SqlTypes.SqlBoolean LessThan(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) => throw null; - public static System.Data.SqlTypes.SqlBoolean LessThanOrEqual(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) => throw null; - public static readonly System.Data.SqlTypes.SqlMoney MaxValue; - public static readonly System.Data.SqlTypes.SqlMoney MinValue; - public static System.Data.SqlTypes.SqlMoney Multiply(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) => throw null; - public static System.Data.SqlTypes.SqlBoolean NotEquals(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) => throw null; - public static readonly System.Data.SqlTypes.SqlMoney Null; - public static System.Data.SqlTypes.SqlMoney operator +(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) => throw null; - public static System.Data.SqlTypes.SqlMoney operator /(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator ==(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) => throw null; - public static explicit operator System.Data.SqlTypes.SqlMoney(System.Data.SqlTypes.SqlBoolean x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlMoney(System.Data.SqlTypes.SqlDecimal x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlMoney(System.Data.SqlTypes.SqlDouble x) => throw null; - public static explicit operator decimal(System.Data.SqlTypes.SqlMoney x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlMoney(System.Data.SqlTypes.SqlSingle x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlMoney(System.Data.SqlTypes.SqlString x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlMoney(double x) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator >(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator >=(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) => throw null; - public static implicit operator System.Data.SqlTypes.SqlMoney(System.Data.SqlTypes.SqlByte x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlMoney(System.Data.SqlTypes.SqlInt16 x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlMoney(System.Data.SqlTypes.SqlInt32 x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlMoney(System.Data.SqlTypes.SqlInt64 x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlMoney(decimal x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlMoney(long x) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator !=(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator <(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator <=(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) => throw null; - public static System.Data.SqlTypes.SqlMoney operator *(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) => throw null; - public static System.Data.SqlTypes.SqlMoney operator -(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) => throw null; - public static System.Data.SqlTypes.SqlMoney operator -(System.Data.SqlTypes.SqlMoney x) => throw null; - public static System.Data.SqlTypes.SqlMoney Parse(string s) => throw null; - void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) => throw null; - public static System.Data.SqlTypes.SqlMoney Subtract(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) => throw null; - public decimal ToDecimal() => throw null; - public double ToDouble() => throw null; - public int ToInt32() => throw null; - public long ToInt64() => throw null; - public System.Data.SqlTypes.SqlBoolean ToSqlBoolean() => throw null; - public System.Data.SqlTypes.SqlByte ToSqlByte() => throw null; - public System.Data.SqlTypes.SqlDecimal ToSqlDecimal() => throw null; - public System.Data.SqlTypes.SqlDouble ToSqlDouble() => throw null; - public System.Data.SqlTypes.SqlInt16 ToSqlInt16() => throw null; - public System.Data.SqlTypes.SqlInt32 ToSqlInt32() => throw null; - public System.Data.SqlTypes.SqlInt64 ToSqlInt64() => throw null; - public System.Data.SqlTypes.SqlSingle ToSqlSingle() => throw null; - public System.Data.SqlTypes.SqlString ToSqlString() => throw null; - public override string ToString() => throw null; - public decimal Value { get => throw null; } - void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) => throw null; - public static readonly System.Data.SqlTypes.SqlMoney Zero; - } - public sealed class SqlNotFilledException : System.Data.SqlTypes.SqlTypeException - { - public SqlNotFilledException() => throw null; - public SqlNotFilledException(string message) => throw null; - public SqlNotFilledException(string message, System.Exception e) => throw null; - } - public sealed class SqlNullValueException : System.Data.SqlTypes.SqlTypeException - { - public SqlNullValueException() => throw null; - public SqlNullValueException(string message) => throw null; - public SqlNullValueException(string message, System.Exception e) => throw null; - } - public struct SqlSingle : System.IComparable, System.IEquatable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable - { - public static System.Data.SqlTypes.SqlSingle Add(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) => throw null; - public int CompareTo(System.Data.SqlTypes.SqlSingle value) => throw null; - public int CompareTo(object value) => throw null; - public SqlSingle(double value) => throw null; - public SqlSingle(float value) => throw null; - public static System.Data.SqlTypes.SqlSingle Divide(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) => throw null; - public static System.Data.SqlTypes.SqlBoolean Equals(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) => throw null; - public bool Equals(System.Data.SqlTypes.SqlSingle other) => throw null; - public override bool Equals(object value) => throw null; - public override int GetHashCode() => throw null; - System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() => throw null; - public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) => throw null; - public static System.Data.SqlTypes.SqlBoolean GreaterThan(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) => throw null; - public static System.Data.SqlTypes.SqlBoolean GreaterThanOrEqual(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) => throw null; - public bool IsNull { get => throw null; } - public static System.Data.SqlTypes.SqlBoolean LessThan(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) => throw null; - public static System.Data.SqlTypes.SqlBoolean LessThanOrEqual(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) => throw null; - public static readonly System.Data.SqlTypes.SqlSingle MaxValue; - public static readonly System.Data.SqlTypes.SqlSingle MinValue; - public static System.Data.SqlTypes.SqlSingle Multiply(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) => throw null; - public static System.Data.SqlTypes.SqlBoolean NotEquals(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) => throw null; - public static readonly System.Data.SqlTypes.SqlSingle Null; - public static System.Data.SqlTypes.SqlSingle operator +(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) => throw null; - public static System.Data.SqlTypes.SqlSingle operator /(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator ==(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) => throw null; - public static explicit operator System.Data.SqlTypes.SqlSingle(System.Data.SqlTypes.SqlBoolean x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlSingle(System.Data.SqlTypes.SqlDouble x) => throw null; - public static explicit operator float(System.Data.SqlTypes.SqlSingle x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlSingle(System.Data.SqlTypes.SqlString x) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator >(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator >=(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) => throw null; - public static implicit operator System.Data.SqlTypes.SqlSingle(System.Data.SqlTypes.SqlByte x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlSingle(System.Data.SqlTypes.SqlDecimal x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlSingle(System.Data.SqlTypes.SqlInt16 x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlSingle(System.Data.SqlTypes.SqlInt32 x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlSingle(System.Data.SqlTypes.SqlInt64 x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlSingle(System.Data.SqlTypes.SqlMoney x) => throw null; - public static implicit operator System.Data.SqlTypes.SqlSingle(float x) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator !=(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator <(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator <=(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) => throw null; - public static System.Data.SqlTypes.SqlSingle operator *(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) => throw null; - public static System.Data.SqlTypes.SqlSingle operator -(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) => throw null; - public static System.Data.SqlTypes.SqlSingle operator -(System.Data.SqlTypes.SqlSingle x) => throw null; - public static System.Data.SqlTypes.SqlSingle Parse(string s) => throw null; - void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) => throw null; - public static System.Data.SqlTypes.SqlSingle Subtract(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) => throw null; - public System.Data.SqlTypes.SqlBoolean ToSqlBoolean() => throw null; - public System.Data.SqlTypes.SqlByte ToSqlByte() => throw null; - public System.Data.SqlTypes.SqlDecimal ToSqlDecimal() => throw null; - public System.Data.SqlTypes.SqlDouble ToSqlDouble() => throw null; - public System.Data.SqlTypes.SqlInt16 ToSqlInt16() => throw null; - public System.Data.SqlTypes.SqlInt32 ToSqlInt32() => throw null; - public System.Data.SqlTypes.SqlInt64 ToSqlInt64() => throw null; - public System.Data.SqlTypes.SqlMoney ToSqlMoney() => throw null; - public System.Data.SqlTypes.SqlString ToSqlString() => throw null; - public override string ToString() => throw null; - public float Value { get => throw null; } - void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) => throw null; - public static readonly System.Data.SqlTypes.SqlSingle Zero; - } - public struct SqlString : System.IComparable, System.IEquatable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable - { - public static System.Data.SqlTypes.SqlString Add(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) => throw null; - public static readonly int BinarySort; - public static readonly int BinarySort2; - public System.Data.SqlTypes.SqlString Clone() => throw null; - public System.Globalization.CompareInfo CompareInfo { get => throw null; } - public static System.Globalization.CompareOptions CompareOptionsFromSqlCompareOptions(System.Data.SqlTypes.SqlCompareOptions compareOptions) => throw null; - public int CompareTo(System.Data.SqlTypes.SqlString value) => throw null; - public int CompareTo(object value) => throw null; - public static System.Data.SqlTypes.SqlString Concat(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) => throw null; - public SqlString(int lcid, System.Data.SqlTypes.SqlCompareOptions compareOptions, byte[] data) => throw null; - public SqlString(int lcid, System.Data.SqlTypes.SqlCompareOptions compareOptions, byte[] data, bool fUnicode) => throw null; - public SqlString(int lcid, System.Data.SqlTypes.SqlCompareOptions compareOptions, byte[] data, int index, int count) => throw null; - public SqlString(int lcid, System.Data.SqlTypes.SqlCompareOptions compareOptions, byte[] data, int index, int count, bool fUnicode) => throw null; - public SqlString(string data) => throw null; - public SqlString(string data, int lcid) => throw null; - public SqlString(string data, int lcid, System.Data.SqlTypes.SqlCompareOptions compareOptions) => throw null; - public System.Globalization.CultureInfo CultureInfo { get => throw null; } - public static System.Data.SqlTypes.SqlBoolean Equals(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) => throw null; - public bool Equals(System.Data.SqlTypes.SqlString other) => throw null; - public override bool Equals(object value) => throw null; - public override int GetHashCode() => throw null; - public byte[] GetNonUnicodeBytes() => throw null; - System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() => throw null; - public byte[] GetUnicodeBytes() => throw null; - public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) => throw null; - public static System.Data.SqlTypes.SqlBoolean GreaterThan(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) => throw null; - public static System.Data.SqlTypes.SqlBoolean GreaterThanOrEqual(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) => throw null; - public static readonly int IgnoreCase; - public static readonly int IgnoreKanaType; - public static readonly int IgnoreNonSpace; - public static readonly int IgnoreWidth; - public bool IsNull { get => throw null; } - public int LCID { get => throw null; } - public static System.Data.SqlTypes.SqlBoolean LessThan(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) => throw null; - public static System.Data.SqlTypes.SqlBoolean LessThanOrEqual(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) => throw null; - public static System.Data.SqlTypes.SqlBoolean NotEquals(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) => throw null; - public static readonly System.Data.SqlTypes.SqlString Null; - public static System.Data.SqlTypes.SqlString operator +(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator ==(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) => throw null; - public static explicit operator System.Data.SqlTypes.SqlString(System.Data.SqlTypes.SqlBoolean x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlString(System.Data.SqlTypes.SqlByte x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlString(System.Data.SqlTypes.SqlDateTime x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlString(System.Data.SqlTypes.SqlDecimal x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlString(System.Data.SqlTypes.SqlDouble x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlString(System.Data.SqlTypes.SqlGuid x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlString(System.Data.SqlTypes.SqlInt16 x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlString(System.Data.SqlTypes.SqlInt32 x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlString(System.Data.SqlTypes.SqlInt64 x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlString(System.Data.SqlTypes.SqlMoney x) => throw null; - public static explicit operator System.Data.SqlTypes.SqlString(System.Data.SqlTypes.SqlSingle x) => throw null; - public static explicit operator string(System.Data.SqlTypes.SqlString x) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator >(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator >=(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) => throw null; - public static implicit operator System.Data.SqlTypes.SqlString(string x) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator !=(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator <(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) => throw null; - public static System.Data.SqlTypes.SqlBoolean operator <=(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) => throw null; - void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) => throw null; - public System.Data.SqlTypes.SqlCompareOptions SqlCompareOptions { get => throw null; } - public System.Data.SqlTypes.SqlBoolean ToSqlBoolean() => throw null; - public System.Data.SqlTypes.SqlByte ToSqlByte() => throw null; - public System.Data.SqlTypes.SqlDateTime ToSqlDateTime() => throw null; - public System.Data.SqlTypes.SqlDecimal ToSqlDecimal() => throw null; - public System.Data.SqlTypes.SqlDouble ToSqlDouble() => throw null; - public System.Data.SqlTypes.SqlGuid ToSqlGuid() => throw null; - public System.Data.SqlTypes.SqlInt16 ToSqlInt16() => throw null; - public System.Data.SqlTypes.SqlInt32 ToSqlInt32() => throw null; - public System.Data.SqlTypes.SqlInt64 ToSqlInt64() => throw null; - public System.Data.SqlTypes.SqlMoney ToSqlMoney() => throw null; - public System.Data.SqlTypes.SqlSingle ToSqlSingle() => throw null; - public override string ToString() => throw null; - public string Value { get => throw null; } - void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) => throw null; - } - public sealed class SqlTruncateException : System.Data.SqlTypes.SqlTypeException - { - public SqlTruncateException() => throw null; - public SqlTruncateException(string message) => throw null; - public SqlTruncateException(string message, System.Exception e) => throw null; - } - public class SqlTypeException : System.SystemException - { - public SqlTypeException() => throw null; - protected SqlTypeException(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc) => throw null; - public SqlTypeException(string message) => throw null; - public SqlTypeException(string message, System.Exception e) => throw null; - } - public sealed class SqlXml : System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable - { - public System.Xml.XmlReader CreateReader() => throw null; - public SqlXml() => throw null; - public SqlXml(System.IO.Stream value) => throw null; - public SqlXml(System.Xml.XmlReader value) => throw null; - System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() => throw null; - public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) => throw null; - public bool IsNull { get => throw null; } - public static System.Data.SqlTypes.SqlXml Null { get => throw null; } - void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader r) => throw null; - public string Value { get => throw null; } - void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) => throw null; - } - public enum StorageState - { - Buffer = 0, - Stream = 1, - UnmanagedBuffer = 2, - } - } - public sealed class StateChangeEventArgs : System.EventArgs - { - public StateChangeEventArgs(System.Data.ConnectionState originalState, System.Data.ConnectionState currentState) => throw null; - public System.Data.ConnectionState CurrentState { get => throw null; } - public System.Data.ConnectionState OriginalState { get => throw null; } - } - public delegate void StateChangeEventHandler(object sender, System.Data.StateChangeEventArgs e); - public sealed class StatementCompletedEventArgs : System.EventArgs - { - public StatementCompletedEventArgs(int recordCount) => throw null; - public int RecordCount { get => throw null; } - } - public delegate void StatementCompletedEventHandler(object sender, System.Data.StatementCompletedEventArgs e); - public enum StatementType - { - Select = 0, - Insert = 1, - Update = 2, - Delete = 3, - Batch = 4, - } - public class StrongTypingException : System.Data.DataException - { - public StrongTypingException() => throw null; - protected StrongTypingException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public StrongTypingException(string message) => throw null; - public StrongTypingException(string s, System.Exception innerException) => throw null; - } - public class SyntaxErrorException : System.Data.InvalidExpressionException - { - public SyntaxErrorException() => throw null; - protected SyntaxErrorException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public SyntaxErrorException(string s) => throw null; - public SyntaxErrorException(string message, System.Exception innerException) => throw null; - } - public abstract class TypedTableBase : System.Data.DataTable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable where T : System.Data.DataRow - { - public System.Data.EnumerableRowCollection Cast() => throw null; - protected TypedTableBase() => throw null; - protected TypedTableBase(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public static partial class TypedTableBaseExtensions - { - public static System.Data.EnumerableRowCollection AsEnumerable(this System.Data.TypedTableBase source) where TRow : System.Data.DataRow => throw null; - public static TRow ElementAtOrDefault(this System.Data.TypedTableBase source, int index) where TRow : System.Data.DataRow => throw null; - public static System.Data.OrderedEnumerableRowCollection OrderBy(this System.Data.TypedTableBase source, System.Func keySelector) where TRow : System.Data.DataRow => throw null; - public static System.Data.OrderedEnumerableRowCollection OrderBy(this System.Data.TypedTableBase source, System.Func keySelector, System.Collections.Generic.IComparer comparer) where TRow : System.Data.DataRow => throw null; - public static System.Data.OrderedEnumerableRowCollection OrderByDescending(this System.Data.TypedTableBase source, System.Func keySelector) where TRow : System.Data.DataRow => throw null; - public static System.Data.OrderedEnumerableRowCollection OrderByDescending(this System.Data.TypedTableBase source, System.Func keySelector, System.Collections.Generic.IComparer comparer) where TRow : System.Data.DataRow => throw null; - public static System.Data.EnumerableRowCollection Select(this System.Data.TypedTableBase source, System.Func selector) where TRow : System.Data.DataRow => throw null; - public static System.Data.EnumerableRowCollection Where(this System.Data.TypedTableBase source, System.Func predicate) where TRow : System.Data.DataRow => throw null; - } - public class UniqueConstraint : System.Data.Constraint - { - public virtual System.Data.DataColumn[] Columns { get => throw null; } - public UniqueConstraint(System.Data.DataColumn column) => throw null; - public UniqueConstraint(System.Data.DataColumn column, bool isPrimaryKey) => throw null; - public UniqueConstraint(System.Data.DataColumn[] columns) => throw null; - public UniqueConstraint(System.Data.DataColumn[] columns, bool isPrimaryKey) => throw null; - public UniqueConstraint(string name, System.Data.DataColumn column) => throw null; - public UniqueConstraint(string name, System.Data.DataColumn column, bool isPrimaryKey) => throw null; - public UniqueConstraint(string name, System.Data.DataColumn[] columns) => throw null; - public UniqueConstraint(string name, System.Data.DataColumn[] columns, bool isPrimaryKey) => throw null; - public UniqueConstraint(string name, string[] columnNames, bool isPrimaryKey) => throw null; - public override bool Equals(object key2) => throw null; - public override int GetHashCode() => throw null; - public bool IsPrimaryKey { get => throw null; } - public override System.Data.DataTable Table { get => throw null; } - } - public enum UpdateRowSource - { - None = 0, - OutputParameters = 1, - FirstReturnedRecord = 2, - Both = 3, - } - public enum UpdateStatus - { - Continue = 0, - ErrorsOccurred = 1, - SkipCurrentRow = 2, - SkipAllRemainingRows = 3, - } - public class VersionNotFoundException : System.Data.DataException - { - public VersionNotFoundException() => throw null; - protected VersionNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public VersionNotFoundException(string s) => throw null; - public VersionNotFoundException(string message, System.Exception innerException) => throw null; - } - public enum XmlReadMode - { - Auto = 0, - ReadSchema = 1, - IgnoreSchema = 2, - InferSchema = 3, - DiffGram = 4, - Fragment = 5, - InferTypedSchema = 6, - } - public enum XmlWriteMode - { - WriteSchema = 0, - IgnoreSchema = 1, - DiffGram = 2, - } - } - namespace Xml - { - public class XmlDataDocument : System.Xml.XmlDocument - { - public override System.Xml.XmlNode CloneNode(bool deep) => throw null; - public override System.Xml.XmlElement CreateElement(string prefix, string localName, string namespaceURI) => throw null; - public override System.Xml.XmlEntityReference CreateEntityReference(string name) => throw null; - protected override System.Xml.XPath.XPathNavigator CreateNavigator(System.Xml.XmlNode node) => throw null; - public XmlDataDocument() => throw null; - public XmlDataDocument(System.Data.DataSet dataset) => throw null; - public System.Data.DataSet DataSet { get => throw null; } - public override System.Xml.XmlElement GetElementById(string elemId) => throw null; - public System.Xml.XmlElement GetElementFromRow(System.Data.DataRow r) => throw null; - public override System.Xml.XmlNodeList GetElementsByTagName(string name) => throw null; - public System.Data.DataRow GetRowFromElement(System.Xml.XmlElement e) => throw null; - public override void Load(System.IO.Stream inStream) => throw null; - public override void Load(System.IO.TextReader txtReader) => throw null; - public override void Load(string filename) => throw null; - public override void Load(System.Xml.XmlReader reader) => throw null; - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Contracts.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Contracts.cs deleted file mode 100644 index 8dbbbefa..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Contracts.cs +++ /dev/null @@ -1,133 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Diagnostics.Contracts, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Diagnostics - { - namespace Contracts - { - public static class Contract - { - public static void Assert(bool condition) => throw null; - public static void Assert(bool condition, string userMessage) => throw null; - public static void Assume(bool condition) => throw null; - public static void Assume(bool condition, string userMessage) => throw null; - public static event System.EventHandler ContractFailed; - public static void EndContractBlock() => throw null; - public static void Ensures(bool condition) => throw null; - public static void Ensures(bool condition, string userMessage) => throw null; - public static void EnsuresOnThrow(bool condition) where TException : System.Exception => throw null; - public static void EnsuresOnThrow(bool condition, string userMessage) where TException : System.Exception => throw null; - public static bool Exists(int fromInclusive, int toExclusive, System.Predicate predicate) => throw null; - public static bool Exists(System.Collections.Generic.IEnumerable collection, System.Predicate predicate) => throw null; - public static bool ForAll(int fromInclusive, int toExclusive, System.Predicate predicate) => throw null; - public static bool ForAll(System.Collections.Generic.IEnumerable collection, System.Predicate predicate) => throw null; - public static void Invariant(bool condition) => throw null; - public static void Invariant(bool condition, string userMessage) => throw null; - public static T OldValue(T value) => throw null; - public static void Requires(bool condition) => throw null; - public static void Requires(bool condition, string userMessage) => throw null; - public static void Requires(bool condition) where TException : System.Exception => throw null; - public static void Requires(bool condition, string userMessage) where TException : System.Exception => throw null; - public static T Result() => throw null; - public static T ValueAtReturn(out T value) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)64, AllowMultiple = false)] - public sealed class ContractAbbreviatorAttribute : System.Attribute - { - public ContractAbbreviatorAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)64, AllowMultiple = false)] - public sealed class ContractArgumentValidatorAttribute : System.Attribute - { - public ContractArgumentValidatorAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)5124, AllowMultiple = false, Inherited = false)] - public sealed class ContractClassAttribute : System.Attribute - { - public ContractClassAttribute(System.Type typeContainingContracts) => throw null; - public System.Type TypeContainingContracts { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = false)] - public sealed class ContractClassForAttribute : System.Attribute - { - public ContractClassForAttribute(System.Type typeContractsAreFor) => throw null; - public System.Type TypeContractsAreFor { get => throw null; } - } - public sealed class ContractFailedEventArgs : System.EventArgs - { - public string Condition { get => throw null; } - public ContractFailedEventArgs(System.Diagnostics.Contracts.ContractFailureKind failureKind, string message, string condition, System.Exception originalException) => throw null; - public System.Diagnostics.Contracts.ContractFailureKind FailureKind { get => throw null; } - public bool Handled { get => throw null; } - public string Message { get => throw null; } - public System.Exception OriginalException { get => throw null; } - public void SetHandled() => throw null; - public void SetUnwind() => throw null; - public bool Unwind { get => throw null; } - } - public enum ContractFailureKind - { - Precondition = 0, - Postcondition = 1, - PostconditionOnException = 2, - Invariant = 3, - Assert = 4, - Assume = 5, - } - [System.AttributeUsage((System.AttributeTargets)64, AllowMultiple = false, Inherited = false)] - public sealed class ContractInvariantMethodAttribute : System.Attribute - { - public ContractInvariantMethodAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)32767, AllowMultiple = true, Inherited = false)] - public sealed class ContractOptionAttribute : System.Attribute - { - public string Category { get => throw null; } - public ContractOptionAttribute(string category, string setting, bool enabled) => throw null; - public ContractOptionAttribute(string category, string setting, string value) => throw null; - public bool Enabled { get => throw null; } - public string Setting { get => throw null; } - public string Value { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)256)] - public sealed class ContractPublicPropertyNameAttribute : System.Attribute - { - public ContractPublicPropertyNameAttribute(string name) => throw null; - public string Name { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)1)] - public sealed class ContractReferenceAssemblyAttribute : System.Attribute - { - public ContractReferenceAssemblyAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)192, AllowMultiple = false, Inherited = true)] - public sealed class ContractRuntimeIgnoredAttribute : System.Attribute - { - public ContractRuntimeIgnoredAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)237)] - public sealed class ContractVerificationAttribute : System.Attribute - { - public ContractVerificationAttribute(bool value) => throw null; - public bool Value { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)6884, AllowMultiple = false, Inherited = true)] - public sealed class PureAttribute : System.Attribute - { - public PureAttribute() => throw null; - } - } - } - namespace Runtime - { - namespace CompilerServices - { - public static class ContractHelper - { - public static string RaiseContractFailedEvent(System.Diagnostics.Contracts.ContractFailureKind failureKind, string userMessage, string conditionText, System.Exception innerException) => throw null; - public static void TriggerFailure(System.Diagnostics.Contracts.ContractFailureKind kind, string displayMessage, string userMessage, string conditionText, System.Exception innerException) => throw null; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.DiagnosticSource.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.DiagnosticSource.cs deleted file mode 100644 index ad1becc9..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.DiagnosticSource.cs +++ /dev/null @@ -1,479 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Diagnostics.DiagnosticSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. -namespace System -{ - namespace Diagnostics - { - public class Activity : System.IDisposable - { - public System.Diagnostics.ActivityTraceFlags ActivityTraceFlags { get => throw null; set { } } - public System.Diagnostics.Activity AddBaggage(string key, string value) => throw null; - public System.Diagnostics.Activity AddEvent(System.Diagnostics.ActivityEvent e) => throw null; - public System.Diagnostics.Activity AddTag(string key, string value) => throw null; - public System.Diagnostics.Activity AddTag(string key, object value) => throw null; - public System.Collections.Generic.IEnumerable> Baggage { get => throw null; } - public System.Diagnostics.ActivityContext Context { get => throw null; } - public Activity(string operationName) => throw null; - public static System.Diagnostics.Activity Current { get => throw null; set { } } - public static event System.EventHandler CurrentChanged; - public static System.Diagnostics.ActivityIdFormat DefaultIdFormat { get => throw null; set { } } - public string DisplayName { get => throw null; set { } } - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public System.TimeSpan Duration { get => throw null; } - public System.Diagnostics.Activity.Enumerator EnumerateEvents() => throw null; - public System.Diagnostics.Activity.Enumerator EnumerateLinks() => throw null; - public System.Diagnostics.Activity.Enumerator> EnumerateTagObjects() => throw null; - public struct Enumerator - { - public T Current { get => throw null; } - public System.Diagnostics.Activity.Enumerator GetEnumerator() => throw null; - public bool MoveNext() => throw null; - } - public System.Collections.Generic.IEnumerable Events { get => throw null; } - public static bool ForceDefaultIdFormat { get => throw null; set { } } - public string GetBaggageItem(string key) => throw null; - public object GetCustomProperty(string propertyName) => throw null; - public object GetTagItem(string key) => throw null; - public bool HasRemoteParent { get => throw null; } - public string Id { get => throw null; } - public System.Diagnostics.ActivityIdFormat IdFormat { get => throw null; } - public bool IsAllDataRequested { get => throw null; set { } } - public bool IsStopped { get => throw null; } - public System.Diagnostics.ActivityKind Kind { get => throw null; } - public System.Collections.Generic.IEnumerable Links { get => throw null; } - public string OperationName { get => throw null; } - public System.Diagnostics.Activity Parent { get => throw null; } - public string ParentId { get => throw null; } - public System.Diagnostics.ActivitySpanId ParentSpanId { get => throw null; } - public bool Recorded { get => throw null; } - public string RootId { get => throw null; } - public System.Diagnostics.Activity SetBaggage(string key, string value) => throw null; - public void SetCustomProperty(string propertyName, object propertyValue) => throw null; - public System.Diagnostics.Activity SetEndTime(System.DateTime endTimeUtc) => throw null; - public System.Diagnostics.Activity SetIdFormat(System.Diagnostics.ActivityIdFormat format) => throw null; - public System.Diagnostics.Activity SetParentId(System.Diagnostics.ActivityTraceId traceId, System.Diagnostics.ActivitySpanId spanId, System.Diagnostics.ActivityTraceFlags activityTraceFlags = default(System.Diagnostics.ActivityTraceFlags)) => throw null; - public System.Diagnostics.Activity SetParentId(string parentId) => throw null; - public System.Diagnostics.Activity SetStartTime(System.DateTime startTimeUtc) => throw null; - public System.Diagnostics.Activity SetStatus(System.Diagnostics.ActivityStatusCode code, string description = default(string)) => throw null; - public System.Diagnostics.Activity SetTag(string key, object value) => throw null; - public System.Diagnostics.ActivitySource Source { get => throw null; } - public System.Diagnostics.ActivitySpanId SpanId { get => throw null; } - public System.Diagnostics.Activity Start() => throw null; - public System.DateTime StartTimeUtc { get => throw null; } - public System.Diagnostics.ActivityStatusCode Status { get => throw null; } - public string StatusDescription { get => throw null; } - public void Stop() => throw null; - public System.Collections.Generic.IEnumerable> TagObjects { get => throw null; } - public System.Collections.Generic.IEnumerable> Tags { get => throw null; } - public System.Diagnostics.ActivityTraceId TraceId { get => throw null; } - public static System.Func TraceIdGenerator { get => throw null; set { } } - public string TraceStateString { get => throw null; set { } } - } - public struct ActivityChangedEventArgs - { - public System.Diagnostics.Activity Current { get => throw null; set { } } - public System.Diagnostics.Activity Previous { get => throw null; set { } } - } - public struct ActivityContext : System.IEquatable - { - public ActivityContext(System.Diagnostics.ActivityTraceId traceId, System.Diagnostics.ActivitySpanId spanId, System.Diagnostics.ActivityTraceFlags traceFlags, string traceState = default(string), bool isRemote = default(bool)) => throw null; - public bool Equals(System.Diagnostics.ActivityContext value) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public bool IsRemote { get => throw null; } - public static bool operator ==(System.Diagnostics.ActivityContext left, System.Diagnostics.ActivityContext right) => throw null; - public static bool operator !=(System.Diagnostics.ActivityContext left, System.Diagnostics.ActivityContext right) => throw null; - public static System.Diagnostics.ActivityContext Parse(string traceParent, string traceState) => throw null; - public System.Diagnostics.ActivitySpanId SpanId { get => throw null; } - public System.Diagnostics.ActivityTraceFlags TraceFlags { get => throw null; } - public System.Diagnostics.ActivityTraceId TraceId { get => throw null; } - public string TraceState { get => throw null; } - public static bool TryParse(string traceParent, string traceState, out System.Diagnostics.ActivityContext context) => throw null; - public static bool TryParse(string traceParent, string traceState, bool isRemote, out System.Diagnostics.ActivityContext context) => throw null; - } - public struct ActivityCreationOptions - { - public System.Diagnostics.ActivityKind Kind { get => throw null; } - public System.Collections.Generic.IEnumerable Links { get => throw null; } - public string Name { get => throw null; } - public T Parent { get => throw null; } - public System.Diagnostics.ActivityTagsCollection SamplingTags { get => throw null; } - public System.Diagnostics.ActivitySource Source { get => throw null; } - public System.Collections.Generic.IEnumerable> Tags { get => throw null; } - public System.Diagnostics.ActivityTraceId TraceId { get => throw null; } - public string TraceState { get => throw null; set { } } - } - public struct ActivityEvent - { - public ActivityEvent(string name) => throw null; - public ActivityEvent(string name, System.DateTimeOffset timestamp = default(System.DateTimeOffset), System.Diagnostics.ActivityTagsCollection tags = default(System.Diagnostics.ActivityTagsCollection)) => throw null; - public System.Diagnostics.Activity.Enumerator> EnumerateTagObjects() => throw null; - public string Name { get => throw null; } - public System.Collections.Generic.IEnumerable> Tags { get => throw null; } - public System.DateTimeOffset Timestamp { get => throw null; } - } - public enum ActivityIdFormat - { - Unknown = 0, - Hierarchical = 1, - W3C = 2, - } - public enum ActivityKind - { - Internal = 0, - Server = 1, - Client = 2, - Producer = 3, - Consumer = 4, - } - public struct ActivityLink : System.IEquatable - { - public System.Diagnostics.ActivityContext Context { get => throw null; } - public ActivityLink(System.Diagnostics.ActivityContext context, System.Diagnostics.ActivityTagsCollection tags = default(System.Diagnostics.ActivityTagsCollection)) => throw null; - public System.Diagnostics.Activity.Enumerator> EnumerateTagObjects() => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(System.Diagnostics.ActivityLink value) => throw null; - public override int GetHashCode() => throw null; - public static bool operator ==(System.Diagnostics.ActivityLink left, System.Diagnostics.ActivityLink right) => throw null; - public static bool operator !=(System.Diagnostics.ActivityLink left, System.Diagnostics.ActivityLink right) => throw null; - public System.Collections.Generic.IEnumerable> Tags { get => throw null; } - } - public sealed class ActivityListener : System.IDisposable - { - public System.Action ActivityStarted { get => throw null; set { } } - public System.Action ActivityStopped { get => throw null; set { } } - public ActivityListener() => throw null; - public void Dispose() => throw null; - public System.Diagnostics.SampleActivity Sample { get => throw null; set { } } - public System.Diagnostics.SampleActivity SampleUsingParentId { get => throw null; set { } } - public System.Func ShouldListenTo { get => throw null; set { } } - } - public enum ActivitySamplingResult - { - None = 0, - PropagationData = 1, - AllData = 2, - AllDataAndRecorded = 3, - } - public sealed class ActivitySource : System.IDisposable - { - public static void AddActivityListener(System.Diagnostics.ActivityListener listener) => throw null; - public System.Diagnostics.Activity CreateActivity(string name, System.Diagnostics.ActivityKind kind) => throw null; - public System.Diagnostics.Activity CreateActivity(string name, System.Diagnostics.ActivityKind kind, System.Diagnostics.ActivityContext parentContext, System.Collections.Generic.IEnumerable> tags = default(System.Collections.Generic.IEnumerable>), System.Collections.Generic.IEnumerable links = default(System.Collections.Generic.IEnumerable), System.Diagnostics.ActivityIdFormat idFormat = default(System.Diagnostics.ActivityIdFormat)) => throw null; - public System.Diagnostics.Activity CreateActivity(string name, System.Diagnostics.ActivityKind kind, string parentId, System.Collections.Generic.IEnumerable> tags = default(System.Collections.Generic.IEnumerable>), System.Collections.Generic.IEnumerable links = default(System.Collections.Generic.IEnumerable), System.Diagnostics.ActivityIdFormat idFormat = default(System.Diagnostics.ActivityIdFormat)) => throw null; - public ActivitySource(string name, string version = default(string)) => throw null; - public void Dispose() => throw null; - public bool HasListeners() => throw null; - public string Name { get => throw null; } - public System.Diagnostics.Activity StartActivity(string name = default(string), System.Diagnostics.ActivityKind kind = default(System.Diagnostics.ActivityKind)) => throw null; - public System.Diagnostics.Activity StartActivity(string name, System.Diagnostics.ActivityKind kind, System.Diagnostics.ActivityContext parentContext, System.Collections.Generic.IEnumerable> tags = default(System.Collections.Generic.IEnumerable>), System.Collections.Generic.IEnumerable links = default(System.Collections.Generic.IEnumerable), System.DateTimeOffset startTime = default(System.DateTimeOffset)) => throw null; - public System.Diagnostics.Activity StartActivity(string name, System.Diagnostics.ActivityKind kind, string parentId, System.Collections.Generic.IEnumerable> tags = default(System.Collections.Generic.IEnumerable>), System.Collections.Generic.IEnumerable links = default(System.Collections.Generic.IEnumerable), System.DateTimeOffset startTime = default(System.DateTimeOffset)) => throw null; - public System.Diagnostics.Activity StartActivity(System.Diagnostics.ActivityKind kind, System.Diagnostics.ActivityContext parentContext = default(System.Diagnostics.ActivityContext), System.Collections.Generic.IEnumerable> tags = default(System.Collections.Generic.IEnumerable>), System.Collections.Generic.IEnumerable links = default(System.Collections.Generic.IEnumerable), System.DateTimeOffset startTime = default(System.DateTimeOffset), string name = default(string)) => throw null; - public string Version { get => throw null; } - } - public struct ActivitySpanId : System.IEquatable - { - public void CopyTo(System.Span destination) => throw null; - public static System.Diagnostics.ActivitySpanId CreateFromBytes(System.ReadOnlySpan idData) => throw null; - public static System.Diagnostics.ActivitySpanId CreateFromString(System.ReadOnlySpan idData) => throw null; - public static System.Diagnostics.ActivitySpanId CreateFromUtf8String(System.ReadOnlySpan idData) => throw null; - public static System.Diagnostics.ActivitySpanId CreateRandom() => throw null; - public bool Equals(System.Diagnostics.ActivitySpanId spanId) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public static bool operator ==(System.Diagnostics.ActivitySpanId spanId1, System.Diagnostics.ActivitySpanId spandId2) => throw null; - public static bool operator !=(System.Diagnostics.ActivitySpanId spanId1, System.Diagnostics.ActivitySpanId spandId2) => throw null; - public string ToHexString() => throw null; - public override string ToString() => throw null; - } - public enum ActivityStatusCode - { - Unset = 0, - Ok = 1, - Error = 2, - } - public class ActivityTagsCollection : System.Collections.Generic.ICollection>, System.Collections.Generic.IDictionary, System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable - { - public void Add(string key, object value) => throw null; - public void Add(System.Collections.Generic.KeyValuePair item) => throw null; - public void Clear() => throw null; - public bool Contains(System.Collections.Generic.KeyValuePair item) => throw null; - public bool ContainsKey(string key) => throw null; - public void CopyTo(System.Collections.Generic.KeyValuePair[] array, int arrayIndex) => throw null; - public int Count { get => throw null; } - public ActivityTagsCollection() => throw null; - public ActivityTagsCollection(System.Collections.Generic.IEnumerable> list) => throw null; - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator>, System.Collections.IEnumerator - { - public System.Collections.Generic.KeyValuePair Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public void Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - System.Collections.Generic.IEnumerator> System.Collections.Generic.IEnumerable>.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public System.Diagnostics.ActivityTagsCollection.Enumerator GetEnumerator() => throw null; - public bool IsReadOnly { get => throw null; } - public System.Collections.Generic.ICollection Keys { get => throw null; } - public bool Remove(string key) => throw null; - public bool Remove(System.Collections.Generic.KeyValuePair item) => throw null; - public object this[string key] { get => throw null; set { } } - public bool TryGetValue(string key, out object value) => throw null; - public System.Collections.Generic.ICollection Values { get => throw null; } - } - [System.Flags] - public enum ActivityTraceFlags - { - None = 0, - Recorded = 1, - } - public struct ActivityTraceId : System.IEquatable - { - public void CopyTo(System.Span destination) => throw null; - public static System.Diagnostics.ActivityTraceId CreateFromBytes(System.ReadOnlySpan idData) => throw null; - public static System.Diagnostics.ActivityTraceId CreateFromString(System.ReadOnlySpan idData) => throw null; - public static System.Diagnostics.ActivityTraceId CreateFromUtf8String(System.ReadOnlySpan idData) => throw null; - public static System.Diagnostics.ActivityTraceId CreateRandom() => throw null; - public bool Equals(System.Diagnostics.ActivityTraceId traceId) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public static bool operator ==(System.Diagnostics.ActivityTraceId traceId1, System.Diagnostics.ActivityTraceId traceId2) => throw null; - public static bool operator !=(System.Diagnostics.ActivityTraceId traceId1, System.Diagnostics.ActivityTraceId traceId2) => throw null; - public string ToHexString() => throw null; - public override string ToString() => throw null; - } - public class DiagnosticListener : System.Diagnostics.DiagnosticSource, System.IDisposable, System.IObservable> - { - public static System.IObservable AllListeners { get => throw null; } - public DiagnosticListener(string name) => throw null; - public virtual void Dispose() => throw null; - public bool IsEnabled() => throw null; - public override bool IsEnabled(string name) => throw null; - public override bool IsEnabled(string name, object arg1, object arg2 = default(object)) => throw null; - public string Name { get => throw null; } - public override void OnActivityExport(System.Diagnostics.Activity activity, object payload) => throw null; - public override void OnActivityImport(System.Diagnostics.Activity activity, object payload) => throw null; - public virtual System.IDisposable Subscribe(System.IObserver> observer) => throw null; - public virtual System.IDisposable Subscribe(System.IObserver> observer, System.Func isEnabled) => throw null; - public virtual System.IDisposable Subscribe(System.IObserver> observer, System.Predicate isEnabled) => throw null; - public virtual System.IDisposable Subscribe(System.IObserver> observer, System.Func isEnabled, System.Action onActivityImport = default(System.Action), System.Action onActivityExport = default(System.Action)) => throw null; - public override string ToString() => throw null; - public override void Write(string name, object value) => throw null; - } - public abstract class DiagnosticSource - { - protected DiagnosticSource() => throw null; - public abstract bool IsEnabled(string name); - public virtual bool IsEnabled(string name, object arg1, object arg2 = default(object)) => throw null; - public virtual void OnActivityExport(System.Diagnostics.Activity activity, object payload) => throw null; - public virtual void OnActivityImport(System.Diagnostics.Activity activity, object payload) => throw null; - public System.Diagnostics.Activity StartActivity(System.Diagnostics.Activity activity, object args) => throw null; - public System.Diagnostics.Activity StartActivity(System.Diagnostics.Activity activity, T args) => throw null; - public void StopActivity(System.Diagnostics.Activity activity, object args) => throw null; - public void StopActivity(System.Diagnostics.Activity activity, T args) => throw null; - public abstract void Write(string name, object value); - public void Write(string name, T value) => throw null; - } - public abstract class DistributedContextPropagator - { - public static System.Diagnostics.DistributedContextPropagator CreateDefaultPropagator() => throw null; - public static System.Diagnostics.DistributedContextPropagator CreateNoOutputPropagator() => throw null; - public static System.Diagnostics.DistributedContextPropagator CreatePassThroughPropagator() => throw null; - protected DistributedContextPropagator() => throw null; - public static System.Diagnostics.DistributedContextPropagator Current { get => throw null; set { } } - public abstract System.Collections.Generic.IEnumerable> ExtractBaggage(object carrier, System.Diagnostics.DistributedContextPropagator.PropagatorGetterCallback getter); - public abstract void ExtractTraceIdAndState(object carrier, System.Diagnostics.DistributedContextPropagator.PropagatorGetterCallback getter, out string traceId, out string traceState); - public abstract System.Collections.Generic.IReadOnlyCollection Fields { get; } - public abstract void Inject(System.Diagnostics.Activity activity, object carrier, System.Diagnostics.DistributedContextPropagator.PropagatorSetterCallback setter); - public delegate void PropagatorGetterCallback(object carrier, string fieldName, out string fieldValue, out System.Collections.Generic.IEnumerable fieldValues); - public delegate void PropagatorSetterCallback(object carrier, string fieldName, string fieldValue); - } - namespace Metrics - { - public sealed class Counter : System.Diagnostics.Metrics.Instrument where T : struct - { - public void Add(T delta) => throw null; - public void Add(T delta, System.Collections.Generic.KeyValuePair tag) => throw null; - public void Add(T delta, System.Collections.Generic.KeyValuePair tag1, System.Collections.Generic.KeyValuePair tag2) => throw null; - public void Add(T delta, System.Collections.Generic.KeyValuePair tag1, System.Collections.Generic.KeyValuePair tag2, System.Collections.Generic.KeyValuePair tag3) => throw null; - public void Add(T delta, System.ReadOnlySpan> tags) => throw null; - public void Add(T delta, params System.Collections.Generic.KeyValuePair[] tags) => throw null; - public void Add(T delta, in System.Diagnostics.TagList tagList) => throw null; - internal Counter() : base(default(System.Diagnostics.Metrics.Meter), default(string), default(string), default(string)) { } - } - public sealed class Histogram : System.Diagnostics.Metrics.Instrument where T : struct - { - public void Record(T value) => throw null; - public void Record(T value, System.Collections.Generic.KeyValuePair tag) => throw null; - public void Record(T value, System.Collections.Generic.KeyValuePair tag1, System.Collections.Generic.KeyValuePair tag2) => throw null; - public void Record(T value, System.Collections.Generic.KeyValuePair tag1, System.Collections.Generic.KeyValuePair tag2, System.Collections.Generic.KeyValuePair tag3) => throw null; - public void Record(T value, in System.Diagnostics.TagList tagList) => throw null; - public void Record(T value, System.ReadOnlySpan> tags) => throw null; - public void Record(T value, params System.Collections.Generic.KeyValuePair[] tags) => throw null; - internal Histogram() : base(default(System.Diagnostics.Metrics.Meter), default(string), default(string), default(string)) { } - } - public interface IMeterFactory : System.IDisposable - { - System.Diagnostics.Metrics.Meter Create(System.Diagnostics.Metrics.MeterOptions options); - } - public abstract class Instrument - { - protected Instrument(System.Diagnostics.Metrics.Meter meter, string name, string unit, string description) => throw null; - protected Instrument(System.Diagnostics.Metrics.Meter meter, string name, string unit, string description, System.Collections.Generic.IEnumerable> tags) => throw null; - public string Description { get => throw null; } - public bool Enabled { get => throw null; } - public virtual bool IsObservable { get => throw null; } - public System.Diagnostics.Metrics.Meter Meter { get => throw null; } - public string Name { get => throw null; } - protected void Publish() => throw null; - public System.Collections.Generic.IEnumerable> Tags { get => throw null; } - public string Unit { get => throw null; } - } - public abstract class Instrument : System.Diagnostics.Metrics.Instrument where T : struct - { - protected Instrument(System.Diagnostics.Metrics.Meter meter, string name, string unit, string description) : base(default(System.Diagnostics.Metrics.Meter), default(string), default(string), default(string)) => throw null; - protected Instrument(System.Diagnostics.Metrics.Meter meter, string name, string unit, string description, System.Collections.Generic.IEnumerable> tags) : base(default(System.Diagnostics.Metrics.Meter), default(string), default(string), default(string)) => throw null; - protected void RecordMeasurement(T measurement) => throw null; - protected void RecordMeasurement(T measurement, System.Collections.Generic.KeyValuePair tag) => throw null; - protected void RecordMeasurement(T measurement, System.Collections.Generic.KeyValuePair tag1, System.Collections.Generic.KeyValuePair tag2) => throw null; - protected void RecordMeasurement(T measurement, System.Collections.Generic.KeyValuePair tag1, System.Collections.Generic.KeyValuePair tag2, System.Collections.Generic.KeyValuePair tag3) => throw null; - protected void RecordMeasurement(T measurement, in System.Diagnostics.TagList tagList) => throw null; - protected void RecordMeasurement(T measurement, System.ReadOnlySpan> tags) => throw null; - } - public struct Measurement where T : struct - { - public Measurement(T value) => throw null; - public Measurement(T value, System.Collections.Generic.IEnumerable> tags) => throw null; - public Measurement(T value, params System.Collections.Generic.KeyValuePair[] tags) => throw null; - public Measurement(T value, System.ReadOnlySpan> tags) => throw null; - public System.ReadOnlySpan> Tags { get => throw null; } - public T Value { get => throw null; } - } - public delegate void MeasurementCallback(System.Diagnostics.Metrics.Instrument instrument, T measurement, System.ReadOnlySpan> tags, object state); - public class Meter : System.IDisposable - { - public System.Diagnostics.Metrics.Counter CreateCounter(string name, string unit = default(string), string description = default(string)) where T : struct => throw null; - public System.Diagnostics.Metrics.Counter CreateCounter(string name, string unit, string description, System.Collections.Generic.IEnumerable> tags) where T : struct => throw null; - public System.Diagnostics.Metrics.Histogram CreateHistogram(string name, string unit = default(string), string description = default(string)) where T : struct => throw null; - public System.Diagnostics.Metrics.Histogram CreateHistogram(string name, string unit, string description, System.Collections.Generic.IEnumerable> tags) where T : struct => throw null; - public System.Diagnostics.Metrics.ObservableCounter CreateObservableCounter(string name, System.Func observeValue, string unit = default(string), string description = default(string)) where T : struct => throw null; - public System.Diagnostics.Metrics.ObservableCounter CreateObservableCounter(string name, System.Func observeValue, string unit, string description, System.Collections.Generic.IEnumerable> tags) where T : struct => throw null; - public System.Diagnostics.Metrics.ObservableCounter CreateObservableCounter(string name, System.Func> observeValue, string unit = default(string), string description = default(string)) where T : struct => throw null; - public System.Diagnostics.Metrics.ObservableCounter CreateObservableCounter(string name, System.Func> observeValue, string unit, string description, System.Collections.Generic.IEnumerable> tags) where T : struct => throw null; - public System.Diagnostics.Metrics.ObservableCounter CreateObservableCounter(string name, System.Func>> observeValues, string unit = default(string), string description = default(string)) where T : struct => throw null; - public System.Diagnostics.Metrics.ObservableCounter CreateObservableCounter(string name, System.Func>> observeValues, string unit, string description, System.Collections.Generic.IEnumerable> tags) where T : struct => throw null; - public System.Diagnostics.Metrics.ObservableGauge CreateObservableGauge(string name, System.Func observeValue, string unit = default(string), string description = default(string)) where T : struct => throw null; - public System.Diagnostics.Metrics.ObservableGauge CreateObservableGauge(string name, System.Func observeValue, string unit, string description, System.Collections.Generic.IEnumerable> tags) where T : struct => throw null; - public System.Diagnostics.Metrics.ObservableGauge CreateObservableGauge(string name, System.Func> observeValue, string unit = default(string), string description = default(string)) where T : struct => throw null; - public System.Diagnostics.Metrics.ObservableGauge CreateObservableGauge(string name, System.Func> observeValue, string unit, string description, System.Collections.Generic.IEnumerable> tags) where T : struct => throw null; - public System.Diagnostics.Metrics.ObservableGauge CreateObservableGauge(string name, System.Func>> observeValues, string unit = default(string), string description = default(string)) where T : struct => throw null; - public System.Diagnostics.Metrics.ObservableGauge CreateObservableGauge(string name, System.Func>> observeValues, string unit, string description, System.Collections.Generic.IEnumerable> tags) where T : struct => throw null; - public System.Diagnostics.Metrics.ObservableUpDownCounter CreateObservableUpDownCounter(string name, System.Func observeValue, string unit = default(string), string description = default(string)) where T : struct => throw null; - public System.Diagnostics.Metrics.ObservableUpDownCounter CreateObservableUpDownCounter(string name, System.Func observeValue, string unit, string description, System.Collections.Generic.IEnumerable> tags) where T : struct => throw null; - public System.Diagnostics.Metrics.ObservableUpDownCounter CreateObservableUpDownCounter(string name, System.Func> observeValue, string unit = default(string), string description = default(string)) where T : struct => throw null; - public System.Diagnostics.Metrics.ObservableUpDownCounter CreateObservableUpDownCounter(string name, System.Func> observeValue, string unit, string description, System.Collections.Generic.IEnumerable> tags) where T : struct => throw null; - public System.Diagnostics.Metrics.ObservableUpDownCounter CreateObservableUpDownCounter(string name, System.Func>> observeValues, string unit = default(string), string description = default(string)) where T : struct => throw null; - public System.Diagnostics.Metrics.ObservableUpDownCounter CreateObservableUpDownCounter(string name, System.Func>> observeValues, string unit, string description, System.Collections.Generic.IEnumerable> tags) where T : struct => throw null; - public System.Diagnostics.Metrics.UpDownCounter CreateUpDownCounter(string name, string unit = default(string), string description = default(string)) where T : struct => throw null; - public System.Diagnostics.Metrics.UpDownCounter CreateUpDownCounter(string name, string unit, string description, System.Collections.Generic.IEnumerable> tags) where T : struct => throw null; - public Meter(System.Diagnostics.Metrics.MeterOptions options) => throw null; - public Meter(string name) => throw null; - public Meter(string name, string version) => throw null; - public Meter(string name, string version, System.Collections.Generic.IEnumerable> tags, object scope = default(object)) => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public void Dispose() => throw null; - public string Name { get => throw null; } - public object Scope { get => throw null; } - public System.Collections.Generic.IEnumerable> Tags { get => throw null; } - public string Version { get => throw null; } - } - public static partial class MeterFactoryExtensions - { - public static System.Diagnostics.Metrics.Meter Create(this System.Diagnostics.Metrics.IMeterFactory meterFactory, string name, string version = default(string), System.Collections.Generic.IEnumerable> tags = default(System.Collections.Generic.IEnumerable>)) => throw null; - } - public sealed class MeterListener : System.IDisposable - { - public MeterListener() => throw null; - public object DisableMeasurementEvents(System.Diagnostics.Metrics.Instrument instrument) => throw null; - public void Dispose() => throw null; - public void EnableMeasurementEvents(System.Diagnostics.Metrics.Instrument instrument, object state = default(object)) => throw null; - public System.Action InstrumentPublished { get => throw null; set { } } - public System.Action MeasurementsCompleted { get => throw null; set { } } - public void RecordObservableInstruments() => throw null; - public void SetMeasurementEventCallback(System.Diagnostics.Metrics.MeasurementCallback measurementCallback) where T : struct => throw null; - public void Start() => throw null; - } - public class MeterOptions - { - public MeterOptions(string name) => throw null; - public string Name { get => throw null; set { } } - public object Scope { get => throw null; set { } } - public System.Collections.Generic.IEnumerable> Tags { get => throw null; set { } } - public string Version { get => throw null; set { } } - } - public sealed class ObservableCounter : System.Diagnostics.Metrics.ObservableInstrument where T : struct - { - protected override System.Collections.Generic.IEnumerable> Observe() => throw null; - internal ObservableCounter() : base(default(System.Diagnostics.Metrics.Meter), default(string), default(string), default(string)) { } - } - public sealed class ObservableGauge : System.Diagnostics.Metrics.ObservableInstrument where T : struct - { - protected override System.Collections.Generic.IEnumerable> Observe() => throw null; - internal ObservableGauge() : base(default(System.Diagnostics.Metrics.Meter), default(string), default(string), default(string)) { } - } - public abstract class ObservableInstrument : System.Diagnostics.Metrics.Instrument where T : struct - { - protected ObservableInstrument(System.Diagnostics.Metrics.Meter meter, string name, string unit, string description) : base(default(System.Diagnostics.Metrics.Meter), default(string), default(string), default(string)) => throw null; - protected ObservableInstrument(System.Diagnostics.Metrics.Meter meter, string name, string unit, string description, System.Collections.Generic.IEnumerable> tags) : base(default(System.Diagnostics.Metrics.Meter), default(string), default(string), default(string)) => throw null; - public override bool IsObservable { get => throw null; } - protected abstract System.Collections.Generic.IEnumerable> Observe(); - } - public sealed class ObservableUpDownCounter : System.Diagnostics.Metrics.ObservableInstrument where T : struct - { - protected override System.Collections.Generic.IEnumerable> Observe() => throw null; - internal ObservableUpDownCounter() : base(default(System.Diagnostics.Metrics.Meter), default(string), default(string), default(string)) { } - } - public sealed class UpDownCounter : System.Diagnostics.Metrics.Instrument where T : struct - { - public void Add(T delta) => throw null; - public void Add(T delta, System.Collections.Generic.KeyValuePair tag) => throw null; - public void Add(T delta, System.Collections.Generic.KeyValuePair tag1, System.Collections.Generic.KeyValuePair tag2) => throw null; - public void Add(T delta, System.Collections.Generic.KeyValuePair tag1, System.Collections.Generic.KeyValuePair tag2, System.Collections.Generic.KeyValuePair tag3) => throw null; - public void Add(T delta, System.ReadOnlySpan> tags) => throw null; - public void Add(T delta, params System.Collections.Generic.KeyValuePair[] tags) => throw null; - public void Add(T delta, in System.Diagnostics.TagList tagList) => throw null; - internal UpDownCounter() : base(default(System.Diagnostics.Metrics.Meter), default(string), default(string), default(string)) { } - } - } - public delegate System.Diagnostics.ActivitySamplingResult SampleActivity(ref System.Diagnostics.ActivityCreationOptions options); - public struct TagList : System.Collections.Generic.ICollection>, System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable, System.Collections.Generic.IList>, System.Collections.Generic.IReadOnlyCollection>, System.Collections.Generic.IReadOnlyList> - { - public void Add(string key, object value) => throw null; - public void Add(System.Collections.Generic.KeyValuePair tag) => throw null; - public void Clear() => throw null; - public bool Contains(System.Collections.Generic.KeyValuePair item) => throw null; - public void CopyTo(System.Span> tags) => throw null; - public void CopyTo(System.Collections.Generic.KeyValuePair[] array, int arrayIndex) => throw null; - public int Count { get => throw null; } - public TagList(System.ReadOnlySpan> tagList) => throw null; - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator>, System.Collections.IEnumerator - { - public System.Collections.Generic.KeyValuePair Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public void Dispose() => throw null; - public bool MoveNext() => throw null; - public void Reset() => throw null; - } - public System.Collections.Generic.IEnumerator> GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public int IndexOf(System.Collections.Generic.KeyValuePair item) => throw null; - public void Insert(int index, System.Collections.Generic.KeyValuePair item) => throw null; - public bool IsReadOnly { get => throw null; } - public bool Remove(System.Collections.Generic.KeyValuePair item) => throw null; - public void RemoveAt(int index) => throw null; - public System.Collections.Generic.KeyValuePair this[int index] { get => throw null; set { } } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.FileVersionInfo.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.FileVersionInfo.cs deleted file mode 100644 index 17a918cd..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.FileVersionInfo.cs +++ /dev/null @@ -1,40 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Diagnostics.FileVersionInfo, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Diagnostics - { - public sealed class FileVersionInfo - { - public string Comments { get => throw null; } - public string CompanyName { get => throw null; } - public int FileBuildPart { get => throw null; } - public string FileDescription { get => throw null; } - public int FileMajorPart { get => throw null; } - public int FileMinorPart { get => throw null; } - public string FileName { get => throw null; } - public int FilePrivatePart { get => throw null; } - public string FileVersion { get => throw null; } - public static System.Diagnostics.FileVersionInfo GetVersionInfo(string fileName) => throw null; - public string InternalName { get => throw null; } - public bool IsDebug { get => throw null; } - public bool IsPatched { get => throw null; } - public bool IsPreRelease { get => throw null; } - public bool IsPrivateBuild { get => throw null; } - public bool IsSpecialBuild { get => throw null; } - public string Language { get => throw null; } - public string LegalCopyright { get => throw null; } - public string LegalTrademarks { get => throw null; } - public string OriginalFilename { get => throw null; } - public string PrivateBuild { get => throw null; } - public int ProductBuildPart { get => throw null; } - public int ProductMajorPart { get => throw null; } - public int ProductMinorPart { get => throw null; } - public string ProductName { get => throw null; } - public int ProductPrivatePart { get => throw null; } - public string ProductVersion { get => throw null; } - public string SpecialBuild { get => throw null; } - public override string ToString() => throw null; - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Process.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Process.cs deleted file mode 100644 index e6c8b389..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Process.cs +++ /dev/null @@ -1,261 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Diagnostics.Process, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace Microsoft -{ - namespace Win32 - { - namespace SafeHandles - { - public sealed class SafeProcessHandle : Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid - { - public SafeProcessHandle() : base(default(bool)) => throw null; - public SafeProcessHandle(nint existingHandle, bool ownsHandle) : base(default(bool)) => throw null; - protected override bool ReleaseHandle() => throw null; - } - } - } -} -namespace System -{ - namespace Diagnostics - { - public class DataReceivedEventArgs : System.EventArgs - { - public string Data { get => throw null; } - } - public delegate void DataReceivedEventHandler(object sender, System.Diagnostics.DataReceivedEventArgs e); - [System.AttributeUsage((System.AttributeTargets)32767)] - public class MonitoringDescriptionAttribute : System.ComponentModel.DescriptionAttribute - { - public MonitoringDescriptionAttribute(string description) => throw null; - public override string Description { get => throw null; } - } - public class Process : System.ComponentModel.Component, System.IDisposable - { - public int BasePriority { get => throw null; } - public void BeginErrorReadLine() => throw null; - public void BeginOutputReadLine() => throw null; - public void CancelErrorRead() => throw null; - public void CancelOutputRead() => throw null; - public void Close() => throw null; - public bool CloseMainWindow() => throw null; - public Process() => throw null; - protected override void Dispose(bool disposing) => throw null; - public bool EnableRaisingEvents { get => throw null; set { } } - public static void EnterDebugMode() => throw null; - public event System.Diagnostics.DataReceivedEventHandler ErrorDataReceived; - public int ExitCode { get => throw null; } - public event System.EventHandler Exited; - public System.DateTime ExitTime { get => throw null; } - public static System.Diagnostics.Process GetCurrentProcess() => throw null; - public static System.Diagnostics.Process GetProcessById(int processId) => throw null; - public static System.Diagnostics.Process GetProcessById(int processId, string machineName) => throw null; - public static System.Diagnostics.Process[] GetProcesses() => throw null; - public static System.Diagnostics.Process[] GetProcesses(string machineName) => throw null; - public static System.Diagnostics.Process[] GetProcessesByName(string processName) => throw null; - public static System.Diagnostics.Process[] GetProcessesByName(string processName, string machineName) => throw null; - public nint Handle { get => throw null; } - public int HandleCount { get => throw null; } - public bool HasExited { get => throw null; } - public int Id { get => throw null; } - public void Kill() => throw null; - public void Kill(bool entireProcessTree) => throw null; - public static void LeaveDebugMode() => throw null; - public string MachineName { get => throw null; } - public System.Diagnostics.ProcessModule MainModule { get => throw null; } - public nint MainWindowHandle { get => throw null; } - public string MainWindowTitle { get => throw null; } - public nint MaxWorkingSet { get => throw null; set { } } - public nint MinWorkingSet { get => throw null; set { } } - public System.Diagnostics.ProcessModuleCollection Modules { get => throw null; } - public int NonpagedSystemMemorySize { get => throw null; } - public long NonpagedSystemMemorySize64 { get => throw null; } - protected void OnExited() => throw null; - public event System.Diagnostics.DataReceivedEventHandler OutputDataReceived; - public int PagedMemorySize { get => throw null; } - public long PagedMemorySize64 { get => throw null; } - public int PagedSystemMemorySize { get => throw null; } - public long PagedSystemMemorySize64 { get => throw null; } - public int PeakPagedMemorySize { get => throw null; } - public long PeakPagedMemorySize64 { get => throw null; } - public int PeakVirtualMemorySize { get => throw null; } - public long PeakVirtualMemorySize64 { get => throw null; } - public int PeakWorkingSet { get => throw null; } - public long PeakWorkingSet64 { get => throw null; } - public bool PriorityBoostEnabled { get => throw null; set { } } - public System.Diagnostics.ProcessPriorityClass PriorityClass { get => throw null; set { } } - public int PrivateMemorySize { get => throw null; } - public long PrivateMemorySize64 { get => throw null; } - public System.TimeSpan PrivilegedProcessorTime { get => throw null; } - public string ProcessName { get => throw null; } - public nint ProcessorAffinity { get => throw null; set { } } - public void Refresh() => throw null; - public bool Responding { get => throw null; } - public Microsoft.Win32.SafeHandles.SafeProcessHandle SafeHandle { get => throw null; } - public int SessionId { get => throw null; } - public System.IO.StreamReader StandardError { get => throw null; } - public System.IO.StreamWriter StandardInput { get => throw null; } - public System.IO.StreamReader StandardOutput { get => throw null; } - public bool Start() => throw null; - public static System.Diagnostics.Process Start(System.Diagnostics.ProcessStartInfo startInfo) => throw null; - public static System.Diagnostics.Process Start(string fileName) => throw null; - public static System.Diagnostics.Process Start(string fileName, string arguments) => throw null; - public static System.Diagnostics.Process Start(string fileName, System.Collections.Generic.IEnumerable arguments) => throw null; - public static System.Diagnostics.Process Start(string fileName, string userName, System.Security.SecureString password, string domain) => throw null; - public static System.Diagnostics.Process Start(string fileName, string arguments, string userName, System.Security.SecureString password, string domain) => throw null; - public System.Diagnostics.ProcessStartInfo StartInfo { get => throw null; set { } } - public System.DateTime StartTime { get => throw null; } - public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get => throw null; set { } } - public System.Diagnostics.ProcessThreadCollection Threads { get => throw null; } - public override string ToString() => throw null; - public System.TimeSpan TotalProcessorTime { get => throw null; } - public System.TimeSpan UserProcessorTime { get => throw null; } - public int VirtualMemorySize { get => throw null; } - public long VirtualMemorySize64 { get => throw null; } - public void WaitForExit() => throw null; - public bool WaitForExit(int milliseconds) => throw null; - public bool WaitForExit(System.TimeSpan timeout) => throw null; - public System.Threading.Tasks.Task WaitForExitAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public bool WaitForInputIdle() => throw null; - public bool WaitForInputIdle(int milliseconds) => throw null; - public bool WaitForInputIdle(System.TimeSpan timeout) => throw null; - public int WorkingSet { get => throw null; } - public long WorkingSet64 { get => throw null; } - } - public class ProcessModule : System.ComponentModel.Component - { - public nint BaseAddress { get => throw null; } - public nint EntryPointAddress { get => throw null; } - public string FileName { get => throw null; } - public System.Diagnostics.FileVersionInfo FileVersionInfo { get => throw null; } - public int ModuleMemorySize { get => throw null; } - public string ModuleName { get => throw null; } - public override string ToString() => throw null; - } - public class ProcessModuleCollection : System.Collections.ReadOnlyCollectionBase - { - public bool Contains(System.Diagnostics.ProcessModule module) => throw null; - public void CopyTo(System.Diagnostics.ProcessModule[] array, int index) => throw null; - protected ProcessModuleCollection() => throw null; - public ProcessModuleCollection(System.Diagnostics.ProcessModule[] processModules) => throw null; - public int IndexOf(System.Diagnostics.ProcessModule module) => throw null; - public System.Diagnostics.ProcessModule this[int index] { get => throw null; } - } - public enum ProcessPriorityClass - { - Normal = 32, - Idle = 64, - High = 128, - RealTime = 256, - BelowNormal = 16384, - AboveNormal = 32768, - } - public sealed class ProcessStartInfo - { - public System.Collections.ObjectModel.Collection ArgumentList { get => throw null; } - public string Arguments { get => throw null; set { } } - public bool CreateNoWindow { get => throw null; set { } } - public ProcessStartInfo() => throw null; - public ProcessStartInfo(string fileName) => throw null; - public ProcessStartInfo(string fileName, string arguments) => throw null; - public ProcessStartInfo(string fileName, System.Collections.Generic.IEnumerable arguments) => throw null; - public string Domain { get => throw null; set { } } - public System.Collections.Generic.IDictionary Environment { get => throw null; } - public System.Collections.Specialized.StringDictionary EnvironmentVariables { get => throw null; } - public bool ErrorDialog { get => throw null; set { } } - public nint ErrorDialogParentHandle { get => throw null; set { } } - public string FileName { get => throw null; set { } } - public bool LoadUserProfile { get => throw null; set { } } - public System.Security.SecureString Password { get => throw null; set { } } - public string PasswordInClearText { get => throw null; set { } } - public bool RedirectStandardError { get => throw null; set { } } - public bool RedirectStandardInput { get => throw null; set { } } - public bool RedirectStandardOutput { get => throw null; set { } } - public System.Text.Encoding StandardErrorEncoding { get => throw null; set { } } - public System.Text.Encoding StandardInputEncoding { get => throw null; set { } } - public System.Text.Encoding StandardOutputEncoding { get => throw null; set { } } - public bool UseCredentialsForNetworkingOnly { get => throw null; set { } } - public string UserName { get => throw null; set { } } - public bool UseShellExecute { get => throw null; set { } } - public string Verb { get => throw null; set { } } - public string[] Verbs { get => throw null; } - public System.Diagnostics.ProcessWindowStyle WindowStyle { get => throw null; set { } } - public string WorkingDirectory { get => throw null; set { } } - } - public class ProcessThread : System.ComponentModel.Component - { - public int BasePriority { get => throw null; } - public int CurrentPriority { get => throw null; } - public int Id { get => throw null; } - public int IdealProcessor { set { } } - public bool PriorityBoostEnabled { get => throw null; set { } } - public System.Diagnostics.ThreadPriorityLevel PriorityLevel { get => throw null; set { } } - public System.TimeSpan PrivilegedProcessorTime { get => throw null; } - public nint ProcessorAffinity { set { } } - public void ResetIdealProcessor() => throw null; - public nint StartAddress { get => throw null; } - public System.DateTime StartTime { get => throw null; } - public System.Diagnostics.ThreadState ThreadState { get => throw null; } - public System.TimeSpan TotalProcessorTime { get => throw null; } - public System.TimeSpan UserProcessorTime { get => throw null; } - public System.Diagnostics.ThreadWaitReason WaitReason { get => throw null; } - } - public class ProcessThreadCollection : System.Collections.ReadOnlyCollectionBase - { - public int Add(System.Diagnostics.ProcessThread thread) => throw null; - public bool Contains(System.Diagnostics.ProcessThread thread) => throw null; - public void CopyTo(System.Diagnostics.ProcessThread[] array, int index) => throw null; - protected ProcessThreadCollection() => throw null; - public ProcessThreadCollection(System.Diagnostics.ProcessThread[] processThreads) => throw null; - public int IndexOf(System.Diagnostics.ProcessThread thread) => throw null; - public void Insert(int index, System.Diagnostics.ProcessThread thread) => throw null; - public void Remove(System.Diagnostics.ProcessThread thread) => throw null; - public System.Diagnostics.ProcessThread this[int index] { get => throw null; } - } - public enum ProcessWindowStyle - { - Normal = 0, - Hidden = 1, - Minimized = 2, - Maximized = 3, - } - public enum ThreadPriorityLevel - { - Idle = -15, - Lowest = -2, - BelowNormal = -1, - Normal = 0, - AboveNormal = 1, - Highest = 2, - TimeCritical = 15, - } - public enum ThreadState - { - Initialized = 0, - Ready = 1, - Running = 2, - Standby = 3, - Terminated = 4, - Wait = 5, - Transition = 6, - Unknown = 7, - } - public enum ThreadWaitReason - { - Executive = 0, - FreePage = 1, - PageIn = 2, - SystemAllocation = 3, - ExecutionDelay = 4, - Suspended = 5, - UserRequest = 6, - EventPairHigh = 7, - EventPairLow = 8, - LpcReceive = 9, - LpcReply = 10, - VirtualMemory = 11, - PageOut = 12, - Unknown = 13, - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.StackTrace.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.StackTrace.cs deleted file mode 100644 index de6d5cc3..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.StackTrace.cs +++ /dev/null @@ -1,206 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Diagnostics.StackTrace, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Diagnostics - { - public class StackFrame - { - public StackFrame() => throw null; - public StackFrame(bool needFileInfo) => throw null; - public StackFrame(int skipFrames) => throw null; - public StackFrame(int skipFrames, bool needFileInfo) => throw null; - public StackFrame(string fileName, int lineNumber) => throw null; - public StackFrame(string fileName, int lineNumber, int colNumber) => throw null; - public virtual int GetFileColumnNumber() => throw null; - public virtual int GetFileLineNumber() => throw null; - public virtual string GetFileName() => throw null; - public virtual int GetILOffset() => throw null; - public virtual System.Reflection.MethodBase GetMethod() => throw null; - public virtual int GetNativeOffset() => throw null; - public const int OFFSET_UNKNOWN = -1; - public override string ToString() => throw null; - } - public static partial class StackFrameExtensions - { - public static nint GetNativeImageBase(this System.Diagnostics.StackFrame stackFrame) => throw null; - public static nint GetNativeIP(this System.Diagnostics.StackFrame stackFrame) => throw null; - public static bool HasILOffset(this System.Diagnostics.StackFrame stackFrame) => throw null; - public static bool HasMethod(this System.Diagnostics.StackFrame stackFrame) => throw null; - public static bool HasNativeImage(this System.Diagnostics.StackFrame stackFrame) => throw null; - public static bool HasSource(this System.Diagnostics.StackFrame stackFrame) => throw null; - } - public class StackTrace - { - public StackTrace() => throw null; - public StackTrace(bool fNeedFileInfo) => throw null; - public StackTrace(System.Collections.Generic.IEnumerable frames) => throw null; - public StackTrace(System.Diagnostics.StackFrame frame) => throw null; - public StackTrace(System.Exception e) => throw null; - public StackTrace(System.Exception e, bool fNeedFileInfo) => throw null; - public StackTrace(System.Exception e, int skipFrames) => throw null; - public StackTrace(System.Exception e, int skipFrames, bool fNeedFileInfo) => throw null; - public StackTrace(int skipFrames) => throw null; - public StackTrace(int skipFrames, bool fNeedFileInfo) => throw null; - public virtual int FrameCount { get => throw null; } - public virtual System.Diagnostics.StackFrame GetFrame(int index) => throw null; - public virtual System.Diagnostics.StackFrame[] GetFrames() => throw null; - public const int METHODS_TO_SKIP = 0; - public override string ToString() => throw null; - } - namespace SymbolStore - { - public interface ISymbolBinder - { - System.Diagnostics.SymbolStore.ISymbolReader GetReader(int importer, string filename, string searchPath); - } - public interface ISymbolBinder1 - { - System.Diagnostics.SymbolStore.ISymbolReader GetReader(nint importer, string filename, string searchPath); - } - public interface ISymbolDocument - { - System.Guid CheckSumAlgorithmId { get; } - System.Guid DocumentType { get; } - int FindClosestLine(int line); - byte[] GetCheckSum(); - byte[] GetSourceRange(int startLine, int startColumn, int endLine, int endColumn); - bool HasEmbeddedSource { get; } - System.Guid Language { get; } - System.Guid LanguageVendor { get; } - int SourceLength { get; } - string URL { get; } - } - public interface ISymbolDocumentWriter - { - void SetCheckSum(System.Guid algorithmId, byte[] checkSum); - void SetSource(byte[] source); - } - public interface ISymbolMethod - { - System.Diagnostics.SymbolStore.ISymbolNamespace GetNamespace(); - int GetOffset(System.Diagnostics.SymbolStore.ISymbolDocument document, int line, int column); - System.Diagnostics.SymbolStore.ISymbolVariable[] GetParameters(); - int[] GetRanges(System.Diagnostics.SymbolStore.ISymbolDocument document, int line, int column); - System.Diagnostics.SymbolStore.ISymbolScope GetScope(int offset); - void GetSequencePoints(int[] offsets, System.Diagnostics.SymbolStore.ISymbolDocument[] documents, int[] lines, int[] columns, int[] endLines, int[] endColumns); - bool GetSourceStartEnd(System.Diagnostics.SymbolStore.ISymbolDocument[] docs, int[] lines, int[] columns); - System.Diagnostics.SymbolStore.ISymbolScope RootScope { get; } - int SequencePointCount { get; } - System.Diagnostics.SymbolStore.SymbolToken Token { get; } - } - public interface ISymbolNamespace - { - System.Diagnostics.SymbolStore.ISymbolNamespace[] GetNamespaces(); - System.Diagnostics.SymbolStore.ISymbolVariable[] GetVariables(); - string Name { get; } - } - public interface ISymbolReader - { - System.Diagnostics.SymbolStore.ISymbolDocument GetDocument(string url, System.Guid language, System.Guid languageVendor, System.Guid documentType); - System.Diagnostics.SymbolStore.ISymbolDocument[] GetDocuments(); - System.Diagnostics.SymbolStore.ISymbolVariable[] GetGlobalVariables(); - System.Diagnostics.SymbolStore.ISymbolMethod GetMethod(System.Diagnostics.SymbolStore.SymbolToken method); - System.Diagnostics.SymbolStore.ISymbolMethod GetMethod(System.Diagnostics.SymbolStore.SymbolToken method, int version); - System.Diagnostics.SymbolStore.ISymbolMethod GetMethodFromDocumentPosition(System.Diagnostics.SymbolStore.ISymbolDocument document, int line, int column); - System.Diagnostics.SymbolStore.ISymbolNamespace[] GetNamespaces(); - byte[] GetSymAttribute(System.Diagnostics.SymbolStore.SymbolToken parent, string name); - System.Diagnostics.SymbolStore.ISymbolVariable[] GetVariables(System.Diagnostics.SymbolStore.SymbolToken parent); - System.Diagnostics.SymbolStore.SymbolToken UserEntryPoint { get; } - } - public interface ISymbolScope - { - int EndOffset { get; } - System.Diagnostics.SymbolStore.ISymbolScope[] GetChildren(); - System.Diagnostics.SymbolStore.ISymbolVariable[] GetLocals(); - System.Diagnostics.SymbolStore.ISymbolNamespace[] GetNamespaces(); - System.Diagnostics.SymbolStore.ISymbolMethod Method { get; } - System.Diagnostics.SymbolStore.ISymbolScope Parent { get; } - int StartOffset { get; } - } - public interface ISymbolVariable - { - int AddressField1 { get; } - int AddressField2 { get; } - int AddressField3 { get; } - System.Diagnostics.SymbolStore.SymAddressKind AddressKind { get; } - object Attributes { get; } - int EndOffset { get; } - byte[] GetSignature(); - string Name { get; } - int StartOffset { get; } - } - public interface ISymbolWriter - { - void Close(); - void CloseMethod(); - void CloseNamespace(); - void CloseScope(int endOffset); - System.Diagnostics.SymbolStore.ISymbolDocumentWriter DefineDocument(string url, System.Guid language, System.Guid languageVendor, System.Guid documentType); - void DefineField(System.Diagnostics.SymbolStore.SymbolToken parent, string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3); - void DefineGlobalVariable(string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3); - void DefineLocalVariable(string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3, int startOffset, int endOffset); - void DefineParameter(string name, System.Reflection.ParameterAttributes attributes, int sequence, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3); - void DefineSequencePoints(System.Diagnostics.SymbolStore.ISymbolDocumentWriter document, int[] offsets, int[] lines, int[] columns, int[] endLines, int[] endColumns); - void Initialize(nint emitter, string filename, bool fFullBuild); - void OpenMethod(System.Diagnostics.SymbolStore.SymbolToken method); - void OpenNamespace(string name); - int OpenScope(int startOffset); - void SetMethodSourceRange(System.Diagnostics.SymbolStore.ISymbolDocumentWriter startDoc, int startLine, int startColumn, System.Diagnostics.SymbolStore.ISymbolDocumentWriter endDoc, int endLine, int endColumn); - void SetScopeRange(int scopeID, int startOffset, int endOffset); - void SetSymAttribute(System.Diagnostics.SymbolStore.SymbolToken parent, string name, byte[] data); - void SetUnderlyingWriter(nint underlyingWriter); - void SetUserEntryPoint(System.Diagnostics.SymbolStore.SymbolToken entryMethod); - void UsingNamespace(string fullName); - } - public enum SymAddressKind - { - ILOffset = 1, - NativeRVA = 2, - NativeRegister = 3, - NativeRegisterRelative = 4, - NativeOffset = 5, - NativeRegisterRegister = 6, - NativeRegisterStack = 7, - NativeStackRegister = 8, - BitField = 9, - NativeSectionOffset = 10, - } - public struct SymbolToken : System.IEquatable - { - public SymbolToken(int val) => throw null; - public bool Equals(System.Diagnostics.SymbolStore.SymbolToken obj) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public int GetToken() => throw null; - public static bool operator ==(System.Diagnostics.SymbolStore.SymbolToken a, System.Diagnostics.SymbolStore.SymbolToken b) => throw null; - public static bool operator !=(System.Diagnostics.SymbolStore.SymbolToken a, System.Diagnostics.SymbolStore.SymbolToken b) => throw null; - } - public class SymDocumentType - { - public SymDocumentType() => throw null; - public static readonly System.Guid Text; - } - public class SymLanguageType - { - public static readonly System.Guid Basic; - public static readonly System.Guid C; - public static readonly System.Guid Cobol; - public static readonly System.Guid CPlusPlus; - public static readonly System.Guid CSharp; - public SymLanguageType() => throw null; - public static readonly System.Guid ILAssembly; - public static readonly System.Guid Java; - public static readonly System.Guid JScript; - public static readonly System.Guid MCPlusPlus; - public static readonly System.Guid Pascal; - public static readonly System.Guid SMC; - } - public class SymLanguageVendor - { - public SymLanguageVendor() => throw null; - public static readonly System.Guid Microsoft; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.TextWriterTraceListener.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.TextWriterTraceListener.cs deleted file mode 100644 index b9323d20..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.TextWriterTraceListener.cs +++ /dev/null @@ -1,63 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Diagnostics.TextWriterTraceListener, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Diagnostics - { - public class ConsoleTraceListener : System.Diagnostics.TextWriterTraceListener - { - public override void Close() => throw null; - public ConsoleTraceListener() => throw null; - public ConsoleTraceListener(bool useErrorStream) => throw null; - } - public class DelimitedListTraceListener : System.Diagnostics.TextWriterTraceListener - { - public DelimitedListTraceListener(System.IO.Stream stream) => throw null; - public DelimitedListTraceListener(System.IO.Stream stream, string name) => throw null; - public DelimitedListTraceListener(System.IO.TextWriter writer) => throw null; - public DelimitedListTraceListener(System.IO.TextWriter writer, string name) => throw null; - public DelimitedListTraceListener(string fileName) => throw null; - public DelimitedListTraceListener(string fileName, string name) => throw null; - public string Delimiter { get => throw null; set { } } - protected override string[] GetSupportedAttributes() => throw null; - public override void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data) => throw null; - public override void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, params object[] data) => throw null; - public override void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string message) => throw null; - public override void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args) => throw null; - } - public class TextWriterTraceListener : System.Diagnostics.TraceListener - { - public override void Close() => throw null; - public TextWriterTraceListener() => throw null; - public TextWriterTraceListener(System.IO.Stream stream) => throw null; - public TextWriterTraceListener(System.IO.Stream stream, string name) => throw null; - public TextWriterTraceListener(System.IO.TextWriter writer) => throw null; - public TextWriterTraceListener(System.IO.TextWriter writer, string name) => throw null; - public TextWriterTraceListener(string fileName) => throw null; - public TextWriterTraceListener(string fileName, string name) => throw null; - protected override void Dispose(bool disposing) => throw null; - public override void Flush() => throw null; - public override void Write(string message) => throw null; - public override void WriteLine(string message) => throw null; - public System.IO.TextWriter Writer { get => throw null; set { } } - } - public class XmlWriterTraceListener : System.Diagnostics.TextWriterTraceListener - { - public override void Close() => throw null; - public XmlWriterTraceListener(System.IO.Stream stream) => throw null; - public XmlWriterTraceListener(System.IO.Stream stream, string name) => throw null; - public XmlWriterTraceListener(System.IO.TextWriter writer) => throw null; - public XmlWriterTraceListener(System.IO.TextWriter writer, string name) => throw null; - public XmlWriterTraceListener(string filename) => throw null; - public XmlWriterTraceListener(string filename, string name) => throw null; - public override void Fail(string message, string detailMessage) => throw null; - public override void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data) => throw null; - public override void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, params object[] data) => throw null; - public override void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string message) => throw null; - public override void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args) => throw null; - public override void TraceTransfer(System.Diagnostics.TraceEventCache eventCache, string source, int id, string message, System.Guid relatedActivityId) => throw null; - public override void Write(string message) => throw null; - public override void WriteLine(string message) => throw null; - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.TraceSource.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.TraceSource.cs deleted file mode 100644 index 996f48f0..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.TraceSource.cs +++ /dev/null @@ -1,294 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Diagnostics.TraceSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Diagnostics - { - public class BooleanSwitch : System.Diagnostics.Switch - { - public BooleanSwitch(string displayName, string description) : base(default(string), default(string)) => throw null; - public BooleanSwitch(string displayName, string description, string defaultSwitchValue) : base(default(string), default(string)) => throw null; - public bool Enabled { get => throw null; set { } } - protected override void OnValueChanged() => throw null; - } - public class CorrelationManager - { - public System.Guid ActivityId { get => throw null; set { } } - public System.Collections.Stack LogicalOperationStack { get => throw null; } - public void StartLogicalOperation() => throw null; - public void StartLogicalOperation(object operationId) => throw null; - public void StopLogicalOperation() => throw null; - } - public class DefaultTraceListener : System.Diagnostics.TraceListener - { - public bool AssertUiEnabled { get => throw null; set { } } - public DefaultTraceListener() => throw null; - public override void Fail(string message) => throw null; - public override void Fail(string message, string detailMessage) => throw null; - public string LogFileName { get => throw null; set { } } - public override void Write(string message) => throw null; - public override void WriteLine(string message) => throw null; - } - public class EventTypeFilter : System.Diagnostics.TraceFilter - { - public EventTypeFilter(System.Diagnostics.SourceLevels level) => throw null; - public System.Diagnostics.SourceLevels EventType { get => throw null; set { } } - public override bool ShouldTrace(System.Diagnostics.TraceEventCache cache, string source, System.Diagnostics.TraceEventType eventType, int id, string formatOrMessage, object[] args, object data1, object[] data) => throw null; - } - public sealed class InitializingSwitchEventArgs : System.EventArgs - { - public InitializingSwitchEventArgs(System.Diagnostics.Switch @switch) => throw null; - public System.Diagnostics.Switch Switch { get => throw null; } - } - public sealed class InitializingTraceSourceEventArgs : System.EventArgs - { - public InitializingTraceSourceEventArgs(System.Diagnostics.TraceSource traceSource) => throw null; - public System.Diagnostics.TraceSource TraceSource { get => throw null; } - public bool WasInitialized { get => throw null; set { } } - } - public class SourceFilter : System.Diagnostics.TraceFilter - { - public SourceFilter(string source) => throw null; - public override bool ShouldTrace(System.Diagnostics.TraceEventCache cache, string source, System.Diagnostics.TraceEventType eventType, int id, string formatOrMessage, object[] args, object data1, object[] data) => throw null; - public string Source { get => throw null; set { } } - } - [System.Flags] - public enum SourceLevels - { - All = -1, - Off = 0, - Critical = 1, - Error = 3, - Warning = 7, - Information = 15, - Verbose = 31, - ActivityTracing = 65280, - } - public class SourceSwitch : System.Diagnostics.Switch - { - public SourceSwitch(string name) : base(default(string), default(string)) => throw null; - public SourceSwitch(string displayName, string defaultSwitchValue) : base(default(string), default(string)) => throw null; - public System.Diagnostics.SourceLevels Level { get => throw null; set { } } - protected override void OnValueChanged() => throw null; - public bool ShouldTrace(System.Diagnostics.TraceEventType eventType) => throw null; - } - public abstract class Switch - { - public System.Collections.Specialized.StringDictionary Attributes { get => throw null; } - protected Switch(string displayName, string description) => throw null; - protected Switch(string displayName, string description, string defaultSwitchValue) => throw null; - public string DefaultValue { get => throw null; } - public string Description { get => throw null; } - public string DisplayName { get => throw null; } - protected virtual string[] GetSupportedAttributes() => throw null; - public static event System.EventHandler Initializing; - protected virtual void OnSwitchSettingChanged() => throw null; - protected virtual void OnValueChanged() => throw null; - public void Refresh() => throw null; - protected int SwitchSetting { get => throw null; set { } } - public string Value { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)741)] - public sealed class SwitchAttribute : System.Attribute - { - public SwitchAttribute(string switchName, System.Type switchType) => throw null; - public static System.Diagnostics.SwitchAttribute[] GetAll(System.Reflection.Assembly assembly) => throw null; - public string SwitchDescription { get => throw null; set { } } - public string SwitchName { get => throw null; set { } } - public System.Type SwitchType { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)4)] - public sealed class SwitchLevelAttribute : System.Attribute - { - public SwitchLevelAttribute(System.Type switchLevelType) => throw null; - public System.Type SwitchLevelType { get => throw null; set { } } - } - public sealed class Trace - { - public static void Assert(bool condition) => throw null; - public static void Assert(bool condition, string message) => throw null; - public static void Assert(bool condition, string message, string detailMessage) => throw null; - public static bool AutoFlush { get => throw null; set { } } - public static void Close() => throw null; - public static System.Diagnostics.CorrelationManager CorrelationManager { get => throw null; } - public static void Fail(string message) => throw null; - public static void Fail(string message, string detailMessage) => throw null; - public static void Flush() => throw null; - public static void Indent() => throw null; - public static int IndentLevel { get => throw null; set { } } - public static int IndentSize { get => throw null; set { } } - public static System.Diagnostics.TraceListenerCollection Listeners { get => throw null; } - public static void Refresh() => throw null; - public static event System.EventHandler Refreshing; - public static void TraceError(string message) => throw null; - public static void TraceError(string format, params object[] args) => throw null; - public static void TraceInformation(string message) => throw null; - public static void TraceInformation(string format, params object[] args) => throw null; - public static void TraceWarning(string message) => throw null; - public static void TraceWarning(string format, params object[] args) => throw null; - public static void Unindent() => throw null; - public static bool UseGlobalLock { get => throw null; set { } } - public static void Write(object value) => throw null; - public static void Write(object value, string category) => throw null; - public static void Write(string message) => throw null; - public static void Write(string message, string category) => throw null; - public static void WriteIf(bool condition, object value) => throw null; - public static void WriteIf(bool condition, object value, string category) => throw null; - public static void WriteIf(bool condition, string message) => throw null; - public static void WriteIf(bool condition, string message, string category) => throw null; - public static void WriteLine(object value) => throw null; - public static void WriteLine(object value, string category) => throw null; - public static void WriteLine(string message) => throw null; - public static void WriteLine(string message, string category) => throw null; - public static void WriteLineIf(bool condition, object value) => throw null; - public static void WriteLineIf(bool condition, object value, string category) => throw null; - public static void WriteLineIf(bool condition, string message) => throw null; - public static void WriteLineIf(bool condition, string message, string category) => throw null; - } - public class TraceEventCache - { - public string Callstack { get => throw null; } - public TraceEventCache() => throw null; - public System.DateTime DateTime { get => throw null; } - public System.Collections.Stack LogicalOperationStack { get => throw null; } - public int ProcessId { get => throw null; } - public string ThreadId { get => throw null; } - public long Timestamp { get => throw null; } - } - public enum TraceEventType - { - Critical = 1, - Error = 2, - Warning = 4, - Information = 8, - Verbose = 16, - Start = 256, - Stop = 512, - Suspend = 1024, - Resume = 2048, - Transfer = 4096, - } - public abstract class TraceFilter - { - protected TraceFilter() => throw null; - public abstract bool ShouldTrace(System.Diagnostics.TraceEventCache cache, string source, System.Diagnostics.TraceEventType eventType, int id, string formatOrMessage, object[] args, object data1, object[] data); - } - public enum TraceLevel - { - Off = 0, - Error = 1, - Warning = 2, - Info = 3, - Verbose = 4, - } - public abstract class TraceListener : System.MarshalByRefObject, System.IDisposable - { - public System.Collections.Specialized.StringDictionary Attributes { get => throw null; } - public virtual void Close() => throw null; - protected TraceListener() => throw null; - protected TraceListener(string name) => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public virtual void Fail(string message) => throw null; - public virtual void Fail(string message, string detailMessage) => throw null; - public System.Diagnostics.TraceFilter Filter { get => throw null; set { } } - public virtual void Flush() => throw null; - protected virtual string[] GetSupportedAttributes() => throw null; - public int IndentLevel { get => throw null; set { } } - public int IndentSize { get => throw null; set { } } - public virtual bool IsThreadSafe { get => throw null; } - public virtual string Name { get => throw null; set { } } - protected bool NeedIndent { get => throw null; set { } } - public virtual void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data) => throw null; - public virtual void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, params object[] data) => throw null; - public virtual void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id) => throw null; - public virtual void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string message) => throw null; - public virtual void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args) => throw null; - public System.Diagnostics.TraceOptions TraceOutputOptions { get => throw null; set { } } - public virtual void TraceTransfer(System.Diagnostics.TraceEventCache eventCache, string source, int id, string message, System.Guid relatedActivityId) => throw null; - public virtual void Write(object o) => throw null; - public virtual void Write(object o, string category) => throw null; - public abstract void Write(string message); - public virtual void Write(string message, string category) => throw null; - protected virtual void WriteIndent() => throw null; - public virtual void WriteLine(object o) => throw null; - public virtual void WriteLine(object o, string category) => throw null; - public abstract void WriteLine(string message); - public virtual void WriteLine(string message, string category) => throw null; - } - public class TraceListenerCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList - { - public int Add(System.Diagnostics.TraceListener listener) => throw null; - int System.Collections.IList.Add(object value) => throw null; - public void AddRange(System.Diagnostics.TraceListenerCollection value) => throw null; - public void AddRange(System.Diagnostics.TraceListener[] value) => throw null; - public void Clear() => throw null; - public bool Contains(System.Diagnostics.TraceListener listener) => throw null; - bool System.Collections.IList.Contains(object value) => throw null; - public void CopyTo(System.Diagnostics.TraceListener[] listeners, int index) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public System.Collections.IEnumerator GetEnumerator() => throw null; - public int IndexOf(System.Diagnostics.TraceListener listener) => throw null; - int System.Collections.IList.IndexOf(object value) => throw null; - public void Insert(int index, System.Diagnostics.TraceListener listener) => throw null; - void System.Collections.IList.Insert(int index, object value) => throw null; - bool System.Collections.IList.IsFixedSize { get => throw null; } - bool System.Collections.IList.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.IList.this[int index] { get => throw null; set { } } - public void Remove(System.Diagnostics.TraceListener listener) => throw null; - public void Remove(string name) => throw null; - void System.Collections.IList.Remove(object value) => throw null; - public void RemoveAt(int index) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public System.Diagnostics.TraceListener this[int i] { get => throw null; set { } } - public System.Diagnostics.TraceListener this[string name] { get => throw null; } - } - [System.Flags] - public enum TraceOptions - { - None = 0, - LogicalOperationStack = 1, - DateTime = 2, - Timestamp = 4, - ProcessId = 8, - ThreadId = 16, - Callstack = 32, - } - public class TraceSource - { - public System.Collections.Specialized.StringDictionary Attributes { get => throw null; } - public void Close() => throw null; - public TraceSource(string name) => throw null; - public TraceSource(string name, System.Diagnostics.SourceLevels defaultLevel) => throw null; - public System.Diagnostics.SourceLevels DefaultLevel { get => throw null; } - public void Flush() => throw null; - protected virtual string[] GetSupportedAttributes() => throw null; - public static event System.EventHandler Initializing; - public System.Diagnostics.TraceListenerCollection Listeners { get => throw null; } - public string Name { get => throw null; } - public System.Diagnostics.SourceSwitch Switch { get => throw null; set { } } - public void TraceData(System.Diagnostics.TraceEventType eventType, int id, object data) => throw null; - public void TraceData(System.Diagnostics.TraceEventType eventType, int id, params object[] data) => throw null; - public void TraceEvent(System.Diagnostics.TraceEventType eventType, int id) => throw null; - public void TraceEvent(System.Diagnostics.TraceEventType eventType, int id, string message) => throw null; - public void TraceEvent(System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args) => throw null; - public void TraceInformation(string message) => throw null; - public void TraceInformation(string format, params object[] args) => throw null; - public void TraceTransfer(int id, string message, System.Guid relatedActivityId) => throw null; - } - public class TraceSwitch : System.Diagnostics.Switch - { - public TraceSwitch(string displayName, string description) : base(default(string), default(string)) => throw null; - public TraceSwitch(string displayName, string description, string defaultSwitchValue) : base(default(string), default(string)) => throw null; - public System.Diagnostics.TraceLevel Level { get => throw null; set { } } - protected override void OnSwitchSettingChanged() => throw null; - protected override void OnValueChanged() => throw null; - public bool TraceError { get => throw null; } - public bool TraceInfo { get => throw null; } - public bool TraceVerbose { get => throw null; } - public bool TraceWarning { get => throw null; } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Tracing.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Tracing.cs deleted file mode 100644 index 8ad9455d..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Tracing.cs +++ /dev/null @@ -1,341 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Diagnostics.Tracing, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Diagnostics - { - namespace Tracing - { - public abstract class DiagnosticCounter : System.IDisposable - { - public void AddMetadata(string key, string value) => throw null; - public string DisplayName { get => throw null; set { } } - public string DisplayUnits { get => throw null; set { } } - public void Dispose() => throw null; - public System.Diagnostics.Tracing.EventSource EventSource { get => throw null; } - public string Name { get => throw null; } - } - [System.Flags] - public enum EventActivityOptions - { - None = 0, - Disable = 2, - Recursive = 4, - Detachable = 8, - } - [System.AttributeUsage((System.AttributeTargets)64)] - public sealed class EventAttribute : System.Attribute - { - public System.Diagnostics.Tracing.EventActivityOptions ActivityOptions { get => throw null; set { } } - public System.Diagnostics.Tracing.EventChannel Channel { get => throw null; set { } } - public EventAttribute(int eventId) => throw null; - public int EventId { get => throw null; } - public System.Diagnostics.Tracing.EventKeywords Keywords { get => throw null; set { } } - public System.Diagnostics.Tracing.EventLevel Level { get => throw null; set { } } - public string Message { get => throw null; set { } } - public System.Diagnostics.Tracing.EventOpcode Opcode { get => throw null; set { } } - public System.Diagnostics.Tracing.EventTags Tags { get => throw null; set { } } - public System.Diagnostics.Tracing.EventTask Task { get => throw null; set { } } - public byte Version { get => throw null; set { } } - } - public enum EventChannel : byte - { - None = 0, - Admin = 16, - Operational = 17, - Analytic = 18, - Debug = 19, - } - public enum EventCommand - { - Disable = -3, - Enable = -2, - SendManifest = -1, - Update = 0, - } - public class EventCommandEventArgs : System.EventArgs - { - public System.Collections.Generic.IDictionary Arguments { get => throw null; } - public System.Diagnostics.Tracing.EventCommand Command { get => throw null; } - public bool DisableEvent(int eventId) => throw null; - public bool EnableEvent(int eventId) => throw null; - } - public class EventCounter : System.Diagnostics.Tracing.DiagnosticCounter - { - public EventCounter(string name, System.Diagnostics.Tracing.EventSource eventSource) => throw null; - public override string ToString() => throw null; - public void WriteMetric(double value) => throw null; - public void WriteMetric(float value) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)12, Inherited = false)] - public class EventDataAttribute : System.Attribute - { - public EventDataAttribute() => throw null; - public string Name { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)128)] - public class EventFieldAttribute : System.Attribute - { - public EventFieldAttribute() => throw null; - public System.Diagnostics.Tracing.EventFieldFormat Format { get => throw null; set { } } - public System.Diagnostics.Tracing.EventFieldTags Tags { get => throw null; set { } } - } - public enum EventFieldFormat - { - Default = 0, - String = 2, - Boolean = 3, - Hexadecimal = 4, - Xml = 11, - Json = 12, - HResult = 15, - } - [System.Flags] - public enum EventFieldTags - { - None = 0, - } - [System.AttributeUsage((System.AttributeTargets)128)] - public class EventIgnoreAttribute : System.Attribute - { - public EventIgnoreAttribute() => throw null; - } - [System.Flags] - public enum EventKeywords : long - { - All = -1, - None = 0, - MicrosoftTelemetry = 562949953421312, - WdiContext = 562949953421312, - WdiDiagnostic = 1125899906842624, - Sqm = 2251799813685248, - AuditFailure = 4503599627370496, - CorrelationHint = 4503599627370496, - AuditSuccess = 9007199254740992, - EventLogClassic = 36028797018963968, - } - public enum EventLevel - { - LogAlways = 0, - Critical = 1, - Error = 2, - Warning = 3, - Informational = 4, - Verbose = 5, - } - public abstract class EventListener : System.IDisposable - { - protected EventListener() => throw null; - public void DisableEvents(System.Diagnostics.Tracing.EventSource eventSource) => throw null; - public virtual void Dispose() => throw null; - public void EnableEvents(System.Diagnostics.Tracing.EventSource eventSource, System.Diagnostics.Tracing.EventLevel level) => throw null; - public void EnableEvents(System.Diagnostics.Tracing.EventSource eventSource, System.Diagnostics.Tracing.EventLevel level, System.Diagnostics.Tracing.EventKeywords matchAnyKeyword) => throw null; - public void EnableEvents(System.Diagnostics.Tracing.EventSource eventSource, System.Diagnostics.Tracing.EventLevel level, System.Diagnostics.Tracing.EventKeywords matchAnyKeyword, System.Collections.Generic.IDictionary arguments) => throw null; - public event System.EventHandler EventSourceCreated; - protected static int EventSourceIndex(System.Diagnostics.Tracing.EventSource eventSource) => throw null; - public event System.EventHandler EventWritten; - protected virtual void OnEventSourceCreated(System.Diagnostics.Tracing.EventSource eventSource) => throw null; - protected virtual void OnEventWritten(System.Diagnostics.Tracing.EventWrittenEventArgs eventData) => throw null; - } - [System.Flags] - public enum EventManifestOptions - { - None = 0, - Strict = 1, - AllCultures = 2, - OnlyIfNeededForRegistration = 4, - AllowEventSourceOverride = 8, - } - public enum EventOpcode - { - Info = 0, - Start = 1, - Stop = 2, - DataCollectionStart = 3, - DataCollectionStop = 4, - Extension = 5, - Reply = 6, - Resume = 7, - Suspend = 8, - Send = 9, - Receive = 240, - } - public class EventSource : System.IDisposable - { - public System.Exception ConstructionException { get => throw null; } - protected EventSource() => throw null; - protected EventSource(bool throwOnEventWriteErrors) => throw null; - protected EventSource(System.Diagnostics.Tracing.EventSourceSettings settings) => throw null; - protected EventSource(System.Diagnostics.Tracing.EventSourceSettings settings, params string[] traits) => throw null; - public EventSource(string eventSourceName) => throw null; - public EventSource(string eventSourceName, System.Diagnostics.Tracing.EventSourceSettings config) => throw null; - public EventSource(string eventSourceName, System.Diagnostics.Tracing.EventSourceSettings config, params string[] traits) => throw null; - public static System.Guid CurrentThreadActivityId { get => throw null; } - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public event System.EventHandler EventCommandExecuted; - protected struct EventData - { - public nint DataPointer { get => throw null; set { } } - public int Size { get => throw null; set { } } - } - public struct EventSourcePrimitive - { - public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(bool value) => throw null; - public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(byte value) => throw null; - public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(short value) => throw null; - public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(int value) => throw null; - public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(long value) => throw null; - public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(sbyte value) => throw null; - public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(ushort value) => throw null; - public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(uint value) => throw null; - public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(ulong value) => throw null; - public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(nuint value) => throw null; - public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(float value) => throw null; - public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(double value) => throw null; - public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(decimal value) => throw null; - public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(string value) => throw null; - public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(byte[] value) => throw null; - public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(System.Guid value) => throw null; - public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(System.DateTime value) => throw null; - public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(nint value) => throw null; - public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(char value) => throw null; - public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(System.Enum value) => throw null; - } - public static string GenerateManifest(System.Type eventSourceType, string assemblyPathToIncludeInManifest) => throw null; - public static string GenerateManifest(System.Type eventSourceType, string assemblyPathToIncludeInManifest, System.Diagnostics.Tracing.EventManifestOptions flags) => throw null; - public static System.Guid GetGuid(System.Type eventSourceType) => throw null; - public static string GetName(System.Type eventSourceType) => throw null; - public static System.Collections.Generic.IEnumerable GetSources() => throw null; - public string GetTrait(string key) => throw null; - public System.Guid Guid { get => throw null; } - public bool IsEnabled() => throw null; - public bool IsEnabled(System.Diagnostics.Tracing.EventLevel level, System.Diagnostics.Tracing.EventKeywords keywords) => throw null; - public bool IsEnabled(System.Diagnostics.Tracing.EventLevel level, System.Diagnostics.Tracing.EventKeywords keywords, System.Diagnostics.Tracing.EventChannel channel) => throw null; - public string Name { get => throw null; } - protected virtual void OnEventCommand(System.Diagnostics.Tracing.EventCommandEventArgs command) => throw null; - public static void SendCommand(System.Diagnostics.Tracing.EventSource eventSource, System.Diagnostics.Tracing.EventCommand command, System.Collections.Generic.IDictionary commandArguments) => throw null; - public static void SetCurrentThreadActivityId(System.Guid activityId) => throw null; - public static void SetCurrentThreadActivityId(System.Guid activityId, out System.Guid oldActivityThatWillContinue) => throw null; - public System.Diagnostics.Tracing.EventSourceSettings Settings { get => throw null; } - public override string ToString() => throw null; - public void Write(string eventName) => throw null; - public void Write(string eventName, System.Diagnostics.Tracing.EventSourceOptions options) => throw null; - public void Write(string eventName, System.Diagnostics.Tracing.EventSourceOptions options, T data) => throw null; - public void Write(string eventName, ref System.Diagnostics.Tracing.EventSourceOptions options, ref System.Guid activityId, ref System.Guid relatedActivityId, ref T data) => throw null; - public void Write(string eventName, ref System.Diagnostics.Tracing.EventSourceOptions options, ref T data) => throw null; - public void Write(string eventName, T data) => throw null; - protected void WriteEvent(int eventId) => throw null; - protected void WriteEvent(int eventId, byte[] arg1) => throw null; - protected void WriteEvent(int eventId, int arg1) => throw null; - protected void WriteEvent(int eventId, int arg1, int arg2) => throw null; - protected void WriteEvent(int eventId, int arg1, int arg2, int arg3) => throw null; - protected void WriteEvent(int eventId, int arg1, string arg2) => throw null; - protected void WriteEvent(int eventId, long arg1) => throw null; - protected void WriteEvent(int eventId, long arg1, byte[] arg2) => throw null; - protected void WriteEvent(int eventId, long arg1, long arg2) => throw null; - protected void WriteEvent(int eventId, long arg1, long arg2, long arg3) => throw null; - protected void WriteEvent(int eventId, long arg1, string arg2) => throw null; - protected void WriteEvent(int eventId, params System.Diagnostics.Tracing.EventSource.EventSourcePrimitive[] args) => throw null; - protected void WriteEvent(int eventId, params object[] args) => throw null; - protected void WriteEvent(int eventId, string arg1) => throw null; - protected void WriteEvent(int eventId, string arg1, int arg2) => throw null; - protected void WriteEvent(int eventId, string arg1, int arg2, int arg3) => throw null; - protected void WriteEvent(int eventId, string arg1, long arg2) => throw null; - protected void WriteEvent(int eventId, string arg1, string arg2) => throw null; - protected void WriteEvent(int eventId, string arg1, string arg2, string arg3) => throw null; - protected unsafe void WriteEventCore(int eventId, int eventDataCount, System.Diagnostics.Tracing.EventSource.EventData* data) => throw null; - protected void WriteEventWithRelatedActivityId(int eventId, System.Guid relatedActivityId, params object[] args) => throw null; - protected unsafe void WriteEventWithRelatedActivityIdCore(int eventId, System.Guid* relatedActivityId, int eventDataCount, System.Diagnostics.Tracing.EventSource.EventData* data) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)4)] - public sealed class EventSourceAttribute : System.Attribute - { - public EventSourceAttribute() => throw null; - public string Guid { get => throw null; set { } } - public string LocalizationResources { get => throw null; set { } } - public string Name { get => throw null; set { } } - } - public class EventSourceCreatedEventArgs : System.EventArgs - { - public EventSourceCreatedEventArgs() => throw null; - public System.Diagnostics.Tracing.EventSource EventSource { get => throw null; } - } - public class EventSourceException : System.Exception - { - public EventSourceException() => throw null; - protected EventSourceException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public EventSourceException(string message) => throw null; - public EventSourceException(string message, System.Exception innerException) => throw null; - } - public struct EventSourceOptions - { - public System.Diagnostics.Tracing.EventActivityOptions ActivityOptions { get => throw null; set { } } - public System.Diagnostics.Tracing.EventKeywords Keywords { get => throw null; set { } } - public System.Diagnostics.Tracing.EventLevel Level { get => throw null; set { } } - public System.Diagnostics.Tracing.EventOpcode Opcode { get => throw null; set { } } - public System.Diagnostics.Tracing.EventTags Tags { get => throw null; set { } } - } - [System.Flags] - public enum EventSourceSettings - { - Default = 0, - ThrowOnEventWriteErrors = 1, - EtwManifestEventFormat = 4, - EtwSelfDescribingEventFormat = 8, - } - [System.Flags] - public enum EventTags - { - None = 0, - } - public enum EventTask - { - None = 0, - } - public class EventWrittenEventArgs : System.EventArgs - { - public System.Guid ActivityId { get => throw null; } - public System.Diagnostics.Tracing.EventChannel Channel { get => throw null; } - public int EventId { get => throw null; } - public string EventName { get => throw null; } - public System.Diagnostics.Tracing.EventSource EventSource { get => throw null; } - public System.Diagnostics.Tracing.EventKeywords Keywords { get => throw null; } - public System.Diagnostics.Tracing.EventLevel Level { get => throw null; } - public string Message { get => throw null; } - public System.Diagnostics.Tracing.EventOpcode Opcode { get => throw null; } - public long OSThreadId { get => throw null; } - public System.Collections.ObjectModel.ReadOnlyCollection Payload { get => throw null; } - public System.Collections.ObjectModel.ReadOnlyCollection PayloadNames { get => throw null; } - public System.Guid RelatedActivityId { get => throw null; } - public System.Diagnostics.Tracing.EventTags Tags { get => throw null; } - public System.Diagnostics.Tracing.EventTask Task { get => throw null; } - public System.DateTime TimeStamp { get => throw null; } - public byte Version { get => throw null; } - } - public class IncrementingEventCounter : System.Diagnostics.Tracing.DiagnosticCounter - { - public IncrementingEventCounter(string name, System.Diagnostics.Tracing.EventSource eventSource) => throw null; - public System.TimeSpan DisplayRateTimeScale { get => throw null; set { } } - public void Increment(double increment = default(double)) => throw null; - public override string ToString() => throw null; - } - public class IncrementingPollingCounter : System.Diagnostics.Tracing.DiagnosticCounter - { - public IncrementingPollingCounter(string name, System.Diagnostics.Tracing.EventSource eventSource, System.Func totalValueProvider) => throw null; - public System.TimeSpan DisplayRateTimeScale { get => throw null; set { } } - public override string ToString() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)64)] - public sealed class NonEventAttribute : System.Attribute - { - public NonEventAttribute() => throw null; - } - public class PollingCounter : System.Diagnostics.Tracing.DiagnosticCounter - { - public PollingCounter(string name, System.Diagnostics.Tracing.EventSource eventSource, System.Func metricProvider) => throw null; - public override string ToString() => throw null; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Drawing.Primitives.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Drawing.Primitives.cs deleted file mode 100644 index 0e38abd2..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Drawing.Primitives.cs +++ /dev/null @@ -1,596 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Drawing.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Drawing - { - public struct Color : System.IEquatable - { - public byte A { get => throw null; } - public static System.Drawing.Color AliceBlue { get => throw null; } - public static System.Drawing.Color AntiqueWhite { get => throw null; } - public static System.Drawing.Color Aqua { get => throw null; } - public static System.Drawing.Color Aquamarine { get => throw null; } - public static System.Drawing.Color Azure { get => throw null; } - public byte B { get => throw null; } - public static System.Drawing.Color Beige { get => throw null; } - public static System.Drawing.Color Bisque { get => throw null; } - public static System.Drawing.Color Black { get => throw null; } - public static System.Drawing.Color BlanchedAlmond { get => throw null; } - public static System.Drawing.Color Blue { get => throw null; } - public static System.Drawing.Color BlueViolet { get => throw null; } - public static System.Drawing.Color Brown { get => throw null; } - public static System.Drawing.Color BurlyWood { get => throw null; } - public static System.Drawing.Color CadetBlue { get => throw null; } - public static System.Drawing.Color Chartreuse { get => throw null; } - public static System.Drawing.Color Chocolate { get => throw null; } - public static System.Drawing.Color Coral { get => throw null; } - public static System.Drawing.Color CornflowerBlue { get => throw null; } - public static System.Drawing.Color Cornsilk { get => throw null; } - public static System.Drawing.Color Crimson { get => throw null; } - public static System.Drawing.Color Cyan { get => throw null; } - public static System.Drawing.Color DarkBlue { get => throw null; } - public static System.Drawing.Color DarkCyan { get => throw null; } - public static System.Drawing.Color DarkGoldenrod { get => throw null; } - public static System.Drawing.Color DarkGray { get => throw null; } - public static System.Drawing.Color DarkGreen { get => throw null; } - public static System.Drawing.Color DarkKhaki { get => throw null; } - public static System.Drawing.Color DarkMagenta { get => throw null; } - public static System.Drawing.Color DarkOliveGreen { get => throw null; } - public static System.Drawing.Color DarkOrange { get => throw null; } - public static System.Drawing.Color DarkOrchid { get => throw null; } - public static System.Drawing.Color DarkRed { get => throw null; } - public static System.Drawing.Color DarkSalmon { get => throw null; } - public static System.Drawing.Color DarkSeaGreen { get => throw null; } - public static System.Drawing.Color DarkSlateBlue { get => throw null; } - public static System.Drawing.Color DarkSlateGray { get => throw null; } - public static System.Drawing.Color DarkTurquoise { get => throw null; } - public static System.Drawing.Color DarkViolet { get => throw null; } - public static System.Drawing.Color DeepPink { get => throw null; } - public static System.Drawing.Color DeepSkyBlue { get => throw null; } - public static System.Drawing.Color DimGray { get => throw null; } - public static System.Drawing.Color DodgerBlue { get => throw null; } - public static readonly System.Drawing.Color Empty; - public bool Equals(System.Drawing.Color other) => throw null; - public override bool Equals(object obj) => throw null; - public static System.Drawing.Color Firebrick { get => throw null; } - public static System.Drawing.Color FloralWhite { get => throw null; } - public static System.Drawing.Color ForestGreen { get => throw null; } - public static System.Drawing.Color FromArgb(int argb) => throw null; - public static System.Drawing.Color FromArgb(int alpha, System.Drawing.Color baseColor) => throw null; - public static System.Drawing.Color FromArgb(int red, int green, int blue) => throw null; - public static System.Drawing.Color FromArgb(int alpha, int red, int green, int blue) => throw null; - public static System.Drawing.Color FromKnownColor(System.Drawing.KnownColor color) => throw null; - public static System.Drawing.Color FromName(string name) => throw null; - public static System.Drawing.Color Fuchsia { get => throw null; } - public byte G { get => throw null; } - public static System.Drawing.Color Gainsboro { get => throw null; } - public float GetBrightness() => throw null; - public override int GetHashCode() => throw null; - public float GetHue() => throw null; - public float GetSaturation() => throw null; - public static System.Drawing.Color GhostWhite { get => throw null; } - public static System.Drawing.Color Gold { get => throw null; } - public static System.Drawing.Color Goldenrod { get => throw null; } - public static System.Drawing.Color Gray { get => throw null; } - public static System.Drawing.Color Green { get => throw null; } - public static System.Drawing.Color GreenYellow { get => throw null; } - public static System.Drawing.Color Honeydew { get => throw null; } - public static System.Drawing.Color HotPink { get => throw null; } - public static System.Drawing.Color IndianRed { get => throw null; } - public static System.Drawing.Color Indigo { get => throw null; } - public bool IsEmpty { get => throw null; } - public bool IsKnownColor { get => throw null; } - public bool IsNamedColor { get => throw null; } - public bool IsSystemColor { get => throw null; } - public static System.Drawing.Color Ivory { get => throw null; } - public static System.Drawing.Color Khaki { get => throw null; } - public static System.Drawing.Color Lavender { get => throw null; } - public static System.Drawing.Color LavenderBlush { get => throw null; } - public static System.Drawing.Color LawnGreen { get => throw null; } - public static System.Drawing.Color LemonChiffon { get => throw null; } - public static System.Drawing.Color LightBlue { get => throw null; } - public static System.Drawing.Color LightCoral { get => throw null; } - public static System.Drawing.Color LightCyan { get => throw null; } - public static System.Drawing.Color LightGoldenrodYellow { get => throw null; } - public static System.Drawing.Color LightGray { get => throw null; } - public static System.Drawing.Color LightGreen { get => throw null; } - public static System.Drawing.Color LightPink { get => throw null; } - public static System.Drawing.Color LightSalmon { get => throw null; } - public static System.Drawing.Color LightSeaGreen { get => throw null; } - public static System.Drawing.Color LightSkyBlue { get => throw null; } - public static System.Drawing.Color LightSlateGray { get => throw null; } - public static System.Drawing.Color LightSteelBlue { get => throw null; } - public static System.Drawing.Color LightYellow { get => throw null; } - public static System.Drawing.Color Lime { get => throw null; } - public static System.Drawing.Color LimeGreen { get => throw null; } - public static System.Drawing.Color Linen { get => throw null; } - public static System.Drawing.Color Magenta { get => throw null; } - public static System.Drawing.Color Maroon { get => throw null; } - public static System.Drawing.Color MediumAquamarine { get => throw null; } - public static System.Drawing.Color MediumBlue { get => throw null; } - public static System.Drawing.Color MediumOrchid { get => throw null; } - public static System.Drawing.Color MediumPurple { get => throw null; } - public static System.Drawing.Color MediumSeaGreen { get => throw null; } - public static System.Drawing.Color MediumSlateBlue { get => throw null; } - public static System.Drawing.Color MediumSpringGreen { get => throw null; } - public static System.Drawing.Color MediumTurquoise { get => throw null; } - public static System.Drawing.Color MediumVioletRed { get => throw null; } - public static System.Drawing.Color MidnightBlue { get => throw null; } - public static System.Drawing.Color MintCream { get => throw null; } - public static System.Drawing.Color MistyRose { get => throw null; } - public static System.Drawing.Color Moccasin { get => throw null; } - public string Name { get => throw null; } - public static System.Drawing.Color NavajoWhite { get => throw null; } - public static System.Drawing.Color Navy { get => throw null; } - public static System.Drawing.Color OldLace { get => throw null; } - public static System.Drawing.Color Olive { get => throw null; } - public static System.Drawing.Color OliveDrab { get => throw null; } - public static bool operator ==(System.Drawing.Color left, System.Drawing.Color right) => throw null; - public static bool operator !=(System.Drawing.Color left, System.Drawing.Color right) => throw null; - public static System.Drawing.Color Orange { get => throw null; } - public static System.Drawing.Color OrangeRed { get => throw null; } - public static System.Drawing.Color Orchid { get => throw null; } - public static System.Drawing.Color PaleGoldenrod { get => throw null; } - public static System.Drawing.Color PaleGreen { get => throw null; } - public static System.Drawing.Color PaleTurquoise { get => throw null; } - public static System.Drawing.Color PaleVioletRed { get => throw null; } - public static System.Drawing.Color PapayaWhip { get => throw null; } - public static System.Drawing.Color PeachPuff { get => throw null; } - public static System.Drawing.Color Peru { get => throw null; } - public static System.Drawing.Color Pink { get => throw null; } - public static System.Drawing.Color Plum { get => throw null; } - public static System.Drawing.Color PowderBlue { get => throw null; } - public static System.Drawing.Color Purple { get => throw null; } - public byte R { get => throw null; } - public static System.Drawing.Color RebeccaPurple { get => throw null; } - public static System.Drawing.Color Red { get => throw null; } - public static System.Drawing.Color RosyBrown { get => throw null; } - public static System.Drawing.Color RoyalBlue { get => throw null; } - public static System.Drawing.Color SaddleBrown { get => throw null; } - public static System.Drawing.Color Salmon { get => throw null; } - public static System.Drawing.Color SandyBrown { get => throw null; } - public static System.Drawing.Color SeaGreen { get => throw null; } - public static System.Drawing.Color SeaShell { get => throw null; } - public static System.Drawing.Color Sienna { get => throw null; } - public static System.Drawing.Color Silver { get => throw null; } - public static System.Drawing.Color SkyBlue { get => throw null; } - public static System.Drawing.Color SlateBlue { get => throw null; } - public static System.Drawing.Color SlateGray { get => throw null; } - public static System.Drawing.Color Snow { get => throw null; } - public static System.Drawing.Color SpringGreen { get => throw null; } - public static System.Drawing.Color SteelBlue { get => throw null; } - public static System.Drawing.Color Tan { get => throw null; } - public static System.Drawing.Color Teal { get => throw null; } - public static System.Drawing.Color Thistle { get => throw null; } - public int ToArgb() => throw null; - public System.Drawing.KnownColor ToKnownColor() => throw null; - public static System.Drawing.Color Tomato { get => throw null; } - public override string ToString() => throw null; - public static System.Drawing.Color Transparent { get => throw null; } - public static System.Drawing.Color Turquoise { get => throw null; } - public static System.Drawing.Color Violet { get => throw null; } - public static System.Drawing.Color Wheat { get => throw null; } - public static System.Drawing.Color White { get => throw null; } - public static System.Drawing.Color WhiteSmoke { get => throw null; } - public static System.Drawing.Color Yellow { get => throw null; } - public static System.Drawing.Color YellowGreen { get => throw null; } - } - public static class ColorTranslator - { - public static System.Drawing.Color FromHtml(string htmlColor) => throw null; - public static System.Drawing.Color FromOle(int oleColor) => throw null; - public static System.Drawing.Color FromWin32(int win32Color) => throw null; - public static string ToHtml(System.Drawing.Color c) => throw null; - public static int ToOle(System.Drawing.Color c) => throw null; - public static int ToWin32(System.Drawing.Color c) => throw null; - } - public enum KnownColor - { - ActiveBorder = 1, - ActiveCaption = 2, - ActiveCaptionText = 3, - AppWorkspace = 4, - Control = 5, - ControlDark = 6, - ControlDarkDark = 7, - ControlLight = 8, - ControlLightLight = 9, - ControlText = 10, - Desktop = 11, - GrayText = 12, - Highlight = 13, - HighlightText = 14, - HotTrack = 15, - InactiveBorder = 16, - InactiveCaption = 17, - InactiveCaptionText = 18, - Info = 19, - InfoText = 20, - Menu = 21, - MenuText = 22, - ScrollBar = 23, - Window = 24, - WindowFrame = 25, - WindowText = 26, - Transparent = 27, - AliceBlue = 28, - AntiqueWhite = 29, - Aqua = 30, - Aquamarine = 31, - Azure = 32, - Beige = 33, - Bisque = 34, - Black = 35, - BlanchedAlmond = 36, - Blue = 37, - BlueViolet = 38, - Brown = 39, - BurlyWood = 40, - CadetBlue = 41, - Chartreuse = 42, - Chocolate = 43, - Coral = 44, - CornflowerBlue = 45, - Cornsilk = 46, - Crimson = 47, - Cyan = 48, - DarkBlue = 49, - DarkCyan = 50, - DarkGoldenrod = 51, - DarkGray = 52, - DarkGreen = 53, - DarkKhaki = 54, - DarkMagenta = 55, - DarkOliveGreen = 56, - DarkOrange = 57, - DarkOrchid = 58, - DarkRed = 59, - DarkSalmon = 60, - DarkSeaGreen = 61, - DarkSlateBlue = 62, - DarkSlateGray = 63, - DarkTurquoise = 64, - DarkViolet = 65, - DeepPink = 66, - DeepSkyBlue = 67, - DimGray = 68, - DodgerBlue = 69, - Firebrick = 70, - FloralWhite = 71, - ForestGreen = 72, - Fuchsia = 73, - Gainsboro = 74, - GhostWhite = 75, - Gold = 76, - Goldenrod = 77, - Gray = 78, - Green = 79, - GreenYellow = 80, - Honeydew = 81, - HotPink = 82, - IndianRed = 83, - Indigo = 84, - Ivory = 85, - Khaki = 86, - Lavender = 87, - LavenderBlush = 88, - LawnGreen = 89, - LemonChiffon = 90, - LightBlue = 91, - LightCoral = 92, - LightCyan = 93, - LightGoldenrodYellow = 94, - LightGray = 95, - LightGreen = 96, - LightPink = 97, - LightSalmon = 98, - LightSeaGreen = 99, - LightSkyBlue = 100, - LightSlateGray = 101, - LightSteelBlue = 102, - LightYellow = 103, - Lime = 104, - LimeGreen = 105, - Linen = 106, - Magenta = 107, - Maroon = 108, - MediumAquamarine = 109, - MediumBlue = 110, - MediumOrchid = 111, - MediumPurple = 112, - MediumSeaGreen = 113, - MediumSlateBlue = 114, - MediumSpringGreen = 115, - MediumTurquoise = 116, - MediumVioletRed = 117, - MidnightBlue = 118, - MintCream = 119, - MistyRose = 120, - Moccasin = 121, - NavajoWhite = 122, - Navy = 123, - OldLace = 124, - Olive = 125, - OliveDrab = 126, - Orange = 127, - OrangeRed = 128, - Orchid = 129, - PaleGoldenrod = 130, - PaleGreen = 131, - PaleTurquoise = 132, - PaleVioletRed = 133, - PapayaWhip = 134, - PeachPuff = 135, - Peru = 136, - Pink = 137, - Plum = 138, - PowderBlue = 139, - Purple = 140, - Red = 141, - RosyBrown = 142, - RoyalBlue = 143, - SaddleBrown = 144, - Salmon = 145, - SandyBrown = 146, - SeaGreen = 147, - SeaShell = 148, - Sienna = 149, - Silver = 150, - SkyBlue = 151, - SlateBlue = 152, - SlateGray = 153, - Snow = 154, - SpringGreen = 155, - SteelBlue = 156, - Tan = 157, - Teal = 158, - Thistle = 159, - Tomato = 160, - Turquoise = 161, - Violet = 162, - Wheat = 163, - White = 164, - WhiteSmoke = 165, - Yellow = 166, - YellowGreen = 167, - ButtonFace = 168, - ButtonHighlight = 169, - ButtonShadow = 170, - GradientActiveCaption = 171, - GradientInactiveCaption = 172, - MenuBar = 173, - MenuHighlight = 174, - RebeccaPurple = 175, - } - public struct Point : System.IEquatable - { - public static System.Drawing.Point Add(System.Drawing.Point pt, System.Drawing.Size sz) => throw null; - public static System.Drawing.Point Ceiling(System.Drawing.PointF value) => throw null; - public Point(System.Drawing.Size sz) => throw null; - public Point(int dw) => throw null; - public Point(int x, int y) => throw null; - public static readonly System.Drawing.Point Empty; - public bool Equals(System.Drawing.Point other) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public bool IsEmpty { get => throw null; } - public void Offset(System.Drawing.Point p) => throw null; - public void Offset(int dx, int dy) => throw null; - public static System.Drawing.Point operator +(System.Drawing.Point pt, System.Drawing.Size sz) => throw null; - public static bool operator ==(System.Drawing.Point left, System.Drawing.Point right) => throw null; - public static explicit operator System.Drawing.Size(System.Drawing.Point p) => throw null; - public static implicit operator System.Drawing.PointF(System.Drawing.Point p) => throw null; - public static bool operator !=(System.Drawing.Point left, System.Drawing.Point right) => throw null; - public static System.Drawing.Point operator -(System.Drawing.Point pt, System.Drawing.Size sz) => throw null; - public static System.Drawing.Point Round(System.Drawing.PointF value) => throw null; - public static System.Drawing.Point Subtract(System.Drawing.Point pt, System.Drawing.Size sz) => throw null; - public override string ToString() => throw null; - public static System.Drawing.Point Truncate(System.Drawing.PointF value) => throw null; - public int X { get => throw null; set { } } - public int Y { get => throw null; set { } } - } - public struct PointF : System.IEquatable - { - public static System.Drawing.PointF Add(System.Drawing.PointF pt, System.Drawing.Size sz) => throw null; - public static System.Drawing.PointF Add(System.Drawing.PointF pt, System.Drawing.SizeF sz) => throw null; - public PointF(float x, float y) => throw null; - public PointF(System.Numerics.Vector2 vector) => throw null; - public static readonly System.Drawing.PointF Empty; - public bool Equals(System.Drawing.PointF other) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public bool IsEmpty { get => throw null; } - public static System.Drawing.PointF operator +(System.Drawing.PointF pt, System.Drawing.Size sz) => throw null; - public static System.Drawing.PointF operator +(System.Drawing.PointF pt, System.Drawing.SizeF sz) => throw null; - public static bool operator ==(System.Drawing.PointF left, System.Drawing.PointF right) => throw null; - public static explicit operator System.Numerics.Vector2(System.Drawing.PointF point) => throw null; - public static explicit operator System.Drawing.PointF(System.Numerics.Vector2 vector) => throw null; - public static bool operator !=(System.Drawing.PointF left, System.Drawing.PointF right) => throw null; - public static System.Drawing.PointF operator -(System.Drawing.PointF pt, System.Drawing.Size sz) => throw null; - public static System.Drawing.PointF operator -(System.Drawing.PointF pt, System.Drawing.SizeF sz) => throw null; - public static System.Drawing.PointF Subtract(System.Drawing.PointF pt, System.Drawing.Size sz) => throw null; - public static System.Drawing.PointF Subtract(System.Drawing.PointF pt, System.Drawing.SizeF sz) => throw null; - public override string ToString() => throw null; - public System.Numerics.Vector2 ToVector2() => throw null; - public float X { get => throw null; set { } } - public float Y { get => throw null; set { } } - } - public struct Rectangle : System.IEquatable - { - public int Bottom { get => throw null; } - public static System.Drawing.Rectangle Ceiling(System.Drawing.RectangleF value) => throw null; - public bool Contains(System.Drawing.Point pt) => throw null; - public bool Contains(System.Drawing.Rectangle rect) => throw null; - public bool Contains(int x, int y) => throw null; - public Rectangle(System.Drawing.Point location, System.Drawing.Size size) => throw null; - public Rectangle(int x, int y, int width, int height) => throw null; - public static readonly System.Drawing.Rectangle Empty; - public bool Equals(System.Drawing.Rectangle other) => throw null; - public override bool Equals(object obj) => throw null; - public static System.Drawing.Rectangle FromLTRB(int left, int top, int right, int bottom) => throw null; - public override int GetHashCode() => throw null; - public int Height { get => throw null; set { } } - public static System.Drawing.Rectangle Inflate(System.Drawing.Rectangle rect, int x, int y) => throw null; - public void Inflate(System.Drawing.Size size) => throw null; - public void Inflate(int width, int height) => throw null; - public void Intersect(System.Drawing.Rectangle rect) => throw null; - public static System.Drawing.Rectangle Intersect(System.Drawing.Rectangle a, System.Drawing.Rectangle b) => throw null; - public bool IntersectsWith(System.Drawing.Rectangle rect) => throw null; - public bool IsEmpty { get => throw null; } - public int Left { get => throw null; } - public System.Drawing.Point Location { get => throw null; set { } } - public void Offset(System.Drawing.Point pos) => throw null; - public void Offset(int x, int y) => throw null; - public static bool operator ==(System.Drawing.Rectangle left, System.Drawing.Rectangle right) => throw null; - public static bool operator !=(System.Drawing.Rectangle left, System.Drawing.Rectangle right) => throw null; - public int Right { get => throw null; } - public static System.Drawing.Rectangle Round(System.Drawing.RectangleF value) => throw null; - public System.Drawing.Size Size { get => throw null; set { } } - public int Top { get => throw null; } - public override string ToString() => throw null; - public static System.Drawing.Rectangle Truncate(System.Drawing.RectangleF value) => throw null; - public static System.Drawing.Rectangle Union(System.Drawing.Rectangle a, System.Drawing.Rectangle b) => throw null; - public int Width { get => throw null; set { } } - public int X { get => throw null; set { } } - public int Y { get => throw null; set { } } - } - public struct RectangleF : System.IEquatable - { - public float Bottom { get => throw null; } - public bool Contains(System.Drawing.PointF pt) => throw null; - public bool Contains(System.Drawing.RectangleF rect) => throw null; - public bool Contains(float x, float y) => throw null; - public RectangleF(System.Drawing.PointF location, System.Drawing.SizeF size) => throw null; - public RectangleF(float x, float y, float width, float height) => throw null; - public RectangleF(System.Numerics.Vector4 vector) => throw null; - public static readonly System.Drawing.RectangleF Empty; - public bool Equals(System.Drawing.RectangleF other) => throw null; - public override bool Equals(object obj) => throw null; - public static System.Drawing.RectangleF FromLTRB(float left, float top, float right, float bottom) => throw null; - public override int GetHashCode() => throw null; - public float Height { get => throw null; set { } } - public static System.Drawing.RectangleF Inflate(System.Drawing.RectangleF rect, float x, float y) => throw null; - public void Inflate(System.Drawing.SizeF size) => throw null; - public void Inflate(float x, float y) => throw null; - public void Intersect(System.Drawing.RectangleF rect) => throw null; - public static System.Drawing.RectangleF Intersect(System.Drawing.RectangleF a, System.Drawing.RectangleF b) => throw null; - public bool IntersectsWith(System.Drawing.RectangleF rect) => throw null; - public bool IsEmpty { get => throw null; } - public float Left { get => throw null; } - public System.Drawing.PointF Location { get => throw null; set { } } - public void Offset(System.Drawing.PointF pos) => throw null; - public void Offset(float x, float y) => throw null; - public static bool operator ==(System.Drawing.RectangleF left, System.Drawing.RectangleF right) => throw null; - public static explicit operator System.Numerics.Vector4(System.Drawing.RectangleF rectangle) => throw null; - public static explicit operator System.Drawing.RectangleF(System.Numerics.Vector4 vector) => throw null; - public static implicit operator System.Drawing.RectangleF(System.Drawing.Rectangle r) => throw null; - public static bool operator !=(System.Drawing.RectangleF left, System.Drawing.RectangleF right) => throw null; - public float Right { get => throw null; } - public System.Drawing.SizeF Size { get => throw null; set { } } - public float Top { get => throw null; } - public override string ToString() => throw null; - public System.Numerics.Vector4 ToVector4() => throw null; - public static System.Drawing.RectangleF Union(System.Drawing.RectangleF a, System.Drawing.RectangleF b) => throw null; - public float Width { get => throw null; set { } } - public float X { get => throw null; set { } } - public float Y { get => throw null; set { } } - } - public struct Size : System.IEquatable - { - public static System.Drawing.Size Add(System.Drawing.Size sz1, System.Drawing.Size sz2) => throw null; - public static System.Drawing.Size Ceiling(System.Drawing.SizeF value) => throw null; - public Size(System.Drawing.Point pt) => throw null; - public Size(int width, int height) => throw null; - public static readonly System.Drawing.Size Empty; - public bool Equals(System.Drawing.Size other) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public int Height { get => throw null; set { } } - public bool IsEmpty { get => throw null; } - public static System.Drawing.Size operator +(System.Drawing.Size sz1, System.Drawing.Size sz2) => throw null; - public static System.Drawing.Size operator /(System.Drawing.Size left, int right) => throw null; - public static System.Drawing.SizeF operator /(System.Drawing.Size left, float right) => throw null; - public static bool operator ==(System.Drawing.Size sz1, System.Drawing.Size sz2) => throw null; - public static explicit operator System.Drawing.Point(System.Drawing.Size size) => throw null; - public static implicit operator System.Drawing.SizeF(System.Drawing.Size p) => throw null; - public static bool operator !=(System.Drawing.Size sz1, System.Drawing.Size sz2) => throw null; - public static System.Drawing.Size operator *(System.Drawing.Size left, int right) => throw null; - public static System.Drawing.SizeF operator *(System.Drawing.Size left, float right) => throw null; - public static System.Drawing.Size operator *(int left, System.Drawing.Size right) => throw null; - public static System.Drawing.SizeF operator *(float left, System.Drawing.Size right) => throw null; - public static System.Drawing.Size operator -(System.Drawing.Size sz1, System.Drawing.Size sz2) => throw null; - public static System.Drawing.Size Round(System.Drawing.SizeF value) => throw null; - public static System.Drawing.Size Subtract(System.Drawing.Size sz1, System.Drawing.Size sz2) => throw null; - public override string ToString() => throw null; - public static System.Drawing.Size Truncate(System.Drawing.SizeF value) => throw null; - public int Width { get => throw null; set { } } - } - public struct SizeF : System.IEquatable - { - public static System.Drawing.SizeF Add(System.Drawing.SizeF sz1, System.Drawing.SizeF sz2) => throw null; - public SizeF(System.Drawing.PointF pt) => throw null; - public SizeF(System.Drawing.SizeF size) => throw null; - public SizeF(float width, float height) => throw null; - public SizeF(System.Numerics.Vector2 vector) => throw null; - public static readonly System.Drawing.SizeF Empty; - public bool Equals(System.Drawing.SizeF other) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public float Height { get => throw null; set { } } - public bool IsEmpty { get => throw null; } - public static System.Drawing.SizeF operator +(System.Drawing.SizeF sz1, System.Drawing.SizeF sz2) => throw null; - public static System.Drawing.SizeF operator /(System.Drawing.SizeF left, float right) => throw null; - public static bool operator ==(System.Drawing.SizeF sz1, System.Drawing.SizeF sz2) => throw null; - public static explicit operator System.Numerics.Vector2(System.Drawing.SizeF size) => throw null; - public static explicit operator System.Drawing.SizeF(System.Numerics.Vector2 vector) => throw null; - public static explicit operator System.Drawing.PointF(System.Drawing.SizeF size) => throw null; - public static bool operator !=(System.Drawing.SizeF sz1, System.Drawing.SizeF sz2) => throw null; - public static System.Drawing.SizeF operator *(System.Drawing.SizeF left, float right) => throw null; - public static System.Drawing.SizeF operator *(float left, System.Drawing.SizeF right) => throw null; - public static System.Drawing.SizeF operator -(System.Drawing.SizeF sz1, System.Drawing.SizeF sz2) => throw null; - public static System.Drawing.SizeF Subtract(System.Drawing.SizeF sz1, System.Drawing.SizeF sz2) => throw null; - public System.Drawing.PointF ToPointF() => throw null; - public System.Drawing.Size ToSize() => throw null; - public override string ToString() => throw null; - public System.Numerics.Vector2 ToVector2() => throw null; - public float Width { get => throw null; set { } } - } - public static class SystemColors - { - public static System.Drawing.Color ActiveBorder { get => throw null; } - public static System.Drawing.Color ActiveCaption { get => throw null; } - public static System.Drawing.Color ActiveCaptionText { get => throw null; } - public static System.Drawing.Color AppWorkspace { get => throw null; } - public static System.Drawing.Color ButtonFace { get => throw null; } - public static System.Drawing.Color ButtonHighlight { get => throw null; } - public static System.Drawing.Color ButtonShadow { get => throw null; } - public static System.Drawing.Color Control { get => throw null; } - public static System.Drawing.Color ControlDark { get => throw null; } - public static System.Drawing.Color ControlDarkDark { get => throw null; } - public static System.Drawing.Color ControlLight { get => throw null; } - public static System.Drawing.Color ControlLightLight { get => throw null; } - public static System.Drawing.Color ControlText { get => throw null; } - public static System.Drawing.Color Desktop { get => throw null; } - public static System.Drawing.Color GradientActiveCaption { get => throw null; } - public static System.Drawing.Color GradientInactiveCaption { get => throw null; } - public static System.Drawing.Color GrayText { get => throw null; } - public static System.Drawing.Color Highlight { get => throw null; } - public static System.Drawing.Color HighlightText { get => throw null; } - public static System.Drawing.Color HotTrack { get => throw null; } - public static System.Drawing.Color InactiveBorder { get => throw null; } - public static System.Drawing.Color InactiveCaption { get => throw null; } - public static System.Drawing.Color InactiveCaptionText { get => throw null; } - public static System.Drawing.Color Info { get => throw null; } - public static System.Drawing.Color InfoText { get => throw null; } - public static System.Drawing.Color Menu { get => throw null; } - public static System.Drawing.Color MenuBar { get => throw null; } - public static System.Drawing.Color MenuHighlight { get => throw null; } - public static System.Drawing.Color MenuText { get => throw null; } - public static System.Drawing.Color ScrollBar { get => throw null; } - public static System.Drawing.Color Window { get => throw null; } - public static System.Drawing.Color WindowFrame { get => throw null; } - public static System.Drawing.Color WindowText { get => throw null; } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Formats.Asn1.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Formats.Asn1.cs deleted file mode 100644 index c83562f0..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Formats.Asn1.cs +++ /dev/null @@ -1,238 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Formats.Asn1, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. -namespace System -{ - namespace Formats - { - namespace Asn1 - { - public struct Asn1Tag : System.IEquatable - { - public System.Formats.Asn1.Asn1Tag AsConstructed() => throw null; - public System.Formats.Asn1.Asn1Tag AsPrimitive() => throw null; - public static readonly System.Formats.Asn1.Asn1Tag Boolean; - public int CalculateEncodedSize() => throw null; - public static readonly System.Formats.Asn1.Asn1Tag ConstructedBitString; - public static readonly System.Formats.Asn1.Asn1Tag ConstructedOctetString; - public Asn1Tag(System.Formats.Asn1.TagClass tagClass, int tagValue, bool isConstructed = default(bool)) => throw null; - public Asn1Tag(System.Formats.Asn1.UniversalTagNumber universalTagNumber, bool isConstructed = default(bool)) => throw null; - public static System.Formats.Asn1.Asn1Tag Decode(System.ReadOnlySpan source, out int bytesConsumed) => throw null; - public int Encode(System.Span destination) => throw null; - public static readonly System.Formats.Asn1.Asn1Tag Enumerated; - public bool Equals(System.Formats.Asn1.Asn1Tag other) => throw null; - public override bool Equals(object obj) => throw null; - public static readonly System.Formats.Asn1.Asn1Tag GeneralizedTime; - public override int GetHashCode() => throw null; - public bool HasSameClassAndValue(System.Formats.Asn1.Asn1Tag other) => throw null; - public static readonly System.Formats.Asn1.Asn1Tag Integer; - public bool IsConstructed { get => throw null; } - public static readonly System.Formats.Asn1.Asn1Tag Null; - public static readonly System.Formats.Asn1.Asn1Tag ObjectIdentifier; - public static bool operator ==(System.Formats.Asn1.Asn1Tag left, System.Formats.Asn1.Asn1Tag right) => throw null; - public static bool operator !=(System.Formats.Asn1.Asn1Tag left, System.Formats.Asn1.Asn1Tag right) => throw null; - public static readonly System.Formats.Asn1.Asn1Tag PrimitiveBitString; - public static readonly System.Formats.Asn1.Asn1Tag PrimitiveOctetString; - public static readonly System.Formats.Asn1.Asn1Tag Sequence; - public static readonly System.Formats.Asn1.Asn1Tag SetOf; - public System.Formats.Asn1.TagClass TagClass { get => throw null; } - public int TagValue { get => throw null; } - public override string ToString() => throw null; - public static bool TryDecode(System.ReadOnlySpan source, out System.Formats.Asn1.Asn1Tag tag, out int bytesConsumed) => throw null; - public bool TryEncode(System.Span destination, out int bytesWritten) => throw null; - public static readonly System.Formats.Asn1.Asn1Tag UtcTime; - } - public class AsnContentException : System.Exception - { - public AsnContentException() => throw null; - protected AsnContentException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public AsnContentException(string message) => throw null; - public AsnContentException(string message, System.Exception inner) => throw null; - } - public static class AsnDecoder - { - public static byte[] ReadBitString(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out int unusedBitCount, out int bytesConsumed, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public static bool ReadBoolean(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out int bytesConsumed, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public static string ReadCharacterString(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, System.Formats.Asn1.UniversalTagNumber encodingType, out int bytesConsumed, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public static System.Formats.Asn1.Asn1Tag ReadEncodedValue(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out int contentOffset, out int contentLength, out int bytesConsumed) => throw null; - public static System.ReadOnlySpan ReadEnumeratedBytes(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out int bytesConsumed, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public static System.Enum ReadEnumeratedValue(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, System.Type enumType, out int bytesConsumed, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public static TEnum ReadEnumeratedValue(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out int bytesConsumed, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) where TEnum : System.Enum => throw null; - public static System.DateTimeOffset ReadGeneralizedTime(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out int bytesConsumed, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public static System.Numerics.BigInteger ReadInteger(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out int bytesConsumed, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public static System.ReadOnlySpan ReadIntegerBytes(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out int bytesConsumed, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public static System.Collections.BitArray ReadNamedBitList(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out int bytesConsumed, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public static System.Enum ReadNamedBitListValue(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, System.Type flagsEnumType, out int bytesConsumed, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public static TFlagsEnum ReadNamedBitListValue(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out int bytesConsumed, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) where TFlagsEnum : System.Enum => throw null; - public static void ReadNull(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out int bytesConsumed, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public static string ReadObjectIdentifier(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out int bytesConsumed, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public static byte[] ReadOctetString(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out int bytesConsumed, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public static void ReadSequence(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out int contentOffset, out int contentLength, out int bytesConsumed, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public static void ReadSetOf(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out int contentOffset, out int contentLength, out int bytesConsumed, bool skipSortOrderValidation = default(bool), System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public static System.DateTimeOffset ReadUtcTime(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out int bytesConsumed, int twoDigitYearMax = default(int), System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public static bool TryReadBitString(System.ReadOnlySpan source, System.Span destination, System.Formats.Asn1.AsnEncodingRules ruleSet, out int unusedBitCount, out int bytesConsumed, out int bytesWritten, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public static bool TryReadCharacterString(System.ReadOnlySpan source, System.Span destination, System.Formats.Asn1.AsnEncodingRules ruleSet, System.Formats.Asn1.UniversalTagNumber encodingType, out int bytesConsumed, out int charsWritten, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public static bool TryReadCharacterStringBytes(System.ReadOnlySpan source, System.Span destination, System.Formats.Asn1.AsnEncodingRules ruleSet, System.Formats.Asn1.Asn1Tag expectedTag, out int bytesConsumed, out int bytesWritten) => throw null; - public static bool TryReadEncodedValue(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out System.Formats.Asn1.Asn1Tag tag, out int contentOffset, out int contentLength, out int bytesConsumed) => throw null; - public static bool TryReadInt32(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out int value, out int bytesConsumed, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public static bool TryReadInt64(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out long value, out int bytesConsumed, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public static bool TryReadOctetString(System.ReadOnlySpan source, System.Span destination, System.Formats.Asn1.AsnEncodingRules ruleSet, out int bytesConsumed, out int bytesWritten, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public static bool TryReadPrimitiveBitString(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out int unusedBitCount, out System.ReadOnlySpan value, out int bytesConsumed, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public static bool TryReadPrimitiveCharacterStringBytes(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, System.Formats.Asn1.Asn1Tag expectedTag, out System.ReadOnlySpan value, out int bytesConsumed) => throw null; - public static bool TryReadPrimitiveOctetString(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out System.ReadOnlySpan value, out int bytesConsumed, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public static bool TryReadUInt32(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out uint value, out int bytesConsumed, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public static bool TryReadUInt64(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out ulong value, out int bytesConsumed, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - } - public enum AsnEncodingRules - { - BER = 0, - CER = 1, - DER = 2, - } - public class AsnReader - { - public System.Formats.Asn1.AsnReader Clone() => throw null; - public AsnReader(System.ReadOnlyMemory data, System.Formats.Asn1.AsnEncodingRules ruleSet, System.Formats.Asn1.AsnReaderOptions options = default(System.Formats.Asn1.AsnReaderOptions)) => throw null; - public bool HasData { get => throw null; } - public System.ReadOnlyMemory PeekContentBytes() => throw null; - public System.ReadOnlyMemory PeekEncodedValue() => throw null; - public System.Formats.Asn1.Asn1Tag PeekTag() => throw null; - public byte[] ReadBitString(out int unusedBitCount, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public bool ReadBoolean(System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public string ReadCharacterString(System.Formats.Asn1.UniversalTagNumber encodingType, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public System.ReadOnlyMemory ReadEncodedValue() => throw null; - public System.ReadOnlyMemory ReadEnumeratedBytes(System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public System.Enum ReadEnumeratedValue(System.Type enumType, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public TEnum ReadEnumeratedValue(System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) where TEnum : System.Enum => throw null; - public System.DateTimeOffset ReadGeneralizedTime(System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public System.Numerics.BigInteger ReadInteger(System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public System.ReadOnlyMemory ReadIntegerBytes(System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public System.Collections.BitArray ReadNamedBitList(System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public System.Enum ReadNamedBitListValue(System.Type flagsEnumType, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public TFlagsEnum ReadNamedBitListValue(System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) where TFlagsEnum : System.Enum => throw null; - public void ReadNull(System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public string ReadObjectIdentifier(System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public byte[] ReadOctetString(System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public System.Formats.Asn1.AsnReader ReadSequence(System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public System.Formats.Asn1.AsnReader ReadSetOf(bool skipSortOrderValidation, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public System.Formats.Asn1.AsnReader ReadSetOf(System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public System.DateTimeOffset ReadUtcTime(int twoDigitYearMax, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public System.DateTimeOffset ReadUtcTime(System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public System.Formats.Asn1.AsnEncodingRules RuleSet { get => throw null; } - public void ThrowIfNotEmpty() => throw null; - public bool TryReadBitString(System.Span destination, out int unusedBitCount, out int bytesWritten, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public bool TryReadCharacterString(System.Span destination, System.Formats.Asn1.UniversalTagNumber encodingType, out int charsWritten, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public bool TryReadCharacterStringBytes(System.Span destination, System.Formats.Asn1.Asn1Tag expectedTag, out int bytesWritten) => throw null; - public bool TryReadInt32(out int value, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public bool TryReadInt64(out long value, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public bool TryReadOctetString(System.Span destination, out int bytesWritten, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public bool TryReadPrimitiveBitString(out int unusedBitCount, out System.ReadOnlyMemory value, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public bool TryReadPrimitiveCharacterStringBytes(System.Formats.Asn1.Asn1Tag expectedTag, out System.ReadOnlyMemory contents) => throw null; - public bool TryReadPrimitiveOctetString(out System.ReadOnlyMemory contents, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public bool TryReadUInt32(out uint value, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public bool TryReadUInt64(out ulong value, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - } - public struct AsnReaderOptions - { - public bool SkipSetSortOrderVerification { get => throw null; set { } } - public int UtcTimeTwoDigitYearMax { get => throw null; set { } } - } - public sealed class AsnWriter - { - public void CopyTo(System.Formats.Asn1.AsnWriter destination) => throw null; - public AsnWriter(System.Formats.Asn1.AsnEncodingRules ruleSet) => throw null; - public AsnWriter(System.Formats.Asn1.AsnEncodingRules ruleSet, int initialCapacity) => throw null; - public byte[] Encode() => throw null; - public int Encode(System.Span destination) => throw null; - public bool EncodedValueEquals(System.Formats.Asn1.AsnWriter other) => throw null; - public bool EncodedValueEquals(System.ReadOnlySpan other) => throw null; - public int GetEncodedLength() => throw null; - public void PopOctetString(System.Formats.Asn1.Asn1Tag? tag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public void PopSequence(System.Formats.Asn1.Asn1Tag? tag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public void PopSetOf(System.Formats.Asn1.Asn1Tag? tag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public System.Formats.Asn1.AsnWriter.Scope PushOctetString(System.Formats.Asn1.Asn1Tag? tag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public System.Formats.Asn1.AsnWriter.Scope PushSequence(System.Formats.Asn1.Asn1Tag? tag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public System.Formats.Asn1.AsnWriter.Scope PushSetOf(System.Formats.Asn1.Asn1Tag? tag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public void Reset() => throw null; - public System.Formats.Asn1.AsnEncodingRules RuleSet { get => throw null; } - public struct Scope : System.IDisposable - { - public void Dispose() => throw null; - } - public bool TryEncode(System.Span destination, out int bytesWritten) => throw null; - public void WriteBitString(System.ReadOnlySpan value, int unusedBitCount = default(int), System.Formats.Asn1.Asn1Tag? tag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public void WriteBoolean(bool value, System.Formats.Asn1.Asn1Tag? tag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public void WriteCharacterString(System.Formats.Asn1.UniversalTagNumber encodingType, System.ReadOnlySpan str, System.Formats.Asn1.Asn1Tag? tag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public void WriteCharacterString(System.Formats.Asn1.UniversalTagNumber encodingType, string value, System.Formats.Asn1.Asn1Tag? tag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public void WriteEncodedValue(System.ReadOnlySpan value) => throw null; - public void WriteEnumeratedValue(System.Enum value, System.Formats.Asn1.Asn1Tag? tag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public void WriteEnumeratedValue(TEnum value, System.Formats.Asn1.Asn1Tag? tag = default(System.Formats.Asn1.Asn1Tag?)) where TEnum : System.Enum => throw null; - public void WriteGeneralizedTime(System.DateTimeOffset value, bool omitFractionalSeconds = default(bool), System.Formats.Asn1.Asn1Tag? tag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public void WriteInteger(long value, System.Formats.Asn1.Asn1Tag? tag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public void WriteInteger(System.Numerics.BigInteger value, System.Formats.Asn1.Asn1Tag? tag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public void WriteInteger(System.ReadOnlySpan value, System.Formats.Asn1.Asn1Tag? tag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public void WriteInteger(ulong value, System.Formats.Asn1.Asn1Tag? tag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public void WriteIntegerUnsigned(System.ReadOnlySpan value, System.Formats.Asn1.Asn1Tag? tag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public void WriteNamedBitList(System.Collections.BitArray value, System.Formats.Asn1.Asn1Tag? tag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public void WriteNamedBitList(System.Enum value, System.Formats.Asn1.Asn1Tag? tag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public void WriteNamedBitList(TEnum value, System.Formats.Asn1.Asn1Tag? tag = default(System.Formats.Asn1.Asn1Tag?)) where TEnum : System.Enum => throw null; - public void WriteNull(System.Formats.Asn1.Asn1Tag? tag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public void WriteObjectIdentifier(System.ReadOnlySpan oidValue, System.Formats.Asn1.Asn1Tag? tag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public void WriteObjectIdentifier(string oidValue, System.Formats.Asn1.Asn1Tag? tag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public void WriteOctetString(System.ReadOnlySpan value, System.Formats.Asn1.Asn1Tag? tag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public void WriteUtcTime(System.DateTimeOffset value, int twoDigitYearMax, System.Formats.Asn1.Asn1Tag? tag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - public void WriteUtcTime(System.DateTimeOffset value, System.Formats.Asn1.Asn1Tag? tag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; - } - public enum TagClass - { - Universal = 0, - Application = 64, - ContextSpecific = 128, - Private = 192, - } - public enum UniversalTagNumber - { - EndOfContents = 0, - Boolean = 1, - Integer = 2, - BitString = 3, - OctetString = 4, - Null = 5, - ObjectIdentifier = 6, - ObjectDescriptor = 7, - External = 8, - InstanceOf = 8, - Real = 9, - Enumerated = 10, - Embedded = 11, - UTF8String = 12, - RelativeObjectIdentifier = 13, - Time = 14, - Sequence = 16, - SequenceOf = 16, - Set = 17, - SetOf = 17, - NumericString = 18, - PrintableString = 19, - T61String = 20, - TeletexString = 20, - VideotexString = 21, - IA5String = 22, - UtcTime = 23, - GeneralizedTime = 24, - GraphicString = 25, - ISO646String = 26, - VisibleString = 26, - GeneralString = 27, - UniversalString = 28, - UnrestrictedCharacterString = 29, - BMPString = 30, - Date = 31, - TimeOfDay = 32, - DateTime = 33, - Duration = 34, - ObjectIdentifierIRI = 35, - RelativeObjectIdentifierIRI = 36, - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Formats.Tar.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Formats.Tar.cs deleted file mode 100644 index 4a84f743..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Formats.Tar.cs +++ /dev/null @@ -1,125 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Formats.Tar, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. -namespace System -{ - namespace Formats - { - namespace Tar - { - public sealed class GnuTarEntry : System.Formats.Tar.PosixTarEntry - { - public System.DateTimeOffset AccessTime { get => throw null; set { } } - public System.DateTimeOffset ChangeTime { get => throw null; set { } } - public GnuTarEntry(System.Formats.Tar.TarEntry other) => throw null; - public GnuTarEntry(System.Formats.Tar.TarEntryType entryType, string entryName) => throw null; - } - public sealed class PaxGlobalExtendedAttributesTarEntry : System.Formats.Tar.PosixTarEntry - { - public PaxGlobalExtendedAttributesTarEntry(System.Collections.Generic.IEnumerable> globalExtendedAttributes) => throw null; - public System.Collections.Generic.IReadOnlyDictionary GlobalExtendedAttributes { get => throw null; } - } - public sealed class PaxTarEntry : System.Formats.Tar.PosixTarEntry - { - public PaxTarEntry(System.Formats.Tar.TarEntry other) => throw null; - public PaxTarEntry(System.Formats.Tar.TarEntryType entryType, string entryName) => throw null; - public PaxTarEntry(System.Formats.Tar.TarEntryType entryType, string entryName, System.Collections.Generic.IEnumerable> extendedAttributes) => throw null; - public System.Collections.Generic.IReadOnlyDictionary ExtendedAttributes { get => throw null; } - } - public abstract class PosixTarEntry : System.Formats.Tar.TarEntry - { - public int DeviceMajor { get => throw null; set { } } - public int DeviceMinor { get => throw null; set { } } - public string GroupName { get => throw null; set { } } - public string UserName { get => throw null; set { } } - } - public abstract class TarEntry - { - public int Checksum { get => throw null; } - public System.IO.Stream DataStream { get => throw null; set { } } - public System.Formats.Tar.TarEntryType EntryType { get => throw null; } - public void ExtractToFile(string destinationFileName, bool overwrite) => throw null; - public System.Threading.Tasks.Task ExtractToFileAsync(string destinationFileName, bool overwrite, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public System.Formats.Tar.TarEntryFormat Format { get => throw null; } - public int Gid { get => throw null; set { } } - public long Length { get => throw null; } - public string LinkName { get => throw null; set { } } - public System.IO.UnixFileMode Mode { get => throw null; set { } } - public System.DateTimeOffset ModificationTime { get => throw null; set { } } - public string Name { get => throw null; set { } } - public override string ToString() => throw null; - public int Uid { get => throw null; set { } } - } - public enum TarEntryFormat - { - Unknown = 0, - V7 = 1, - Ustar = 2, - Pax = 3, - Gnu = 4, - } - public enum TarEntryType : byte - { - V7RegularFile = 0, - RegularFile = 48, - HardLink = 49, - SymbolicLink = 50, - CharacterDevice = 51, - BlockDevice = 52, - Directory = 53, - Fifo = 54, - ContiguousFile = 55, - DirectoryList = 68, - LongLink = 75, - LongPath = 76, - MultiVolume = 77, - RenamedOrSymlinked = 78, - SparseFile = 83, - TapeVolume = 86, - GlobalExtendedAttributes = 103, - ExtendedAttributes = 120, - } - public static class TarFile - { - public static void CreateFromDirectory(string sourceDirectoryName, System.IO.Stream destination, bool includeBaseDirectory) => throw null; - public static void CreateFromDirectory(string sourceDirectoryName, string destinationFileName, bool includeBaseDirectory) => throw null; - public static System.Threading.Tasks.Task CreateFromDirectoryAsync(string sourceDirectoryName, System.IO.Stream destination, bool includeBaseDirectory, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task CreateFromDirectoryAsync(string sourceDirectoryName, string destinationFileName, bool includeBaseDirectory, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static void ExtractToDirectory(System.IO.Stream source, string destinationDirectoryName, bool overwriteFiles) => throw null; - public static void ExtractToDirectory(string sourceFileName, string destinationDirectoryName, bool overwriteFiles) => throw null; - public static System.Threading.Tasks.Task ExtractToDirectoryAsync(System.IO.Stream source, string destinationDirectoryName, bool overwriteFiles, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task ExtractToDirectoryAsync(string sourceFileName, string destinationDirectoryName, bool overwriteFiles, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - } - public sealed class TarReader : System.IAsyncDisposable, System.IDisposable - { - public TarReader(System.IO.Stream archiveStream, bool leaveOpen = default(bool)) => throw null; - public void Dispose() => throw null; - public System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - public System.Formats.Tar.TarEntry GetNextEntry(bool copyData = default(bool)) => throw null; - public System.Threading.Tasks.ValueTask GetNextEntryAsync(bool copyData = default(bool), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - } - public sealed class TarWriter : System.IAsyncDisposable, System.IDisposable - { - public TarWriter(System.IO.Stream archiveStream) => throw null; - public TarWriter(System.IO.Stream archiveStream, bool leaveOpen = default(bool)) => throw null; - public TarWriter(System.IO.Stream archiveStream, System.Formats.Tar.TarEntryFormat format = default(System.Formats.Tar.TarEntryFormat), bool leaveOpen = default(bool)) => throw null; - public void Dispose() => throw null; - public System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - public System.Formats.Tar.TarEntryFormat Format { get => throw null; } - public void WriteEntry(System.Formats.Tar.TarEntry entry) => throw null; - public void WriteEntry(string fileName, string entryName) => throw null; - public System.Threading.Tasks.Task WriteEntryAsync(System.Formats.Tar.TarEntry entry, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public System.Threading.Tasks.Task WriteEntryAsync(string fileName, string entryName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - } - public sealed class UstarTarEntry : System.Formats.Tar.PosixTarEntry - { - public UstarTarEntry(System.Formats.Tar.TarEntry other) => throw null; - public UstarTarEntry(System.Formats.Tar.TarEntryType entryType, string entryName) => throw null; - } - public sealed class V7TarEntry : System.Formats.Tar.TarEntry - { - public V7TarEntry(System.Formats.Tar.TarEntry other) => throw null; - public V7TarEntry(System.Formats.Tar.TarEntryType entryType, string entryName) => throw null; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.Brotli.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.Brotli.cs deleted file mode 100644 index 06a47207..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.Brotli.cs +++ /dev/null @@ -1,60 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.IO.Compression.Brotli, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089`. -namespace System -{ - namespace IO - { - namespace Compression - { - public struct BrotliDecoder : System.IDisposable - { - public System.Buffers.OperationStatus Decompress(System.ReadOnlySpan source, System.Span destination, out int bytesConsumed, out int bytesWritten) => throw null; - public void Dispose() => throw null; - public static bool TryDecompress(System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; - } - public struct BrotliEncoder : System.IDisposable - { - public System.Buffers.OperationStatus Compress(System.ReadOnlySpan source, System.Span destination, out int bytesConsumed, out int bytesWritten, bool isFinalBlock) => throw null; - public BrotliEncoder(int quality, int window) => throw null; - public void Dispose() => throw null; - public System.Buffers.OperationStatus Flush(System.Span destination, out int bytesWritten) => throw null; - public static int GetMaxCompressedLength(int inputSize) => throw null; - public static bool TryCompress(System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; - public static bool TryCompress(System.ReadOnlySpan source, System.Span destination, out int bytesWritten, int quality, int window) => throw null; - } - public sealed class BrotliStream : System.IO.Stream - { - public System.IO.Stream BaseStream { get => throw null; } - public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) => throw null; - public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) => throw null; - public override bool CanRead { get => throw null; } - public override bool CanSeek { get => throw null; } - public override bool CanWrite { get => throw null; } - public BrotliStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel) => throw null; - public BrotliStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen) => throw null; - public BrotliStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode) => throw null; - public BrotliStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen) => throw null; - protected override void Dispose(bool disposing) => throw null; - public override System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - public override int EndRead(System.IAsyncResult asyncResult) => throw null; - public override void EndWrite(System.IAsyncResult asyncResult) => throw null; - public override void Flush() => throw null; - public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public override long Length { get => throw null; } - public override long Position { get => throw null; set { } } - public override int Read(byte[] buffer, int offset, int count) => throw null; - public override int Read(System.Span buffer) => throw null; - public override System.Threading.Tasks.Task ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask ReadAsync(System.Memory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override int ReadByte() => throw null; - public override long Seek(long offset, System.IO.SeekOrigin origin) => throw null; - public override void SetLength(long value) => throw null; - public override void Write(byte[] buffer, int offset, int count) => throw null; - public override void Write(System.ReadOnlySpan buffer) => throw null; - public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override void WriteByte(byte value) => throw null; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.ZipFile.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.ZipFile.cs deleted file mode 100644 index 7bb57f24..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.ZipFile.cs +++ /dev/null @@ -1,40 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.IO.Compression.ZipFile, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089`. -namespace System -{ - namespace IO - { - namespace Compression - { - public static class ZipFile - { - public static void CreateFromDirectory(string sourceDirectoryName, System.IO.Stream destination) => throw null; - public static void CreateFromDirectory(string sourceDirectoryName, System.IO.Stream destination, System.IO.Compression.CompressionLevel compressionLevel, bool includeBaseDirectory) => throw null; - public static void CreateFromDirectory(string sourceDirectoryName, System.IO.Stream destination, System.IO.Compression.CompressionLevel compressionLevel, bool includeBaseDirectory, System.Text.Encoding entryNameEncoding) => throw null; - public static void CreateFromDirectory(string sourceDirectoryName, string destinationArchiveFileName) => throw null; - public static void CreateFromDirectory(string sourceDirectoryName, string destinationArchiveFileName, System.IO.Compression.CompressionLevel compressionLevel, bool includeBaseDirectory) => throw null; - public static void CreateFromDirectory(string sourceDirectoryName, string destinationArchiveFileName, System.IO.Compression.CompressionLevel compressionLevel, bool includeBaseDirectory, System.Text.Encoding entryNameEncoding) => throw null; - public static void ExtractToDirectory(System.IO.Stream source, string destinationDirectoryName) => throw null; - public static void ExtractToDirectory(System.IO.Stream source, string destinationDirectoryName, bool overwriteFiles) => throw null; - public static void ExtractToDirectory(System.IO.Stream source, string destinationDirectoryName, System.Text.Encoding entryNameEncoding) => throw null; - public static void ExtractToDirectory(System.IO.Stream source, string destinationDirectoryName, System.Text.Encoding entryNameEncoding, bool overwriteFiles) => throw null; - public static void ExtractToDirectory(string sourceArchiveFileName, string destinationDirectoryName) => throw null; - public static void ExtractToDirectory(string sourceArchiveFileName, string destinationDirectoryName, bool overwriteFiles) => throw null; - public static void ExtractToDirectory(string sourceArchiveFileName, string destinationDirectoryName, System.Text.Encoding entryNameEncoding) => throw null; - public static void ExtractToDirectory(string sourceArchiveFileName, string destinationDirectoryName, System.Text.Encoding entryNameEncoding, bool overwriteFiles) => throw null; - public static System.IO.Compression.ZipArchive Open(string archiveFileName, System.IO.Compression.ZipArchiveMode mode) => throw null; - public static System.IO.Compression.ZipArchive Open(string archiveFileName, System.IO.Compression.ZipArchiveMode mode, System.Text.Encoding entryNameEncoding) => throw null; - public static System.IO.Compression.ZipArchive OpenRead(string archiveFileName) => throw null; - } - public static partial class ZipFileExtensions - { - public static System.IO.Compression.ZipArchiveEntry CreateEntryFromFile(this System.IO.Compression.ZipArchive destination, string sourceFileName, string entryName) => throw null; - public static System.IO.Compression.ZipArchiveEntry CreateEntryFromFile(this System.IO.Compression.ZipArchive destination, string sourceFileName, string entryName, System.IO.Compression.CompressionLevel compressionLevel) => throw null; - public static void ExtractToDirectory(this System.IO.Compression.ZipArchive source, string destinationDirectoryName) => throw null; - public static void ExtractToDirectory(this System.IO.Compression.ZipArchive source, string destinationDirectoryName, bool overwriteFiles) => throw null; - public static void ExtractToFile(this System.IO.Compression.ZipArchiveEntry source, string destinationFileName) => throw null; - public static void ExtractToFile(this System.IO.Compression.ZipArchiveEntry source, string destinationFileName, bool overwrite) => throw null; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.cs deleted file mode 100644 index dbe59e06..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.cs +++ /dev/null @@ -1,165 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.IO.Compression, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089`. -namespace System -{ - namespace IO - { - namespace Compression - { - public enum CompressionLevel - { - Optimal = 0, - Fastest = 1, - NoCompression = 2, - SmallestSize = 3, - } - public enum CompressionMode - { - Decompress = 0, - Compress = 1, - } - public class DeflateStream : System.IO.Stream - { - public System.IO.Stream BaseStream { get => throw null; } - public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) => throw null; - public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) => throw null; - public override bool CanRead { get => throw null; } - public override bool CanSeek { get => throw null; } - public override bool CanWrite { get => throw null; } - public override void CopyTo(System.IO.Stream destination, int bufferSize) => throw null; - public override System.Threading.Tasks.Task CopyToAsync(System.IO.Stream destination, int bufferSize, System.Threading.CancellationToken cancellationToken) => throw null; - public DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel) => throw null; - public DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen) => throw null; - public DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode) => throw null; - public DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen) => throw null; - protected override void Dispose(bool disposing) => throw null; - public override System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - public override int EndRead(System.IAsyncResult asyncResult) => throw null; - public override void EndWrite(System.IAsyncResult asyncResult) => throw null; - public override void Flush() => throw null; - public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public override long Length { get => throw null; } - public override long Position { get => throw null; set { } } - public override int Read(byte[] buffer, int offset, int count) => throw null; - public override int Read(System.Span buffer) => throw null; - public override System.Threading.Tasks.Task ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask ReadAsync(System.Memory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override int ReadByte() => throw null; - public override long Seek(long offset, System.IO.SeekOrigin origin) => throw null; - public override void SetLength(long value) => throw null; - public override void Write(byte[] buffer, int offset, int count) => throw null; - public override void Write(System.ReadOnlySpan buffer) => throw null; - public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override void WriteByte(byte value) => throw null; - } - public class GZipStream : System.IO.Stream - { - public System.IO.Stream BaseStream { get => throw null; } - public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) => throw null; - public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) => throw null; - public override bool CanRead { get => throw null; } - public override bool CanSeek { get => throw null; } - public override bool CanWrite { get => throw null; } - public override void CopyTo(System.IO.Stream destination, int bufferSize) => throw null; - public override System.Threading.Tasks.Task CopyToAsync(System.IO.Stream destination, int bufferSize, System.Threading.CancellationToken cancellationToken) => throw null; - public GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel) => throw null; - public GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen) => throw null; - public GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode) => throw null; - public GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen) => throw null; - protected override void Dispose(bool disposing) => throw null; - public override System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - public override int EndRead(System.IAsyncResult asyncResult) => throw null; - public override void EndWrite(System.IAsyncResult asyncResult) => throw null; - public override void Flush() => throw null; - public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public override long Length { get => throw null; } - public override long Position { get => throw null; set { } } - public override int Read(byte[] buffer, int offset, int count) => throw null; - public override int Read(System.Span buffer) => throw null; - public override System.Threading.Tasks.Task ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask ReadAsync(System.Memory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override int ReadByte() => throw null; - public override long Seek(long offset, System.IO.SeekOrigin origin) => throw null; - public override void SetLength(long value) => throw null; - public override void Write(byte[] buffer, int offset, int count) => throw null; - public override void Write(System.ReadOnlySpan buffer) => throw null; - public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override void WriteByte(byte value) => throw null; - } - public class ZipArchive : System.IDisposable - { - public string Comment { get => throw null; set { } } - public System.IO.Compression.ZipArchiveEntry CreateEntry(string entryName) => throw null; - public System.IO.Compression.ZipArchiveEntry CreateEntry(string entryName, System.IO.Compression.CompressionLevel compressionLevel) => throw null; - public ZipArchive(System.IO.Stream stream) => throw null; - public ZipArchive(System.IO.Stream stream, System.IO.Compression.ZipArchiveMode mode) => throw null; - public ZipArchive(System.IO.Stream stream, System.IO.Compression.ZipArchiveMode mode, bool leaveOpen) => throw null; - public ZipArchive(System.IO.Stream stream, System.IO.Compression.ZipArchiveMode mode, bool leaveOpen, System.Text.Encoding entryNameEncoding) => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public System.Collections.ObjectModel.ReadOnlyCollection Entries { get => throw null; } - public System.IO.Compression.ZipArchiveEntry GetEntry(string entryName) => throw null; - public System.IO.Compression.ZipArchiveMode Mode { get => throw null; } - } - public class ZipArchiveEntry - { - public System.IO.Compression.ZipArchive Archive { get => throw null; } - public string Comment { get => throw null; set { } } - public long CompressedLength { get => throw null; } - public uint Crc32 { get => throw null; } - public void Delete() => throw null; - public int ExternalAttributes { get => throw null; set { } } - public string FullName { get => throw null; } - public bool IsEncrypted { get => throw null; } - public System.DateTimeOffset LastWriteTime { get => throw null; set { } } - public long Length { get => throw null; } - public string Name { get => throw null; } - public System.IO.Stream Open() => throw null; - public override string ToString() => throw null; - } - public enum ZipArchiveMode - { - Read = 0, - Create = 1, - Update = 2, - } - public sealed class ZLibStream : System.IO.Stream - { - public System.IO.Stream BaseStream { get => throw null; } - public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) => throw null; - public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) => throw null; - public override bool CanRead { get => throw null; } - public override bool CanSeek { get => throw null; } - public override bool CanWrite { get => throw null; } - public override void CopyTo(System.IO.Stream destination, int bufferSize) => throw null; - public override System.Threading.Tasks.Task CopyToAsync(System.IO.Stream destination, int bufferSize, System.Threading.CancellationToken cancellationToken) => throw null; - public ZLibStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel) => throw null; - public ZLibStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen) => throw null; - public ZLibStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode) => throw null; - public ZLibStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen) => throw null; - protected override void Dispose(bool disposing) => throw null; - public override System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - public override int EndRead(System.IAsyncResult asyncResult) => throw null; - public override void EndWrite(System.IAsyncResult asyncResult) => throw null; - public override void Flush() => throw null; - public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public override long Length { get => throw null; } - public override long Position { get => throw null; set { } } - public override int Read(byte[] buffer, int offset, int count) => throw null; - public override int Read(System.Span buffer) => throw null; - public override System.Threading.Tasks.Task ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask ReadAsync(System.Memory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override int ReadByte() => throw null; - public override long Seek(long offset, System.IO.SeekOrigin origin) => throw null; - public override void SetLength(long value) => throw null; - public override void Write(byte[] buffer, int offset, int count) => throw null; - public override void Write(System.ReadOnlySpan buffer) => throw null; - public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override void WriteByte(byte value) => throw null; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.AccessControl.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.AccessControl.cs deleted file mode 100644 index f9ca8f2a..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.AccessControl.cs +++ /dev/null @@ -1,123 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.IO.FileSystem.AccessControl, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace IO - { - public static partial class FileSystemAclExtensions - { - public static void Create(this System.IO.DirectoryInfo directoryInfo, System.Security.AccessControl.DirectorySecurity directorySecurity) => throw null; - public static System.IO.FileStream Create(this System.IO.FileInfo fileInfo, System.IO.FileMode mode, System.Security.AccessControl.FileSystemRights rights, System.IO.FileShare share, int bufferSize, System.IO.FileOptions options, System.Security.AccessControl.FileSecurity fileSecurity) => throw null; - public static System.IO.DirectoryInfo CreateDirectory(this System.Security.AccessControl.DirectorySecurity directorySecurity, string path) => throw null; - public static System.Security.AccessControl.DirectorySecurity GetAccessControl(this System.IO.DirectoryInfo directoryInfo) => throw null; - public static System.Security.AccessControl.DirectorySecurity GetAccessControl(this System.IO.DirectoryInfo directoryInfo, System.Security.AccessControl.AccessControlSections includeSections) => throw null; - public static System.Security.AccessControl.FileSecurity GetAccessControl(this System.IO.FileInfo fileInfo) => throw null; - public static System.Security.AccessControl.FileSecurity GetAccessControl(this System.IO.FileInfo fileInfo, System.Security.AccessControl.AccessControlSections includeSections) => throw null; - public static System.Security.AccessControl.FileSecurity GetAccessControl(this System.IO.FileStream fileStream) => throw null; - public static void SetAccessControl(this System.IO.DirectoryInfo directoryInfo, System.Security.AccessControl.DirectorySecurity directorySecurity) => throw null; - public static void SetAccessControl(this System.IO.FileInfo fileInfo, System.Security.AccessControl.FileSecurity fileSecurity) => throw null; - public static void SetAccessControl(this System.IO.FileStream fileStream, System.Security.AccessControl.FileSecurity fileSecurity) => throw null; - } - } - namespace Security - { - namespace AccessControl - { - public abstract class DirectoryObjectSecurity : System.Security.AccessControl.ObjectSecurity - { - public virtual System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type, System.Guid objectType, System.Guid inheritedObjectType) => throw null; - protected void AddAccessRule(System.Security.AccessControl.ObjectAccessRule rule) => throw null; - protected void AddAuditRule(System.Security.AccessControl.ObjectAuditRule rule) => throw null; - public virtual System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags, System.Guid objectType, System.Guid inheritedObjectType) => throw null; - protected DirectoryObjectSecurity() => throw null; - protected DirectoryObjectSecurity(System.Security.AccessControl.CommonSecurityDescriptor securityDescriptor) => throw null; - public System.Security.AccessControl.AuthorizationRuleCollection GetAccessRules(bool includeExplicit, bool includeInherited, System.Type targetType) => throw null; - public System.Security.AccessControl.AuthorizationRuleCollection GetAuditRules(bool includeExplicit, bool includeInherited, System.Type targetType) => throw null; - protected override bool ModifyAccess(System.Security.AccessControl.AccessControlModification modification, System.Security.AccessControl.AccessRule rule, out bool modified) => throw null; - protected override bool ModifyAudit(System.Security.AccessControl.AccessControlModification modification, System.Security.AccessControl.AuditRule rule, out bool modified) => throw null; - protected bool RemoveAccessRule(System.Security.AccessControl.ObjectAccessRule rule) => throw null; - protected void RemoveAccessRuleAll(System.Security.AccessControl.ObjectAccessRule rule) => throw null; - protected void RemoveAccessRuleSpecific(System.Security.AccessControl.ObjectAccessRule rule) => throw null; - protected bool RemoveAuditRule(System.Security.AccessControl.ObjectAuditRule rule) => throw null; - protected void RemoveAuditRuleAll(System.Security.AccessControl.ObjectAuditRule rule) => throw null; - protected void RemoveAuditRuleSpecific(System.Security.AccessControl.ObjectAuditRule rule) => throw null; - protected void ResetAccessRule(System.Security.AccessControl.ObjectAccessRule rule) => throw null; - protected void SetAccessRule(System.Security.AccessControl.ObjectAccessRule rule) => throw null; - protected void SetAuditRule(System.Security.AccessControl.ObjectAuditRule rule) => throw null; - } - public sealed class DirectorySecurity : System.Security.AccessControl.FileSystemSecurity - { - public DirectorySecurity() => throw null; - public DirectorySecurity(string name, System.Security.AccessControl.AccessControlSections includeSections) => throw null; - } - public sealed class FileSecurity : System.Security.AccessControl.FileSystemSecurity - { - public FileSecurity() => throw null; - public FileSecurity(string fileName, System.Security.AccessControl.AccessControlSections includeSections) => throw null; - } - public sealed class FileSystemAccessRule : System.Security.AccessControl.AccessRule - { - public FileSystemAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.FileSystemRights fileSystemRights, System.Security.AccessControl.AccessControlType type) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) => throw null; - public FileSystemAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.FileSystemRights fileSystemRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) => throw null; - public FileSystemAccessRule(string identity, System.Security.AccessControl.FileSystemRights fileSystemRights, System.Security.AccessControl.AccessControlType type) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) => throw null; - public FileSystemAccessRule(string identity, System.Security.AccessControl.FileSystemRights fileSystemRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) => throw null; - public System.Security.AccessControl.FileSystemRights FileSystemRights { get => throw null; } - } - public sealed class FileSystemAuditRule : System.Security.AccessControl.AuditRule - { - public FileSystemAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.FileSystemRights fileSystemRights, System.Security.AccessControl.AuditFlags flags) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) => throw null; - public FileSystemAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.FileSystemRights fileSystemRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) => throw null; - public FileSystemAuditRule(string identity, System.Security.AccessControl.FileSystemRights fileSystemRights, System.Security.AccessControl.AuditFlags flags) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) => throw null; - public FileSystemAuditRule(string identity, System.Security.AccessControl.FileSystemRights fileSystemRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) => throw null; - public System.Security.AccessControl.FileSystemRights FileSystemRights { get => throw null; } - } - [System.Flags] - public enum FileSystemRights - { - ListDirectory = 1, - ReadData = 1, - CreateFiles = 2, - WriteData = 2, - AppendData = 4, - CreateDirectories = 4, - ReadExtendedAttributes = 8, - WriteExtendedAttributes = 16, - ExecuteFile = 32, - Traverse = 32, - DeleteSubdirectoriesAndFiles = 64, - ReadAttributes = 128, - WriteAttributes = 256, - Write = 278, - Delete = 65536, - ReadPermissions = 131072, - Read = 131209, - ReadAndExecute = 131241, - Modify = 197055, - ChangePermissions = 262144, - TakeOwnership = 524288, - Synchronize = 1048576, - FullControl = 2032127, - } - public abstract class FileSystemSecurity : System.Security.AccessControl.NativeObjectSecurity - { - public override System.Type AccessRightType { get => throw null; } - public override sealed System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) => throw null; - public override System.Type AccessRuleType { get => throw null; } - public void AddAccessRule(System.Security.AccessControl.FileSystemAccessRule rule) => throw null; - public void AddAuditRule(System.Security.AccessControl.FileSystemAuditRule rule) => throw null; - public override sealed System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) => throw null; - public override System.Type AuditRuleType { get => throw null; } - public bool RemoveAccessRule(System.Security.AccessControl.FileSystemAccessRule rule) => throw null; - public void RemoveAccessRuleAll(System.Security.AccessControl.FileSystemAccessRule rule) => throw null; - public void RemoveAccessRuleSpecific(System.Security.AccessControl.FileSystemAccessRule rule) => throw null; - public bool RemoveAuditRule(System.Security.AccessControl.FileSystemAuditRule rule) => throw null; - public void RemoveAuditRuleAll(System.Security.AccessControl.FileSystemAuditRule rule) => throw null; - public void RemoveAuditRuleSpecific(System.Security.AccessControl.FileSystemAuditRule rule) => throw null; - public void ResetAccessRule(System.Security.AccessControl.FileSystemAccessRule rule) => throw null; - public void SetAccessRule(System.Security.AccessControl.FileSystemAccessRule rule) => throw null; - public void SetAuditRule(System.Security.AccessControl.FileSystemAuditRule rule) => throw null; - internal FileSystemSecurity() : base(default(bool), default(System.Security.AccessControl.ResourceType)) { } - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.DriveInfo.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.DriveInfo.cs deleted file mode 100644 index 08f10224..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.DriveInfo.cs +++ /dev/null @@ -1,41 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.IO.FileSystem.DriveInfo, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace IO - { - public sealed class DriveInfo : System.Runtime.Serialization.ISerializable - { - public long AvailableFreeSpace { get => throw null; } - public DriveInfo(string driveName) => throw null; - public string DriveFormat { get => throw null; } - public System.IO.DriveType DriveType { get => throw null; } - public static System.IO.DriveInfo[] GetDrives() => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public bool IsReady { get => throw null; } - public string Name { get => throw null; } - public System.IO.DirectoryInfo RootDirectory { get => throw null; } - public override string ToString() => throw null; - public long TotalFreeSpace { get => throw null; } - public long TotalSize { get => throw null; } - public string VolumeLabel { get => throw null; set { } } - } - public class DriveNotFoundException : System.IO.IOException - { - public DriveNotFoundException() => throw null; - protected DriveNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public DriveNotFoundException(string message) => throw null; - public DriveNotFoundException(string message, System.Exception innerException) => throw null; - } - public enum DriveType - { - Unknown = 0, - NoRootDirectory = 1, - Removable = 2, - Fixed = 3, - Network = 4, - CDRom = 5, - Ram = 6, - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.Watcher.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.Watcher.cs deleted file mode 100644 index 31d8a1fd..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.Watcher.cs +++ /dev/null @@ -1,95 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.IO.FileSystem.Watcher, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace IO - { - public class ErrorEventArgs : System.EventArgs - { - public ErrorEventArgs(System.Exception exception) => throw null; - public virtual System.Exception GetException() => throw null; - } - public delegate void ErrorEventHandler(object sender, System.IO.ErrorEventArgs e); - public class FileSystemEventArgs : System.EventArgs - { - public System.IO.WatcherChangeTypes ChangeType { get => throw null; } - public FileSystemEventArgs(System.IO.WatcherChangeTypes changeType, string directory, string name) => throw null; - public string FullPath { get => throw null; } - public string Name { get => throw null; } - } - public delegate void FileSystemEventHandler(object sender, System.IO.FileSystemEventArgs e); - public class FileSystemWatcher : System.ComponentModel.Component, System.ComponentModel.ISupportInitialize - { - public void BeginInit() => throw null; - public event System.IO.FileSystemEventHandler Changed; - public event System.IO.FileSystemEventHandler Created; - public FileSystemWatcher() => throw null; - public FileSystemWatcher(string path) => throw null; - public FileSystemWatcher(string path, string filter) => throw null; - public event System.IO.FileSystemEventHandler Deleted; - protected override void Dispose(bool disposing) => throw null; - public bool EnableRaisingEvents { get => throw null; set { } } - public void EndInit() => throw null; - public event System.IO.ErrorEventHandler Error; - public string Filter { get => throw null; set { } } - public System.Collections.ObjectModel.Collection Filters { get => throw null; } - public bool IncludeSubdirectories { get => throw null; set { } } - public int InternalBufferSize { get => throw null; set { } } - public System.IO.NotifyFilters NotifyFilter { get => throw null; set { } } - protected void OnChanged(System.IO.FileSystemEventArgs e) => throw null; - protected void OnCreated(System.IO.FileSystemEventArgs e) => throw null; - protected void OnDeleted(System.IO.FileSystemEventArgs e) => throw null; - protected void OnError(System.IO.ErrorEventArgs e) => throw null; - protected void OnRenamed(System.IO.RenamedEventArgs e) => throw null; - public string Path { get => throw null; set { } } - public event System.IO.RenamedEventHandler Renamed; - public override System.ComponentModel.ISite Site { get => throw null; set { } } - public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get => throw null; set { } } - public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType) => throw null; - public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType, int timeout) => throw null; - public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType, System.TimeSpan timeout) => throw null; - } - public class InternalBufferOverflowException : System.SystemException - { - public InternalBufferOverflowException() => throw null; - protected InternalBufferOverflowException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public InternalBufferOverflowException(string message) => throw null; - public InternalBufferOverflowException(string message, System.Exception inner) => throw null; - } - [System.Flags] - public enum NotifyFilters - { - FileName = 1, - DirectoryName = 2, - Attributes = 4, - Size = 8, - LastWrite = 16, - LastAccess = 32, - CreationTime = 64, - Security = 256, - } - public class RenamedEventArgs : System.IO.FileSystemEventArgs - { - public RenamedEventArgs(System.IO.WatcherChangeTypes changeType, string directory, string name, string oldName) : base(default(System.IO.WatcherChangeTypes), default(string), default(string)) => throw null; - public string OldFullPath { get => throw null; } - public string OldName { get => throw null; } - } - public delegate void RenamedEventHandler(object sender, System.IO.RenamedEventArgs e); - public struct WaitForChangedResult - { - public System.IO.WatcherChangeTypes ChangeType { get => throw null; set { } } - public string Name { get => throw null; set { } } - public string OldName { get => throw null; set { } } - public bool TimedOut { get => throw null; set { } } - } - [System.Flags] - public enum WatcherChangeTypes - { - Created = 1, - Deleted = 2, - Changed = 4, - Renamed = 8, - All = 15, - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.IsolatedStorage.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.IsolatedStorage.cs deleted file mode 100644 index faacbb2b..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.IsolatedStorage.cs +++ /dev/null @@ -1,140 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.IO.IsolatedStorage, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace IO - { - namespace IsolatedStorage - { - public interface INormalizeForIsolatedStorage - { - object Normalize(); - } - public abstract class IsolatedStorage : System.MarshalByRefObject - { - public object ApplicationIdentity { get => throw null; } - public object AssemblyIdentity { get => throw null; } - public virtual long AvailableFreeSpace { get => throw null; } - protected IsolatedStorage() => throw null; - public virtual ulong CurrentSize { get => throw null; } - public object DomainIdentity { get => throw null; } - public virtual bool IncreaseQuotaTo(long newQuotaSize) => throw null; - protected void InitStore(System.IO.IsolatedStorage.IsolatedStorageScope scope, System.Type appEvidenceType) => throw null; - protected void InitStore(System.IO.IsolatedStorage.IsolatedStorageScope scope, System.Type domainEvidenceType, System.Type assemblyEvidenceType) => throw null; - public virtual ulong MaximumSize { get => throw null; } - public virtual long Quota { get => throw null; } - public abstract void Remove(); - public System.IO.IsolatedStorage.IsolatedStorageScope Scope { get => throw null; } - protected virtual char SeparatorExternal { get => throw null; } - protected virtual char SeparatorInternal { get => throw null; } - public virtual long UsedSize { get => throw null; } - } - public class IsolatedStorageException : System.Exception - { - public IsolatedStorageException() => throw null; - protected IsolatedStorageException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public IsolatedStorageException(string message) => throw null; - public IsolatedStorageException(string message, System.Exception inner) => throw null; - } - public sealed class IsolatedStorageFile : System.IO.IsolatedStorage.IsolatedStorage, System.IDisposable - { - public override long AvailableFreeSpace { get => throw null; } - public void Close() => throw null; - public void CopyFile(string sourceFileName, string destinationFileName) => throw null; - public void CopyFile(string sourceFileName, string destinationFileName, bool overwrite) => throw null; - public void CreateDirectory(string dir) => throw null; - public System.IO.IsolatedStorage.IsolatedStorageFileStream CreateFile(string path) => throw null; - public override ulong CurrentSize { get => throw null; } - public void DeleteDirectory(string dir) => throw null; - public void DeleteFile(string file) => throw null; - public bool DirectoryExists(string path) => throw null; - public void Dispose() => throw null; - public bool FileExists(string path) => throw null; - public System.DateTimeOffset GetCreationTime(string path) => throw null; - public string[] GetDirectoryNames() => throw null; - public string[] GetDirectoryNames(string searchPattern) => throw null; - public static System.Collections.IEnumerator GetEnumerator(System.IO.IsolatedStorage.IsolatedStorageScope scope) => throw null; - public string[] GetFileNames() => throw null; - public string[] GetFileNames(string searchPattern) => throw null; - public System.DateTimeOffset GetLastAccessTime(string path) => throw null; - public System.DateTimeOffset GetLastWriteTime(string path) => throw null; - public static System.IO.IsolatedStorage.IsolatedStorageFile GetMachineStoreForApplication() => throw null; - public static System.IO.IsolatedStorage.IsolatedStorageFile GetMachineStoreForAssembly() => throw null; - public static System.IO.IsolatedStorage.IsolatedStorageFile GetMachineStoreForDomain() => throw null; - public static System.IO.IsolatedStorage.IsolatedStorageFile GetStore(System.IO.IsolatedStorage.IsolatedStorageScope scope, object applicationIdentity) => throw null; - public static System.IO.IsolatedStorage.IsolatedStorageFile GetStore(System.IO.IsolatedStorage.IsolatedStorageScope scope, object domainIdentity, object assemblyIdentity) => throw null; - public static System.IO.IsolatedStorage.IsolatedStorageFile GetStore(System.IO.IsolatedStorage.IsolatedStorageScope scope, System.Type applicationEvidenceType) => throw null; - public static System.IO.IsolatedStorage.IsolatedStorageFile GetStore(System.IO.IsolatedStorage.IsolatedStorageScope scope, System.Type domainEvidenceType, System.Type assemblyEvidenceType) => throw null; - public static System.IO.IsolatedStorage.IsolatedStorageFile GetUserStoreForApplication() => throw null; - public static System.IO.IsolatedStorage.IsolatedStorageFile GetUserStoreForAssembly() => throw null; - public static System.IO.IsolatedStorage.IsolatedStorageFile GetUserStoreForDomain() => throw null; - public static System.IO.IsolatedStorage.IsolatedStorageFile GetUserStoreForSite() => throw null; - public override bool IncreaseQuotaTo(long newQuotaSize) => throw null; - public static bool IsEnabled { get => throw null; } - public override ulong MaximumSize { get => throw null; } - public void MoveDirectory(string sourceDirectoryName, string destinationDirectoryName) => throw null; - public void MoveFile(string sourceFileName, string destinationFileName) => throw null; - public System.IO.IsolatedStorage.IsolatedStorageFileStream OpenFile(string path, System.IO.FileMode mode) => throw null; - public System.IO.IsolatedStorage.IsolatedStorageFileStream OpenFile(string path, System.IO.FileMode mode, System.IO.FileAccess access) => throw null; - public System.IO.IsolatedStorage.IsolatedStorageFileStream OpenFile(string path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) => throw null; - public override long Quota { get => throw null; } - public override void Remove() => throw null; - public static void Remove(System.IO.IsolatedStorage.IsolatedStorageScope scope) => throw null; - public override long UsedSize { get => throw null; } - } - public class IsolatedStorageFileStream : System.IO.FileStream - { - public override System.IAsyncResult BeginRead(byte[] array, int offset, int numBytes, System.AsyncCallback userCallback, object stateObject) => throw null; - public override System.IAsyncResult BeginWrite(byte[] array, int offset, int numBytes, System.AsyncCallback userCallback, object stateObject) => throw null; - public override bool CanRead { get => throw null; } - public override bool CanSeek { get => throw null; } - public override bool CanWrite { get => throw null; } - public IsolatedStorageFileStream(string path, System.IO.FileMode mode) : base(default(Microsoft.Win32.SafeHandles.SafeFileHandle), default(System.IO.FileAccess)) => throw null; - public IsolatedStorageFileStream(string path, System.IO.FileMode mode, System.IO.FileAccess access) : base(default(Microsoft.Win32.SafeHandles.SafeFileHandle), default(System.IO.FileAccess)) => throw null; - public IsolatedStorageFileStream(string path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) : base(default(Microsoft.Win32.SafeHandles.SafeFileHandle), default(System.IO.FileAccess)) => throw null; - public IsolatedStorageFileStream(string path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, int bufferSize) : base(default(Microsoft.Win32.SafeHandles.SafeFileHandle), default(System.IO.FileAccess)) => throw null; - public IsolatedStorageFileStream(string path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, int bufferSize, System.IO.IsolatedStorage.IsolatedStorageFile isf) : base(default(Microsoft.Win32.SafeHandles.SafeFileHandle), default(System.IO.FileAccess)) => throw null; - public IsolatedStorageFileStream(string path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.IO.IsolatedStorage.IsolatedStorageFile isf) : base(default(Microsoft.Win32.SafeHandles.SafeFileHandle), default(System.IO.FileAccess)) => throw null; - public IsolatedStorageFileStream(string path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.IsolatedStorage.IsolatedStorageFile isf) : base(default(Microsoft.Win32.SafeHandles.SafeFileHandle), default(System.IO.FileAccess)) => throw null; - public IsolatedStorageFileStream(string path, System.IO.FileMode mode, System.IO.IsolatedStorage.IsolatedStorageFile isf) : base(default(Microsoft.Win32.SafeHandles.SafeFileHandle), default(System.IO.FileAccess)) => throw null; - protected override void Dispose(bool disposing) => throw null; - public override System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - public override int EndRead(System.IAsyncResult asyncResult) => throw null; - public override void EndWrite(System.IAsyncResult asyncResult) => throw null; - public override void Flush() => throw null; - public override void Flush(bool flushToDisk) => throw null; - public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public override nint Handle { get => throw null; } - public override bool IsAsync { get => throw null; } - public override long Length { get => throw null; } - public override void Lock(long position, long length) => throw null; - public override long Position { get => throw null; set { } } - public override int Read(byte[] buffer, int offset, int count) => throw null; - public override int Read(System.Span buffer) => throw null; - public override System.Threading.Tasks.Task ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask ReadAsync(System.Memory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override int ReadByte() => throw null; - public override Microsoft.Win32.SafeHandles.SafeFileHandle SafeFileHandle { get => throw null; } - public override long Seek(long offset, System.IO.SeekOrigin origin) => throw null; - public override void SetLength(long value) => throw null; - public override void Unlock(long position, long length) => throw null; - public override void Write(byte[] buffer, int offset, int count) => throw null; - public override void Write(System.ReadOnlySpan buffer) => throw null; - public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override void WriteByte(byte value) => throw null; - } - [System.Flags] - public enum IsolatedStorageScope - { - None = 0, - User = 1, - Domain = 2, - Assembly = 4, - Roaming = 8, - Machine = 16, - Application = 32, - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.MemoryMappedFiles.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.MemoryMappedFiles.cs deleted file mode 100644 index c59c8f34..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.MemoryMappedFiles.cs +++ /dev/null @@ -1,106 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.IO.MemoryMappedFiles, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace Microsoft -{ - namespace Win32 - { - namespace SafeHandles - { - public sealed class SafeMemoryMappedFileHandle : Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid - { - public SafeMemoryMappedFileHandle() : base(default(bool)) => throw null; - public override bool IsInvalid { get => throw null; } - protected override bool ReleaseHandle() => throw null; - } - public sealed class SafeMemoryMappedViewHandle : System.Runtime.InteropServices.SafeBuffer - { - public SafeMemoryMappedViewHandle() : base(default(bool)) => throw null; - protected override bool ReleaseHandle() => throw null; - } - } - } -} -namespace System -{ - namespace IO - { - namespace MemoryMappedFiles - { - public class MemoryMappedFile : System.IDisposable - { - public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateFromFile(System.IO.FileStream fileStream, string mapName, long capacity, System.IO.MemoryMappedFiles.MemoryMappedFileAccess access, System.IO.HandleInheritability inheritability, bool leaveOpen) => throw null; - public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateFromFile(Microsoft.Win32.SafeHandles.SafeFileHandle fileHandle, string mapName, long capacity, System.IO.MemoryMappedFiles.MemoryMappedFileAccess access, System.IO.HandleInheritability inheritability, bool leaveOpen) => throw null; - public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateFromFile(string path) => throw null; - public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateFromFile(string path, System.IO.FileMode mode) => throw null; - public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateFromFile(string path, System.IO.FileMode mode, string mapName) => throw null; - public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateFromFile(string path, System.IO.FileMode mode, string mapName, long capacity) => throw null; - public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateFromFile(string path, System.IO.FileMode mode, string mapName, long capacity, System.IO.MemoryMappedFiles.MemoryMappedFileAccess access) => throw null; - public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateNew(string mapName, long capacity) => throw null; - public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateNew(string mapName, long capacity, System.IO.MemoryMappedFiles.MemoryMappedFileAccess access) => throw null; - public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateNew(string mapName, long capacity, System.IO.MemoryMappedFiles.MemoryMappedFileAccess access, System.IO.MemoryMappedFiles.MemoryMappedFileOptions options, System.IO.HandleInheritability inheritability) => throw null; - public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateOrOpen(string mapName, long capacity) => throw null; - public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateOrOpen(string mapName, long capacity, System.IO.MemoryMappedFiles.MemoryMappedFileAccess access) => throw null; - public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateOrOpen(string mapName, long capacity, System.IO.MemoryMappedFiles.MemoryMappedFileAccess access, System.IO.MemoryMappedFiles.MemoryMappedFileOptions options, System.IO.HandleInheritability inheritability) => throw null; - public System.IO.MemoryMappedFiles.MemoryMappedViewAccessor CreateViewAccessor() => throw null; - public System.IO.MemoryMappedFiles.MemoryMappedViewAccessor CreateViewAccessor(long offset, long size) => throw null; - public System.IO.MemoryMappedFiles.MemoryMappedViewAccessor CreateViewAccessor(long offset, long size, System.IO.MemoryMappedFiles.MemoryMappedFileAccess access) => throw null; - public System.IO.MemoryMappedFiles.MemoryMappedViewStream CreateViewStream() => throw null; - public System.IO.MemoryMappedFiles.MemoryMappedViewStream CreateViewStream(long offset, long size) => throw null; - public System.IO.MemoryMappedFiles.MemoryMappedViewStream CreateViewStream(long offset, long size, System.IO.MemoryMappedFiles.MemoryMappedFileAccess access) => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public static System.IO.MemoryMappedFiles.MemoryMappedFile OpenExisting(string mapName) => throw null; - public static System.IO.MemoryMappedFiles.MemoryMappedFile OpenExisting(string mapName, System.IO.MemoryMappedFiles.MemoryMappedFileRights desiredAccessRights) => throw null; - public static System.IO.MemoryMappedFiles.MemoryMappedFile OpenExisting(string mapName, System.IO.MemoryMappedFiles.MemoryMappedFileRights desiredAccessRights, System.IO.HandleInheritability inheritability) => throw null; - public Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle SafeMemoryMappedFileHandle { get => throw null; } - } - public enum MemoryMappedFileAccess - { - ReadWrite = 0, - Read = 1, - Write = 2, - CopyOnWrite = 3, - ReadExecute = 4, - ReadWriteExecute = 5, - } - [System.Flags] - public enum MemoryMappedFileOptions - { - None = 0, - DelayAllocatePages = 67108864, - } - [System.Flags] - public enum MemoryMappedFileRights - { - CopyOnWrite = 1, - Write = 2, - Read = 4, - ReadWrite = 6, - Execute = 8, - ReadExecute = 12, - ReadWriteExecute = 14, - Delete = 65536, - ReadPermissions = 131072, - ChangePermissions = 262144, - TakeOwnership = 524288, - FullControl = 983055, - AccessSystemSecurity = 16777216, - } - public sealed class MemoryMappedViewAccessor : System.IO.UnmanagedMemoryAccessor - { - protected override void Dispose(bool disposing) => throw null; - public void Flush() => throw null; - public long PointerOffset { get => throw null; } - public Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle SafeMemoryMappedViewHandle { get => throw null; } - } - public sealed class MemoryMappedViewStream : System.IO.UnmanagedMemoryStream - { - protected override void Dispose(bool disposing) => throw null; - public override void Flush() => throw null; - public long PointerOffset { get => throw null; } - public Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle SafeMemoryMappedViewHandle { get => throw null; } - public override void SetLength(long value) => throw null; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Pipes.AccessControl.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Pipes.AccessControl.cs deleted file mode 100644 index 50ad16ab..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Pipes.AccessControl.cs +++ /dev/null @@ -1,78 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.IO.Pipes.AccessControl, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace IO - { - namespace Pipes - { - public static class AnonymousPipeServerStreamAcl - { - public static System.IO.Pipes.AnonymousPipeServerStream Create(System.IO.Pipes.PipeDirection direction, System.IO.HandleInheritability inheritability, int bufferSize, System.IO.Pipes.PipeSecurity pipeSecurity) => throw null; - } - public static class NamedPipeServerStreamAcl - { - public static System.IO.Pipes.NamedPipeServerStream Create(string pipeName, System.IO.Pipes.PipeDirection direction, int maxNumberOfServerInstances, System.IO.Pipes.PipeTransmissionMode transmissionMode, System.IO.Pipes.PipeOptions options, int inBufferSize, int outBufferSize, System.IO.Pipes.PipeSecurity pipeSecurity, System.IO.HandleInheritability inheritability = default(System.IO.HandleInheritability), System.IO.Pipes.PipeAccessRights additionalAccessRights = default(System.IO.Pipes.PipeAccessRights)) => throw null; - } - [System.Flags] - public enum PipeAccessRights - { - ReadData = 1, - WriteData = 2, - CreateNewInstance = 4, - ReadExtendedAttributes = 8, - WriteExtendedAttributes = 16, - ReadAttributes = 128, - WriteAttributes = 256, - Write = 274, - Delete = 65536, - ReadPermissions = 131072, - Read = 131209, - ReadWrite = 131483, - ChangePermissions = 262144, - TakeOwnership = 524288, - Synchronize = 1048576, - FullControl = 2032031, - AccessSystemSecurity = 16777216, - } - public sealed class PipeAccessRule : System.Security.AccessControl.AccessRule - { - public PipeAccessRule(System.Security.Principal.IdentityReference identity, System.IO.Pipes.PipeAccessRights rights, System.Security.AccessControl.AccessControlType type) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) => throw null; - public PipeAccessRule(string identity, System.IO.Pipes.PipeAccessRights rights, System.Security.AccessControl.AccessControlType type) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) => throw null; - public System.IO.Pipes.PipeAccessRights PipeAccessRights { get => throw null; } - } - public sealed class PipeAuditRule : System.Security.AccessControl.AuditRule - { - public PipeAuditRule(System.Security.Principal.IdentityReference identity, System.IO.Pipes.PipeAccessRights rights, System.Security.AccessControl.AuditFlags flags) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) => throw null; - public PipeAuditRule(string identity, System.IO.Pipes.PipeAccessRights rights, System.Security.AccessControl.AuditFlags flags) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) => throw null; - public System.IO.Pipes.PipeAccessRights PipeAccessRights { get => throw null; } - } - public static partial class PipesAclExtensions - { - public static System.IO.Pipes.PipeSecurity GetAccessControl(this System.IO.Pipes.PipeStream stream) => throw null; - public static void SetAccessControl(this System.IO.Pipes.PipeStream stream, System.IO.Pipes.PipeSecurity pipeSecurity) => throw null; - } - public class PipeSecurity : System.Security.AccessControl.NativeObjectSecurity - { - public override System.Type AccessRightType { get => throw null; } - public override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) => throw null; - public override System.Type AccessRuleType { get => throw null; } - public void AddAccessRule(System.IO.Pipes.PipeAccessRule rule) => throw null; - public void AddAuditRule(System.IO.Pipes.PipeAuditRule rule) => throw null; - public override sealed System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) => throw null; - public override System.Type AuditRuleType { get => throw null; } - public PipeSecurity() : base(default(bool), default(System.Security.AccessControl.ResourceType)) => throw null; - protected void Persist(System.Runtime.InteropServices.SafeHandle handle) => throw null; - protected void Persist(string name) => throw null; - public bool RemoveAccessRule(System.IO.Pipes.PipeAccessRule rule) => throw null; - public void RemoveAccessRuleSpecific(System.IO.Pipes.PipeAccessRule rule) => throw null; - public bool RemoveAuditRule(System.IO.Pipes.PipeAuditRule rule) => throw null; - public void RemoveAuditRuleAll(System.IO.Pipes.PipeAuditRule rule) => throw null; - public void RemoveAuditRuleSpecific(System.IO.Pipes.PipeAuditRule rule) => throw null; - public void ResetAccessRule(System.IO.Pipes.PipeAccessRule rule) => throw null; - public void SetAccessRule(System.IO.Pipes.PipeAccessRule rule) => throw null; - public void SetAuditRule(System.IO.Pipes.PipeAuditRule rule) => throw null; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Pipes.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Pipes.cs deleted file mode 100644 index 276d6d0e..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Pipes.cs +++ /dev/null @@ -1,152 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.IO.Pipes, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace Microsoft -{ - namespace Win32 - { - namespace SafeHandles - { - public sealed class SafePipeHandle : Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid - { - public SafePipeHandle() : base(default(bool)) => throw null; - public SafePipeHandle(nint preexistingHandle, bool ownsHandle) : base(default(bool)) => throw null; - public override bool IsInvalid { get => throw null; } - protected override bool ReleaseHandle() => throw null; - } - } - } -} -namespace System -{ - namespace IO - { - namespace Pipes - { - public sealed class AnonymousPipeClientStream : System.IO.Pipes.PipeStream - { - public AnonymousPipeClientStream(System.IO.Pipes.PipeDirection direction, Microsoft.Win32.SafeHandles.SafePipeHandle safePipeHandle) : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; - public AnonymousPipeClientStream(System.IO.Pipes.PipeDirection direction, string pipeHandleAsString) : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; - public AnonymousPipeClientStream(string pipeHandleAsString) : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; - public override System.IO.Pipes.PipeTransmissionMode ReadMode { set { } } - public override System.IO.Pipes.PipeTransmissionMode TransmissionMode { get => throw null; } - } - public sealed class AnonymousPipeServerStream : System.IO.Pipes.PipeStream - { - public Microsoft.Win32.SafeHandles.SafePipeHandle ClientSafePipeHandle { get => throw null; } - public AnonymousPipeServerStream() : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; - public AnonymousPipeServerStream(System.IO.Pipes.PipeDirection direction) : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; - public AnonymousPipeServerStream(System.IO.Pipes.PipeDirection direction, Microsoft.Win32.SafeHandles.SafePipeHandle serverSafePipeHandle, Microsoft.Win32.SafeHandles.SafePipeHandle clientSafePipeHandle) : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; - public AnonymousPipeServerStream(System.IO.Pipes.PipeDirection direction, System.IO.HandleInheritability inheritability) : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; - public AnonymousPipeServerStream(System.IO.Pipes.PipeDirection direction, System.IO.HandleInheritability inheritability, int bufferSize) : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; - protected override void Dispose(bool disposing) => throw null; - public void DisposeLocalCopyOfClientHandle() => throw null; - public string GetClientHandleAsString() => throw null; - public override System.IO.Pipes.PipeTransmissionMode ReadMode { set { } } - public override System.IO.Pipes.PipeTransmissionMode TransmissionMode { get => throw null; } - } - public sealed class NamedPipeClientStream : System.IO.Pipes.PipeStream - { - protected override void CheckPipePropertyOperations() => throw null; - public void Connect() => throw null; - public void Connect(int timeout) => throw null; - public void Connect(System.TimeSpan timeout) => throw null; - public System.Threading.Tasks.Task ConnectAsync() => throw null; - public System.Threading.Tasks.Task ConnectAsync(int timeout) => throw null; - public System.Threading.Tasks.Task ConnectAsync(int timeout, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ConnectAsync(System.TimeSpan timeout, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ConnectAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public NamedPipeClientStream(System.IO.Pipes.PipeDirection direction, bool isAsync, bool isConnected, Microsoft.Win32.SafeHandles.SafePipeHandle safePipeHandle) : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; - public NamedPipeClientStream(string pipeName) : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; - public NamedPipeClientStream(string serverName, string pipeName) : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; - public NamedPipeClientStream(string serverName, string pipeName, System.IO.Pipes.PipeDirection direction) : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; - public NamedPipeClientStream(string serverName, string pipeName, System.IO.Pipes.PipeDirection direction, System.IO.Pipes.PipeOptions options) : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; - public NamedPipeClientStream(string serverName, string pipeName, System.IO.Pipes.PipeDirection direction, System.IO.Pipes.PipeOptions options, System.Security.Principal.TokenImpersonationLevel impersonationLevel) : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; - public NamedPipeClientStream(string serverName, string pipeName, System.IO.Pipes.PipeDirection direction, System.IO.Pipes.PipeOptions options, System.Security.Principal.TokenImpersonationLevel impersonationLevel, System.IO.HandleInheritability inheritability) : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; - public int NumberOfServerInstances { get => throw null; } - } - public sealed class NamedPipeServerStream : System.IO.Pipes.PipeStream - { - public System.IAsyncResult BeginWaitForConnection(System.AsyncCallback callback, object state) => throw null; - public NamedPipeServerStream(System.IO.Pipes.PipeDirection direction, bool isAsync, bool isConnected, Microsoft.Win32.SafeHandles.SafePipeHandle safePipeHandle) : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; - public NamedPipeServerStream(string pipeName) : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; - public NamedPipeServerStream(string pipeName, System.IO.Pipes.PipeDirection direction) : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; - public NamedPipeServerStream(string pipeName, System.IO.Pipes.PipeDirection direction, int maxNumberOfServerInstances) : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; - public NamedPipeServerStream(string pipeName, System.IO.Pipes.PipeDirection direction, int maxNumberOfServerInstances, System.IO.Pipes.PipeTransmissionMode transmissionMode) : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; - public NamedPipeServerStream(string pipeName, System.IO.Pipes.PipeDirection direction, int maxNumberOfServerInstances, System.IO.Pipes.PipeTransmissionMode transmissionMode, System.IO.Pipes.PipeOptions options) : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; - public NamedPipeServerStream(string pipeName, System.IO.Pipes.PipeDirection direction, int maxNumberOfServerInstances, System.IO.Pipes.PipeTransmissionMode transmissionMode, System.IO.Pipes.PipeOptions options, int inBufferSize, int outBufferSize) : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; - public void Disconnect() => throw null; - public void EndWaitForConnection(System.IAsyncResult asyncResult) => throw null; - public string GetImpersonationUserName() => throw null; - public const int MaxAllowedServerInstances = -1; - public void RunAsClient(System.IO.Pipes.PipeStreamImpersonationWorker impersonationWorker) => throw null; - public void WaitForConnection() => throw null; - public System.Threading.Tasks.Task WaitForConnectionAsync() => throw null; - public System.Threading.Tasks.Task WaitForConnectionAsync(System.Threading.CancellationToken cancellationToken) => throw null; - } - public enum PipeDirection - { - In = 1, - Out = 2, - InOut = 3, - } - [System.Flags] - public enum PipeOptions - { - WriteThrough = -2147483648, - None = 0, - CurrentUserOnly = 536870912, - Asynchronous = 1073741824, - FirstPipeInstance = 524288, - } - public abstract class PipeStream : System.IO.Stream - { - public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) => throw null; - public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) => throw null; - public override bool CanRead { get => throw null; } - public override bool CanSeek { get => throw null; } - public override bool CanWrite { get => throw null; } - protected virtual void CheckPipePropertyOperations() => throw null; - protected void CheckReadOperations() => throw null; - protected void CheckWriteOperations() => throw null; - protected PipeStream(System.IO.Pipes.PipeDirection direction, int bufferSize) => throw null; - protected PipeStream(System.IO.Pipes.PipeDirection direction, System.IO.Pipes.PipeTransmissionMode transmissionMode, int outBufferSize) => throw null; - protected override void Dispose(bool disposing) => throw null; - public override int EndRead(System.IAsyncResult asyncResult) => throw null; - public override void EndWrite(System.IAsyncResult asyncResult) => throw null; - public override void Flush() => throw null; - public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public virtual int InBufferSize { get => throw null; } - protected void InitializeHandle(Microsoft.Win32.SafeHandles.SafePipeHandle handle, bool isExposed, bool isAsync) => throw null; - public bool IsAsync { get => throw null; } - public bool IsConnected { get => throw null; set { } } - protected bool IsHandleExposed { get => throw null; } - public bool IsMessageComplete { get => throw null; } - public override long Length { get => throw null; } - public virtual int OutBufferSize { get => throw null; } - public override long Position { get => throw null; set { } } - public override int Read(byte[] buffer, int offset, int count) => throw null; - public override int Read(System.Span buffer) => throw null; - public override System.Threading.Tasks.Task ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask ReadAsync(System.Memory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override int ReadByte() => throw null; - public virtual System.IO.Pipes.PipeTransmissionMode ReadMode { get => throw null; set { } } - public Microsoft.Win32.SafeHandles.SafePipeHandle SafePipeHandle { get => throw null; } - public override long Seek(long offset, System.IO.SeekOrigin origin) => throw null; - public override void SetLength(long value) => throw null; - public virtual System.IO.Pipes.PipeTransmissionMode TransmissionMode { get => throw null; } - public void WaitForPipeDrain() => throw null; - public override void Write(byte[] buffer, int offset, int count) => throw null; - public override void Write(System.ReadOnlySpan buffer) => throw null; - public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override void WriteByte(byte value) => throw null; - } - public delegate void PipeStreamImpersonationWorker(); - public enum PipeTransmissionMode - { - Byte = 0, - Message = 1, - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Expressions.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Expressions.cs deleted file mode 100644 index dd971b30..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Expressions.cs +++ /dev/null @@ -1,1163 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Linq.Expressions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Dynamic - { - public abstract class BinaryOperationBinder : System.Dynamic.DynamicMetaObjectBinder - { - public override sealed System.Dynamic.DynamicMetaObject Bind(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject[] args) => throw null; - protected BinaryOperationBinder(System.Linq.Expressions.ExpressionType operation) => throw null; - public System.Dynamic.DynamicMetaObject FallbackBinaryOperation(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject arg) => throw null; - public abstract System.Dynamic.DynamicMetaObject FallbackBinaryOperation(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject arg, System.Dynamic.DynamicMetaObject errorSuggestion); - public System.Linq.Expressions.ExpressionType Operation { get => throw null; } - public override sealed System.Type ReturnType { get => throw null; } - } - public abstract class BindingRestrictions - { - public static System.Dynamic.BindingRestrictions Combine(System.Collections.Generic.IList contributingObjects) => throw null; - public static readonly System.Dynamic.BindingRestrictions Empty; - public static System.Dynamic.BindingRestrictions GetExpressionRestriction(System.Linq.Expressions.Expression expression) => throw null; - public static System.Dynamic.BindingRestrictions GetInstanceRestriction(System.Linq.Expressions.Expression expression, object instance) => throw null; - public static System.Dynamic.BindingRestrictions GetTypeRestriction(System.Linq.Expressions.Expression expression, System.Type type) => throw null; - public System.Dynamic.BindingRestrictions Merge(System.Dynamic.BindingRestrictions restrictions) => throw null; - public System.Linq.Expressions.Expression ToExpression() => throw null; - } - public sealed class CallInfo - { - public int ArgumentCount { get => throw null; } - public System.Collections.ObjectModel.ReadOnlyCollection ArgumentNames { get => throw null; } - public CallInfo(int argCount, System.Collections.Generic.IEnumerable argNames) => throw null; - public CallInfo(int argCount, params string[] argNames) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - } - public abstract class ConvertBinder : System.Dynamic.DynamicMetaObjectBinder - { - public override sealed System.Dynamic.DynamicMetaObject Bind(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject[] args) => throw null; - protected ConvertBinder(System.Type type, bool @explicit) => throw null; - public bool Explicit { get => throw null; } - public System.Dynamic.DynamicMetaObject FallbackConvert(System.Dynamic.DynamicMetaObject target) => throw null; - public abstract System.Dynamic.DynamicMetaObject FallbackConvert(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject errorSuggestion); - public override sealed System.Type ReturnType { get => throw null; } - public System.Type Type { get => throw null; } - } - public abstract class CreateInstanceBinder : System.Dynamic.DynamicMetaObjectBinder - { - public override sealed System.Dynamic.DynamicMetaObject Bind(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject[] args) => throw null; - public System.Dynamic.CallInfo CallInfo { get => throw null; } - protected CreateInstanceBinder(System.Dynamic.CallInfo callInfo) => throw null; - public System.Dynamic.DynamicMetaObject FallbackCreateInstance(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject[] args) => throw null; - public abstract System.Dynamic.DynamicMetaObject FallbackCreateInstance(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject[] args, System.Dynamic.DynamicMetaObject errorSuggestion); - public override sealed System.Type ReturnType { get => throw null; } - } - public abstract class DeleteIndexBinder : System.Dynamic.DynamicMetaObjectBinder - { - public override sealed System.Dynamic.DynamicMetaObject Bind(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject[] args) => throw null; - public System.Dynamic.CallInfo CallInfo { get => throw null; } - protected DeleteIndexBinder(System.Dynamic.CallInfo callInfo) => throw null; - public System.Dynamic.DynamicMetaObject FallbackDeleteIndex(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject[] indexes) => throw null; - public abstract System.Dynamic.DynamicMetaObject FallbackDeleteIndex(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject[] indexes, System.Dynamic.DynamicMetaObject errorSuggestion); - public override sealed System.Type ReturnType { get => throw null; } - } - public abstract class DeleteMemberBinder : System.Dynamic.DynamicMetaObjectBinder - { - public override sealed System.Dynamic.DynamicMetaObject Bind(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject[] args) => throw null; - protected DeleteMemberBinder(string name, bool ignoreCase) => throw null; - public System.Dynamic.DynamicMetaObject FallbackDeleteMember(System.Dynamic.DynamicMetaObject target) => throw null; - public abstract System.Dynamic.DynamicMetaObject FallbackDeleteMember(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject errorSuggestion); - public bool IgnoreCase { get => throw null; } - public string Name { get => throw null; } - public override sealed System.Type ReturnType { get => throw null; } - } - public class DynamicMetaObject - { - public virtual System.Dynamic.DynamicMetaObject BindBinaryOperation(System.Dynamic.BinaryOperationBinder binder, System.Dynamic.DynamicMetaObject arg) => throw null; - public virtual System.Dynamic.DynamicMetaObject BindConvert(System.Dynamic.ConvertBinder binder) => throw null; - public virtual System.Dynamic.DynamicMetaObject BindCreateInstance(System.Dynamic.CreateInstanceBinder binder, System.Dynamic.DynamicMetaObject[] args) => throw null; - public virtual System.Dynamic.DynamicMetaObject BindDeleteIndex(System.Dynamic.DeleteIndexBinder binder, System.Dynamic.DynamicMetaObject[] indexes) => throw null; - public virtual System.Dynamic.DynamicMetaObject BindDeleteMember(System.Dynamic.DeleteMemberBinder binder) => throw null; - public virtual System.Dynamic.DynamicMetaObject BindGetIndex(System.Dynamic.GetIndexBinder binder, System.Dynamic.DynamicMetaObject[] indexes) => throw null; - public virtual System.Dynamic.DynamicMetaObject BindGetMember(System.Dynamic.GetMemberBinder binder) => throw null; - public virtual System.Dynamic.DynamicMetaObject BindInvoke(System.Dynamic.InvokeBinder binder, System.Dynamic.DynamicMetaObject[] args) => throw null; - public virtual System.Dynamic.DynamicMetaObject BindInvokeMember(System.Dynamic.InvokeMemberBinder binder, System.Dynamic.DynamicMetaObject[] args) => throw null; - public virtual System.Dynamic.DynamicMetaObject BindSetIndex(System.Dynamic.SetIndexBinder binder, System.Dynamic.DynamicMetaObject[] indexes, System.Dynamic.DynamicMetaObject value) => throw null; - public virtual System.Dynamic.DynamicMetaObject BindSetMember(System.Dynamic.SetMemberBinder binder, System.Dynamic.DynamicMetaObject value) => throw null; - public virtual System.Dynamic.DynamicMetaObject BindUnaryOperation(System.Dynamic.UnaryOperationBinder binder) => throw null; - public static System.Dynamic.DynamicMetaObject Create(object value, System.Linq.Expressions.Expression expression) => throw null; - public DynamicMetaObject(System.Linq.Expressions.Expression expression, System.Dynamic.BindingRestrictions restrictions) => throw null; - public DynamicMetaObject(System.Linq.Expressions.Expression expression, System.Dynamic.BindingRestrictions restrictions, object value) => throw null; - public static readonly System.Dynamic.DynamicMetaObject[] EmptyMetaObjects; - public System.Linq.Expressions.Expression Expression { get => throw null; } - public virtual System.Collections.Generic.IEnumerable GetDynamicMemberNames() => throw null; - public bool HasValue { get => throw null; } - public System.Type LimitType { get => throw null; } - public System.Dynamic.BindingRestrictions Restrictions { get => throw null; } - public System.Type RuntimeType { get => throw null; } - public object Value { get => throw null; } - } - public abstract class DynamicMetaObjectBinder : System.Runtime.CompilerServices.CallSiteBinder - { - public abstract System.Dynamic.DynamicMetaObject Bind(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject[] args); - public override sealed System.Linq.Expressions.Expression Bind(object[] args, System.Collections.ObjectModel.ReadOnlyCollection parameters, System.Linq.Expressions.LabelTarget returnLabel) => throw null; - protected DynamicMetaObjectBinder() => throw null; - public System.Dynamic.DynamicMetaObject Defer(System.Dynamic.DynamicMetaObject target, params System.Dynamic.DynamicMetaObject[] args) => throw null; - public System.Dynamic.DynamicMetaObject Defer(params System.Dynamic.DynamicMetaObject[] args) => throw null; - public System.Linq.Expressions.Expression GetUpdateExpression(System.Type type) => throw null; - public virtual System.Type ReturnType { get => throw null; } - } - public class DynamicObject : System.Dynamic.IDynamicMetaObjectProvider - { - protected DynamicObject() => throw null; - public virtual System.Collections.Generic.IEnumerable GetDynamicMemberNames() => throw null; - public virtual System.Dynamic.DynamicMetaObject GetMetaObject(System.Linq.Expressions.Expression parameter) => throw null; - public virtual bool TryBinaryOperation(System.Dynamic.BinaryOperationBinder binder, object arg, out object result) => throw null; - public virtual bool TryConvert(System.Dynamic.ConvertBinder binder, out object result) => throw null; - public virtual bool TryCreateInstance(System.Dynamic.CreateInstanceBinder binder, object[] args, out object result) => throw null; - public virtual bool TryDeleteIndex(System.Dynamic.DeleteIndexBinder binder, object[] indexes) => throw null; - public virtual bool TryDeleteMember(System.Dynamic.DeleteMemberBinder binder) => throw null; - public virtual bool TryGetIndex(System.Dynamic.GetIndexBinder binder, object[] indexes, out object result) => throw null; - public virtual bool TryGetMember(System.Dynamic.GetMemberBinder binder, out object result) => throw null; - public virtual bool TryInvoke(System.Dynamic.InvokeBinder binder, object[] args, out object result) => throw null; - public virtual bool TryInvokeMember(System.Dynamic.InvokeMemberBinder binder, object[] args, out object result) => throw null; - public virtual bool TrySetIndex(System.Dynamic.SetIndexBinder binder, object[] indexes, object value) => throw null; - public virtual bool TrySetMember(System.Dynamic.SetMemberBinder binder, object value) => throw null; - public virtual bool TryUnaryOperation(System.Dynamic.UnaryOperationBinder binder, out object result) => throw null; - } - public sealed class ExpandoObject : System.Collections.Generic.ICollection>, System.Collections.Generic.IDictionary, System.Dynamic.IDynamicMetaObjectProvider, System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable, System.ComponentModel.INotifyPropertyChanged - { - void System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair item) => throw null; - void System.Collections.Generic.IDictionary.Add(string key, object value) => throw null; - void System.Collections.Generic.ICollection>.Clear() => throw null; - bool System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair item) => throw null; - bool System.Collections.Generic.IDictionary.ContainsKey(string key) => throw null; - void System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair[] array, int arrayIndex) => throw null; - int System.Collections.Generic.ICollection>.Count { get => throw null; } - public ExpandoObject() => throw null; - System.Collections.Generic.IEnumerator> System.Collections.Generic.IEnumerable>.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - System.Dynamic.DynamicMetaObject System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression parameter) => throw null; - bool System.Collections.Generic.ICollection>.IsReadOnly { get => throw null; } - object System.Collections.Generic.IDictionary.this[string key] { get => throw null; set { } } - System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Keys { get => throw null; } - event System.ComponentModel.PropertyChangedEventHandler System.ComponentModel.INotifyPropertyChanged.PropertyChanged { add { } remove { } } - bool System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair item) => throw null; - bool System.Collections.Generic.IDictionary.Remove(string key) => throw null; - bool System.Collections.Generic.IDictionary.TryGetValue(string key, out object value) => throw null; - System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Values { get => throw null; } - } - public abstract class GetIndexBinder : System.Dynamic.DynamicMetaObjectBinder - { - public override sealed System.Dynamic.DynamicMetaObject Bind(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject[] args) => throw null; - public System.Dynamic.CallInfo CallInfo { get => throw null; } - protected GetIndexBinder(System.Dynamic.CallInfo callInfo) => throw null; - public System.Dynamic.DynamicMetaObject FallbackGetIndex(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject[] indexes) => throw null; - public abstract System.Dynamic.DynamicMetaObject FallbackGetIndex(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject[] indexes, System.Dynamic.DynamicMetaObject errorSuggestion); - public override sealed System.Type ReturnType { get => throw null; } - } - public abstract class GetMemberBinder : System.Dynamic.DynamicMetaObjectBinder - { - public override sealed System.Dynamic.DynamicMetaObject Bind(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject[] args) => throw null; - protected GetMemberBinder(string name, bool ignoreCase) => throw null; - public System.Dynamic.DynamicMetaObject FallbackGetMember(System.Dynamic.DynamicMetaObject target) => throw null; - public abstract System.Dynamic.DynamicMetaObject FallbackGetMember(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject errorSuggestion); - public bool IgnoreCase { get => throw null; } - public string Name { get => throw null; } - public override sealed System.Type ReturnType { get => throw null; } - } - public interface IDynamicMetaObjectProvider - { - System.Dynamic.DynamicMetaObject GetMetaObject(System.Linq.Expressions.Expression parameter); - } - public interface IInvokeOnGetBinder - { - bool InvokeOnGet { get; } - } - public abstract class InvokeBinder : System.Dynamic.DynamicMetaObjectBinder - { - public override sealed System.Dynamic.DynamicMetaObject Bind(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject[] args) => throw null; - public System.Dynamic.CallInfo CallInfo { get => throw null; } - protected InvokeBinder(System.Dynamic.CallInfo callInfo) => throw null; - public System.Dynamic.DynamicMetaObject FallbackInvoke(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject[] args) => throw null; - public abstract System.Dynamic.DynamicMetaObject FallbackInvoke(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject[] args, System.Dynamic.DynamicMetaObject errorSuggestion); - public override sealed System.Type ReturnType { get => throw null; } - } - public abstract class InvokeMemberBinder : System.Dynamic.DynamicMetaObjectBinder - { - public override sealed System.Dynamic.DynamicMetaObject Bind(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject[] args) => throw null; - public System.Dynamic.CallInfo CallInfo { get => throw null; } - protected InvokeMemberBinder(string name, bool ignoreCase, System.Dynamic.CallInfo callInfo) => throw null; - public abstract System.Dynamic.DynamicMetaObject FallbackInvoke(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject[] args, System.Dynamic.DynamicMetaObject errorSuggestion); - public System.Dynamic.DynamicMetaObject FallbackInvokeMember(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject[] args) => throw null; - public abstract System.Dynamic.DynamicMetaObject FallbackInvokeMember(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject[] args, System.Dynamic.DynamicMetaObject errorSuggestion); - public bool IgnoreCase { get => throw null; } - public string Name { get => throw null; } - public override sealed System.Type ReturnType { get => throw null; } - } - public abstract class SetIndexBinder : System.Dynamic.DynamicMetaObjectBinder - { - public override sealed System.Dynamic.DynamicMetaObject Bind(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject[] args) => throw null; - public System.Dynamic.CallInfo CallInfo { get => throw null; } - protected SetIndexBinder(System.Dynamic.CallInfo callInfo) => throw null; - public System.Dynamic.DynamicMetaObject FallbackSetIndex(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject[] indexes, System.Dynamic.DynamicMetaObject value) => throw null; - public abstract System.Dynamic.DynamicMetaObject FallbackSetIndex(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject[] indexes, System.Dynamic.DynamicMetaObject value, System.Dynamic.DynamicMetaObject errorSuggestion); - public override sealed System.Type ReturnType { get => throw null; } - } - public abstract class SetMemberBinder : System.Dynamic.DynamicMetaObjectBinder - { - public override sealed System.Dynamic.DynamicMetaObject Bind(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject[] args) => throw null; - protected SetMemberBinder(string name, bool ignoreCase) => throw null; - public System.Dynamic.DynamicMetaObject FallbackSetMember(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject value) => throw null; - public abstract System.Dynamic.DynamicMetaObject FallbackSetMember(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject value, System.Dynamic.DynamicMetaObject errorSuggestion); - public bool IgnoreCase { get => throw null; } - public string Name { get => throw null; } - public override sealed System.Type ReturnType { get => throw null; } - } - public abstract class UnaryOperationBinder : System.Dynamic.DynamicMetaObjectBinder - { - public override sealed System.Dynamic.DynamicMetaObject Bind(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject[] args) => throw null; - protected UnaryOperationBinder(System.Linq.Expressions.ExpressionType operation) => throw null; - public System.Dynamic.DynamicMetaObject FallbackUnaryOperation(System.Dynamic.DynamicMetaObject target) => throw null; - public abstract System.Dynamic.DynamicMetaObject FallbackUnaryOperation(System.Dynamic.DynamicMetaObject target, System.Dynamic.DynamicMetaObject errorSuggestion); - public System.Linq.Expressions.ExpressionType Operation { get => throw null; } - public override sealed System.Type ReturnType { get => throw null; } - } - } - namespace Linq - { - namespace Expressions - { - public class BinaryExpression : System.Linq.Expressions.Expression - { - protected override System.Linq.Expressions.Expression Accept(System.Linq.Expressions.ExpressionVisitor visitor) => throw null; - public override bool CanReduce { get => throw null; } - public System.Linq.Expressions.LambdaExpression Conversion { get => throw null; } - public bool IsLifted { get => throw null; } - public bool IsLiftedToNull { get => throw null; } - public System.Linq.Expressions.Expression Left { get => throw null; } - public System.Reflection.MethodInfo Method { get => throw null; } - public override System.Linq.Expressions.Expression Reduce() => throw null; - public System.Linq.Expressions.Expression Right { get => throw null; } - public System.Linq.Expressions.BinaryExpression Update(System.Linq.Expressions.Expression left, System.Linq.Expressions.LambdaExpression conversion, System.Linq.Expressions.Expression right) => throw null; - } - public class BlockExpression : System.Linq.Expressions.Expression - { - protected override System.Linq.Expressions.Expression Accept(System.Linq.Expressions.ExpressionVisitor visitor) => throw null; - public System.Collections.ObjectModel.ReadOnlyCollection Expressions { get => throw null; } - public override sealed System.Linq.Expressions.ExpressionType NodeType { get => throw null; } - public System.Linq.Expressions.Expression Result { get => throw null; } - public override System.Type Type { get => throw null; } - public System.Linq.Expressions.BlockExpression Update(System.Collections.Generic.IEnumerable variables, System.Collections.Generic.IEnumerable expressions) => throw null; - public System.Collections.ObjectModel.ReadOnlyCollection Variables { get => throw null; } - } - public sealed class CatchBlock - { - public System.Linq.Expressions.Expression Body { get => throw null; } - public System.Linq.Expressions.Expression Filter { get => throw null; } - public System.Type Test { get => throw null; } - public override string ToString() => throw null; - public System.Linq.Expressions.CatchBlock Update(System.Linq.Expressions.ParameterExpression variable, System.Linq.Expressions.Expression filter, System.Linq.Expressions.Expression body) => throw null; - public System.Linq.Expressions.ParameterExpression Variable { get => throw null; } - } - public class ConditionalExpression : System.Linq.Expressions.Expression - { - protected override System.Linq.Expressions.Expression Accept(System.Linq.Expressions.ExpressionVisitor visitor) => throw null; - public System.Linq.Expressions.Expression IfFalse { get => throw null; } - public System.Linq.Expressions.Expression IfTrue { get => throw null; } - public override sealed System.Linq.Expressions.ExpressionType NodeType { get => throw null; } - public System.Linq.Expressions.Expression Test { get => throw null; } - public override System.Type Type { get => throw null; } - public System.Linq.Expressions.ConditionalExpression Update(System.Linq.Expressions.Expression test, System.Linq.Expressions.Expression ifTrue, System.Linq.Expressions.Expression ifFalse) => throw null; - } - public class ConstantExpression : System.Linq.Expressions.Expression - { - protected override System.Linq.Expressions.Expression Accept(System.Linq.Expressions.ExpressionVisitor visitor) => throw null; - public override sealed System.Linq.Expressions.ExpressionType NodeType { get => throw null; } - public override System.Type Type { get => throw null; } - public object Value { get => throw null; } - } - public class DebugInfoExpression : System.Linq.Expressions.Expression - { - protected override System.Linq.Expressions.Expression Accept(System.Linq.Expressions.ExpressionVisitor visitor) => throw null; - public System.Linq.Expressions.SymbolDocumentInfo Document { get => throw null; } - public virtual int EndColumn { get => throw null; } - public virtual int EndLine { get => throw null; } - public virtual bool IsClear { get => throw null; } - public override sealed System.Linq.Expressions.ExpressionType NodeType { get => throw null; } - public virtual int StartColumn { get => throw null; } - public virtual int StartLine { get => throw null; } - public override sealed System.Type Type { get => throw null; } - } - public sealed class DefaultExpression : System.Linq.Expressions.Expression - { - protected override System.Linq.Expressions.Expression Accept(System.Linq.Expressions.ExpressionVisitor visitor) => throw null; - public override sealed System.Linq.Expressions.ExpressionType NodeType { get => throw null; } - public override sealed System.Type Type { get => throw null; } - } - public class DynamicExpression : System.Linq.Expressions.Expression, System.Linq.Expressions.IArgumentProvider, System.Linq.Expressions.IDynamicExpression - { - protected override System.Linq.Expressions.Expression Accept(System.Linq.Expressions.ExpressionVisitor visitor) => throw null; - int System.Linq.Expressions.IArgumentProvider.ArgumentCount { get => throw null; } - public System.Collections.ObjectModel.ReadOnlyCollection Arguments { get => throw null; } - public System.Runtime.CompilerServices.CallSiteBinder Binder { get => throw null; } - object System.Linq.Expressions.IDynamicExpression.CreateCallSite() => throw null; - public System.Type DelegateType { get => throw null; } - public static System.Linq.Expressions.DynamicExpression Dynamic(System.Runtime.CompilerServices.CallSiteBinder binder, System.Type returnType, System.Collections.Generic.IEnumerable arguments) => throw null; - public static System.Linq.Expressions.DynamicExpression Dynamic(System.Runtime.CompilerServices.CallSiteBinder binder, System.Type returnType, System.Linq.Expressions.Expression arg0) => throw null; - public static System.Linq.Expressions.DynamicExpression Dynamic(System.Runtime.CompilerServices.CallSiteBinder binder, System.Type returnType, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1) => throw null; - public static System.Linq.Expressions.DynamicExpression Dynamic(System.Runtime.CompilerServices.CallSiteBinder binder, System.Type returnType, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1, System.Linq.Expressions.Expression arg2) => throw null; - public static System.Linq.Expressions.DynamicExpression Dynamic(System.Runtime.CompilerServices.CallSiteBinder binder, System.Type returnType, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1, System.Linq.Expressions.Expression arg2, System.Linq.Expressions.Expression arg3) => throw null; - public static System.Linq.Expressions.DynamicExpression Dynamic(System.Runtime.CompilerServices.CallSiteBinder binder, System.Type returnType, params System.Linq.Expressions.Expression[] arguments) => throw null; - System.Linq.Expressions.Expression System.Linq.Expressions.IArgumentProvider.GetArgument(int index) => throw null; - public static System.Linq.Expressions.DynamicExpression MakeDynamic(System.Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, System.Collections.Generic.IEnumerable arguments) => throw null; - public static System.Linq.Expressions.DynamicExpression MakeDynamic(System.Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, System.Linq.Expressions.Expression arg0) => throw null; - public static System.Linq.Expressions.DynamicExpression MakeDynamic(System.Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1) => throw null; - public static System.Linq.Expressions.DynamicExpression MakeDynamic(System.Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1, System.Linq.Expressions.Expression arg2) => throw null; - public static System.Linq.Expressions.DynamicExpression MakeDynamic(System.Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1, System.Linq.Expressions.Expression arg2, System.Linq.Expressions.Expression arg3) => throw null; - public static System.Linq.Expressions.DynamicExpression MakeDynamic(System.Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, params System.Linq.Expressions.Expression[] arguments) => throw null; - public override sealed System.Linq.Expressions.ExpressionType NodeType { get => throw null; } - System.Linq.Expressions.Expression System.Linq.Expressions.IDynamicExpression.Rewrite(System.Linq.Expressions.Expression[] args) => throw null; - public override System.Type Type { get => throw null; } - public System.Linq.Expressions.DynamicExpression Update(System.Collections.Generic.IEnumerable arguments) => throw null; - } - public abstract class DynamicExpressionVisitor : System.Linq.Expressions.ExpressionVisitor - { - protected DynamicExpressionVisitor() => throw null; - protected override System.Linq.Expressions.Expression VisitDynamic(System.Linq.Expressions.DynamicExpression node) => throw null; - } - public sealed class ElementInit : System.Linq.Expressions.IArgumentProvider - { - public System.Reflection.MethodInfo AddMethod { get => throw null; } - int System.Linq.Expressions.IArgumentProvider.ArgumentCount { get => throw null; } - public System.Collections.ObjectModel.ReadOnlyCollection Arguments { get => throw null; } - System.Linq.Expressions.Expression System.Linq.Expressions.IArgumentProvider.GetArgument(int index) => throw null; - public override string ToString() => throw null; - public System.Linq.Expressions.ElementInit Update(System.Collections.Generic.IEnumerable arguments) => throw null; - } - public abstract class Expression - { - protected virtual System.Linq.Expressions.Expression Accept(System.Linq.Expressions.ExpressionVisitor visitor) => throw null; - public static System.Linq.Expressions.BinaryExpression Add(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression Add(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression AddAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression AddAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression AddAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method, System.Linq.Expressions.LambdaExpression conversion) => throw null; - public static System.Linq.Expressions.BinaryExpression AddAssignChecked(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression AddAssignChecked(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression AddAssignChecked(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method, System.Linq.Expressions.LambdaExpression conversion) => throw null; - public static System.Linq.Expressions.BinaryExpression AddChecked(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression AddChecked(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression And(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression And(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression AndAlso(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression AndAlso(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression AndAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression AndAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression AndAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method, System.Linq.Expressions.LambdaExpression conversion) => throw null; - public static System.Linq.Expressions.IndexExpression ArrayAccess(System.Linq.Expressions.Expression array, System.Collections.Generic.IEnumerable indexes) => throw null; - public static System.Linq.Expressions.IndexExpression ArrayAccess(System.Linq.Expressions.Expression array, params System.Linq.Expressions.Expression[] indexes) => throw null; - public static System.Linq.Expressions.MethodCallExpression ArrayIndex(System.Linq.Expressions.Expression array, System.Collections.Generic.IEnumerable indexes) => throw null; - public static System.Linq.Expressions.BinaryExpression ArrayIndex(System.Linq.Expressions.Expression array, System.Linq.Expressions.Expression index) => throw null; - public static System.Linq.Expressions.MethodCallExpression ArrayIndex(System.Linq.Expressions.Expression array, params System.Linq.Expressions.Expression[] indexes) => throw null; - public static System.Linq.Expressions.UnaryExpression ArrayLength(System.Linq.Expressions.Expression array) => throw null; - public static System.Linq.Expressions.BinaryExpression Assign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.MemberAssignment Bind(System.Reflection.MemberInfo member, System.Linq.Expressions.Expression expression) => throw null; - public static System.Linq.Expressions.MemberAssignment Bind(System.Reflection.MethodInfo propertyAccessor, System.Linq.Expressions.Expression expression) => throw null; - public static System.Linq.Expressions.BlockExpression Block(System.Collections.Generic.IEnumerable expressions) => throw null; - public static System.Linq.Expressions.BlockExpression Block(System.Collections.Generic.IEnumerable variables, System.Collections.Generic.IEnumerable expressions) => throw null; - public static System.Linq.Expressions.BlockExpression Block(System.Collections.Generic.IEnumerable variables, params System.Linq.Expressions.Expression[] expressions) => throw null; - public static System.Linq.Expressions.BlockExpression Block(System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1) => throw null; - public static System.Linq.Expressions.BlockExpression Block(System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1, System.Linq.Expressions.Expression arg2) => throw null; - public static System.Linq.Expressions.BlockExpression Block(System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1, System.Linq.Expressions.Expression arg2, System.Linq.Expressions.Expression arg3) => throw null; - public static System.Linq.Expressions.BlockExpression Block(System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1, System.Linq.Expressions.Expression arg2, System.Linq.Expressions.Expression arg3, System.Linq.Expressions.Expression arg4) => throw null; - public static System.Linq.Expressions.BlockExpression Block(params System.Linq.Expressions.Expression[] expressions) => throw null; - public static System.Linq.Expressions.BlockExpression Block(System.Type type, System.Collections.Generic.IEnumerable expressions) => throw null; - public static System.Linq.Expressions.BlockExpression Block(System.Type type, System.Collections.Generic.IEnumerable variables, System.Collections.Generic.IEnumerable expressions) => throw null; - public static System.Linq.Expressions.BlockExpression Block(System.Type type, System.Collections.Generic.IEnumerable variables, params System.Linq.Expressions.Expression[] expressions) => throw null; - public static System.Linq.Expressions.BlockExpression Block(System.Type type, params System.Linq.Expressions.Expression[] expressions) => throw null; - public static System.Linq.Expressions.GotoExpression Break(System.Linq.Expressions.LabelTarget target) => throw null; - public static System.Linq.Expressions.GotoExpression Break(System.Linq.Expressions.LabelTarget target, System.Linq.Expressions.Expression value) => throw null; - public static System.Linq.Expressions.GotoExpression Break(System.Linq.Expressions.LabelTarget target, System.Linq.Expressions.Expression value, System.Type type) => throw null; - public static System.Linq.Expressions.GotoExpression Break(System.Linq.Expressions.LabelTarget target, System.Type type) => throw null; - public static System.Linq.Expressions.MethodCallExpression Call(System.Linq.Expressions.Expression instance, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.MethodCallExpression Call(System.Linq.Expressions.Expression instance, System.Reflection.MethodInfo method, System.Collections.Generic.IEnumerable arguments) => throw null; - public static System.Linq.Expressions.MethodCallExpression Call(System.Linq.Expressions.Expression instance, System.Reflection.MethodInfo method, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1) => throw null; - public static System.Linq.Expressions.MethodCallExpression Call(System.Linq.Expressions.Expression instance, System.Reflection.MethodInfo method, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1, System.Linq.Expressions.Expression arg2) => throw null; - public static System.Linq.Expressions.MethodCallExpression Call(System.Linq.Expressions.Expression instance, System.Reflection.MethodInfo method, params System.Linq.Expressions.Expression[] arguments) => throw null; - public static System.Linq.Expressions.MethodCallExpression Call(System.Linq.Expressions.Expression instance, string methodName, System.Type[] typeArguments, params System.Linq.Expressions.Expression[] arguments) => throw null; - public static System.Linq.Expressions.MethodCallExpression Call(System.Reflection.MethodInfo method, System.Collections.Generic.IEnumerable arguments) => throw null; - public static System.Linq.Expressions.MethodCallExpression Call(System.Reflection.MethodInfo method, System.Linq.Expressions.Expression arg0) => throw null; - public static System.Linq.Expressions.MethodCallExpression Call(System.Reflection.MethodInfo method, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1) => throw null; - public static System.Linq.Expressions.MethodCallExpression Call(System.Reflection.MethodInfo method, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1, System.Linq.Expressions.Expression arg2) => throw null; - public static System.Linq.Expressions.MethodCallExpression Call(System.Reflection.MethodInfo method, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1, System.Linq.Expressions.Expression arg2, System.Linq.Expressions.Expression arg3) => throw null; - public static System.Linq.Expressions.MethodCallExpression Call(System.Reflection.MethodInfo method, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1, System.Linq.Expressions.Expression arg2, System.Linq.Expressions.Expression arg3, System.Linq.Expressions.Expression arg4) => throw null; - public static System.Linq.Expressions.MethodCallExpression Call(System.Reflection.MethodInfo method, params System.Linq.Expressions.Expression[] arguments) => throw null; - public static System.Linq.Expressions.MethodCallExpression Call(System.Type type, string methodName, System.Type[] typeArguments, params System.Linq.Expressions.Expression[] arguments) => throw null; - public virtual bool CanReduce { get => throw null; } - public static System.Linq.Expressions.CatchBlock Catch(System.Linq.Expressions.ParameterExpression variable, System.Linq.Expressions.Expression body) => throw null; - public static System.Linq.Expressions.CatchBlock Catch(System.Linq.Expressions.ParameterExpression variable, System.Linq.Expressions.Expression body, System.Linq.Expressions.Expression filter) => throw null; - public static System.Linq.Expressions.CatchBlock Catch(System.Type type, System.Linq.Expressions.Expression body) => throw null; - public static System.Linq.Expressions.CatchBlock Catch(System.Type type, System.Linq.Expressions.Expression body, System.Linq.Expressions.Expression filter) => throw null; - public static System.Linq.Expressions.DebugInfoExpression ClearDebugInfo(System.Linq.Expressions.SymbolDocumentInfo document) => throw null; - public static System.Linq.Expressions.BinaryExpression Coalesce(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression Coalesce(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Linq.Expressions.LambdaExpression conversion) => throw null; - public static System.Linq.Expressions.ConditionalExpression Condition(System.Linq.Expressions.Expression test, System.Linq.Expressions.Expression ifTrue, System.Linq.Expressions.Expression ifFalse) => throw null; - public static System.Linq.Expressions.ConditionalExpression Condition(System.Linq.Expressions.Expression test, System.Linq.Expressions.Expression ifTrue, System.Linq.Expressions.Expression ifFalse, System.Type type) => throw null; - public static System.Linq.Expressions.ConstantExpression Constant(object value) => throw null; - public static System.Linq.Expressions.ConstantExpression Constant(object value, System.Type type) => throw null; - public static System.Linq.Expressions.GotoExpression Continue(System.Linq.Expressions.LabelTarget target) => throw null; - public static System.Linq.Expressions.GotoExpression Continue(System.Linq.Expressions.LabelTarget target, System.Type type) => throw null; - public static System.Linq.Expressions.UnaryExpression Convert(System.Linq.Expressions.Expression expression, System.Type type) => throw null; - public static System.Linq.Expressions.UnaryExpression Convert(System.Linq.Expressions.Expression expression, System.Type type, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.UnaryExpression ConvertChecked(System.Linq.Expressions.Expression expression, System.Type type) => throw null; - public static System.Linq.Expressions.UnaryExpression ConvertChecked(System.Linq.Expressions.Expression expression, System.Type type, System.Reflection.MethodInfo method) => throw null; - protected Expression() => throw null; - protected Expression(System.Linq.Expressions.ExpressionType nodeType, System.Type type) => throw null; - public static System.Linq.Expressions.DebugInfoExpression DebugInfo(System.Linq.Expressions.SymbolDocumentInfo document, int startLine, int startColumn, int endLine, int endColumn) => throw null; - public static System.Linq.Expressions.UnaryExpression Decrement(System.Linq.Expressions.Expression expression) => throw null; - public static System.Linq.Expressions.UnaryExpression Decrement(System.Linq.Expressions.Expression expression, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.DefaultExpression Default(System.Type type) => throw null; - public static System.Linq.Expressions.BinaryExpression Divide(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression Divide(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression DivideAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression DivideAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression DivideAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method, System.Linq.Expressions.LambdaExpression conversion) => throw null; - public static System.Linq.Expressions.DynamicExpression Dynamic(System.Runtime.CompilerServices.CallSiteBinder binder, System.Type returnType, System.Collections.Generic.IEnumerable arguments) => throw null; - public static System.Linq.Expressions.DynamicExpression Dynamic(System.Runtime.CompilerServices.CallSiteBinder binder, System.Type returnType, System.Linq.Expressions.Expression arg0) => throw null; - public static System.Linq.Expressions.DynamicExpression Dynamic(System.Runtime.CompilerServices.CallSiteBinder binder, System.Type returnType, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1) => throw null; - public static System.Linq.Expressions.DynamicExpression Dynamic(System.Runtime.CompilerServices.CallSiteBinder binder, System.Type returnType, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1, System.Linq.Expressions.Expression arg2) => throw null; - public static System.Linq.Expressions.DynamicExpression Dynamic(System.Runtime.CompilerServices.CallSiteBinder binder, System.Type returnType, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1, System.Linq.Expressions.Expression arg2, System.Linq.Expressions.Expression arg3) => throw null; - public static System.Linq.Expressions.DynamicExpression Dynamic(System.Runtime.CompilerServices.CallSiteBinder binder, System.Type returnType, params System.Linq.Expressions.Expression[] arguments) => throw null; - public static System.Linq.Expressions.ElementInit ElementInit(System.Reflection.MethodInfo addMethod, System.Collections.Generic.IEnumerable arguments) => throw null; - public static System.Linq.Expressions.ElementInit ElementInit(System.Reflection.MethodInfo addMethod, params System.Linq.Expressions.Expression[] arguments) => throw null; - public static System.Linq.Expressions.DefaultExpression Empty() => throw null; - public static System.Linq.Expressions.BinaryExpression Equal(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression Equal(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, bool liftToNull, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression ExclusiveOr(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression ExclusiveOr(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression ExclusiveOrAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression ExclusiveOrAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression ExclusiveOrAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method, System.Linq.Expressions.LambdaExpression conversion) => throw null; - public static System.Linq.Expressions.MemberExpression Field(System.Linq.Expressions.Expression expression, System.Reflection.FieldInfo field) => throw null; - public static System.Linq.Expressions.MemberExpression Field(System.Linq.Expressions.Expression expression, string fieldName) => throw null; - public static System.Linq.Expressions.MemberExpression Field(System.Linq.Expressions.Expression expression, System.Type type, string fieldName) => throw null; - public static System.Type GetActionType(params System.Type[] typeArgs) => throw null; - public static System.Type GetDelegateType(params System.Type[] typeArgs) => throw null; - public static System.Type GetFuncType(params System.Type[] typeArgs) => throw null; - public static System.Linq.Expressions.GotoExpression Goto(System.Linq.Expressions.LabelTarget target) => throw null; - public static System.Linq.Expressions.GotoExpression Goto(System.Linq.Expressions.LabelTarget target, System.Linq.Expressions.Expression value) => throw null; - public static System.Linq.Expressions.GotoExpression Goto(System.Linq.Expressions.LabelTarget target, System.Linq.Expressions.Expression value, System.Type type) => throw null; - public static System.Linq.Expressions.GotoExpression Goto(System.Linq.Expressions.LabelTarget target, System.Type type) => throw null; - public static System.Linq.Expressions.BinaryExpression GreaterThan(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression GreaterThan(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, bool liftToNull, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression GreaterThanOrEqual(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression GreaterThanOrEqual(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, bool liftToNull, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.ConditionalExpression IfThen(System.Linq.Expressions.Expression test, System.Linq.Expressions.Expression ifTrue) => throw null; - public static System.Linq.Expressions.ConditionalExpression IfThenElse(System.Linq.Expressions.Expression test, System.Linq.Expressions.Expression ifTrue, System.Linq.Expressions.Expression ifFalse) => throw null; - public static System.Linq.Expressions.UnaryExpression Increment(System.Linq.Expressions.Expression expression) => throw null; - public static System.Linq.Expressions.UnaryExpression Increment(System.Linq.Expressions.Expression expression, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.InvocationExpression Invoke(System.Linq.Expressions.Expression expression, System.Collections.Generic.IEnumerable arguments) => throw null; - public static System.Linq.Expressions.InvocationExpression Invoke(System.Linq.Expressions.Expression expression, params System.Linq.Expressions.Expression[] arguments) => throw null; - public static System.Linq.Expressions.UnaryExpression IsFalse(System.Linq.Expressions.Expression expression) => throw null; - public static System.Linq.Expressions.UnaryExpression IsFalse(System.Linq.Expressions.Expression expression, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.UnaryExpression IsTrue(System.Linq.Expressions.Expression expression) => throw null; - public static System.Linq.Expressions.UnaryExpression IsTrue(System.Linq.Expressions.Expression expression, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.LabelTarget Label() => throw null; - public static System.Linq.Expressions.LabelExpression Label(System.Linq.Expressions.LabelTarget target) => throw null; - public static System.Linq.Expressions.LabelExpression Label(System.Linq.Expressions.LabelTarget target, System.Linq.Expressions.Expression defaultValue) => throw null; - public static System.Linq.Expressions.LabelTarget Label(string name) => throw null; - public static System.Linq.Expressions.LabelTarget Label(System.Type type) => throw null; - public static System.Linq.Expressions.LabelTarget Label(System.Type type, string name) => throw null; - public static System.Linq.Expressions.LambdaExpression Lambda(System.Linq.Expressions.Expression body, bool tailCall, System.Collections.Generic.IEnumerable parameters) => throw null; - public static System.Linq.Expressions.LambdaExpression Lambda(System.Linq.Expressions.Expression body, bool tailCall, params System.Linq.Expressions.ParameterExpression[] parameters) => throw null; - public static System.Linq.Expressions.LambdaExpression Lambda(System.Linq.Expressions.Expression body, System.Collections.Generic.IEnumerable parameters) => throw null; - public static System.Linq.Expressions.LambdaExpression Lambda(System.Linq.Expressions.Expression body, params System.Linq.Expressions.ParameterExpression[] parameters) => throw null; - public static System.Linq.Expressions.LambdaExpression Lambda(System.Linq.Expressions.Expression body, string name, bool tailCall, System.Collections.Generic.IEnumerable parameters) => throw null; - public static System.Linq.Expressions.LambdaExpression Lambda(System.Linq.Expressions.Expression body, string name, System.Collections.Generic.IEnumerable parameters) => throw null; - public static System.Linq.Expressions.LambdaExpression Lambda(System.Type delegateType, System.Linq.Expressions.Expression body, bool tailCall, System.Collections.Generic.IEnumerable parameters) => throw null; - public static System.Linq.Expressions.LambdaExpression Lambda(System.Type delegateType, System.Linq.Expressions.Expression body, bool tailCall, params System.Linq.Expressions.ParameterExpression[] parameters) => throw null; - public static System.Linq.Expressions.LambdaExpression Lambda(System.Type delegateType, System.Linq.Expressions.Expression body, System.Collections.Generic.IEnumerable parameters) => throw null; - public static System.Linq.Expressions.LambdaExpression Lambda(System.Type delegateType, System.Linq.Expressions.Expression body, params System.Linq.Expressions.ParameterExpression[] parameters) => throw null; - public static System.Linq.Expressions.LambdaExpression Lambda(System.Type delegateType, System.Linq.Expressions.Expression body, string name, bool tailCall, System.Collections.Generic.IEnumerable parameters) => throw null; - public static System.Linq.Expressions.LambdaExpression Lambda(System.Type delegateType, System.Linq.Expressions.Expression body, string name, System.Collections.Generic.IEnumerable parameters) => throw null; - public static System.Linq.Expressions.Expression Lambda(System.Linq.Expressions.Expression body, bool tailCall, System.Collections.Generic.IEnumerable parameters) => throw null; - public static System.Linq.Expressions.Expression Lambda(System.Linq.Expressions.Expression body, bool tailCall, params System.Linq.Expressions.ParameterExpression[] parameters) => throw null; - public static System.Linq.Expressions.Expression Lambda(System.Linq.Expressions.Expression body, System.Collections.Generic.IEnumerable parameters) => throw null; - public static System.Linq.Expressions.Expression Lambda(System.Linq.Expressions.Expression body, params System.Linq.Expressions.ParameterExpression[] parameters) => throw null; - public static System.Linq.Expressions.Expression Lambda(System.Linq.Expressions.Expression body, string name, bool tailCall, System.Collections.Generic.IEnumerable parameters) => throw null; - public static System.Linq.Expressions.Expression Lambda(System.Linq.Expressions.Expression body, string name, System.Collections.Generic.IEnumerable parameters) => throw null; - public static System.Linq.Expressions.BinaryExpression LeftShift(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression LeftShift(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression LeftShiftAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression LeftShiftAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression LeftShiftAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method, System.Linq.Expressions.LambdaExpression conversion) => throw null; - public static System.Linq.Expressions.BinaryExpression LessThan(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression LessThan(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, bool liftToNull, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression LessThanOrEqual(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression LessThanOrEqual(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, bool liftToNull, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.MemberListBinding ListBind(System.Reflection.MemberInfo member, System.Collections.Generic.IEnumerable initializers) => throw null; - public static System.Linq.Expressions.MemberListBinding ListBind(System.Reflection.MemberInfo member, params System.Linq.Expressions.ElementInit[] initializers) => throw null; - public static System.Linq.Expressions.MemberListBinding ListBind(System.Reflection.MethodInfo propertyAccessor, System.Collections.Generic.IEnumerable initializers) => throw null; - public static System.Linq.Expressions.MemberListBinding ListBind(System.Reflection.MethodInfo propertyAccessor, params System.Linq.Expressions.ElementInit[] initializers) => throw null; - public static System.Linq.Expressions.ListInitExpression ListInit(System.Linq.Expressions.NewExpression newExpression, System.Collections.Generic.IEnumerable initializers) => throw null; - public static System.Linq.Expressions.ListInitExpression ListInit(System.Linq.Expressions.NewExpression newExpression, System.Collections.Generic.IEnumerable initializers) => throw null; - public static System.Linq.Expressions.ListInitExpression ListInit(System.Linq.Expressions.NewExpression newExpression, params System.Linq.Expressions.ElementInit[] initializers) => throw null; - public static System.Linq.Expressions.ListInitExpression ListInit(System.Linq.Expressions.NewExpression newExpression, params System.Linq.Expressions.Expression[] initializers) => throw null; - public static System.Linq.Expressions.ListInitExpression ListInit(System.Linq.Expressions.NewExpression newExpression, System.Reflection.MethodInfo addMethod, System.Collections.Generic.IEnumerable initializers) => throw null; - public static System.Linq.Expressions.ListInitExpression ListInit(System.Linq.Expressions.NewExpression newExpression, System.Reflection.MethodInfo addMethod, params System.Linq.Expressions.Expression[] initializers) => throw null; - public static System.Linq.Expressions.LoopExpression Loop(System.Linq.Expressions.Expression body) => throw null; - public static System.Linq.Expressions.LoopExpression Loop(System.Linq.Expressions.Expression body, System.Linq.Expressions.LabelTarget @break) => throw null; - public static System.Linq.Expressions.LoopExpression Loop(System.Linq.Expressions.Expression body, System.Linq.Expressions.LabelTarget @break, System.Linq.Expressions.LabelTarget @continue) => throw null; - public static System.Linq.Expressions.BinaryExpression MakeBinary(System.Linq.Expressions.ExpressionType binaryType, System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression MakeBinary(System.Linq.Expressions.ExpressionType binaryType, System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, bool liftToNull, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression MakeBinary(System.Linq.Expressions.ExpressionType binaryType, System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, bool liftToNull, System.Reflection.MethodInfo method, System.Linq.Expressions.LambdaExpression conversion) => throw null; - public static System.Linq.Expressions.CatchBlock MakeCatchBlock(System.Type type, System.Linq.Expressions.ParameterExpression variable, System.Linq.Expressions.Expression body, System.Linq.Expressions.Expression filter) => throw null; - public static System.Linq.Expressions.DynamicExpression MakeDynamic(System.Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, System.Collections.Generic.IEnumerable arguments) => throw null; - public static System.Linq.Expressions.DynamicExpression MakeDynamic(System.Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, System.Linq.Expressions.Expression arg0) => throw null; - public static System.Linq.Expressions.DynamicExpression MakeDynamic(System.Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1) => throw null; - public static System.Linq.Expressions.DynamicExpression MakeDynamic(System.Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1, System.Linq.Expressions.Expression arg2) => throw null; - public static System.Linq.Expressions.DynamicExpression MakeDynamic(System.Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1, System.Linq.Expressions.Expression arg2, System.Linq.Expressions.Expression arg3) => throw null; - public static System.Linq.Expressions.DynamicExpression MakeDynamic(System.Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, params System.Linq.Expressions.Expression[] arguments) => throw null; - public static System.Linq.Expressions.GotoExpression MakeGoto(System.Linq.Expressions.GotoExpressionKind kind, System.Linq.Expressions.LabelTarget target, System.Linq.Expressions.Expression value, System.Type type) => throw null; - public static System.Linq.Expressions.IndexExpression MakeIndex(System.Linq.Expressions.Expression instance, System.Reflection.PropertyInfo indexer, System.Collections.Generic.IEnumerable arguments) => throw null; - public static System.Linq.Expressions.MemberExpression MakeMemberAccess(System.Linq.Expressions.Expression expression, System.Reflection.MemberInfo member) => throw null; - public static System.Linq.Expressions.TryExpression MakeTry(System.Type type, System.Linq.Expressions.Expression body, System.Linq.Expressions.Expression @finally, System.Linq.Expressions.Expression fault, System.Collections.Generic.IEnumerable handlers) => throw null; - public static System.Linq.Expressions.UnaryExpression MakeUnary(System.Linq.Expressions.ExpressionType unaryType, System.Linq.Expressions.Expression operand, System.Type type) => throw null; - public static System.Linq.Expressions.UnaryExpression MakeUnary(System.Linq.Expressions.ExpressionType unaryType, System.Linq.Expressions.Expression operand, System.Type type, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.MemberMemberBinding MemberBind(System.Reflection.MemberInfo member, System.Collections.Generic.IEnumerable bindings) => throw null; - public static System.Linq.Expressions.MemberMemberBinding MemberBind(System.Reflection.MemberInfo member, params System.Linq.Expressions.MemberBinding[] bindings) => throw null; - public static System.Linq.Expressions.MemberMemberBinding MemberBind(System.Reflection.MethodInfo propertyAccessor, System.Collections.Generic.IEnumerable bindings) => throw null; - public static System.Linq.Expressions.MemberMemberBinding MemberBind(System.Reflection.MethodInfo propertyAccessor, params System.Linq.Expressions.MemberBinding[] bindings) => throw null; - public static System.Linq.Expressions.MemberInitExpression MemberInit(System.Linq.Expressions.NewExpression newExpression, System.Collections.Generic.IEnumerable bindings) => throw null; - public static System.Linq.Expressions.MemberInitExpression MemberInit(System.Linq.Expressions.NewExpression newExpression, params System.Linq.Expressions.MemberBinding[] bindings) => throw null; - public static System.Linq.Expressions.BinaryExpression Modulo(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression Modulo(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression ModuloAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression ModuloAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression ModuloAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method, System.Linq.Expressions.LambdaExpression conversion) => throw null; - public static System.Linq.Expressions.BinaryExpression Multiply(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression Multiply(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression MultiplyAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression MultiplyAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression MultiplyAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method, System.Linq.Expressions.LambdaExpression conversion) => throw null; - public static System.Linq.Expressions.BinaryExpression MultiplyAssignChecked(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression MultiplyAssignChecked(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression MultiplyAssignChecked(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method, System.Linq.Expressions.LambdaExpression conversion) => throw null; - public static System.Linq.Expressions.BinaryExpression MultiplyChecked(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression MultiplyChecked(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.UnaryExpression Negate(System.Linq.Expressions.Expression expression) => throw null; - public static System.Linq.Expressions.UnaryExpression Negate(System.Linq.Expressions.Expression expression, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.UnaryExpression NegateChecked(System.Linq.Expressions.Expression expression) => throw null; - public static System.Linq.Expressions.UnaryExpression NegateChecked(System.Linq.Expressions.Expression expression, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.NewExpression New(System.Reflection.ConstructorInfo constructor) => throw null; - public static System.Linq.Expressions.NewExpression New(System.Reflection.ConstructorInfo constructor, System.Collections.Generic.IEnumerable arguments) => throw null; - public static System.Linq.Expressions.NewExpression New(System.Reflection.ConstructorInfo constructor, System.Collections.Generic.IEnumerable arguments, System.Collections.Generic.IEnumerable members) => throw null; - public static System.Linq.Expressions.NewExpression New(System.Reflection.ConstructorInfo constructor, System.Collections.Generic.IEnumerable arguments, params System.Reflection.MemberInfo[] members) => throw null; - public static System.Linq.Expressions.NewExpression New(System.Reflection.ConstructorInfo constructor, params System.Linq.Expressions.Expression[] arguments) => throw null; - public static System.Linq.Expressions.NewExpression New(System.Type type) => throw null; - public static System.Linq.Expressions.NewArrayExpression NewArrayBounds(System.Type type, System.Collections.Generic.IEnumerable bounds) => throw null; - public static System.Linq.Expressions.NewArrayExpression NewArrayBounds(System.Type type, params System.Linq.Expressions.Expression[] bounds) => throw null; - public static System.Linq.Expressions.NewArrayExpression NewArrayInit(System.Type type, System.Collections.Generic.IEnumerable initializers) => throw null; - public static System.Linq.Expressions.NewArrayExpression NewArrayInit(System.Type type, params System.Linq.Expressions.Expression[] initializers) => throw null; - public virtual System.Linq.Expressions.ExpressionType NodeType { get => throw null; } - public static System.Linq.Expressions.UnaryExpression Not(System.Linq.Expressions.Expression expression) => throw null; - public static System.Linq.Expressions.UnaryExpression Not(System.Linq.Expressions.Expression expression, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression NotEqual(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression NotEqual(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, bool liftToNull, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.UnaryExpression OnesComplement(System.Linq.Expressions.Expression expression) => throw null; - public static System.Linq.Expressions.UnaryExpression OnesComplement(System.Linq.Expressions.Expression expression, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression Or(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression Or(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression OrAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression OrAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression OrAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method, System.Linq.Expressions.LambdaExpression conversion) => throw null; - public static System.Linq.Expressions.BinaryExpression OrElse(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression OrElse(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.ParameterExpression Parameter(System.Type type) => throw null; - public static System.Linq.Expressions.ParameterExpression Parameter(System.Type type, string name) => throw null; - public static System.Linq.Expressions.UnaryExpression PostDecrementAssign(System.Linq.Expressions.Expression expression) => throw null; - public static System.Linq.Expressions.UnaryExpression PostDecrementAssign(System.Linq.Expressions.Expression expression, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.UnaryExpression PostIncrementAssign(System.Linq.Expressions.Expression expression) => throw null; - public static System.Linq.Expressions.UnaryExpression PostIncrementAssign(System.Linq.Expressions.Expression expression, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression Power(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression Power(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression PowerAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression PowerAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression PowerAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method, System.Linq.Expressions.LambdaExpression conversion) => throw null; - public static System.Linq.Expressions.UnaryExpression PreDecrementAssign(System.Linq.Expressions.Expression expression) => throw null; - public static System.Linq.Expressions.UnaryExpression PreDecrementAssign(System.Linq.Expressions.Expression expression, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.UnaryExpression PreIncrementAssign(System.Linq.Expressions.Expression expression) => throw null; - public static System.Linq.Expressions.UnaryExpression PreIncrementAssign(System.Linq.Expressions.Expression expression, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.MemberExpression Property(System.Linq.Expressions.Expression expression, System.Reflection.MethodInfo propertyAccessor) => throw null; - public static System.Linq.Expressions.MemberExpression Property(System.Linq.Expressions.Expression expression, System.Reflection.PropertyInfo property) => throw null; - public static System.Linq.Expressions.IndexExpression Property(System.Linq.Expressions.Expression instance, System.Reflection.PropertyInfo indexer, System.Collections.Generic.IEnumerable arguments) => throw null; - public static System.Linq.Expressions.IndexExpression Property(System.Linq.Expressions.Expression instance, System.Reflection.PropertyInfo indexer, params System.Linq.Expressions.Expression[] arguments) => throw null; - public static System.Linq.Expressions.MemberExpression Property(System.Linq.Expressions.Expression expression, string propertyName) => throw null; - public static System.Linq.Expressions.IndexExpression Property(System.Linq.Expressions.Expression instance, string propertyName, params System.Linq.Expressions.Expression[] arguments) => throw null; - public static System.Linq.Expressions.MemberExpression Property(System.Linq.Expressions.Expression expression, System.Type type, string propertyName) => throw null; - public static System.Linq.Expressions.MemberExpression PropertyOrField(System.Linq.Expressions.Expression expression, string propertyOrFieldName) => throw null; - public static System.Linq.Expressions.UnaryExpression Quote(System.Linq.Expressions.Expression expression) => throw null; - public virtual System.Linq.Expressions.Expression Reduce() => throw null; - public System.Linq.Expressions.Expression ReduceAndCheck() => throw null; - public System.Linq.Expressions.Expression ReduceExtensions() => throw null; - public static System.Linq.Expressions.BinaryExpression ReferenceEqual(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression ReferenceNotEqual(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.UnaryExpression Rethrow() => throw null; - public static System.Linq.Expressions.UnaryExpression Rethrow(System.Type type) => throw null; - public static System.Linq.Expressions.GotoExpression Return(System.Linq.Expressions.LabelTarget target) => throw null; - public static System.Linq.Expressions.GotoExpression Return(System.Linq.Expressions.LabelTarget target, System.Linq.Expressions.Expression value) => throw null; - public static System.Linq.Expressions.GotoExpression Return(System.Linq.Expressions.LabelTarget target, System.Linq.Expressions.Expression value, System.Type type) => throw null; - public static System.Linq.Expressions.GotoExpression Return(System.Linq.Expressions.LabelTarget target, System.Type type) => throw null; - public static System.Linq.Expressions.BinaryExpression RightShift(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression RightShift(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression RightShiftAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression RightShiftAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression RightShiftAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method, System.Linq.Expressions.LambdaExpression conversion) => throw null; - public static System.Linq.Expressions.RuntimeVariablesExpression RuntimeVariables(System.Collections.Generic.IEnumerable variables) => throw null; - public static System.Linq.Expressions.RuntimeVariablesExpression RuntimeVariables(params System.Linq.Expressions.ParameterExpression[] variables) => throw null; - public static System.Linq.Expressions.BinaryExpression Subtract(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression Subtract(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression SubtractAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression SubtractAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression SubtractAssign(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method, System.Linq.Expressions.LambdaExpression conversion) => throw null; - public static System.Linq.Expressions.BinaryExpression SubtractAssignChecked(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression SubtractAssignChecked(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.BinaryExpression SubtractAssignChecked(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method, System.Linq.Expressions.LambdaExpression conversion) => throw null; - public static System.Linq.Expressions.BinaryExpression SubtractChecked(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) => throw null; - public static System.Linq.Expressions.BinaryExpression SubtractChecked(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.SwitchExpression Switch(System.Linq.Expressions.Expression switchValue, System.Linq.Expressions.Expression defaultBody, params System.Linq.Expressions.SwitchCase[] cases) => throw null; - public static System.Linq.Expressions.SwitchExpression Switch(System.Linq.Expressions.Expression switchValue, System.Linq.Expressions.Expression defaultBody, System.Reflection.MethodInfo comparison, System.Collections.Generic.IEnumerable cases) => throw null; - public static System.Linq.Expressions.SwitchExpression Switch(System.Linq.Expressions.Expression switchValue, System.Linq.Expressions.Expression defaultBody, System.Reflection.MethodInfo comparison, params System.Linq.Expressions.SwitchCase[] cases) => throw null; - public static System.Linq.Expressions.SwitchExpression Switch(System.Linq.Expressions.Expression switchValue, params System.Linq.Expressions.SwitchCase[] cases) => throw null; - public static System.Linq.Expressions.SwitchExpression Switch(System.Type type, System.Linq.Expressions.Expression switchValue, System.Linq.Expressions.Expression defaultBody, System.Reflection.MethodInfo comparison, System.Collections.Generic.IEnumerable cases) => throw null; - public static System.Linq.Expressions.SwitchExpression Switch(System.Type type, System.Linq.Expressions.Expression switchValue, System.Linq.Expressions.Expression defaultBody, System.Reflection.MethodInfo comparison, params System.Linq.Expressions.SwitchCase[] cases) => throw null; - public static System.Linq.Expressions.SwitchCase SwitchCase(System.Linq.Expressions.Expression body, System.Collections.Generic.IEnumerable testValues) => throw null; - public static System.Linq.Expressions.SwitchCase SwitchCase(System.Linq.Expressions.Expression body, params System.Linq.Expressions.Expression[] testValues) => throw null; - public static System.Linq.Expressions.SymbolDocumentInfo SymbolDocument(string fileName) => throw null; - public static System.Linq.Expressions.SymbolDocumentInfo SymbolDocument(string fileName, System.Guid language) => throw null; - public static System.Linq.Expressions.SymbolDocumentInfo SymbolDocument(string fileName, System.Guid language, System.Guid languageVendor) => throw null; - public static System.Linq.Expressions.SymbolDocumentInfo SymbolDocument(string fileName, System.Guid language, System.Guid languageVendor, System.Guid documentType) => throw null; - public static System.Linq.Expressions.UnaryExpression Throw(System.Linq.Expressions.Expression value) => throw null; - public static System.Linq.Expressions.UnaryExpression Throw(System.Linq.Expressions.Expression value, System.Type type) => throw null; - public override string ToString() => throw null; - public static System.Linq.Expressions.TryExpression TryCatch(System.Linq.Expressions.Expression body, params System.Linq.Expressions.CatchBlock[] handlers) => throw null; - public static System.Linq.Expressions.TryExpression TryCatchFinally(System.Linq.Expressions.Expression body, System.Linq.Expressions.Expression @finally, params System.Linq.Expressions.CatchBlock[] handlers) => throw null; - public static System.Linq.Expressions.TryExpression TryFault(System.Linq.Expressions.Expression body, System.Linq.Expressions.Expression fault) => throw null; - public static System.Linq.Expressions.TryExpression TryFinally(System.Linq.Expressions.Expression body, System.Linq.Expressions.Expression @finally) => throw null; - public static bool TryGetActionType(System.Type[] typeArgs, out System.Type actionType) => throw null; - public static bool TryGetFuncType(System.Type[] typeArgs, out System.Type funcType) => throw null; - public virtual System.Type Type { get => throw null; } - public static System.Linq.Expressions.UnaryExpression TypeAs(System.Linq.Expressions.Expression expression, System.Type type) => throw null; - public static System.Linq.Expressions.TypeBinaryExpression TypeEqual(System.Linq.Expressions.Expression expression, System.Type type) => throw null; - public static System.Linq.Expressions.TypeBinaryExpression TypeIs(System.Linq.Expressions.Expression expression, System.Type type) => throw null; - public static System.Linq.Expressions.UnaryExpression UnaryPlus(System.Linq.Expressions.Expression expression) => throw null; - public static System.Linq.Expressions.UnaryExpression UnaryPlus(System.Linq.Expressions.Expression expression, System.Reflection.MethodInfo method) => throw null; - public static System.Linq.Expressions.UnaryExpression Unbox(System.Linq.Expressions.Expression expression, System.Type type) => throw null; - public static System.Linq.Expressions.ParameterExpression Variable(System.Type type) => throw null; - public static System.Linq.Expressions.ParameterExpression Variable(System.Type type, string name) => throw null; - protected virtual System.Linq.Expressions.Expression VisitChildren(System.Linq.Expressions.ExpressionVisitor visitor) => throw null; - } - public sealed class Expression : System.Linq.Expressions.LambdaExpression - { - protected override System.Linq.Expressions.Expression Accept(System.Linq.Expressions.ExpressionVisitor visitor) => throw null; - public TDelegate Compile() => throw null; - public TDelegate Compile(bool preferInterpretation) => throw null; - public TDelegate Compile(System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) => throw null; - public System.Linq.Expressions.Expression Update(System.Linq.Expressions.Expression body, System.Collections.Generic.IEnumerable parameters) => throw null; - } - public enum ExpressionType - { - Add = 0, - AddChecked = 1, - And = 2, - AndAlso = 3, - ArrayLength = 4, - ArrayIndex = 5, - Call = 6, - Coalesce = 7, - Conditional = 8, - Constant = 9, - Convert = 10, - ConvertChecked = 11, - Divide = 12, - Equal = 13, - ExclusiveOr = 14, - GreaterThan = 15, - GreaterThanOrEqual = 16, - Invoke = 17, - Lambda = 18, - LeftShift = 19, - LessThan = 20, - LessThanOrEqual = 21, - ListInit = 22, - MemberAccess = 23, - MemberInit = 24, - Modulo = 25, - Multiply = 26, - MultiplyChecked = 27, - Negate = 28, - UnaryPlus = 29, - NegateChecked = 30, - New = 31, - NewArrayInit = 32, - NewArrayBounds = 33, - Not = 34, - NotEqual = 35, - Or = 36, - OrElse = 37, - Parameter = 38, - Power = 39, - Quote = 40, - RightShift = 41, - Subtract = 42, - SubtractChecked = 43, - TypeAs = 44, - TypeIs = 45, - Assign = 46, - Block = 47, - DebugInfo = 48, - Decrement = 49, - Dynamic = 50, - Default = 51, - Extension = 52, - Goto = 53, - Increment = 54, - Index = 55, - Label = 56, - RuntimeVariables = 57, - Loop = 58, - Switch = 59, - Throw = 60, - Try = 61, - Unbox = 62, - AddAssign = 63, - AndAssign = 64, - DivideAssign = 65, - ExclusiveOrAssign = 66, - LeftShiftAssign = 67, - ModuloAssign = 68, - MultiplyAssign = 69, - OrAssign = 70, - PowerAssign = 71, - RightShiftAssign = 72, - SubtractAssign = 73, - AddAssignChecked = 74, - MultiplyAssignChecked = 75, - SubtractAssignChecked = 76, - PreIncrementAssign = 77, - PreDecrementAssign = 78, - PostIncrementAssign = 79, - PostDecrementAssign = 80, - TypeEqual = 81, - OnesComplement = 82, - IsTrue = 83, - IsFalse = 84, - } - public abstract class ExpressionVisitor - { - protected ExpressionVisitor() => throw null; - public System.Collections.ObjectModel.ReadOnlyCollection Visit(System.Collections.ObjectModel.ReadOnlyCollection nodes) => throw null; - public virtual System.Linq.Expressions.Expression Visit(System.Linq.Expressions.Expression node) => throw null; - public static System.Collections.ObjectModel.ReadOnlyCollection Visit(System.Collections.ObjectModel.ReadOnlyCollection nodes, System.Func elementVisitor) => throw null; - public System.Collections.ObjectModel.ReadOnlyCollection VisitAndConvert(System.Collections.ObjectModel.ReadOnlyCollection nodes, string callerName) where T : System.Linq.Expressions.Expression => throw null; - public T VisitAndConvert(T node, string callerName) where T : System.Linq.Expressions.Expression => throw null; - protected virtual System.Linq.Expressions.Expression VisitBinary(System.Linq.Expressions.BinaryExpression node) => throw null; - protected virtual System.Linq.Expressions.Expression VisitBlock(System.Linq.Expressions.BlockExpression node) => throw null; - protected virtual System.Linq.Expressions.CatchBlock VisitCatchBlock(System.Linq.Expressions.CatchBlock node) => throw null; - protected virtual System.Linq.Expressions.Expression VisitConditional(System.Linq.Expressions.ConditionalExpression node) => throw null; - protected virtual System.Linq.Expressions.Expression VisitConstant(System.Linq.Expressions.ConstantExpression node) => throw null; - protected virtual System.Linq.Expressions.Expression VisitDebugInfo(System.Linq.Expressions.DebugInfoExpression node) => throw null; - protected virtual System.Linq.Expressions.Expression VisitDefault(System.Linq.Expressions.DefaultExpression node) => throw null; - protected virtual System.Linq.Expressions.Expression VisitDynamic(System.Linq.Expressions.DynamicExpression node) => throw null; - protected virtual System.Linq.Expressions.ElementInit VisitElementInit(System.Linq.Expressions.ElementInit node) => throw null; - protected virtual System.Linq.Expressions.Expression VisitExtension(System.Linq.Expressions.Expression node) => throw null; - protected virtual System.Linq.Expressions.Expression VisitGoto(System.Linq.Expressions.GotoExpression node) => throw null; - protected virtual System.Linq.Expressions.Expression VisitIndex(System.Linq.Expressions.IndexExpression node) => throw null; - protected virtual System.Linq.Expressions.Expression VisitInvocation(System.Linq.Expressions.InvocationExpression node) => throw null; - protected virtual System.Linq.Expressions.Expression VisitLabel(System.Linq.Expressions.LabelExpression node) => throw null; - protected virtual System.Linq.Expressions.LabelTarget VisitLabelTarget(System.Linq.Expressions.LabelTarget node) => throw null; - protected virtual System.Linq.Expressions.Expression VisitLambda(System.Linq.Expressions.Expression node) => throw null; - protected virtual System.Linq.Expressions.Expression VisitListInit(System.Linq.Expressions.ListInitExpression node) => throw null; - protected virtual System.Linq.Expressions.Expression VisitLoop(System.Linq.Expressions.LoopExpression node) => throw null; - protected virtual System.Linq.Expressions.Expression VisitMember(System.Linq.Expressions.MemberExpression node) => throw null; - protected virtual System.Linq.Expressions.MemberAssignment VisitMemberAssignment(System.Linq.Expressions.MemberAssignment node) => throw null; - protected virtual System.Linq.Expressions.MemberBinding VisitMemberBinding(System.Linq.Expressions.MemberBinding node) => throw null; - protected virtual System.Linq.Expressions.Expression VisitMemberInit(System.Linq.Expressions.MemberInitExpression node) => throw null; - protected virtual System.Linq.Expressions.MemberListBinding VisitMemberListBinding(System.Linq.Expressions.MemberListBinding node) => throw null; - protected virtual System.Linq.Expressions.MemberMemberBinding VisitMemberMemberBinding(System.Linq.Expressions.MemberMemberBinding node) => throw null; - protected virtual System.Linq.Expressions.Expression VisitMethodCall(System.Linq.Expressions.MethodCallExpression node) => throw null; - protected virtual System.Linq.Expressions.Expression VisitNew(System.Linq.Expressions.NewExpression node) => throw null; - protected virtual System.Linq.Expressions.Expression VisitNewArray(System.Linq.Expressions.NewArrayExpression node) => throw null; - protected virtual System.Linq.Expressions.Expression VisitParameter(System.Linq.Expressions.ParameterExpression node) => throw null; - protected virtual System.Linq.Expressions.Expression VisitRuntimeVariables(System.Linq.Expressions.RuntimeVariablesExpression node) => throw null; - protected virtual System.Linq.Expressions.Expression VisitSwitch(System.Linq.Expressions.SwitchExpression node) => throw null; - protected virtual System.Linq.Expressions.SwitchCase VisitSwitchCase(System.Linq.Expressions.SwitchCase node) => throw null; - protected virtual System.Linq.Expressions.Expression VisitTry(System.Linq.Expressions.TryExpression node) => throw null; - protected virtual System.Linq.Expressions.Expression VisitTypeBinary(System.Linq.Expressions.TypeBinaryExpression node) => throw null; - protected virtual System.Linq.Expressions.Expression VisitUnary(System.Linq.Expressions.UnaryExpression node) => throw null; - } - public sealed class GotoExpression : System.Linq.Expressions.Expression - { - protected override System.Linq.Expressions.Expression Accept(System.Linq.Expressions.ExpressionVisitor visitor) => throw null; - public System.Linq.Expressions.GotoExpressionKind Kind { get => throw null; } - public override sealed System.Linq.Expressions.ExpressionType NodeType { get => throw null; } - public System.Linq.Expressions.LabelTarget Target { get => throw null; } - public override sealed System.Type Type { get => throw null; } - public System.Linq.Expressions.GotoExpression Update(System.Linq.Expressions.LabelTarget target, System.Linq.Expressions.Expression value) => throw null; - public System.Linq.Expressions.Expression Value { get => throw null; } - } - public enum GotoExpressionKind - { - Goto = 0, - Return = 1, - Break = 2, - Continue = 3, - } - public interface IArgumentProvider - { - int ArgumentCount { get; } - System.Linq.Expressions.Expression GetArgument(int index); - } - public interface IDynamicExpression : System.Linq.Expressions.IArgumentProvider - { - object CreateCallSite(); - System.Type DelegateType { get; } - System.Linq.Expressions.Expression Rewrite(System.Linq.Expressions.Expression[] args); - } - public sealed class IndexExpression : System.Linq.Expressions.Expression, System.Linq.Expressions.IArgumentProvider - { - protected override System.Linq.Expressions.Expression Accept(System.Linq.Expressions.ExpressionVisitor visitor) => throw null; - int System.Linq.Expressions.IArgumentProvider.ArgumentCount { get => throw null; } - public System.Collections.ObjectModel.ReadOnlyCollection Arguments { get => throw null; } - System.Linq.Expressions.Expression System.Linq.Expressions.IArgumentProvider.GetArgument(int index) => throw null; - public System.Reflection.PropertyInfo Indexer { get => throw null; } - public override sealed System.Linq.Expressions.ExpressionType NodeType { get => throw null; } - public System.Linq.Expressions.Expression Object { get => throw null; } - public override sealed System.Type Type { get => throw null; } - public System.Linq.Expressions.IndexExpression Update(System.Linq.Expressions.Expression @object, System.Collections.Generic.IEnumerable arguments) => throw null; - } - public sealed class InvocationExpression : System.Linq.Expressions.Expression, System.Linq.Expressions.IArgumentProvider - { - protected override System.Linq.Expressions.Expression Accept(System.Linq.Expressions.ExpressionVisitor visitor) => throw null; - int System.Linq.Expressions.IArgumentProvider.ArgumentCount { get => throw null; } - public System.Collections.ObjectModel.ReadOnlyCollection Arguments { get => throw null; } - public System.Linq.Expressions.Expression Expression { get => throw null; } - System.Linq.Expressions.Expression System.Linq.Expressions.IArgumentProvider.GetArgument(int index) => throw null; - public override sealed System.Linq.Expressions.ExpressionType NodeType { get => throw null; } - public override sealed System.Type Type { get => throw null; } - public System.Linq.Expressions.InvocationExpression Update(System.Linq.Expressions.Expression expression, System.Collections.Generic.IEnumerable arguments) => throw null; - } - public sealed class LabelExpression : System.Linq.Expressions.Expression - { - protected override System.Linq.Expressions.Expression Accept(System.Linq.Expressions.ExpressionVisitor visitor) => throw null; - public System.Linq.Expressions.Expression DefaultValue { get => throw null; } - public override sealed System.Linq.Expressions.ExpressionType NodeType { get => throw null; } - public System.Linq.Expressions.LabelTarget Target { get => throw null; } - public override sealed System.Type Type { get => throw null; } - public System.Linq.Expressions.LabelExpression Update(System.Linq.Expressions.LabelTarget target, System.Linq.Expressions.Expression defaultValue) => throw null; - } - public sealed class LabelTarget - { - public string Name { get => throw null; } - public override string ToString() => throw null; - public System.Type Type { get => throw null; } - } - public abstract class LambdaExpression : System.Linq.Expressions.Expression - { - public System.Linq.Expressions.Expression Body { get => throw null; } - public System.Delegate Compile() => throw null; - public System.Delegate Compile(bool preferInterpretation) => throw null; - public System.Delegate Compile(System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) => throw null; - public string Name { get => throw null; } - public override sealed System.Linq.Expressions.ExpressionType NodeType { get => throw null; } - public System.Collections.ObjectModel.ReadOnlyCollection Parameters { get => throw null; } - public System.Type ReturnType { get => throw null; } - public bool TailCall { get => throw null; } - public override sealed System.Type Type { get => throw null; } - } - public sealed class ListInitExpression : System.Linq.Expressions.Expression - { - protected override System.Linq.Expressions.Expression Accept(System.Linq.Expressions.ExpressionVisitor visitor) => throw null; - public override bool CanReduce { get => throw null; } - public System.Collections.ObjectModel.ReadOnlyCollection Initializers { get => throw null; } - public System.Linq.Expressions.NewExpression NewExpression { get => throw null; } - public override sealed System.Linq.Expressions.ExpressionType NodeType { get => throw null; } - public override System.Linq.Expressions.Expression Reduce() => throw null; - public override sealed System.Type Type { get => throw null; } - public System.Linq.Expressions.ListInitExpression Update(System.Linq.Expressions.NewExpression newExpression, System.Collections.Generic.IEnumerable initializers) => throw null; - } - public sealed class LoopExpression : System.Linq.Expressions.Expression - { - protected override System.Linq.Expressions.Expression Accept(System.Linq.Expressions.ExpressionVisitor visitor) => throw null; - public System.Linq.Expressions.Expression Body { get => throw null; } - public System.Linq.Expressions.LabelTarget BreakLabel { get => throw null; } - public System.Linq.Expressions.LabelTarget ContinueLabel { get => throw null; } - public override sealed System.Linq.Expressions.ExpressionType NodeType { get => throw null; } - public override sealed System.Type Type { get => throw null; } - public System.Linq.Expressions.LoopExpression Update(System.Linq.Expressions.LabelTarget breakLabel, System.Linq.Expressions.LabelTarget continueLabel, System.Linq.Expressions.Expression body) => throw null; - } - public sealed class MemberAssignment : System.Linq.Expressions.MemberBinding - { - public System.Linq.Expressions.Expression Expression { get => throw null; } - public System.Linq.Expressions.MemberAssignment Update(System.Linq.Expressions.Expression expression) => throw null; - internal MemberAssignment() : base(default(System.Linq.Expressions.MemberBindingType), default(System.Reflection.MemberInfo)) { } - } - public abstract class MemberBinding - { - public System.Linq.Expressions.MemberBindingType BindingType { get => throw null; } - protected MemberBinding(System.Linq.Expressions.MemberBindingType type, System.Reflection.MemberInfo member) => throw null; - public System.Reflection.MemberInfo Member { get => throw null; } - public override string ToString() => throw null; - } - public enum MemberBindingType - { - Assignment = 0, - MemberBinding = 1, - ListBinding = 2, - } - public class MemberExpression : System.Linq.Expressions.Expression - { - protected override System.Linq.Expressions.Expression Accept(System.Linq.Expressions.ExpressionVisitor visitor) => throw null; - public System.Linq.Expressions.Expression Expression { get => throw null; } - public System.Reflection.MemberInfo Member { get => throw null; } - public override sealed System.Linq.Expressions.ExpressionType NodeType { get => throw null; } - public System.Linq.Expressions.MemberExpression Update(System.Linq.Expressions.Expression expression) => throw null; - } - public sealed class MemberInitExpression : System.Linq.Expressions.Expression - { - protected override System.Linq.Expressions.Expression Accept(System.Linq.Expressions.ExpressionVisitor visitor) => throw null; - public System.Collections.ObjectModel.ReadOnlyCollection Bindings { get => throw null; } - public override bool CanReduce { get => throw null; } - public System.Linq.Expressions.NewExpression NewExpression { get => throw null; } - public override sealed System.Linq.Expressions.ExpressionType NodeType { get => throw null; } - public override System.Linq.Expressions.Expression Reduce() => throw null; - public override sealed System.Type Type { get => throw null; } - public System.Linq.Expressions.MemberInitExpression Update(System.Linq.Expressions.NewExpression newExpression, System.Collections.Generic.IEnumerable bindings) => throw null; - } - public sealed class MemberListBinding : System.Linq.Expressions.MemberBinding - { - public System.Collections.ObjectModel.ReadOnlyCollection Initializers { get => throw null; } - public System.Linq.Expressions.MemberListBinding Update(System.Collections.Generic.IEnumerable initializers) => throw null; - internal MemberListBinding() : base(default(System.Linq.Expressions.MemberBindingType), default(System.Reflection.MemberInfo)) { } - } - public sealed class MemberMemberBinding : System.Linq.Expressions.MemberBinding - { - public System.Collections.ObjectModel.ReadOnlyCollection Bindings { get => throw null; } - public System.Linq.Expressions.MemberMemberBinding Update(System.Collections.Generic.IEnumerable bindings) => throw null; - internal MemberMemberBinding() : base(default(System.Linq.Expressions.MemberBindingType), default(System.Reflection.MemberInfo)) { } - } - public class MethodCallExpression : System.Linq.Expressions.Expression, System.Linq.Expressions.IArgumentProvider - { - protected override System.Linq.Expressions.Expression Accept(System.Linq.Expressions.ExpressionVisitor visitor) => throw null; - int System.Linq.Expressions.IArgumentProvider.ArgumentCount { get => throw null; } - public System.Collections.ObjectModel.ReadOnlyCollection Arguments { get => throw null; } - System.Linq.Expressions.Expression System.Linq.Expressions.IArgumentProvider.GetArgument(int index) => throw null; - public System.Reflection.MethodInfo Method { get => throw null; } - public override sealed System.Linq.Expressions.ExpressionType NodeType { get => throw null; } - public System.Linq.Expressions.Expression Object { get => throw null; } - public override sealed System.Type Type { get => throw null; } - public System.Linq.Expressions.MethodCallExpression Update(System.Linq.Expressions.Expression @object, System.Collections.Generic.IEnumerable arguments) => throw null; - } - public class NewArrayExpression : System.Linq.Expressions.Expression - { - protected override System.Linq.Expressions.Expression Accept(System.Linq.Expressions.ExpressionVisitor visitor) => throw null; - public System.Collections.ObjectModel.ReadOnlyCollection Expressions { get => throw null; } - public override sealed System.Type Type { get => throw null; } - public System.Linq.Expressions.NewArrayExpression Update(System.Collections.Generic.IEnumerable expressions) => throw null; - } - public class NewExpression : System.Linq.Expressions.Expression, System.Linq.Expressions.IArgumentProvider - { - protected override System.Linq.Expressions.Expression Accept(System.Linq.Expressions.ExpressionVisitor visitor) => throw null; - int System.Linq.Expressions.IArgumentProvider.ArgumentCount { get => throw null; } - public System.Collections.ObjectModel.ReadOnlyCollection Arguments { get => throw null; } - public System.Reflection.ConstructorInfo Constructor { get => throw null; } - System.Linq.Expressions.Expression System.Linq.Expressions.IArgumentProvider.GetArgument(int index) => throw null; - public System.Collections.ObjectModel.ReadOnlyCollection Members { get => throw null; } - public override sealed System.Linq.Expressions.ExpressionType NodeType { get => throw null; } - public override System.Type Type { get => throw null; } - public System.Linq.Expressions.NewExpression Update(System.Collections.Generic.IEnumerable arguments) => throw null; - } - public class ParameterExpression : System.Linq.Expressions.Expression - { - protected override System.Linq.Expressions.Expression Accept(System.Linq.Expressions.ExpressionVisitor visitor) => throw null; - public bool IsByRef { get => throw null; } - public string Name { get => throw null; } - public override sealed System.Linq.Expressions.ExpressionType NodeType { get => throw null; } - public override System.Type Type { get => throw null; } - } - public sealed class RuntimeVariablesExpression : System.Linq.Expressions.Expression - { - protected override System.Linq.Expressions.Expression Accept(System.Linq.Expressions.ExpressionVisitor visitor) => throw null; - public override sealed System.Linq.Expressions.ExpressionType NodeType { get => throw null; } - public override sealed System.Type Type { get => throw null; } - public System.Linq.Expressions.RuntimeVariablesExpression Update(System.Collections.Generic.IEnumerable variables) => throw null; - public System.Collections.ObjectModel.ReadOnlyCollection Variables { get => throw null; } - } - public sealed class SwitchCase - { - public System.Linq.Expressions.Expression Body { get => throw null; } - public System.Collections.ObjectModel.ReadOnlyCollection TestValues { get => throw null; } - public override string ToString() => throw null; - public System.Linq.Expressions.SwitchCase Update(System.Collections.Generic.IEnumerable testValues, System.Linq.Expressions.Expression body) => throw null; - } - public sealed class SwitchExpression : System.Linq.Expressions.Expression - { - protected override System.Linq.Expressions.Expression Accept(System.Linq.Expressions.ExpressionVisitor visitor) => throw null; - public System.Collections.ObjectModel.ReadOnlyCollection Cases { get => throw null; } - public System.Reflection.MethodInfo Comparison { get => throw null; } - public System.Linq.Expressions.Expression DefaultBody { get => throw null; } - public override sealed System.Linq.Expressions.ExpressionType NodeType { get => throw null; } - public System.Linq.Expressions.Expression SwitchValue { get => throw null; } - public override sealed System.Type Type { get => throw null; } - public System.Linq.Expressions.SwitchExpression Update(System.Linq.Expressions.Expression switchValue, System.Collections.Generic.IEnumerable cases, System.Linq.Expressions.Expression defaultBody) => throw null; - } - public class SymbolDocumentInfo - { - public virtual System.Guid DocumentType { get => throw null; } - public string FileName { get => throw null; } - public virtual System.Guid Language { get => throw null; } - public virtual System.Guid LanguageVendor { get => throw null; } - } - public sealed class TryExpression : System.Linq.Expressions.Expression - { - protected override System.Linq.Expressions.Expression Accept(System.Linq.Expressions.ExpressionVisitor visitor) => throw null; - public System.Linq.Expressions.Expression Body { get => throw null; } - public System.Linq.Expressions.Expression Fault { get => throw null; } - public System.Linq.Expressions.Expression Finally { get => throw null; } - public System.Collections.ObjectModel.ReadOnlyCollection Handlers { get => throw null; } - public override sealed System.Linq.Expressions.ExpressionType NodeType { get => throw null; } - public override sealed System.Type Type { get => throw null; } - public System.Linq.Expressions.TryExpression Update(System.Linq.Expressions.Expression body, System.Collections.Generic.IEnumerable handlers, System.Linq.Expressions.Expression @finally, System.Linq.Expressions.Expression fault) => throw null; - } - public sealed class TypeBinaryExpression : System.Linq.Expressions.Expression - { - protected override System.Linq.Expressions.Expression Accept(System.Linq.Expressions.ExpressionVisitor visitor) => throw null; - public System.Linq.Expressions.Expression Expression { get => throw null; } - public override sealed System.Linq.Expressions.ExpressionType NodeType { get => throw null; } - public override sealed System.Type Type { get => throw null; } - public System.Type TypeOperand { get => throw null; } - public System.Linq.Expressions.TypeBinaryExpression Update(System.Linq.Expressions.Expression expression) => throw null; - } - public sealed class UnaryExpression : System.Linq.Expressions.Expression - { - protected override System.Linq.Expressions.Expression Accept(System.Linq.Expressions.ExpressionVisitor visitor) => throw null; - public override bool CanReduce { get => throw null; } - public bool IsLifted { get => throw null; } - public bool IsLiftedToNull { get => throw null; } - public System.Reflection.MethodInfo Method { get => throw null; } - public override sealed System.Linq.Expressions.ExpressionType NodeType { get => throw null; } - public System.Linq.Expressions.Expression Operand { get => throw null; } - public override System.Linq.Expressions.Expression Reduce() => throw null; - public override sealed System.Type Type { get => throw null; } - public System.Linq.Expressions.UnaryExpression Update(System.Linq.Expressions.Expression operand) => throw null; - } - } - public interface IOrderedQueryable : System.Collections.IEnumerable, System.Linq.IQueryable - { - } - public interface IOrderedQueryable : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Linq.IOrderedQueryable, System.Linq.IQueryable, System.Linq.IQueryable - { - } - public interface IQueryable : System.Collections.IEnumerable - { - System.Type ElementType { get; } - System.Linq.Expressions.Expression Expression { get; } - System.Linq.IQueryProvider Provider { get; } - } - public interface IQueryable : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Linq.IQueryable - { - } - public interface IQueryProvider - { - System.Linq.IQueryable CreateQuery(System.Linq.Expressions.Expression expression); - System.Linq.IQueryable CreateQuery(System.Linq.Expressions.Expression expression); - object Execute(System.Linq.Expressions.Expression expression); - TResult Execute(System.Linq.Expressions.Expression expression); - } - } - namespace Runtime - { - namespace CompilerServices - { - public class CallSite - { - public System.Runtime.CompilerServices.CallSiteBinder Binder { get => throw null; } - public static System.Runtime.CompilerServices.CallSite Create(System.Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder) => throw null; - } - public class CallSite : System.Runtime.CompilerServices.CallSite where T : class - { - public static System.Runtime.CompilerServices.CallSite Create(System.Runtime.CompilerServices.CallSiteBinder binder) => throw null; - public T Target; - public T Update { get => throw null; } - } - public abstract class CallSiteBinder - { - public abstract System.Linq.Expressions.Expression Bind(object[] args, System.Collections.ObjectModel.ReadOnlyCollection parameters, System.Linq.Expressions.LabelTarget returnLabel); - public virtual T BindDelegate(System.Runtime.CompilerServices.CallSite site, object[] args) where T : class => throw null; - protected void CacheTarget(T target) where T : class => throw null; - protected CallSiteBinder() => throw null; - public static System.Linq.Expressions.LabelTarget UpdateLabel { get => throw null; } - } - public static class CallSiteHelpers - { - public static bool IsInternalFrame(System.Reflection.MethodBase mb) => throw null; - } - public abstract class DebugInfoGenerator - { - public static System.Runtime.CompilerServices.DebugInfoGenerator CreatePdbGenerator() => throw null; - protected DebugInfoGenerator() => throw null; - public abstract void MarkSequencePoint(System.Linq.Expressions.LambdaExpression method, int ilOffset, System.Linq.Expressions.DebugInfoExpression sequencePoint); - } - [System.AttributeUsage((System.AttributeTargets)10636)] - public sealed class DynamicAttribute : System.Attribute - { - public DynamicAttribute() => throw null; - public DynamicAttribute(bool[] transformFlags) => throw null; - public System.Collections.Generic.IList TransformFlags { get => throw null; } - } - public interface IRuntimeVariables - { - int Count { get; } - object this[int index] { get; set; } - } - public sealed class ReadOnlyCollectionBuilder : System.Collections.Generic.ICollection, System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IList, System.Collections.IList - { - public void Add(T item) => throw null; - int System.Collections.IList.Add(object value) => throw null; - public int Capacity { get => throw null; set { } } - public void Clear() => throw null; - public bool Contains(T item) => throw null; - bool System.Collections.IList.Contains(object value) => throw null; - public void CopyTo(T[] array, int arrayIndex) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public ReadOnlyCollectionBuilder() => throw null; - public ReadOnlyCollectionBuilder(System.Collections.Generic.IEnumerable collection) => throw null; - public ReadOnlyCollectionBuilder(int capacity) => throw null; - public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public int IndexOf(T item) => throw null; - int System.Collections.IList.IndexOf(object value) => throw null; - public void Insert(int index, T item) => throw null; - void System.Collections.IList.Insert(int index, object value) => throw null; - bool System.Collections.IList.IsFixedSize { get => throw null; } - bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } - bool System.Collections.IList.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.IList.this[int index] { get => throw null; set { } } - public bool Remove(T item) => throw null; - void System.Collections.IList.Remove(object value) => throw null; - public void RemoveAt(int index) => throw null; - public void Reverse() => throw null; - public void Reverse(int index, int count) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public T this[int index] { get => throw null; set { } } - public T[] ToArray() => throw null; - public System.Collections.ObjectModel.ReadOnlyCollection ToReadOnlyCollection() => throw null; - } - public class RuleCache where T : class - { - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Parallel.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Parallel.cs deleted file mode 100644 index fb69c067..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Parallel.cs +++ /dev/null @@ -1,238 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Linq.Parallel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Linq - { - public class OrderedParallelQuery : System.Linq.ParallelQuery - { - public override System.Collections.Generic.IEnumerator GetEnumerator() => throw null; - } - public static class ParallelEnumerable - { - public static TSource Aggregate(this System.Linq.ParallelQuery source, System.Func func) => throw null; - public static TAccumulate Aggregate(this System.Linq.ParallelQuery source, TAccumulate seed, System.Func func) => throw null; - public static TResult Aggregate(this System.Linq.ParallelQuery source, System.Func seedFactory, System.Func updateAccumulatorFunc, System.Func combineAccumulatorsFunc, System.Func resultSelector) => throw null; - public static TResult Aggregate(this System.Linq.ParallelQuery source, TAccumulate seed, System.Func updateAccumulatorFunc, System.Func combineAccumulatorsFunc, System.Func resultSelector) => throw null; - public static TResult Aggregate(this System.Linq.ParallelQuery source, TAccumulate seed, System.Func func, System.Func resultSelector) => throw null; - public static bool All(this System.Linq.ParallelQuery source, System.Func predicate) => throw null; - public static bool Any(this System.Linq.ParallelQuery source) => throw null; - public static bool Any(this System.Linq.ParallelQuery source, System.Func predicate) => throw null; - public static System.Collections.Generic.IEnumerable AsEnumerable(this System.Linq.ParallelQuery source) => throw null; - public static System.Linq.ParallelQuery AsOrdered(this System.Linq.ParallelQuery source) => throw null; - public static System.Linq.ParallelQuery AsOrdered(this System.Linq.ParallelQuery source) => throw null; - public static System.Linq.ParallelQuery AsParallel(this System.Collections.IEnumerable source) => throw null; - public static System.Linq.ParallelQuery AsParallel(this System.Collections.Concurrent.Partitioner source) => throw null; - public static System.Linq.ParallelQuery AsParallel(this System.Collections.Generic.IEnumerable source) => throw null; - public static System.Collections.Generic.IEnumerable AsSequential(this System.Linq.ParallelQuery source) => throw null; - public static System.Linq.ParallelQuery AsUnordered(this System.Linq.ParallelQuery source) => throw null; - public static decimal Average(this System.Linq.ParallelQuery source) => throw null; - public static double Average(this System.Linq.ParallelQuery source) => throw null; - public static double Average(this System.Linq.ParallelQuery source) => throw null; - public static double Average(this System.Linq.ParallelQuery source) => throw null; - public static decimal? Average(this System.Linq.ParallelQuery source) => throw null; - public static double? Average(this System.Linq.ParallelQuery source) => throw null; - public static double? Average(this System.Linq.ParallelQuery source) => throw null; - public static double? Average(this System.Linq.ParallelQuery source) => throw null; - public static float? Average(this System.Linq.ParallelQuery source) => throw null; - public static float Average(this System.Linq.ParallelQuery source) => throw null; - public static decimal Average(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static double Average(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static double Average(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static double Average(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static decimal? Average(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static double? Average(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static double? Average(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static double? Average(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static float? Average(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static float Average(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static System.Linq.ParallelQuery Cast(this System.Linq.ParallelQuery source) => throw null; - public static System.Linq.ParallelQuery Concat(this System.Linq.ParallelQuery first, System.Collections.Generic.IEnumerable second) => throw null; - public static System.Linq.ParallelQuery Concat(this System.Linq.ParallelQuery first, System.Linq.ParallelQuery second) => throw null; - public static bool Contains(this System.Linq.ParallelQuery source, TSource value) => throw null; - public static bool Contains(this System.Linq.ParallelQuery source, TSource value, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static int Count(this System.Linq.ParallelQuery source) => throw null; - public static int Count(this System.Linq.ParallelQuery source, System.Func predicate) => throw null; - public static System.Linq.ParallelQuery DefaultIfEmpty(this System.Linq.ParallelQuery source) => throw null; - public static System.Linq.ParallelQuery DefaultIfEmpty(this System.Linq.ParallelQuery source, TSource defaultValue) => throw null; - public static System.Linq.ParallelQuery Distinct(this System.Linq.ParallelQuery source) => throw null; - public static System.Linq.ParallelQuery Distinct(this System.Linq.ParallelQuery source, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static TSource ElementAt(this System.Linq.ParallelQuery source, int index) => throw null; - public static TSource ElementAtOrDefault(this System.Linq.ParallelQuery source, int index) => throw null; - public static System.Linq.ParallelQuery Empty() => throw null; - public static System.Linq.ParallelQuery Except(this System.Linq.ParallelQuery first, System.Collections.Generic.IEnumerable second) => throw null; - public static System.Linq.ParallelQuery Except(this System.Linq.ParallelQuery first, System.Collections.Generic.IEnumerable second, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Linq.ParallelQuery Except(this System.Linq.ParallelQuery first, System.Linq.ParallelQuery second) => throw null; - public static System.Linq.ParallelQuery Except(this System.Linq.ParallelQuery first, System.Linq.ParallelQuery second, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static TSource First(this System.Linq.ParallelQuery source) => throw null; - public static TSource First(this System.Linq.ParallelQuery source, System.Func predicate) => throw null; - public static TSource FirstOrDefault(this System.Linq.ParallelQuery source) => throw null; - public static TSource FirstOrDefault(this System.Linq.ParallelQuery source, System.Func predicate) => throw null; - public static void ForAll(this System.Linq.ParallelQuery source, System.Action action) => throw null; - public static System.Linq.ParallelQuery> GroupBy(this System.Linq.ParallelQuery source, System.Func keySelector) => throw null; - public static System.Linq.ParallelQuery> GroupBy(this System.Linq.ParallelQuery source, System.Func keySelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Linq.ParallelQuery> GroupBy(this System.Linq.ParallelQuery source, System.Func keySelector, System.Func elementSelector) => throw null; - public static System.Linq.ParallelQuery> GroupBy(this System.Linq.ParallelQuery source, System.Func keySelector, System.Func elementSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Linq.ParallelQuery GroupBy(this System.Linq.ParallelQuery source, System.Func keySelector, System.Func, TResult> resultSelector) => throw null; - public static System.Linq.ParallelQuery GroupBy(this System.Linq.ParallelQuery source, System.Func keySelector, System.Func, TResult> resultSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Linq.ParallelQuery GroupBy(this System.Linq.ParallelQuery source, System.Func keySelector, System.Func elementSelector, System.Func, TResult> resultSelector) => throw null; - public static System.Linq.ParallelQuery GroupBy(this System.Linq.ParallelQuery source, System.Func keySelector, System.Func elementSelector, System.Func, TResult> resultSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Linq.ParallelQuery GroupJoin(this System.Linq.ParallelQuery outer, System.Collections.Generic.IEnumerable inner, System.Func outerKeySelector, System.Func innerKeySelector, System.Func, TResult> resultSelector) => throw null; - public static System.Linq.ParallelQuery GroupJoin(this System.Linq.ParallelQuery outer, System.Collections.Generic.IEnumerable inner, System.Func outerKeySelector, System.Func innerKeySelector, System.Func, TResult> resultSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Linq.ParallelQuery GroupJoin(this System.Linq.ParallelQuery outer, System.Linq.ParallelQuery inner, System.Func outerKeySelector, System.Func innerKeySelector, System.Func, TResult> resultSelector) => throw null; - public static System.Linq.ParallelQuery GroupJoin(this System.Linq.ParallelQuery outer, System.Linq.ParallelQuery inner, System.Func outerKeySelector, System.Func innerKeySelector, System.Func, TResult> resultSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Linq.ParallelQuery Intersect(this System.Linq.ParallelQuery first, System.Collections.Generic.IEnumerable second) => throw null; - public static System.Linq.ParallelQuery Intersect(this System.Linq.ParallelQuery first, System.Collections.Generic.IEnumerable second, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Linq.ParallelQuery Intersect(this System.Linq.ParallelQuery first, System.Linq.ParallelQuery second) => throw null; - public static System.Linq.ParallelQuery Intersect(this System.Linq.ParallelQuery first, System.Linq.ParallelQuery second, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Linq.ParallelQuery Join(this System.Linq.ParallelQuery outer, System.Collections.Generic.IEnumerable inner, System.Func outerKeySelector, System.Func innerKeySelector, System.Func resultSelector) => throw null; - public static System.Linq.ParallelQuery Join(this System.Linq.ParallelQuery outer, System.Collections.Generic.IEnumerable inner, System.Func outerKeySelector, System.Func innerKeySelector, System.Func resultSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Linq.ParallelQuery Join(this System.Linq.ParallelQuery outer, System.Linq.ParallelQuery inner, System.Func outerKeySelector, System.Func innerKeySelector, System.Func resultSelector) => throw null; - public static System.Linq.ParallelQuery Join(this System.Linq.ParallelQuery outer, System.Linq.ParallelQuery inner, System.Func outerKeySelector, System.Func innerKeySelector, System.Func resultSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static TSource Last(this System.Linq.ParallelQuery source) => throw null; - public static TSource Last(this System.Linq.ParallelQuery source, System.Func predicate) => throw null; - public static TSource LastOrDefault(this System.Linq.ParallelQuery source) => throw null; - public static TSource LastOrDefault(this System.Linq.ParallelQuery source, System.Func predicate) => throw null; - public static long LongCount(this System.Linq.ParallelQuery source) => throw null; - public static long LongCount(this System.Linq.ParallelQuery source, System.Func predicate) => throw null; - public static decimal Max(this System.Linq.ParallelQuery source) => throw null; - public static double Max(this System.Linq.ParallelQuery source) => throw null; - public static int Max(this System.Linq.ParallelQuery source) => throw null; - public static long Max(this System.Linq.ParallelQuery source) => throw null; - public static decimal? Max(this System.Linq.ParallelQuery source) => throw null; - public static double? Max(this System.Linq.ParallelQuery source) => throw null; - public static int? Max(this System.Linq.ParallelQuery source) => throw null; - public static long? Max(this System.Linq.ParallelQuery source) => throw null; - public static float? Max(this System.Linq.ParallelQuery source) => throw null; - public static float Max(this System.Linq.ParallelQuery source) => throw null; - public static TSource Max(this System.Linq.ParallelQuery source) => throw null; - public static decimal Max(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static double Max(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static int Max(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static long Max(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static decimal? Max(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static double? Max(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static int? Max(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static long? Max(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static float? Max(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static float Max(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static TResult Max(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static decimal Min(this System.Linq.ParallelQuery source) => throw null; - public static double Min(this System.Linq.ParallelQuery source) => throw null; - public static int Min(this System.Linq.ParallelQuery source) => throw null; - public static long Min(this System.Linq.ParallelQuery source) => throw null; - public static decimal? Min(this System.Linq.ParallelQuery source) => throw null; - public static double? Min(this System.Linq.ParallelQuery source) => throw null; - public static int? Min(this System.Linq.ParallelQuery source) => throw null; - public static long? Min(this System.Linq.ParallelQuery source) => throw null; - public static float? Min(this System.Linq.ParallelQuery source) => throw null; - public static float Min(this System.Linq.ParallelQuery source) => throw null; - public static TSource Min(this System.Linq.ParallelQuery source) => throw null; - public static decimal Min(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static double Min(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static int Min(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static long Min(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static decimal? Min(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static double? Min(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static int? Min(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static long? Min(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static float? Min(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static float Min(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static TResult Min(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static System.Linq.ParallelQuery OfType(this System.Linq.ParallelQuery source) => throw null; - public static System.Linq.OrderedParallelQuery OrderBy(this System.Linq.ParallelQuery source, System.Func keySelector) => throw null; - public static System.Linq.OrderedParallelQuery OrderBy(this System.Linq.ParallelQuery source, System.Func keySelector, System.Collections.Generic.IComparer comparer) => throw null; - public static System.Linq.OrderedParallelQuery OrderByDescending(this System.Linq.ParallelQuery source, System.Func keySelector) => throw null; - public static System.Linq.OrderedParallelQuery OrderByDescending(this System.Linq.ParallelQuery source, System.Func keySelector, System.Collections.Generic.IComparer comparer) => throw null; - public static System.Linq.ParallelQuery Range(int start, int count) => throw null; - public static System.Linq.ParallelQuery Repeat(TResult element, int count) => throw null; - public static System.Linq.ParallelQuery Reverse(this System.Linq.ParallelQuery source) => throw null; - public static System.Linq.ParallelQuery Select(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static System.Linq.ParallelQuery Select(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static System.Linq.ParallelQuery SelectMany(this System.Linq.ParallelQuery source, System.Func> selector) => throw null; - public static System.Linq.ParallelQuery SelectMany(this System.Linq.ParallelQuery source, System.Func> selector) => throw null; - public static System.Linq.ParallelQuery SelectMany(this System.Linq.ParallelQuery source, System.Func> collectionSelector, System.Func resultSelector) => throw null; - public static System.Linq.ParallelQuery SelectMany(this System.Linq.ParallelQuery source, System.Func> collectionSelector, System.Func resultSelector) => throw null; - public static bool SequenceEqual(this System.Linq.ParallelQuery first, System.Collections.Generic.IEnumerable second) => throw null; - public static bool SequenceEqual(this System.Linq.ParallelQuery first, System.Collections.Generic.IEnumerable second, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static bool SequenceEqual(this System.Linq.ParallelQuery first, System.Linq.ParallelQuery second) => throw null; - public static bool SequenceEqual(this System.Linq.ParallelQuery first, System.Linq.ParallelQuery second, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static TSource Single(this System.Linq.ParallelQuery source) => throw null; - public static TSource Single(this System.Linq.ParallelQuery source, System.Func predicate) => throw null; - public static TSource SingleOrDefault(this System.Linq.ParallelQuery source) => throw null; - public static TSource SingleOrDefault(this System.Linq.ParallelQuery source, System.Func predicate) => throw null; - public static System.Linq.ParallelQuery Skip(this System.Linq.ParallelQuery source, int count) => throw null; - public static System.Linq.ParallelQuery SkipWhile(this System.Linq.ParallelQuery source, System.Func predicate) => throw null; - public static System.Linq.ParallelQuery SkipWhile(this System.Linq.ParallelQuery source, System.Func predicate) => throw null; - public static decimal Sum(this System.Linq.ParallelQuery source) => throw null; - public static double Sum(this System.Linq.ParallelQuery source) => throw null; - public static int Sum(this System.Linq.ParallelQuery source) => throw null; - public static long Sum(this System.Linq.ParallelQuery source) => throw null; - public static decimal? Sum(this System.Linq.ParallelQuery source) => throw null; - public static double? Sum(this System.Linq.ParallelQuery source) => throw null; - public static int? Sum(this System.Linq.ParallelQuery source) => throw null; - public static long? Sum(this System.Linq.ParallelQuery source) => throw null; - public static float? Sum(this System.Linq.ParallelQuery source) => throw null; - public static float Sum(this System.Linq.ParallelQuery source) => throw null; - public static decimal Sum(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static double Sum(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static int Sum(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static long Sum(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static decimal? Sum(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static double? Sum(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static int? Sum(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static long? Sum(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static float? Sum(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static float Sum(this System.Linq.ParallelQuery source, System.Func selector) => throw null; - public static System.Linq.ParallelQuery Take(this System.Linq.ParallelQuery source, int count) => throw null; - public static System.Linq.ParallelQuery TakeWhile(this System.Linq.ParallelQuery source, System.Func predicate) => throw null; - public static System.Linq.ParallelQuery TakeWhile(this System.Linq.ParallelQuery source, System.Func predicate) => throw null; - public static System.Linq.OrderedParallelQuery ThenBy(this System.Linq.OrderedParallelQuery source, System.Func keySelector) => throw null; - public static System.Linq.OrderedParallelQuery ThenBy(this System.Linq.OrderedParallelQuery source, System.Func keySelector, System.Collections.Generic.IComparer comparer) => throw null; - public static System.Linq.OrderedParallelQuery ThenByDescending(this System.Linq.OrderedParallelQuery source, System.Func keySelector) => throw null; - public static System.Linq.OrderedParallelQuery ThenByDescending(this System.Linq.OrderedParallelQuery source, System.Func keySelector, System.Collections.Generic.IComparer comparer) => throw null; - public static TSource[] ToArray(this System.Linq.ParallelQuery source) => throw null; - public static System.Collections.Generic.Dictionary ToDictionary(this System.Linq.ParallelQuery source, System.Func keySelector) => throw null; - public static System.Collections.Generic.Dictionary ToDictionary(this System.Linq.ParallelQuery source, System.Func keySelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Collections.Generic.Dictionary ToDictionary(this System.Linq.ParallelQuery source, System.Func keySelector, System.Func elementSelector) => throw null; - public static System.Collections.Generic.Dictionary ToDictionary(this System.Linq.ParallelQuery source, System.Func keySelector, System.Func elementSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Collections.Generic.List ToList(this System.Linq.ParallelQuery source) => throw null; - public static System.Linq.ILookup ToLookup(this System.Linq.ParallelQuery source, System.Func keySelector) => throw null; - public static System.Linq.ILookup ToLookup(this System.Linq.ParallelQuery source, System.Func keySelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Linq.ILookup ToLookup(this System.Linq.ParallelQuery source, System.Func keySelector, System.Func elementSelector) => throw null; - public static System.Linq.ILookup ToLookup(this System.Linq.ParallelQuery source, System.Func keySelector, System.Func elementSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Linq.ParallelQuery Union(this System.Linq.ParallelQuery first, System.Collections.Generic.IEnumerable second) => throw null; - public static System.Linq.ParallelQuery Union(this System.Linq.ParallelQuery first, System.Collections.Generic.IEnumerable second, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Linq.ParallelQuery Union(this System.Linq.ParallelQuery first, System.Linq.ParallelQuery second) => throw null; - public static System.Linq.ParallelQuery Union(this System.Linq.ParallelQuery first, System.Linq.ParallelQuery second, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Linq.ParallelQuery Where(this System.Linq.ParallelQuery source, System.Func predicate) => throw null; - public static System.Linq.ParallelQuery Where(this System.Linq.ParallelQuery source, System.Func predicate) => throw null; - public static System.Linq.ParallelQuery WithCancellation(this System.Linq.ParallelQuery source, System.Threading.CancellationToken cancellationToken) => throw null; - public static System.Linq.ParallelQuery WithDegreeOfParallelism(this System.Linq.ParallelQuery source, int degreeOfParallelism) => throw null; - public static System.Linq.ParallelQuery WithExecutionMode(this System.Linq.ParallelQuery source, System.Linq.ParallelExecutionMode executionMode) => throw null; - public static System.Linq.ParallelQuery WithMergeOptions(this System.Linq.ParallelQuery source, System.Linq.ParallelMergeOptions mergeOptions) => throw null; - public static System.Linq.ParallelQuery Zip(this System.Linq.ParallelQuery first, System.Collections.Generic.IEnumerable second, System.Func resultSelector) => throw null; - public static System.Linq.ParallelQuery Zip(this System.Linq.ParallelQuery first, System.Linq.ParallelQuery second, System.Func resultSelector) => throw null; - } - public enum ParallelExecutionMode - { - Default = 0, - ForceParallelism = 1, - } - public enum ParallelMergeOptions - { - Default = 0, - NotBuffered = 1, - AutoBuffered = 2, - FullyBuffered = 3, - } - public class ParallelQuery : System.Collections.IEnumerable - { - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public class ParallelQuery : System.Linq.ParallelQuery, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - public virtual System.Collections.Generic.IEnumerator GetEnumerator() => throw null; - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Queryable.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Queryable.cs deleted file mode 100644 index 95adbd10..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Queryable.cs +++ /dev/null @@ -1,193 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Linq.Queryable, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Linq - { - public abstract class EnumerableExecutor - { - } - public class EnumerableExecutor : System.Linq.EnumerableExecutor - { - public EnumerableExecutor(System.Linq.Expressions.Expression expression) => throw null; - } - public abstract class EnumerableQuery - { - } - public class EnumerableQuery : System.Linq.EnumerableQuery, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Linq.IOrderedQueryable, System.Linq.IOrderedQueryable, System.Linq.IQueryable, System.Linq.IQueryable, System.Linq.IQueryProvider - { - System.Linq.IQueryable System.Linq.IQueryProvider.CreateQuery(System.Linq.Expressions.Expression expression) => throw null; - System.Linq.IQueryable System.Linq.IQueryProvider.CreateQuery(System.Linq.Expressions.Expression expression) => throw null; - public EnumerableQuery(System.Collections.Generic.IEnumerable enumerable) => throw null; - public EnumerableQuery(System.Linq.Expressions.Expression expression) => throw null; - System.Type System.Linq.IQueryable.ElementType { get => throw null; } - object System.Linq.IQueryProvider.Execute(System.Linq.Expressions.Expression expression) => throw null; - TElement System.Linq.IQueryProvider.Execute(System.Linq.Expressions.Expression expression) => throw null; - System.Linq.Expressions.Expression System.Linq.IQueryable.Expression { get => throw null; } - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - System.Linq.IQueryProvider System.Linq.IQueryable.Provider { get => throw null; } - public override string ToString() => throw null; - } - public static class Queryable - { - public static TSource Aggregate(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> func) => throw null; - public static TAccumulate Aggregate(this System.Linq.IQueryable source, TAccumulate seed, System.Linq.Expressions.Expression> func) => throw null; - public static TResult Aggregate(this System.Linq.IQueryable source, TAccumulate seed, System.Linq.Expressions.Expression> func, System.Linq.Expressions.Expression> selector) => throw null; - public static bool All(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> predicate) => throw null; - public static bool Any(this System.Linq.IQueryable source) => throw null; - public static bool Any(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> predicate) => throw null; - public static System.Linq.IQueryable Append(this System.Linq.IQueryable source, TSource element) => throw null; - public static System.Linq.IQueryable AsQueryable(this System.Collections.IEnumerable source) => throw null; - public static System.Linq.IQueryable AsQueryable(this System.Collections.Generic.IEnumerable source) => throw null; - public static decimal Average(this System.Linq.IQueryable source) => throw null; - public static double Average(this System.Linq.IQueryable source) => throw null; - public static double Average(this System.Linq.IQueryable source) => throw null; - public static double Average(this System.Linq.IQueryable source) => throw null; - public static decimal? Average(this System.Linq.IQueryable source) => throw null; - public static double? Average(this System.Linq.IQueryable source) => throw null; - public static double? Average(this System.Linq.IQueryable source) => throw null; - public static double? Average(this System.Linq.IQueryable source) => throw null; - public static float? Average(this System.Linq.IQueryable source) => throw null; - public static float Average(this System.Linq.IQueryable source) => throw null; - public static decimal Average(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> selector) => throw null; - public static double Average(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> selector) => throw null; - public static double Average(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> selector) => throw null; - public static double Average(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> selector) => throw null; - public static decimal? Average(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> selector) => throw null; - public static double? Average(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> selector) => throw null; - public static double? Average(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> selector) => throw null; - public static double? Average(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> selector) => throw null; - public static float? Average(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> selector) => throw null; - public static float Average(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> selector) => throw null; - public static System.Linq.IQueryable Cast(this System.Linq.IQueryable source) => throw null; - public static System.Linq.IQueryable Chunk(this System.Linq.IQueryable source, int size) => throw null; - public static System.Linq.IQueryable Concat(this System.Linq.IQueryable source1, System.Collections.Generic.IEnumerable source2) => throw null; - public static bool Contains(this System.Linq.IQueryable source, TSource item) => throw null; - public static bool Contains(this System.Linq.IQueryable source, TSource item, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static int Count(this System.Linq.IQueryable source) => throw null; - public static int Count(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> predicate) => throw null; - public static System.Linq.IQueryable DefaultIfEmpty(this System.Linq.IQueryable source) => throw null; - public static System.Linq.IQueryable DefaultIfEmpty(this System.Linq.IQueryable source, TSource defaultValue) => throw null; - public static System.Linq.IQueryable Distinct(this System.Linq.IQueryable source) => throw null; - public static System.Linq.IQueryable Distinct(this System.Linq.IQueryable source, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Linq.IQueryable DistinctBy(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> keySelector) => throw null; - public static System.Linq.IQueryable DistinctBy(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> keySelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static TSource ElementAt(this System.Linq.IQueryable source, System.Index index) => throw null; - public static TSource ElementAt(this System.Linq.IQueryable source, int index) => throw null; - public static TSource ElementAtOrDefault(this System.Linq.IQueryable source, System.Index index) => throw null; - public static TSource ElementAtOrDefault(this System.Linq.IQueryable source, int index) => throw null; - public static System.Linq.IQueryable Except(this System.Linq.IQueryable source1, System.Collections.Generic.IEnumerable source2) => throw null; - public static System.Linq.IQueryable Except(this System.Linq.IQueryable source1, System.Collections.Generic.IEnumerable source2, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Linq.IQueryable ExceptBy(this System.Linq.IQueryable source1, System.Collections.Generic.IEnumerable source2, System.Linq.Expressions.Expression> keySelector) => throw null; - public static System.Linq.IQueryable ExceptBy(this System.Linq.IQueryable source1, System.Collections.Generic.IEnumerable source2, System.Linq.Expressions.Expression> keySelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static TSource First(this System.Linq.IQueryable source) => throw null; - public static TSource First(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> predicate) => throw null; - public static TSource FirstOrDefault(this System.Linq.IQueryable source) => throw null; - public static TSource FirstOrDefault(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> predicate) => throw null; - public static TSource FirstOrDefault(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> predicate, TSource defaultValue) => throw null; - public static TSource FirstOrDefault(this System.Linq.IQueryable source, TSource defaultValue) => throw null; - public static System.Linq.IQueryable> GroupBy(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> keySelector) => throw null; - public static System.Linq.IQueryable> GroupBy(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> keySelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Linq.IQueryable> GroupBy(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> keySelector, System.Linq.Expressions.Expression> elementSelector) => throw null; - public static System.Linq.IQueryable> GroupBy(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> keySelector, System.Linq.Expressions.Expression> elementSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Linq.IQueryable GroupBy(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> keySelector, System.Linq.Expressions.Expression, TResult>> resultSelector) => throw null; - public static System.Linq.IQueryable GroupBy(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> keySelector, System.Linq.Expressions.Expression, TResult>> resultSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Linq.IQueryable GroupBy(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> keySelector, System.Linq.Expressions.Expression> elementSelector, System.Linq.Expressions.Expression, TResult>> resultSelector) => throw null; - public static System.Linq.IQueryable GroupBy(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> keySelector, System.Linq.Expressions.Expression> elementSelector, System.Linq.Expressions.Expression, TResult>> resultSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Linq.IQueryable GroupJoin(this System.Linq.IQueryable outer, System.Collections.Generic.IEnumerable inner, System.Linq.Expressions.Expression> outerKeySelector, System.Linq.Expressions.Expression> innerKeySelector, System.Linq.Expressions.Expression, TResult>> resultSelector) => throw null; - public static System.Linq.IQueryable GroupJoin(this System.Linq.IQueryable outer, System.Collections.Generic.IEnumerable inner, System.Linq.Expressions.Expression> outerKeySelector, System.Linq.Expressions.Expression> innerKeySelector, System.Linq.Expressions.Expression, TResult>> resultSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Linq.IQueryable Intersect(this System.Linq.IQueryable source1, System.Collections.Generic.IEnumerable source2) => throw null; - public static System.Linq.IQueryable Intersect(this System.Linq.IQueryable source1, System.Collections.Generic.IEnumerable source2, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Linq.IQueryable IntersectBy(this System.Linq.IQueryable source1, System.Collections.Generic.IEnumerable source2, System.Linq.Expressions.Expression> keySelector) => throw null; - public static System.Linq.IQueryable IntersectBy(this System.Linq.IQueryable source1, System.Collections.Generic.IEnumerable source2, System.Linq.Expressions.Expression> keySelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Linq.IQueryable Join(this System.Linq.IQueryable outer, System.Collections.Generic.IEnumerable inner, System.Linq.Expressions.Expression> outerKeySelector, System.Linq.Expressions.Expression> innerKeySelector, System.Linq.Expressions.Expression> resultSelector) => throw null; - public static System.Linq.IQueryable Join(this System.Linq.IQueryable outer, System.Collections.Generic.IEnumerable inner, System.Linq.Expressions.Expression> outerKeySelector, System.Linq.Expressions.Expression> innerKeySelector, System.Linq.Expressions.Expression> resultSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static TSource Last(this System.Linq.IQueryable source) => throw null; - public static TSource Last(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> predicate) => throw null; - public static TSource LastOrDefault(this System.Linq.IQueryable source) => throw null; - public static TSource LastOrDefault(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> predicate) => throw null; - public static TSource LastOrDefault(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> predicate, TSource defaultValue) => throw null; - public static TSource LastOrDefault(this System.Linq.IQueryable source, TSource defaultValue) => throw null; - public static long LongCount(this System.Linq.IQueryable source) => throw null; - public static long LongCount(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> predicate) => throw null; - public static TSource Max(this System.Linq.IQueryable source) => throw null; - public static TSource Max(this System.Linq.IQueryable source, System.Collections.Generic.IComparer comparer) => throw null; - public static TResult Max(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> selector) => throw null; - public static TSource MaxBy(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> keySelector) => throw null; - public static TSource MaxBy(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> keySelector, System.Collections.Generic.IComparer comparer) => throw null; - public static TSource Min(this System.Linq.IQueryable source) => throw null; - public static TSource Min(this System.Linq.IQueryable source, System.Collections.Generic.IComparer comparer) => throw null; - public static TResult Min(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> selector) => throw null; - public static TSource MinBy(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> keySelector) => throw null; - public static TSource MinBy(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> keySelector, System.Collections.Generic.IComparer comparer) => throw null; - public static System.Linq.IQueryable OfType(this System.Linq.IQueryable source) => throw null; - public static System.Linq.IOrderedQueryable Order(this System.Linq.IQueryable source) => throw null; - public static System.Linq.IOrderedQueryable Order(this System.Linq.IQueryable source, System.Collections.Generic.IComparer comparer) => throw null; - public static System.Linq.IOrderedQueryable OrderBy(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> keySelector) => throw null; - public static System.Linq.IOrderedQueryable OrderBy(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> keySelector, System.Collections.Generic.IComparer comparer) => throw null; - public static System.Linq.IOrderedQueryable OrderByDescending(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> keySelector) => throw null; - public static System.Linq.IOrderedQueryable OrderByDescending(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> keySelector, System.Collections.Generic.IComparer comparer) => throw null; - public static System.Linq.IOrderedQueryable OrderDescending(this System.Linq.IQueryable source) => throw null; - public static System.Linq.IOrderedQueryable OrderDescending(this System.Linq.IQueryable source, System.Collections.Generic.IComparer comparer) => throw null; - public static System.Linq.IQueryable Prepend(this System.Linq.IQueryable source, TSource element) => throw null; - public static System.Linq.IQueryable Reverse(this System.Linq.IQueryable source) => throw null; - public static System.Linq.IQueryable Select(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> selector) => throw null; - public static System.Linq.IQueryable Select(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> selector) => throw null; - public static System.Linq.IQueryable SelectMany(this System.Linq.IQueryable source, System.Linq.Expressions.Expression>> selector) => throw null; - public static System.Linq.IQueryable SelectMany(this System.Linq.IQueryable source, System.Linq.Expressions.Expression>> selector) => throw null; - public static System.Linq.IQueryable SelectMany(this System.Linq.IQueryable source, System.Linq.Expressions.Expression>> collectionSelector, System.Linq.Expressions.Expression> resultSelector) => throw null; - public static System.Linq.IQueryable SelectMany(this System.Linq.IQueryable source, System.Linq.Expressions.Expression>> collectionSelector, System.Linq.Expressions.Expression> resultSelector) => throw null; - public static bool SequenceEqual(this System.Linq.IQueryable source1, System.Collections.Generic.IEnumerable source2) => throw null; - public static bool SequenceEqual(this System.Linq.IQueryable source1, System.Collections.Generic.IEnumerable source2, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static TSource Single(this System.Linq.IQueryable source) => throw null; - public static TSource Single(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> predicate) => throw null; - public static TSource SingleOrDefault(this System.Linq.IQueryable source) => throw null; - public static TSource SingleOrDefault(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> predicate) => throw null; - public static TSource SingleOrDefault(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> predicate, TSource defaultValue) => throw null; - public static TSource SingleOrDefault(this System.Linq.IQueryable source, TSource defaultValue) => throw null; - public static System.Linq.IQueryable Skip(this System.Linq.IQueryable source, int count) => throw null; - public static System.Linq.IQueryable SkipLast(this System.Linq.IQueryable source, int count) => throw null; - public static System.Linq.IQueryable SkipWhile(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> predicate) => throw null; - public static System.Linq.IQueryable SkipWhile(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> predicate) => throw null; - public static decimal Sum(this System.Linq.IQueryable source) => throw null; - public static double Sum(this System.Linq.IQueryable source) => throw null; - public static int Sum(this System.Linq.IQueryable source) => throw null; - public static long Sum(this System.Linq.IQueryable source) => throw null; - public static decimal? Sum(this System.Linq.IQueryable source) => throw null; - public static double? Sum(this System.Linq.IQueryable source) => throw null; - public static int? Sum(this System.Linq.IQueryable source) => throw null; - public static long? Sum(this System.Linq.IQueryable source) => throw null; - public static float? Sum(this System.Linq.IQueryable source) => throw null; - public static float Sum(this System.Linq.IQueryable source) => throw null; - public static decimal Sum(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> selector) => throw null; - public static double Sum(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> selector) => throw null; - public static int Sum(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> selector) => throw null; - public static long Sum(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> selector) => throw null; - public static decimal? Sum(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> selector) => throw null; - public static double? Sum(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> selector) => throw null; - public static int? Sum(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> selector) => throw null; - public static long? Sum(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> selector) => throw null; - public static float? Sum(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> selector) => throw null; - public static float Sum(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> selector) => throw null; - public static System.Linq.IQueryable Take(this System.Linq.IQueryable source, int count) => throw null; - public static System.Linq.IQueryable Take(this System.Linq.IQueryable source, System.Range range) => throw null; - public static System.Linq.IQueryable TakeLast(this System.Linq.IQueryable source, int count) => throw null; - public static System.Linq.IQueryable TakeWhile(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> predicate) => throw null; - public static System.Linq.IQueryable TakeWhile(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> predicate) => throw null; - public static System.Linq.IOrderedQueryable ThenBy(this System.Linq.IOrderedQueryable source, System.Linq.Expressions.Expression> keySelector) => throw null; - public static System.Linq.IOrderedQueryable ThenBy(this System.Linq.IOrderedQueryable source, System.Linq.Expressions.Expression> keySelector, System.Collections.Generic.IComparer comparer) => throw null; - public static System.Linq.IOrderedQueryable ThenByDescending(this System.Linq.IOrderedQueryable source, System.Linq.Expressions.Expression> keySelector) => throw null; - public static System.Linq.IOrderedQueryable ThenByDescending(this System.Linq.IOrderedQueryable source, System.Linq.Expressions.Expression> keySelector, System.Collections.Generic.IComparer comparer) => throw null; - public static System.Linq.IQueryable Union(this System.Linq.IQueryable source1, System.Collections.Generic.IEnumerable source2) => throw null; - public static System.Linq.IQueryable Union(this System.Linq.IQueryable source1, System.Collections.Generic.IEnumerable source2, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Linq.IQueryable UnionBy(this System.Linq.IQueryable source1, System.Collections.Generic.IEnumerable source2, System.Linq.Expressions.Expression> keySelector) => throw null; - public static System.Linq.IQueryable UnionBy(this System.Linq.IQueryable source1, System.Collections.Generic.IEnumerable source2, System.Linq.Expressions.Expression> keySelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Linq.IQueryable Where(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> predicate) => throw null; - public static System.Linq.IQueryable Where(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> predicate) => throw null; - public static System.Linq.IQueryable<(TFirst First, TSecond Second)> Zip(this System.Linq.IQueryable source1, System.Collections.Generic.IEnumerable source2) => throw null; - public static System.Linq.IQueryable<(TFirst First, TSecond Second, TThird Third)> Zip(this System.Linq.IQueryable source1, System.Collections.Generic.IEnumerable source2, System.Collections.Generic.IEnumerable source3) => throw null; - public static System.Linq.IQueryable Zip(this System.Linq.IQueryable source1, System.Collections.Generic.IEnumerable source2, System.Linq.Expressions.Expression> resultSelector) => throw null; - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.cs deleted file mode 100644 index 8674d4e4..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.cs +++ /dev/null @@ -1,250 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Linq, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Linq - { - public static class Enumerable - { - public static TSource Aggregate(this System.Collections.Generic.IEnumerable source, System.Func func) => throw null; - public static TAccumulate Aggregate(this System.Collections.Generic.IEnumerable source, TAccumulate seed, System.Func func) => throw null; - public static TResult Aggregate(this System.Collections.Generic.IEnumerable source, TAccumulate seed, System.Func func, System.Func resultSelector) => throw null; - public static bool All(this System.Collections.Generic.IEnumerable source, System.Func predicate) => throw null; - public static bool Any(this System.Collections.Generic.IEnumerable source) => throw null; - public static bool Any(this System.Collections.Generic.IEnumerable source, System.Func predicate) => throw null; - public static System.Collections.Generic.IEnumerable Append(this System.Collections.Generic.IEnumerable source, TSource element) => throw null; - public static System.Collections.Generic.IEnumerable AsEnumerable(this System.Collections.Generic.IEnumerable source) => throw null; - public static decimal Average(this System.Collections.Generic.IEnumerable source) => throw null; - public static double Average(this System.Collections.Generic.IEnumerable source) => throw null; - public static double Average(this System.Collections.Generic.IEnumerable source) => throw null; - public static double Average(this System.Collections.Generic.IEnumerable source) => throw null; - public static decimal? Average(this System.Collections.Generic.IEnumerable source) => throw null; - public static double? Average(this System.Collections.Generic.IEnumerable source) => throw null; - public static double? Average(this System.Collections.Generic.IEnumerable source) => throw null; - public static double? Average(this System.Collections.Generic.IEnumerable source) => throw null; - public static float? Average(this System.Collections.Generic.IEnumerable source) => throw null; - public static float Average(this System.Collections.Generic.IEnumerable source) => throw null; - public static decimal Average(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static double Average(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static double Average(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static double Average(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static decimal? Average(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static double? Average(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static double? Average(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static double? Average(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static float? Average(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static float Average(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static System.Collections.Generic.IEnumerable Cast(this System.Collections.IEnumerable source) => throw null; - public static System.Collections.Generic.IEnumerable Chunk(this System.Collections.Generic.IEnumerable source, int size) => throw null; - public static System.Collections.Generic.IEnumerable Concat(this System.Collections.Generic.IEnumerable first, System.Collections.Generic.IEnumerable second) => throw null; - public static bool Contains(this System.Collections.Generic.IEnumerable source, TSource value) => throw null; - public static bool Contains(this System.Collections.Generic.IEnumerable source, TSource value, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static int Count(this System.Collections.Generic.IEnumerable source) => throw null; - public static int Count(this System.Collections.Generic.IEnumerable source, System.Func predicate) => throw null; - public static System.Collections.Generic.IEnumerable DefaultIfEmpty(this System.Collections.Generic.IEnumerable source) => throw null; - public static System.Collections.Generic.IEnumerable DefaultIfEmpty(this System.Collections.Generic.IEnumerable source, TSource defaultValue) => throw null; - public static System.Collections.Generic.IEnumerable Distinct(this System.Collections.Generic.IEnumerable source) => throw null; - public static System.Collections.Generic.IEnumerable Distinct(this System.Collections.Generic.IEnumerable source, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Collections.Generic.IEnumerable DistinctBy(this System.Collections.Generic.IEnumerable source, System.Func keySelector) => throw null; - public static System.Collections.Generic.IEnumerable DistinctBy(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static TSource ElementAt(this System.Collections.Generic.IEnumerable source, System.Index index) => throw null; - public static TSource ElementAt(this System.Collections.Generic.IEnumerable source, int index) => throw null; - public static TSource ElementAtOrDefault(this System.Collections.Generic.IEnumerable source, System.Index index) => throw null; - public static TSource ElementAtOrDefault(this System.Collections.Generic.IEnumerable source, int index) => throw null; - public static System.Collections.Generic.IEnumerable Empty() => throw null; - public static System.Collections.Generic.IEnumerable Except(this System.Collections.Generic.IEnumerable first, System.Collections.Generic.IEnumerable second) => throw null; - public static System.Collections.Generic.IEnumerable Except(this System.Collections.Generic.IEnumerable first, System.Collections.Generic.IEnumerable second, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Collections.Generic.IEnumerable ExceptBy(this System.Collections.Generic.IEnumerable first, System.Collections.Generic.IEnumerable second, System.Func keySelector) => throw null; - public static System.Collections.Generic.IEnumerable ExceptBy(this System.Collections.Generic.IEnumerable first, System.Collections.Generic.IEnumerable second, System.Func keySelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static TSource First(this System.Collections.Generic.IEnumerable source) => throw null; - public static TSource First(this System.Collections.Generic.IEnumerable source, System.Func predicate) => throw null; - public static TSource FirstOrDefault(this System.Collections.Generic.IEnumerable source) => throw null; - public static TSource FirstOrDefault(this System.Collections.Generic.IEnumerable source, TSource defaultValue) => throw null; - public static TSource FirstOrDefault(this System.Collections.Generic.IEnumerable source, System.Func predicate) => throw null; - public static TSource FirstOrDefault(this System.Collections.Generic.IEnumerable source, System.Func predicate, TSource defaultValue) => throw null; - public static System.Collections.Generic.IEnumerable> GroupBy(this System.Collections.Generic.IEnumerable source, System.Func keySelector) => throw null; - public static System.Collections.Generic.IEnumerable> GroupBy(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Collections.Generic.IEnumerable> GroupBy(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Func elementSelector) => throw null; - public static System.Collections.Generic.IEnumerable> GroupBy(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Func elementSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Collections.Generic.IEnumerable GroupBy(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Func, TResult> resultSelector) => throw null; - public static System.Collections.Generic.IEnumerable GroupBy(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Func, TResult> resultSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Collections.Generic.IEnumerable GroupBy(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Func elementSelector, System.Func, TResult> resultSelector) => throw null; - public static System.Collections.Generic.IEnumerable GroupBy(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Func elementSelector, System.Func, TResult> resultSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Collections.Generic.IEnumerable GroupJoin(this System.Collections.Generic.IEnumerable outer, System.Collections.Generic.IEnumerable inner, System.Func outerKeySelector, System.Func innerKeySelector, System.Func, TResult> resultSelector) => throw null; - public static System.Collections.Generic.IEnumerable GroupJoin(this System.Collections.Generic.IEnumerable outer, System.Collections.Generic.IEnumerable inner, System.Func outerKeySelector, System.Func innerKeySelector, System.Func, TResult> resultSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Collections.Generic.IEnumerable Intersect(this System.Collections.Generic.IEnumerable first, System.Collections.Generic.IEnumerable second) => throw null; - public static System.Collections.Generic.IEnumerable Intersect(this System.Collections.Generic.IEnumerable first, System.Collections.Generic.IEnumerable second, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Collections.Generic.IEnumerable IntersectBy(this System.Collections.Generic.IEnumerable first, System.Collections.Generic.IEnumerable second, System.Func keySelector) => throw null; - public static System.Collections.Generic.IEnumerable IntersectBy(this System.Collections.Generic.IEnumerable first, System.Collections.Generic.IEnumerable second, System.Func keySelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Collections.Generic.IEnumerable Join(this System.Collections.Generic.IEnumerable outer, System.Collections.Generic.IEnumerable inner, System.Func outerKeySelector, System.Func innerKeySelector, System.Func resultSelector) => throw null; - public static System.Collections.Generic.IEnumerable Join(this System.Collections.Generic.IEnumerable outer, System.Collections.Generic.IEnumerable inner, System.Func outerKeySelector, System.Func innerKeySelector, System.Func resultSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static TSource Last(this System.Collections.Generic.IEnumerable source) => throw null; - public static TSource Last(this System.Collections.Generic.IEnumerable source, System.Func predicate) => throw null; - public static TSource LastOrDefault(this System.Collections.Generic.IEnumerable source) => throw null; - public static TSource LastOrDefault(this System.Collections.Generic.IEnumerable source, TSource defaultValue) => throw null; - public static TSource LastOrDefault(this System.Collections.Generic.IEnumerable source, System.Func predicate) => throw null; - public static TSource LastOrDefault(this System.Collections.Generic.IEnumerable source, System.Func predicate, TSource defaultValue) => throw null; - public static long LongCount(this System.Collections.Generic.IEnumerable source) => throw null; - public static long LongCount(this System.Collections.Generic.IEnumerable source, System.Func predicate) => throw null; - public static decimal Max(this System.Collections.Generic.IEnumerable source) => throw null; - public static double Max(this System.Collections.Generic.IEnumerable source) => throw null; - public static int Max(this System.Collections.Generic.IEnumerable source) => throw null; - public static long Max(this System.Collections.Generic.IEnumerable source) => throw null; - public static decimal? Max(this System.Collections.Generic.IEnumerable source) => throw null; - public static double? Max(this System.Collections.Generic.IEnumerable source) => throw null; - public static int? Max(this System.Collections.Generic.IEnumerable source) => throw null; - public static long? Max(this System.Collections.Generic.IEnumerable source) => throw null; - public static float? Max(this System.Collections.Generic.IEnumerable source) => throw null; - public static float Max(this System.Collections.Generic.IEnumerable source) => throw null; - public static TSource Max(this System.Collections.Generic.IEnumerable source) => throw null; - public static TSource Max(this System.Collections.Generic.IEnumerable source, System.Collections.Generic.IComparer comparer) => throw null; - public static decimal Max(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static double Max(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static int Max(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static long Max(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static decimal? Max(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static double? Max(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static int? Max(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static long? Max(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static float? Max(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static float Max(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static TResult Max(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static TSource MaxBy(this System.Collections.Generic.IEnumerable source, System.Func keySelector) => throw null; - public static TSource MaxBy(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Collections.Generic.IComparer comparer) => throw null; - public static decimal Min(this System.Collections.Generic.IEnumerable source) => throw null; - public static double Min(this System.Collections.Generic.IEnumerable source) => throw null; - public static int Min(this System.Collections.Generic.IEnumerable source) => throw null; - public static long Min(this System.Collections.Generic.IEnumerable source) => throw null; - public static decimal? Min(this System.Collections.Generic.IEnumerable source) => throw null; - public static double? Min(this System.Collections.Generic.IEnumerable source) => throw null; - public static int? Min(this System.Collections.Generic.IEnumerable source) => throw null; - public static long? Min(this System.Collections.Generic.IEnumerable source) => throw null; - public static float? Min(this System.Collections.Generic.IEnumerable source) => throw null; - public static float Min(this System.Collections.Generic.IEnumerable source) => throw null; - public static TSource Min(this System.Collections.Generic.IEnumerable source) => throw null; - public static TSource Min(this System.Collections.Generic.IEnumerable source, System.Collections.Generic.IComparer comparer) => throw null; - public static decimal Min(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static double Min(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static int Min(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static long Min(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static decimal? Min(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static double? Min(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static int? Min(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static long? Min(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static float? Min(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static float Min(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static TResult Min(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static TSource MinBy(this System.Collections.Generic.IEnumerable source, System.Func keySelector) => throw null; - public static TSource MinBy(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Collections.Generic.IComparer comparer) => throw null; - public static System.Collections.Generic.IEnumerable OfType(this System.Collections.IEnumerable source) => throw null; - public static System.Linq.IOrderedEnumerable Order(this System.Collections.Generic.IEnumerable source) => throw null; - public static System.Linq.IOrderedEnumerable Order(this System.Collections.Generic.IEnumerable source, System.Collections.Generic.IComparer comparer) => throw null; - public static System.Linq.IOrderedEnumerable OrderBy(this System.Collections.Generic.IEnumerable source, System.Func keySelector) => throw null; - public static System.Linq.IOrderedEnumerable OrderBy(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Collections.Generic.IComparer comparer) => throw null; - public static System.Linq.IOrderedEnumerable OrderByDescending(this System.Collections.Generic.IEnumerable source, System.Func keySelector) => throw null; - public static System.Linq.IOrderedEnumerable OrderByDescending(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Collections.Generic.IComparer comparer) => throw null; - public static System.Linq.IOrderedEnumerable OrderDescending(this System.Collections.Generic.IEnumerable source) => throw null; - public static System.Linq.IOrderedEnumerable OrderDescending(this System.Collections.Generic.IEnumerable source, System.Collections.Generic.IComparer comparer) => throw null; - public static System.Collections.Generic.IEnumerable Prepend(this System.Collections.Generic.IEnumerable source, TSource element) => throw null; - public static System.Collections.Generic.IEnumerable Range(int start, int count) => throw null; - public static System.Collections.Generic.IEnumerable Repeat(TResult element, int count) => throw null; - public static System.Collections.Generic.IEnumerable Reverse(this System.Collections.Generic.IEnumerable source) => throw null; - public static System.Collections.Generic.IEnumerable Select(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static System.Collections.Generic.IEnumerable Select(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static System.Collections.Generic.IEnumerable SelectMany(this System.Collections.Generic.IEnumerable source, System.Func> selector) => throw null; - public static System.Collections.Generic.IEnumerable SelectMany(this System.Collections.Generic.IEnumerable source, System.Func> selector) => throw null; - public static System.Collections.Generic.IEnumerable SelectMany(this System.Collections.Generic.IEnumerable source, System.Func> collectionSelector, System.Func resultSelector) => throw null; - public static System.Collections.Generic.IEnumerable SelectMany(this System.Collections.Generic.IEnumerable source, System.Func> collectionSelector, System.Func resultSelector) => throw null; - public static bool SequenceEqual(this System.Collections.Generic.IEnumerable first, System.Collections.Generic.IEnumerable second) => throw null; - public static bool SequenceEqual(this System.Collections.Generic.IEnumerable first, System.Collections.Generic.IEnumerable second, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static TSource Single(this System.Collections.Generic.IEnumerable source) => throw null; - public static TSource Single(this System.Collections.Generic.IEnumerable source, System.Func predicate) => throw null; - public static TSource SingleOrDefault(this System.Collections.Generic.IEnumerable source) => throw null; - public static TSource SingleOrDefault(this System.Collections.Generic.IEnumerable source, TSource defaultValue) => throw null; - public static TSource SingleOrDefault(this System.Collections.Generic.IEnumerable source, System.Func predicate) => throw null; - public static TSource SingleOrDefault(this System.Collections.Generic.IEnumerable source, System.Func predicate, TSource defaultValue) => throw null; - public static System.Collections.Generic.IEnumerable Skip(this System.Collections.Generic.IEnumerable source, int count) => throw null; - public static System.Collections.Generic.IEnumerable SkipLast(this System.Collections.Generic.IEnumerable source, int count) => throw null; - public static System.Collections.Generic.IEnumerable SkipWhile(this System.Collections.Generic.IEnumerable source, System.Func predicate) => throw null; - public static System.Collections.Generic.IEnumerable SkipWhile(this System.Collections.Generic.IEnumerable source, System.Func predicate) => throw null; - public static decimal Sum(this System.Collections.Generic.IEnumerable source) => throw null; - public static double Sum(this System.Collections.Generic.IEnumerable source) => throw null; - public static int Sum(this System.Collections.Generic.IEnumerable source) => throw null; - public static long Sum(this System.Collections.Generic.IEnumerable source) => throw null; - public static decimal? Sum(this System.Collections.Generic.IEnumerable source) => throw null; - public static double? Sum(this System.Collections.Generic.IEnumerable source) => throw null; - public static int? Sum(this System.Collections.Generic.IEnumerable source) => throw null; - public static long? Sum(this System.Collections.Generic.IEnumerable source) => throw null; - public static float? Sum(this System.Collections.Generic.IEnumerable source) => throw null; - public static float Sum(this System.Collections.Generic.IEnumerable source) => throw null; - public static decimal Sum(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static double Sum(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static int Sum(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static long Sum(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static decimal? Sum(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static double? Sum(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static int? Sum(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static long? Sum(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static float? Sum(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static float Sum(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; - public static System.Collections.Generic.IEnumerable Take(this System.Collections.Generic.IEnumerable source, int count) => throw null; - public static System.Collections.Generic.IEnumerable Take(this System.Collections.Generic.IEnumerable source, System.Range range) => throw null; - public static System.Collections.Generic.IEnumerable TakeLast(this System.Collections.Generic.IEnumerable source, int count) => throw null; - public static System.Collections.Generic.IEnumerable TakeWhile(this System.Collections.Generic.IEnumerable source, System.Func predicate) => throw null; - public static System.Collections.Generic.IEnumerable TakeWhile(this System.Collections.Generic.IEnumerable source, System.Func predicate) => throw null; - public static System.Linq.IOrderedEnumerable ThenBy(this System.Linq.IOrderedEnumerable source, System.Func keySelector) => throw null; - public static System.Linq.IOrderedEnumerable ThenBy(this System.Linq.IOrderedEnumerable source, System.Func keySelector, System.Collections.Generic.IComparer comparer) => throw null; - public static System.Linq.IOrderedEnumerable ThenByDescending(this System.Linq.IOrderedEnumerable source, System.Func keySelector) => throw null; - public static System.Linq.IOrderedEnumerable ThenByDescending(this System.Linq.IOrderedEnumerable source, System.Func keySelector, System.Collections.Generic.IComparer comparer) => throw null; - public static TSource[] ToArray(this System.Collections.Generic.IEnumerable source) => throw null; - public static System.Collections.Generic.Dictionary ToDictionary(this System.Collections.Generic.IEnumerable> source) => throw null; - public static System.Collections.Generic.Dictionary ToDictionary(this System.Collections.Generic.IEnumerable> source, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Collections.Generic.Dictionary ToDictionary(this System.Collections.Generic.IEnumerable<(TKey Key, TValue Value)> source) => throw null; - public static System.Collections.Generic.Dictionary ToDictionary(this System.Collections.Generic.IEnumerable<(TKey Key, TValue Value)> source, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Collections.Generic.Dictionary ToDictionary(this System.Collections.Generic.IEnumerable source, System.Func keySelector) => throw null; - public static System.Collections.Generic.Dictionary ToDictionary(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Collections.Generic.Dictionary ToDictionary(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Func elementSelector) => throw null; - public static System.Collections.Generic.Dictionary ToDictionary(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Func elementSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Collections.Generic.HashSet ToHashSet(this System.Collections.Generic.IEnumerable source) => throw null; - public static System.Collections.Generic.HashSet ToHashSet(this System.Collections.Generic.IEnumerable source, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Collections.Generic.List ToList(this System.Collections.Generic.IEnumerable source) => throw null; - public static System.Linq.ILookup ToLookup(this System.Collections.Generic.IEnumerable source, System.Func keySelector) => throw null; - public static System.Linq.ILookup ToLookup(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Linq.ILookup ToLookup(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Func elementSelector) => throw null; - public static System.Linq.ILookup ToLookup(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Func elementSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static bool TryGetNonEnumeratedCount(this System.Collections.Generic.IEnumerable source, out int count) => throw null; - public static System.Collections.Generic.IEnumerable Union(this System.Collections.Generic.IEnumerable first, System.Collections.Generic.IEnumerable second) => throw null; - public static System.Collections.Generic.IEnumerable Union(this System.Collections.Generic.IEnumerable first, System.Collections.Generic.IEnumerable second, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Collections.Generic.IEnumerable UnionBy(this System.Collections.Generic.IEnumerable first, System.Collections.Generic.IEnumerable second, System.Func keySelector) => throw null; - public static System.Collections.Generic.IEnumerable UnionBy(this System.Collections.Generic.IEnumerable first, System.Collections.Generic.IEnumerable second, System.Func keySelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static System.Collections.Generic.IEnumerable Where(this System.Collections.Generic.IEnumerable source, System.Func predicate) => throw null; - public static System.Collections.Generic.IEnumerable Where(this System.Collections.Generic.IEnumerable source, System.Func predicate) => throw null; - public static System.Collections.Generic.IEnumerable<(TFirst First, TSecond Second)> Zip(this System.Collections.Generic.IEnumerable first, System.Collections.Generic.IEnumerable second) => throw null; - public static System.Collections.Generic.IEnumerable<(TFirst First, TSecond Second, TThird Third)> Zip(this System.Collections.Generic.IEnumerable first, System.Collections.Generic.IEnumerable second, System.Collections.Generic.IEnumerable third) => throw null; - public static System.Collections.Generic.IEnumerable Zip(this System.Collections.Generic.IEnumerable first, System.Collections.Generic.IEnumerable second, System.Func resultSelector) => throw null; - } - public interface IGrouping : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - TKey Key { get; } - } - public interface ILookup : System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable - { - bool Contains(TKey key); - int Count { get; } - System.Collections.Generic.IEnumerable this[TKey key] { get; } - } - public interface IOrderedEnumerable : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - System.Linq.IOrderedEnumerable CreateOrderedEnumerable(System.Func keySelector, System.Collections.Generic.IComparer comparer, bool descending); - } - public class Lookup : System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable, System.Linq.ILookup - { - public System.Collections.Generic.IEnumerable ApplyResultSelector(System.Func, TResult> resultSelector) => throw null; - public bool Contains(TKey key) => throw null; - public int Count { get => throw null; } - public System.Collections.Generic.IEnumerator> GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public System.Collections.Generic.IEnumerable this[TKey key] { get => throw null; } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Memory.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Memory.cs deleted file mode 100644 index 816fd805..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Memory.cs +++ /dev/null @@ -1,640 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Memory, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. -namespace System -{ - namespace Buffers - { - public sealed class ArrayBufferWriter : System.Buffers.IBufferWriter - { - public void Advance(int count) => throw null; - public int Capacity { get => throw null; } - public void Clear() => throw null; - public ArrayBufferWriter() => throw null; - public ArrayBufferWriter(int initialCapacity) => throw null; - public int FreeCapacity { get => throw null; } - public System.Memory GetMemory(int sizeHint = default(int)) => throw null; - public System.Span GetSpan(int sizeHint = default(int)) => throw null; - public void ResetWrittenCount() => throw null; - public int WrittenCount { get => throw null; } - public System.ReadOnlyMemory WrittenMemory { get => throw null; } - public System.ReadOnlySpan WrittenSpan { get => throw null; } - } - namespace Binary - { - public static class BinaryPrimitives - { - public static double ReadDoubleBigEndian(System.ReadOnlySpan source) => throw null; - public static double ReadDoubleLittleEndian(System.ReadOnlySpan source) => throw null; - public static System.Half ReadHalfBigEndian(System.ReadOnlySpan source) => throw null; - public static System.Half ReadHalfLittleEndian(System.ReadOnlySpan source) => throw null; - public static System.Int128 ReadInt128BigEndian(System.ReadOnlySpan source) => throw null; - public static System.Int128 ReadInt128LittleEndian(System.ReadOnlySpan source) => throw null; - public static short ReadInt16BigEndian(System.ReadOnlySpan source) => throw null; - public static short ReadInt16LittleEndian(System.ReadOnlySpan source) => throw null; - public static int ReadInt32BigEndian(System.ReadOnlySpan source) => throw null; - public static int ReadInt32LittleEndian(System.ReadOnlySpan source) => throw null; - public static long ReadInt64BigEndian(System.ReadOnlySpan source) => throw null; - public static long ReadInt64LittleEndian(System.ReadOnlySpan source) => throw null; - public static nint ReadIntPtrBigEndian(System.ReadOnlySpan source) => throw null; - public static nint ReadIntPtrLittleEndian(System.ReadOnlySpan source) => throw null; - public static float ReadSingleBigEndian(System.ReadOnlySpan source) => throw null; - public static float ReadSingleLittleEndian(System.ReadOnlySpan source) => throw null; - public static System.UInt128 ReadUInt128BigEndian(System.ReadOnlySpan source) => throw null; - public static System.UInt128 ReadUInt128LittleEndian(System.ReadOnlySpan source) => throw null; - public static ushort ReadUInt16BigEndian(System.ReadOnlySpan source) => throw null; - public static ushort ReadUInt16LittleEndian(System.ReadOnlySpan source) => throw null; - public static uint ReadUInt32BigEndian(System.ReadOnlySpan source) => throw null; - public static uint ReadUInt32LittleEndian(System.ReadOnlySpan source) => throw null; - public static ulong ReadUInt64BigEndian(System.ReadOnlySpan source) => throw null; - public static ulong ReadUInt64LittleEndian(System.ReadOnlySpan source) => throw null; - public static nuint ReadUIntPtrBigEndian(System.ReadOnlySpan source) => throw null; - public static nuint ReadUIntPtrLittleEndian(System.ReadOnlySpan source) => throw null; - public static byte ReverseEndianness(byte value) => throw null; - public static short ReverseEndianness(short value) => throw null; - public static int ReverseEndianness(int value) => throw null; - public static long ReverseEndianness(long value) => throw null; - public static sbyte ReverseEndianness(sbyte value) => throw null; - public static ushort ReverseEndianness(ushort value) => throw null; - public static uint ReverseEndianness(uint value) => throw null; - public static ulong ReverseEndianness(ulong value) => throw null; - public static nint ReverseEndianness(nint value) => throw null; - public static nuint ReverseEndianness(nuint value) => throw null; - public static System.Int128 ReverseEndianness(System.Int128 value) => throw null; - public static System.UInt128 ReverseEndianness(System.UInt128 value) => throw null; - public static void ReverseEndianness(System.ReadOnlySpan source, System.Span destination) => throw null; - public static void ReverseEndianness(System.ReadOnlySpan source, System.Span destination) => throw null; - public static void ReverseEndianness(System.ReadOnlySpan source, System.Span destination) => throw null; - public static void ReverseEndianness(System.ReadOnlySpan source, System.Span destination) => throw null; - public static void ReverseEndianness(System.ReadOnlySpan source, System.Span destination) => throw null; - public static void ReverseEndianness(System.ReadOnlySpan source, System.Span destination) => throw null; - public static void ReverseEndianness(System.ReadOnlySpan source, System.Span destination) => throw null; - public static void ReverseEndianness(System.ReadOnlySpan source, System.Span destination) => throw null; - public static void ReverseEndianness(System.ReadOnlySpan source, System.Span destination) => throw null; - public static void ReverseEndianness(System.ReadOnlySpan source, System.Span destination) => throw null; - public static bool TryReadDoubleBigEndian(System.ReadOnlySpan source, out double value) => throw null; - public static bool TryReadDoubleLittleEndian(System.ReadOnlySpan source, out double value) => throw null; - public static bool TryReadHalfBigEndian(System.ReadOnlySpan source, out System.Half value) => throw null; - public static bool TryReadHalfLittleEndian(System.ReadOnlySpan source, out System.Half value) => throw null; - public static bool TryReadInt128BigEndian(System.ReadOnlySpan source, out System.Int128 value) => throw null; - public static bool TryReadInt128LittleEndian(System.ReadOnlySpan source, out System.Int128 value) => throw null; - public static bool TryReadInt16BigEndian(System.ReadOnlySpan source, out short value) => throw null; - public static bool TryReadInt16LittleEndian(System.ReadOnlySpan source, out short value) => throw null; - public static bool TryReadInt32BigEndian(System.ReadOnlySpan source, out int value) => throw null; - public static bool TryReadInt32LittleEndian(System.ReadOnlySpan source, out int value) => throw null; - public static bool TryReadInt64BigEndian(System.ReadOnlySpan source, out long value) => throw null; - public static bool TryReadInt64LittleEndian(System.ReadOnlySpan source, out long value) => throw null; - public static bool TryReadIntPtrBigEndian(System.ReadOnlySpan source, out nint value) => throw null; - public static bool TryReadIntPtrLittleEndian(System.ReadOnlySpan source, out nint value) => throw null; - public static bool TryReadSingleBigEndian(System.ReadOnlySpan source, out float value) => throw null; - public static bool TryReadSingleLittleEndian(System.ReadOnlySpan source, out float value) => throw null; - public static bool TryReadUInt128BigEndian(System.ReadOnlySpan source, out System.UInt128 value) => throw null; - public static bool TryReadUInt128LittleEndian(System.ReadOnlySpan source, out System.UInt128 value) => throw null; - public static bool TryReadUInt16BigEndian(System.ReadOnlySpan source, out ushort value) => throw null; - public static bool TryReadUInt16LittleEndian(System.ReadOnlySpan source, out ushort value) => throw null; - public static bool TryReadUInt32BigEndian(System.ReadOnlySpan source, out uint value) => throw null; - public static bool TryReadUInt32LittleEndian(System.ReadOnlySpan source, out uint value) => throw null; - public static bool TryReadUInt64BigEndian(System.ReadOnlySpan source, out ulong value) => throw null; - public static bool TryReadUInt64LittleEndian(System.ReadOnlySpan source, out ulong value) => throw null; - public static bool TryReadUIntPtrBigEndian(System.ReadOnlySpan source, out nuint value) => throw null; - public static bool TryReadUIntPtrLittleEndian(System.ReadOnlySpan source, out nuint value) => throw null; - public static bool TryWriteDoubleBigEndian(System.Span destination, double value) => throw null; - public static bool TryWriteDoubleLittleEndian(System.Span destination, double value) => throw null; - public static bool TryWriteHalfBigEndian(System.Span destination, System.Half value) => throw null; - public static bool TryWriteHalfLittleEndian(System.Span destination, System.Half value) => throw null; - public static bool TryWriteInt128BigEndian(System.Span destination, System.Int128 value) => throw null; - public static bool TryWriteInt128LittleEndian(System.Span destination, System.Int128 value) => throw null; - public static bool TryWriteInt16BigEndian(System.Span destination, short value) => throw null; - public static bool TryWriteInt16LittleEndian(System.Span destination, short value) => throw null; - public static bool TryWriteInt32BigEndian(System.Span destination, int value) => throw null; - public static bool TryWriteInt32LittleEndian(System.Span destination, int value) => throw null; - public static bool TryWriteInt64BigEndian(System.Span destination, long value) => throw null; - public static bool TryWriteInt64LittleEndian(System.Span destination, long value) => throw null; - public static bool TryWriteIntPtrBigEndian(System.Span destination, nint value) => throw null; - public static bool TryWriteIntPtrLittleEndian(System.Span destination, nint value) => throw null; - public static bool TryWriteSingleBigEndian(System.Span destination, float value) => throw null; - public static bool TryWriteSingleLittleEndian(System.Span destination, float value) => throw null; - public static bool TryWriteUInt128BigEndian(System.Span destination, System.UInt128 value) => throw null; - public static bool TryWriteUInt128LittleEndian(System.Span destination, System.UInt128 value) => throw null; - public static bool TryWriteUInt16BigEndian(System.Span destination, ushort value) => throw null; - public static bool TryWriteUInt16LittleEndian(System.Span destination, ushort value) => throw null; - public static bool TryWriteUInt32BigEndian(System.Span destination, uint value) => throw null; - public static bool TryWriteUInt32LittleEndian(System.Span destination, uint value) => throw null; - public static bool TryWriteUInt64BigEndian(System.Span destination, ulong value) => throw null; - public static bool TryWriteUInt64LittleEndian(System.Span destination, ulong value) => throw null; - public static bool TryWriteUIntPtrBigEndian(System.Span destination, nuint value) => throw null; - public static bool TryWriteUIntPtrLittleEndian(System.Span destination, nuint value) => throw null; - public static void WriteDoubleBigEndian(System.Span destination, double value) => throw null; - public static void WriteDoubleLittleEndian(System.Span destination, double value) => throw null; - public static void WriteHalfBigEndian(System.Span destination, System.Half value) => throw null; - public static void WriteHalfLittleEndian(System.Span destination, System.Half value) => throw null; - public static void WriteInt128BigEndian(System.Span destination, System.Int128 value) => throw null; - public static void WriteInt128LittleEndian(System.Span destination, System.Int128 value) => throw null; - public static void WriteInt16BigEndian(System.Span destination, short value) => throw null; - public static void WriteInt16LittleEndian(System.Span destination, short value) => throw null; - public static void WriteInt32BigEndian(System.Span destination, int value) => throw null; - public static void WriteInt32LittleEndian(System.Span destination, int value) => throw null; - public static void WriteInt64BigEndian(System.Span destination, long value) => throw null; - public static void WriteInt64LittleEndian(System.Span destination, long value) => throw null; - public static void WriteIntPtrBigEndian(System.Span destination, nint value) => throw null; - public static void WriteIntPtrLittleEndian(System.Span destination, nint value) => throw null; - public static void WriteSingleBigEndian(System.Span destination, float value) => throw null; - public static void WriteSingleLittleEndian(System.Span destination, float value) => throw null; - public static void WriteUInt128BigEndian(System.Span destination, System.UInt128 value) => throw null; - public static void WriteUInt128LittleEndian(System.Span destination, System.UInt128 value) => throw null; - public static void WriteUInt16BigEndian(System.Span destination, ushort value) => throw null; - public static void WriteUInt16LittleEndian(System.Span destination, ushort value) => throw null; - public static void WriteUInt32BigEndian(System.Span destination, uint value) => throw null; - public static void WriteUInt32LittleEndian(System.Span destination, uint value) => throw null; - public static void WriteUInt64BigEndian(System.Span destination, ulong value) => throw null; - public static void WriteUInt64LittleEndian(System.Span destination, ulong value) => throw null; - public static void WriteUIntPtrBigEndian(System.Span destination, nuint value) => throw null; - public static void WriteUIntPtrLittleEndian(System.Span destination, nuint value) => throw null; - } - } - public static partial class BuffersExtensions - { - public static void CopyTo(this in System.Buffers.ReadOnlySequence source, System.Span destination) => throw null; - public static System.SequencePosition? PositionOf(this in System.Buffers.ReadOnlySequence source, T value) where T : System.IEquatable => throw null; - public static T[] ToArray(this in System.Buffers.ReadOnlySequence sequence) => throw null; - public static void Write(this System.Buffers.IBufferWriter writer, System.ReadOnlySpan value) => throw null; - } - public interface IBufferWriter - { - void Advance(int count); - System.Memory GetMemory(int sizeHint = default(int)); - System.Span GetSpan(int sizeHint = default(int)); - } - public abstract class MemoryPool : System.IDisposable - { - protected MemoryPool() => throw null; - public void Dispose() => throw null; - protected abstract void Dispose(bool disposing); - public abstract int MaxBufferSize { get; } - public abstract System.Buffers.IMemoryOwner Rent(int minBufferSize = default(int)); - public static System.Buffers.MemoryPool Shared { get => throw null; } - } - public struct ReadOnlySequence - { - public ReadOnlySequence(System.Buffers.ReadOnlySequenceSegment startSegment, int startIndex, System.Buffers.ReadOnlySequenceSegment endSegment, int endIndex) => throw null; - public ReadOnlySequence(System.ReadOnlyMemory memory) => throw null; - public ReadOnlySequence(T[] array) => throw null; - public ReadOnlySequence(T[] array, int start, int length) => throw null; - public static readonly System.Buffers.ReadOnlySequence Empty; - public System.SequencePosition End { get => throw null; } - public struct Enumerator - { - public Enumerator(in System.Buffers.ReadOnlySequence sequence) => throw null; - public System.ReadOnlyMemory Current { get => throw null; } - public bool MoveNext() => throw null; - } - public System.ReadOnlyMemory First { get => throw null; } - public System.ReadOnlySpan FirstSpan { get => throw null; } - public System.Buffers.ReadOnlySequence.Enumerator GetEnumerator() => throw null; - public long GetOffset(System.SequencePosition position) => throw null; - public System.SequencePosition GetPosition(long offset) => throw null; - public System.SequencePosition GetPosition(long offset, System.SequencePosition origin) => throw null; - public bool IsEmpty { get => throw null; } - public bool IsSingleSegment { get => throw null; } - public long Length { get => throw null; } - public System.Buffers.ReadOnlySequence Slice(int start, int length) => throw null; - public System.Buffers.ReadOnlySequence Slice(int start, System.SequencePosition end) => throw null; - public System.Buffers.ReadOnlySequence Slice(long start) => throw null; - public System.Buffers.ReadOnlySequence Slice(long start, long length) => throw null; - public System.Buffers.ReadOnlySequence Slice(long start, System.SequencePosition end) => throw null; - public System.Buffers.ReadOnlySequence Slice(System.SequencePosition start) => throw null; - public System.Buffers.ReadOnlySequence Slice(System.SequencePosition start, int length) => throw null; - public System.Buffers.ReadOnlySequence Slice(System.SequencePosition start, long length) => throw null; - public System.Buffers.ReadOnlySequence Slice(System.SequencePosition start, System.SequencePosition end) => throw null; - public System.SequencePosition Start { get => throw null; } - public override string ToString() => throw null; - public bool TryGet(ref System.SequencePosition position, out System.ReadOnlyMemory memory, bool advance = default(bool)) => throw null; - } - public abstract class ReadOnlySequenceSegment - { - protected ReadOnlySequenceSegment() => throw null; - public System.ReadOnlyMemory Memory { get => throw null; set { } } - public System.Buffers.ReadOnlySequenceSegment Next { get => throw null; set { } } - public long RunningIndex { get => throw null; set { } } - } - public struct SequenceReader where T : unmanaged, System.IEquatable - { - public void Advance(long count) => throw null; - public long AdvancePast(T value) => throw null; - public long AdvancePastAny(System.ReadOnlySpan values) => throw null; - public long AdvancePastAny(T value0, T value1) => throw null; - public long AdvancePastAny(T value0, T value1, T value2) => throw null; - public long AdvancePastAny(T value0, T value1, T value2, T value3) => throw null; - public void AdvanceToEnd() => throw null; - public long Consumed { get => throw null; } - public SequenceReader(System.Buffers.ReadOnlySequence sequence) => throw null; - public System.ReadOnlySpan CurrentSpan { get => throw null; } - public int CurrentSpanIndex { get => throw null; } - public bool End { get => throw null; } - public bool IsNext(System.ReadOnlySpan next, bool advancePast = default(bool)) => throw null; - public bool IsNext(T next, bool advancePast = default(bool)) => throw null; - public long Length { get => throw null; } - public System.SequencePosition Position { get => throw null; } - public long Remaining { get => throw null; } - public void Rewind(long count) => throw null; - public System.Buffers.ReadOnlySequence Sequence { get => throw null; } - public bool TryAdvanceTo(T delimiter, bool advancePastDelimiter = default(bool)) => throw null; - public bool TryAdvanceToAny(System.ReadOnlySpan delimiters, bool advancePastDelimiter = default(bool)) => throw null; - public bool TryCopyTo(System.Span destination) => throw null; - public bool TryPeek(out T value) => throw null; - public bool TryPeek(long offset, out T value) => throw null; - public bool TryRead(out T value) => throw null; - public bool TryReadExact(int count, out System.Buffers.ReadOnlySequence sequence) => throw null; - public bool TryReadTo(out System.Buffers.ReadOnlySequence sequence, System.ReadOnlySpan delimiter, bool advancePastDelimiter = default(bool)) => throw null; - public bool TryReadTo(out System.Buffers.ReadOnlySequence sequence, T delimiter, bool advancePastDelimiter = default(bool)) => throw null; - public bool TryReadTo(out System.Buffers.ReadOnlySequence sequence, T delimiter, T delimiterEscape, bool advancePastDelimiter = default(bool)) => throw null; - public bool TryReadTo(out System.ReadOnlySpan span, System.ReadOnlySpan delimiter, bool advancePastDelimiter = default(bool)) => throw null; - public bool TryReadTo(out System.ReadOnlySpan span, T delimiter, bool advancePastDelimiter = default(bool)) => throw null; - public bool TryReadTo(out System.ReadOnlySpan span, T delimiter, T delimiterEscape, bool advancePastDelimiter = default(bool)) => throw null; - public bool TryReadToAny(out System.Buffers.ReadOnlySequence sequence, System.ReadOnlySpan delimiters, bool advancePastDelimiter = default(bool)) => throw null; - public bool TryReadToAny(out System.ReadOnlySpan span, System.ReadOnlySpan delimiters, bool advancePastDelimiter = default(bool)) => throw null; - public System.Buffers.ReadOnlySequence UnreadSequence { get => throw null; } - public System.ReadOnlySpan UnreadSpan { get => throw null; } - } - public static partial class SequenceReaderExtensions - { - public static bool TryReadBigEndian(this ref System.Buffers.SequenceReader reader, out short value) => throw null; - public static bool TryReadBigEndian(this ref System.Buffers.SequenceReader reader, out int value) => throw null; - public static bool TryReadBigEndian(this ref System.Buffers.SequenceReader reader, out long value) => throw null; - public static bool TryReadLittleEndian(this ref System.Buffers.SequenceReader reader, out short value) => throw null; - public static bool TryReadLittleEndian(this ref System.Buffers.SequenceReader reader, out int value) => throw null; - public static bool TryReadLittleEndian(this ref System.Buffers.SequenceReader reader, out long value) => throw null; - } - public struct StandardFormat : System.IEquatable - { - public StandardFormat(char symbol, byte precision = default(byte)) => throw null; - public bool Equals(System.Buffers.StandardFormat other) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public bool HasPrecision { get => throw null; } - public bool IsDefault { get => throw null; } - public const byte MaxPrecision = 99; - public const byte NoPrecision = 255; - public static bool operator ==(System.Buffers.StandardFormat left, System.Buffers.StandardFormat right) => throw null; - public static implicit operator System.Buffers.StandardFormat(char symbol) => throw null; - public static bool operator !=(System.Buffers.StandardFormat left, System.Buffers.StandardFormat right) => throw null; - public static System.Buffers.StandardFormat Parse(System.ReadOnlySpan format) => throw null; - public static System.Buffers.StandardFormat Parse(string format) => throw null; - public byte Precision { get => throw null; } - public char Symbol { get => throw null; } - public override string ToString() => throw null; - public static bool TryParse(System.ReadOnlySpan format, out System.Buffers.StandardFormat result) => throw null; - } - namespace Text - { - public static class Utf8Formatter - { - public static bool TryFormat(bool value, System.Span destination, out int bytesWritten, System.Buffers.StandardFormat format = default(System.Buffers.StandardFormat)) => throw null; - public static bool TryFormat(byte value, System.Span destination, out int bytesWritten, System.Buffers.StandardFormat format = default(System.Buffers.StandardFormat)) => throw null; - public static bool TryFormat(System.DateTime value, System.Span destination, out int bytesWritten, System.Buffers.StandardFormat format = default(System.Buffers.StandardFormat)) => throw null; - public static bool TryFormat(System.DateTimeOffset value, System.Span destination, out int bytesWritten, System.Buffers.StandardFormat format = default(System.Buffers.StandardFormat)) => throw null; - public static bool TryFormat(decimal value, System.Span destination, out int bytesWritten, System.Buffers.StandardFormat format = default(System.Buffers.StandardFormat)) => throw null; - public static bool TryFormat(double value, System.Span destination, out int bytesWritten, System.Buffers.StandardFormat format = default(System.Buffers.StandardFormat)) => throw null; - public static bool TryFormat(System.Guid value, System.Span destination, out int bytesWritten, System.Buffers.StandardFormat format = default(System.Buffers.StandardFormat)) => throw null; - public static bool TryFormat(short value, System.Span destination, out int bytesWritten, System.Buffers.StandardFormat format = default(System.Buffers.StandardFormat)) => throw null; - public static bool TryFormat(int value, System.Span destination, out int bytesWritten, System.Buffers.StandardFormat format = default(System.Buffers.StandardFormat)) => throw null; - public static bool TryFormat(long value, System.Span destination, out int bytesWritten, System.Buffers.StandardFormat format = default(System.Buffers.StandardFormat)) => throw null; - public static bool TryFormat(sbyte value, System.Span destination, out int bytesWritten, System.Buffers.StandardFormat format = default(System.Buffers.StandardFormat)) => throw null; - public static bool TryFormat(float value, System.Span destination, out int bytesWritten, System.Buffers.StandardFormat format = default(System.Buffers.StandardFormat)) => throw null; - public static bool TryFormat(System.TimeSpan value, System.Span destination, out int bytesWritten, System.Buffers.StandardFormat format = default(System.Buffers.StandardFormat)) => throw null; - public static bool TryFormat(ushort value, System.Span destination, out int bytesWritten, System.Buffers.StandardFormat format = default(System.Buffers.StandardFormat)) => throw null; - public static bool TryFormat(uint value, System.Span destination, out int bytesWritten, System.Buffers.StandardFormat format = default(System.Buffers.StandardFormat)) => throw null; - public static bool TryFormat(ulong value, System.Span destination, out int bytesWritten, System.Buffers.StandardFormat format = default(System.Buffers.StandardFormat)) => throw null; - } - public static class Utf8Parser - { - public static bool TryParse(System.ReadOnlySpan source, out bool value, out int bytesConsumed, char standardFormat = default(char)) => throw null; - public static bool TryParse(System.ReadOnlySpan source, out byte value, out int bytesConsumed, char standardFormat = default(char)) => throw null; - public static bool TryParse(System.ReadOnlySpan source, out System.DateTime value, out int bytesConsumed, char standardFormat = default(char)) => throw null; - public static bool TryParse(System.ReadOnlySpan source, out System.DateTimeOffset value, out int bytesConsumed, char standardFormat = default(char)) => throw null; - public static bool TryParse(System.ReadOnlySpan source, out decimal value, out int bytesConsumed, char standardFormat = default(char)) => throw null; - public static bool TryParse(System.ReadOnlySpan source, out double value, out int bytesConsumed, char standardFormat = default(char)) => throw null; - public static bool TryParse(System.ReadOnlySpan source, out System.Guid value, out int bytesConsumed, char standardFormat = default(char)) => throw null; - public static bool TryParse(System.ReadOnlySpan source, out short value, out int bytesConsumed, char standardFormat = default(char)) => throw null; - public static bool TryParse(System.ReadOnlySpan source, out int value, out int bytesConsumed, char standardFormat = default(char)) => throw null; - public static bool TryParse(System.ReadOnlySpan source, out long value, out int bytesConsumed, char standardFormat = default(char)) => throw null; - public static bool TryParse(System.ReadOnlySpan source, out sbyte value, out int bytesConsumed, char standardFormat = default(char)) => throw null; - public static bool TryParse(System.ReadOnlySpan source, out float value, out int bytesConsumed, char standardFormat = default(char)) => throw null; - public static bool TryParse(System.ReadOnlySpan source, out System.TimeSpan value, out int bytesConsumed, char standardFormat = default(char)) => throw null; - public static bool TryParse(System.ReadOnlySpan source, out ushort value, out int bytesConsumed, char standardFormat = default(char)) => throw null; - public static bool TryParse(System.ReadOnlySpan source, out uint value, out int bytesConsumed, char standardFormat = default(char)) => throw null; - public static bool TryParse(System.ReadOnlySpan source, out ulong value, out int bytesConsumed, char standardFormat = default(char)) => throw null; - } - } - } - public static partial class MemoryExtensions - { - public static System.ReadOnlyMemory AsMemory(this string text) => throw null; - public static System.ReadOnlyMemory AsMemory(this string text, System.Index startIndex) => throw null; - public static System.ReadOnlyMemory AsMemory(this string text, int start) => throw null; - public static System.ReadOnlyMemory AsMemory(this string text, int start, int length) => throw null; - public static System.ReadOnlyMemory AsMemory(this string text, System.Range range) => throw null; - public static System.Memory AsMemory(this System.ArraySegment segment) => throw null; - public static System.Memory AsMemory(this System.ArraySegment segment, int start) => throw null; - public static System.Memory AsMemory(this System.ArraySegment segment, int start, int length) => throw null; - public static System.Memory AsMemory(this T[] array) => throw null; - public static System.Memory AsMemory(this T[] array, System.Index startIndex) => throw null; - public static System.Memory AsMemory(this T[] array, int start) => throw null; - public static System.Memory AsMemory(this T[] array, int start, int length) => throw null; - public static System.Memory AsMemory(this T[] array, System.Range range) => throw null; - public static System.ReadOnlySpan AsSpan(this string text) => throw null; - public static System.ReadOnlySpan AsSpan(this string text, int start) => throw null; - public static System.ReadOnlySpan AsSpan(this string text, int start, int length) => throw null; - public static System.ReadOnlySpan AsSpan(this string text, System.Index startIndex) => throw null; - public static System.ReadOnlySpan AsSpan(this string text, System.Range range) => throw null; - public static System.Span AsSpan(this System.ArraySegment segment) => throw null; - public static System.Span AsSpan(this System.ArraySegment segment, System.Index startIndex) => throw null; - public static System.Span AsSpan(this System.ArraySegment segment, int start) => throw null; - public static System.Span AsSpan(this System.ArraySegment segment, int start, int length) => throw null; - public static System.Span AsSpan(this System.ArraySegment segment, System.Range range) => throw null; - public static System.Span AsSpan(this T[] array) => throw null; - public static System.Span AsSpan(this T[] array, System.Index startIndex) => throw null; - public static System.Span AsSpan(this T[] array, int start) => throw null; - public static System.Span AsSpan(this T[] array, int start, int length) => throw null; - public static System.Span AsSpan(this T[] array, System.Range range) => throw null; - public static int BinarySearch(this System.ReadOnlySpan span, System.IComparable comparable) => throw null; - public static int BinarySearch(this System.Span span, System.IComparable comparable) => throw null; - public static int BinarySearch(this System.ReadOnlySpan span, T value, TComparer comparer) where TComparer : System.Collections.Generic.IComparer => throw null; - public static int BinarySearch(this System.ReadOnlySpan span, TComparable comparable) where TComparable : System.IComparable => throw null; - public static int BinarySearch(this System.Span span, T value, TComparer comparer) where TComparer : System.Collections.Generic.IComparer => throw null; - public static int BinarySearch(this System.Span span, TComparable comparable) where TComparable : System.IComparable => throw null; - public static int CommonPrefixLength(this System.Span span, System.ReadOnlySpan other) => throw null; - public static int CommonPrefixLength(this System.Span span, System.ReadOnlySpan other, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static int CommonPrefixLength(this System.ReadOnlySpan span, System.ReadOnlySpan other) => throw null; - public static int CommonPrefixLength(this System.ReadOnlySpan span, System.ReadOnlySpan other, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public static int CompareTo(this System.ReadOnlySpan span, System.ReadOnlySpan other, System.StringComparison comparisonType) => throw null; - public static bool Contains(this System.ReadOnlySpan span, System.ReadOnlySpan value, System.StringComparison comparisonType) => throw null; - public static bool Contains(this System.ReadOnlySpan span, T value) where T : System.IEquatable => throw null; - public static bool Contains(this System.Span span, T value) where T : System.IEquatable => throw null; - public static bool ContainsAny(this System.ReadOnlySpan span, System.Buffers.SearchValues values) where T : System.IEquatable => throw null; - public static bool ContainsAny(this System.ReadOnlySpan span, System.ReadOnlySpan values) where T : System.IEquatable => throw null; - public static bool ContainsAny(this System.ReadOnlySpan span, T value0, T value1) where T : System.IEquatable => throw null; - public static bool ContainsAny(this System.ReadOnlySpan span, T value0, T value1, T value2) where T : System.IEquatable => throw null; - public static bool ContainsAny(this System.Span span, System.Buffers.SearchValues values) where T : System.IEquatable => throw null; - public static bool ContainsAny(this System.Span span, System.ReadOnlySpan values) where T : System.IEquatable => throw null; - public static bool ContainsAny(this System.Span span, T value0, T value1) where T : System.IEquatable => throw null; - public static bool ContainsAny(this System.Span span, T value0, T value1, T value2) where T : System.IEquatable => throw null; - public static bool ContainsAnyExcept(this System.ReadOnlySpan span, System.Buffers.SearchValues values) where T : System.IEquatable => throw null; - public static bool ContainsAnyExcept(this System.ReadOnlySpan span, System.ReadOnlySpan values) where T : System.IEquatable => throw null; - public static bool ContainsAnyExcept(this System.ReadOnlySpan span, T value) where T : System.IEquatable => throw null; - public static bool ContainsAnyExcept(this System.ReadOnlySpan span, T value0, T value1) where T : System.IEquatable => throw null; - public static bool ContainsAnyExcept(this System.ReadOnlySpan span, T value0, T value1, T value2) where T : System.IEquatable => throw null; - public static bool ContainsAnyExcept(this System.Span span, System.Buffers.SearchValues values) where T : System.IEquatable => throw null; - public static bool ContainsAnyExcept(this System.Span span, System.ReadOnlySpan values) where T : System.IEquatable => throw null; - public static bool ContainsAnyExcept(this System.Span span, T value) where T : System.IEquatable => throw null; - public static bool ContainsAnyExcept(this System.Span span, T value0, T value1) where T : System.IEquatable => throw null; - public static bool ContainsAnyExcept(this System.Span span, T value0, T value1, T value2) where T : System.IEquatable => throw null; - public static bool ContainsAnyExceptInRange(this System.ReadOnlySpan span, T lowInclusive, T highInclusive) where T : System.IComparable => throw null; - public static bool ContainsAnyExceptInRange(this System.Span span, T lowInclusive, T highInclusive) where T : System.IComparable => throw null; - public static bool ContainsAnyInRange(this System.ReadOnlySpan span, T lowInclusive, T highInclusive) where T : System.IComparable => throw null; - public static bool ContainsAnyInRange(this System.Span span, T lowInclusive, T highInclusive) where T : System.IComparable => throw null; - public static void CopyTo(this T[] source, System.Memory destination) => throw null; - public static void CopyTo(this T[] source, System.Span destination) => throw null; - public static int Count(this System.Span span, T value) where T : System.IEquatable => throw null; - public static int Count(this System.ReadOnlySpan span, T value) where T : System.IEquatable => throw null; - public static int Count(this System.Span span, System.ReadOnlySpan value) where T : System.IEquatable => throw null; - public static int Count(this System.ReadOnlySpan span, System.ReadOnlySpan value) where T : System.IEquatable => throw null; - public static bool EndsWith(this System.ReadOnlySpan span, System.ReadOnlySpan value, System.StringComparison comparisonType) => throw null; - public static bool EndsWith(this System.ReadOnlySpan span, System.ReadOnlySpan value) where T : System.IEquatable => throw null; - public static bool EndsWith(this System.Span span, System.ReadOnlySpan value) where T : System.IEquatable => throw null; - public static System.Text.SpanLineEnumerator EnumerateLines(this System.ReadOnlySpan span) => throw null; - public static System.Text.SpanLineEnumerator EnumerateLines(this System.Span span) => throw null; - public static System.Text.SpanRuneEnumerator EnumerateRunes(this System.ReadOnlySpan span) => throw null; - public static System.Text.SpanRuneEnumerator EnumerateRunes(this System.Span span) => throw null; - public static bool Equals(this System.ReadOnlySpan span, System.ReadOnlySpan other, System.StringComparison comparisonType) => throw null; - public static int IndexOf(this System.ReadOnlySpan span, System.ReadOnlySpan value, System.StringComparison comparisonType) => throw null; - public static int IndexOf(this System.ReadOnlySpan span, System.ReadOnlySpan value) where T : System.IEquatable => throw null; - public static int IndexOf(this System.ReadOnlySpan span, T value) where T : System.IEquatable => throw null; - public static int IndexOf(this System.Span span, System.ReadOnlySpan value) where T : System.IEquatable => throw null; - public static int IndexOf(this System.Span span, T value) where T : System.IEquatable => throw null; - public static int IndexOfAny(this System.ReadOnlySpan span, System.Buffers.SearchValues values) where T : System.IEquatable => throw null; - public static int IndexOfAny(this System.ReadOnlySpan span, System.ReadOnlySpan values) where T : System.IEquatable => throw null; - public static int IndexOfAny(this System.ReadOnlySpan span, T value0, T value1) where T : System.IEquatable => throw null; - public static int IndexOfAny(this System.ReadOnlySpan span, T value0, T value1, T value2) where T : System.IEquatable => throw null; - public static int IndexOfAny(this System.Span span, System.Buffers.SearchValues values) where T : System.IEquatable => throw null; - public static int IndexOfAny(this System.Span span, System.ReadOnlySpan values) where T : System.IEquatable => throw null; - public static int IndexOfAny(this System.Span span, T value0, T value1) where T : System.IEquatable => throw null; - public static int IndexOfAny(this System.Span span, T value0, T value1, T value2) where T : System.IEquatable => throw null; - public static int IndexOfAnyExcept(this System.Span span, T value) where T : System.IEquatable => throw null; - public static int IndexOfAnyExcept(this System.Span span, T value0, T value1) where T : System.IEquatable => throw null; - public static int IndexOfAnyExcept(this System.Span span, T value0, T value1, T value2) where T : System.IEquatable => throw null; - public static int IndexOfAnyExcept(this System.Span span, System.Buffers.SearchValues values) where T : System.IEquatable => throw null; - public static int IndexOfAnyExcept(this System.Span span, System.ReadOnlySpan values) where T : System.IEquatable => throw null; - public static int IndexOfAnyExcept(this System.ReadOnlySpan span, T value) where T : System.IEquatable => throw null; - public static int IndexOfAnyExcept(this System.ReadOnlySpan span, T value0, T value1) where T : System.IEquatable => throw null; - public static int IndexOfAnyExcept(this System.ReadOnlySpan span, T value0, T value1, T value2) where T : System.IEquatable => throw null; - public static int IndexOfAnyExcept(this System.ReadOnlySpan span, System.Buffers.SearchValues values) where T : System.IEquatable => throw null; - public static int IndexOfAnyExcept(this System.ReadOnlySpan span, System.ReadOnlySpan values) where T : System.IEquatable => throw null; - public static int IndexOfAnyExceptInRange(this System.ReadOnlySpan span, T lowInclusive, T highInclusive) where T : System.IComparable => throw null; - public static int IndexOfAnyExceptInRange(this System.Span span, T lowInclusive, T highInclusive) where T : System.IComparable => throw null; - public static int IndexOfAnyInRange(this System.ReadOnlySpan span, T lowInclusive, T highInclusive) where T : System.IComparable => throw null; - public static int IndexOfAnyInRange(this System.Span span, T lowInclusive, T highInclusive) where T : System.IComparable => throw null; - public static bool IsWhiteSpace(this System.ReadOnlySpan span) => throw null; - public static int LastIndexOf(this System.ReadOnlySpan span, System.ReadOnlySpan value, System.StringComparison comparisonType) => throw null; - public static int LastIndexOf(this System.ReadOnlySpan span, System.ReadOnlySpan value) where T : System.IEquatable => throw null; - public static int LastIndexOf(this System.ReadOnlySpan span, T value) where T : System.IEquatable => throw null; - public static int LastIndexOf(this System.Span span, System.ReadOnlySpan value) where T : System.IEquatable => throw null; - public static int LastIndexOf(this System.Span span, T value) where T : System.IEquatable => throw null; - public static int LastIndexOfAny(this System.ReadOnlySpan span, System.Buffers.SearchValues values) where T : System.IEquatable => throw null; - public static int LastIndexOfAny(this System.ReadOnlySpan span, System.ReadOnlySpan values) where T : System.IEquatable => throw null; - public static int LastIndexOfAny(this System.ReadOnlySpan span, T value0, T value1) where T : System.IEquatable => throw null; - public static int LastIndexOfAny(this System.ReadOnlySpan span, T value0, T value1, T value2) where T : System.IEquatable => throw null; - public static int LastIndexOfAny(this System.Span span, System.Buffers.SearchValues values) where T : System.IEquatable => throw null; - public static int LastIndexOfAny(this System.Span span, System.ReadOnlySpan values) where T : System.IEquatable => throw null; - public static int LastIndexOfAny(this System.Span span, T value0, T value1) where T : System.IEquatable => throw null; - public static int LastIndexOfAny(this System.Span span, T value0, T value1, T value2) where T : System.IEquatable => throw null; - public static int LastIndexOfAnyExcept(this System.Span span, T value) where T : System.IEquatable => throw null; - public static int LastIndexOfAnyExcept(this System.Span span, T value0, T value1) where T : System.IEquatable => throw null; - public static int LastIndexOfAnyExcept(this System.Span span, T value0, T value1, T value2) where T : System.IEquatable => throw null; - public static int LastIndexOfAnyExcept(this System.Span span, System.Buffers.SearchValues values) where T : System.IEquatable => throw null; - public static int LastIndexOfAnyExcept(this System.Span span, System.ReadOnlySpan values) where T : System.IEquatable => throw null; - public static int LastIndexOfAnyExcept(this System.ReadOnlySpan span, T value) where T : System.IEquatable => throw null; - public static int LastIndexOfAnyExcept(this System.ReadOnlySpan span, T value0, T value1) where T : System.IEquatable => throw null; - public static int LastIndexOfAnyExcept(this System.ReadOnlySpan span, T value0, T value1, T value2) where T : System.IEquatable => throw null; - public static int LastIndexOfAnyExcept(this System.ReadOnlySpan span, System.Buffers.SearchValues values) where T : System.IEquatable => throw null; - public static int LastIndexOfAnyExcept(this System.ReadOnlySpan span, System.ReadOnlySpan values) where T : System.IEquatable => throw null; - public static int LastIndexOfAnyExceptInRange(this System.ReadOnlySpan span, T lowInclusive, T highInclusive) where T : System.IComparable => throw null; - public static int LastIndexOfAnyExceptInRange(this System.Span span, T lowInclusive, T highInclusive) where T : System.IComparable => throw null; - public static int LastIndexOfAnyInRange(this System.ReadOnlySpan span, T lowInclusive, T highInclusive) where T : System.IComparable => throw null; - public static int LastIndexOfAnyInRange(this System.Span span, T lowInclusive, T highInclusive) where T : System.IComparable => throw null; - public static bool Overlaps(this System.ReadOnlySpan span, System.ReadOnlySpan other) => throw null; - public static bool Overlaps(this System.ReadOnlySpan span, System.ReadOnlySpan other, out int elementOffset) => throw null; - public static bool Overlaps(this System.Span span, System.ReadOnlySpan other) => throw null; - public static bool Overlaps(this System.Span span, System.ReadOnlySpan other, out int elementOffset) => throw null; - public static void Replace(this System.Span span, T oldValue, T newValue) where T : System.IEquatable => throw null; - public static void Replace(this System.ReadOnlySpan source, System.Span destination, T oldValue, T newValue) where T : System.IEquatable => throw null; - public static void Reverse(this System.Span span) => throw null; - public static int SequenceCompareTo(this System.ReadOnlySpan span, System.ReadOnlySpan other) where T : System.IComparable => throw null; - public static int SequenceCompareTo(this System.Span span, System.ReadOnlySpan other) where T : System.IComparable => throw null; - public static bool SequenceEqual(this System.ReadOnlySpan span, System.ReadOnlySpan other) where T : System.IEquatable => throw null; - public static bool SequenceEqual(this System.Span span, System.ReadOnlySpan other) where T : System.IEquatable => throw null; - public static bool SequenceEqual(this System.ReadOnlySpan span, System.ReadOnlySpan other, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; - public static bool SequenceEqual(this System.Span span, System.ReadOnlySpan other, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; - public static void Sort(this System.Span span) => throw null; - public static void Sort(this System.Span span, System.Comparison comparison) => throw null; - public static void Sort(this System.Span keys, System.Span items) => throw null; - public static void Sort(this System.Span keys, System.Span items, System.Comparison comparison) => throw null; - public static void Sort(this System.Span span, TComparer comparer) where TComparer : System.Collections.Generic.IComparer => throw null; - public static void Sort(this System.Span keys, System.Span items, TComparer comparer) where TComparer : System.Collections.Generic.IComparer => throw null; - public static int Split(this System.ReadOnlySpan source, System.Span destination, char separator, System.StringSplitOptions options = default(System.StringSplitOptions)) => throw null; - public static int Split(this System.ReadOnlySpan source, System.Span destination, System.ReadOnlySpan separator, System.StringSplitOptions options = default(System.StringSplitOptions)) => throw null; - public static int SplitAny(this System.ReadOnlySpan source, System.Span destination, System.ReadOnlySpan separators, System.StringSplitOptions options = default(System.StringSplitOptions)) => throw null; - public static int SplitAny(this System.ReadOnlySpan source, System.Span destination, System.ReadOnlySpan separators, System.StringSplitOptions options = default(System.StringSplitOptions)) => throw null; - public static bool StartsWith(this System.ReadOnlySpan span, System.ReadOnlySpan value, System.StringComparison comparisonType) => throw null; - public static bool StartsWith(this System.ReadOnlySpan span, System.ReadOnlySpan value) where T : System.IEquatable => throw null; - public static bool StartsWith(this System.Span span, System.ReadOnlySpan value) where T : System.IEquatable => throw null; - public static int ToLower(this System.ReadOnlySpan source, System.Span destination, System.Globalization.CultureInfo culture) => throw null; - public static int ToLowerInvariant(this System.ReadOnlySpan source, System.Span destination) => throw null; - public static int ToUpper(this System.ReadOnlySpan source, System.Span destination, System.Globalization.CultureInfo culture) => throw null; - public static int ToUpperInvariant(this System.ReadOnlySpan source, System.Span destination) => throw null; - public static System.Memory Trim(this System.Memory memory) => throw null; - public static System.ReadOnlyMemory Trim(this System.ReadOnlyMemory memory) => throw null; - public static System.ReadOnlySpan Trim(this System.ReadOnlySpan span) => throw null; - public static System.ReadOnlySpan Trim(this System.ReadOnlySpan span, char trimChar) => throw null; - public static System.ReadOnlySpan Trim(this System.ReadOnlySpan span, System.ReadOnlySpan trimChars) => throw null; - public static System.Span Trim(this System.Span span) => throw null; - public static System.Memory Trim(this System.Memory memory, System.ReadOnlySpan trimElements) where T : System.IEquatable => throw null; - public static System.Memory Trim(this System.Memory memory, T trimElement) where T : System.IEquatable => throw null; - public static System.ReadOnlyMemory Trim(this System.ReadOnlyMemory memory, System.ReadOnlySpan trimElements) where T : System.IEquatable => throw null; - public static System.ReadOnlyMemory Trim(this System.ReadOnlyMemory memory, T trimElement) where T : System.IEquatable => throw null; - public static System.ReadOnlySpan Trim(this System.ReadOnlySpan span, System.ReadOnlySpan trimElements) where T : System.IEquatable => throw null; - public static System.ReadOnlySpan Trim(this System.ReadOnlySpan span, T trimElement) where T : System.IEquatable => throw null; - public static System.Span Trim(this System.Span span, System.ReadOnlySpan trimElements) where T : System.IEquatable => throw null; - public static System.Span Trim(this System.Span span, T trimElement) where T : System.IEquatable => throw null; - public static System.Memory TrimEnd(this System.Memory memory) => throw null; - public static System.ReadOnlyMemory TrimEnd(this System.ReadOnlyMemory memory) => throw null; - public static System.ReadOnlySpan TrimEnd(this System.ReadOnlySpan span) => throw null; - public static System.ReadOnlySpan TrimEnd(this System.ReadOnlySpan span, char trimChar) => throw null; - public static System.ReadOnlySpan TrimEnd(this System.ReadOnlySpan span, System.ReadOnlySpan trimChars) => throw null; - public static System.Span TrimEnd(this System.Span span) => throw null; - public static System.Memory TrimEnd(this System.Memory memory, System.ReadOnlySpan trimElements) where T : System.IEquatable => throw null; - public static System.Memory TrimEnd(this System.Memory memory, T trimElement) where T : System.IEquatable => throw null; - public static System.ReadOnlyMemory TrimEnd(this System.ReadOnlyMemory memory, System.ReadOnlySpan trimElements) where T : System.IEquatable => throw null; - public static System.ReadOnlyMemory TrimEnd(this System.ReadOnlyMemory memory, T trimElement) where T : System.IEquatable => throw null; - public static System.ReadOnlySpan TrimEnd(this System.ReadOnlySpan span, System.ReadOnlySpan trimElements) where T : System.IEquatable => throw null; - public static System.ReadOnlySpan TrimEnd(this System.ReadOnlySpan span, T trimElement) where T : System.IEquatable => throw null; - public static System.Span TrimEnd(this System.Span span, System.ReadOnlySpan trimElements) where T : System.IEquatable => throw null; - public static System.Span TrimEnd(this System.Span span, T trimElement) where T : System.IEquatable => throw null; - public static System.Memory TrimStart(this System.Memory memory) => throw null; - public static System.ReadOnlyMemory TrimStart(this System.ReadOnlyMemory memory) => throw null; - public static System.ReadOnlySpan TrimStart(this System.ReadOnlySpan span) => throw null; - public static System.ReadOnlySpan TrimStart(this System.ReadOnlySpan span, char trimChar) => throw null; - public static System.ReadOnlySpan TrimStart(this System.ReadOnlySpan span, System.ReadOnlySpan trimChars) => throw null; - public static System.Span TrimStart(this System.Span span) => throw null; - public static System.Memory TrimStart(this System.Memory memory, System.ReadOnlySpan trimElements) where T : System.IEquatable => throw null; - public static System.Memory TrimStart(this System.Memory memory, T trimElement) where T : System.IEquatable => throw null; - public static System.ReadOnlyMemory TrimStart(this System.ReadOnlyMemory memory, System.ReadOnlySpan trimElements) where T : System.IEquatable => throw null; - public static System.ReadOnlyMemory TrimStart(this System.ReadOnlyMemory memory, T trimElement) where T : System.IEquatable => throw null; - public static System.ReadOnlySpan TrimStart(this System.ReadOnlySpan span, System.ReadOnlySpan trimElements) where T : System.IEquatable => throw null; - public static System.ReadOnlySpan TrimStart(this System.ReadOnlySpan span, T trimElement) where T : System.IEquatable => throw null; - public static System.Span TrimStart(this System.Span span, System.ReadOnlySpan trimElements) where T : System.IEquatable => throw null; - public static System.Span TrimStart(this System.Span span, T trimElement) where T : System.IEquatable => throw null; - public static bool TryWrite(this System.Span destination, [System.Runtime.CompilerServices.InterpolatedStringHandlerArgument("destination")] ref System.MemoryExtensions.TryWriteInterpolatedStringHandler handler, out int charsWritten) => throw null; - public static bool TryWrite(this System.Span destination, System.IFormatProvider provider, [System.Runtime.CompilerServices.InterpolatedStringHandlerArgument(new[] { "destination", "provider" })] ref System.MemoryExtensions.TryWriteInterpolatedStringHandler handler, out int charsWritten) => throw null; - public static bool TryWrite(this System.Span destination, System.IFormatProvider provider, System.Text.CompositeFormat format, out int charsWritten, TArg0 arg0) => throw null; - public static bool TryWrite(this System.Span destination, System.IFormatProvider provider, System.Text.CompositeFormat format, out int charsWritten, TArg0 arg0, TArg1 arg1) => throw null; - public static bool TryWrite(this System.Span destination, System.IFormatProvider provider, System.Text.CompositeFormat format, out int charsWritten, TArg0 arg0, TArg1 arg1, TArg2 arg2) => throw null; - public static bool TryWrite(this System.Span destination, System.IFormatProvider provider, System.Text.CompositeFormat format, out int charsWritten, params object[] args) => throw null; - public static bool TryWrite(this System.Span destination, System.IFormatProvider provider, System.Text.CompositeFormat format, out int charsWritten, System.ReadOnlySpan args) => throw null; - [System.Runtime.CompilerServices.InterpolatedStringHandler] - public struct TryWriteInterpolatedStringHandler - { - public bool AppendFormatted(System.ReadOnlySpan value) => throw null; - public bool AppendFormatted(System.ReadOnlySpan value, int alignment = default(int), string format = default(string)) => throw null; - public bool AppendFormatted(T value) => throw null; - public bool AppendFormatted(T value, string format) => throw null; - public bool AppendFormatted(T value, int alignment) => throw null; - public bool AppendFormatted(T value, int alignment, string format) => throw null; - public bool AppendFormatted(object value, int alignment = default(int), string format = default(string)) => throw null; - public bool AppendFormatted(string value) => throw null; - public bool AppendFormatted(string value, int alignment = default(int), string format = default(string)) => throw null; - public bool AppendLiteral(string value) => throw null; - public TryWriteInterpolatedStringHandler(int literalLength, int formattedCount, System.Span destination, out bool shouldAppend) => throw null; - public TryWriteInterpolatedStringHandler(int literalLength, int formattedCount, System.Span destination, System.IFormatProvider provider, out bool shouldAppend) => throw null; - } - } - namespace Runtime - { - namespace InteropServices - { - public static class MemoryMarshal - { - public static System.ReadOnlySpan AsBytes(System.ReadOnlySpan span) where T : struct => throw null; - public static System.Span AsBytes(System.Span span) where T : struct => throw null; - public static System.Memory AsMemory(System.ReadOnlyMemory memory) => throw null; - public static T AsRef(System.ReadOnlySpan span) where T : struct => throw null; - public static T AsRef(System.Span span) where T : struct => throw null; - public static System.ReadOnlySpan Cast(System.ReadOnlySpan span) where TFrom : struct where TTo : struct => throw null; - public static System.Span Cast(System.Span span) where TFrom : struct where TTo : struct => throw null; - public static System.Memory CreateFromPinnedArray(T[] array, int start, int length) => throw null; - public static System.ReadOnlySpan CreateReadOnlySpan(ref readonly T reference, int length) => throw null; - public static unsafe System.ReadOnlySpan CreateReadOnlySpanFromNullTerminated(byte* value) => throw null; - public static unsafe System.ReadOnlySpan CreateReadOnlySpanFromNullTerminated(char* value) => throw null; - public static System.Span CreateSpan(ref T reference, int length) => throw null; - public static T GetArrayDataReference(T[] array) => throw null; - public static byte GetArrayDataReference(System.Array array) => throw null; - public static T GetReference(System.ReadOnlySpan span) => throw null; - public static T GetReference(System.Span span) => throw null; - public static T Read(System.ReadOnlySpan source) where T : struct => throw null; - public static System.Collections.Generic.IEnumerable ToEnumerable(System.ReadOnlyMemory memory) => throw null; - public static bool TryGetArray(System.ReadOnlyMemory memory, out System.ArraySegment segment) => throw null; - public static bool TryGetMemoryManager(System.ReadOnlyMemory memory, out TManager manager) where TManager : System.Buffers.MemoryManager => throw null; - public static bool TryGetMemoryManager(System.ReadOnlyMemory memory, out TManager manager, out int start, out int length) where TManager : System.Buffers.MemoryManager => throw null; - public static bool TryGetString(System.ReadOnlyMemory memory, out string text, out int start, out int length) => throw null; - public static bool TryRead(System.ReadOnlySpan source, out T value) where T : struct => throw null; - public static bool TryWrite(System.Span destination, in T value) where T : struct => throw null; - public static void Write(System.Span destination, in T value) where T : struct => throw null; - } - public static class SequenceMarshal - { - public static bool TryGetArray(System.Buffers.ReadOnlySequence sequence, out System.ArraySegment segment) => throw null; - public static bool TryGetReadOnlyMemory(System.Buffers.ReadOnlySequence sequence, out System.ReadOnlyMemory memory) => throw null; - public static bool TryGetReadOnlySequenceSegment(System.Buffers.ReadOnlySequence sequence, out System.Buffers.ReadOnlySequenceSegment startSegment, out int startIndex, out System.Buffers.ReadOnlySequenceSegment endSegment, out int endIndex) => throw null; - public static bool TryRead(ref System.Buffers.SequenceReader reader, out T value) where T : unmanaged => throw null; - } - } - } - public struct SequencePosition : System.IEquatable - { - public SequencePosition(object @object, int integer) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(System.SequencePosition other) => throw null; - public override int GetHashCode() => throw null; - public int GetInteger() => throw null; - public object GetObject() => throw null; - } - namespace Text - { - public static partial class EncodingExtensions - { - public static void Convert(this System.Text.Decoder decoder, in System.Buffers.ReadOnlySequence bytes, System.Buffers.IBufferWriter writer, bool flush, out long charsUsed, out bool completed) => throw null; - public static void Convert(this System.Text.Decoder decoder, System.ReadOnlySpan bytes, System.Buffers.IBufferWriter writer, bool flush, out long charsUsed, out bool completed) => throw null; - public static void Convert(this System.Text.Encoder encoder, in System.Buffers.ReadOnlySequence chars, System.Buffers.IBufferWriter writer, bool flush, out long bytesUsed, out bool completed) => throw null; - public static void Convert(this System.Text.Encoder encoder, System.ReadOnlySpan chars, System.Buffers.IBufferWriter writer, bool flush, out long bytesUsed, out bool completed) => throw null; - public static byte[] GetBytes(this System.Text.Encoding encoding, in System.Buffers.ReadOnlySequence chars) => throw null; - public static long GetBytes(this System.Text.Encoding encoding, in System.Buffers.ReadOnlySequence chars, System.Buffers.IBufferWriter writer) => throw null; - public static int GetBytes(this System.Text.Encoding encoding, in System.Buffers.ReadOnlySequence chars, System.Span bytes) => throw null; - public static long GetBytes(this System.Text.Encoding encoding, System.ReadOnlySpan chars, System.Buffers.IBufferWriter writer) => throw null; - public static long GetChars(this System.Text.Encoding encoding, in System.Buffers.ReadOnlySequence bytes, System.Buffers.IBufferWriter writer) => throw null; - public static int GetChars(this System.Text.Encoding encoding, in System.Buffers.ReadOnlySequence bytes, System.Span chars) => throw null; - public static long GetChars(this System.Text.Encoding encoding, System.ReadOnlySpan bytes, System.Buffers.IBufferWriter writer) => throw null; - public static string GetString(this System.Text.Encoding encoding, in System.Buffers.ReadOnlySequence bytes) => throw null; - } - public struct SpanLineEnumerator - { - public System.ReadOnlySpan Current { get => throw null; } - public System.Text.SpanLineEnumerator GetEnumerator() => throw null; - public bool MoveNext() => throw null; - } - public struct SpanRuneEnumerator - { - public System.Text.Rune Current { get => throw null; } - public System.Text.SpanRuneEnumerator GetEnumerator() => throw null; - public bool MoveNext() => throw null; - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Http.Json.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Http.Json.cs deleted file mode 100644 index 8b6d5295..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Http.Json.cs +++ /dev/null @@ -1,90 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Net.Http.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. -namespace System -{ - namespace Net - { - namespace Http - { - namespace Json - { - public static partial class HttpClientJsonExtensions - { - public static System.Threading.Tasks.Task DeleteFromJsonAsync(this System.Net.Http.HttpClient client, string requestUri, System.Type type, System.Text.Json.JsonSerializerOptions options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task DeleteFromJsonAsync(this System.Net.Http.HttpClient client, string requestUri, System.Type type, System.Text.Json.Serialization.JsonSerializerContext context, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task DeleteFromJsonAsync(this System.Net.Http.HttpClient client, string requestUri, System.Type type, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task DeleteFromJsonAsync(this System.Net.Http.HttpClient client, System.Uri requestUri, System.Type type, System.Text.Json.JsonSerializerOptions options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task DeleteFromJsonAsync(this System.Net.Http.HttpClient client, System.Uri requestUri, System.Type type, System.Text.Json.Serialization.JsonSerializerContext context, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task DeleteFromJsonAsync(this System.Net.Http.HttpClient client, System.Uri requestUri, System.Type type, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task DeleteFromJsonAsync(this System.Net.Http.HttpClient client, string requestUri, System.Text.Json.JsonSerializerOptions options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task DeleteFromJsonAsync(this System.Net.Http.HttpClient client, string requestUri, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task DeleteFromJsonAsync(this System.Net.Http.HttpClient client, string requestUri, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task DeleteFromJsonAsync(this System.Net.Http.HttpClient client, System.Uri requestUri, System.Text.Json.JsonSerializerOptions options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task DeleteFromJsonAsync(this System.Net.Http.HttpClient client, System.Uri requestUri, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task DeleteFromJsonAsync(this System.Net.Http.HttpClient client, System.Uri requestUri, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Collections.Generic.IAsyncEnumerable GetFromJsonAsAsyncEnumerable(this System.Net.Http.HttpClient client, string requestUri, System.Text.Json.JsonSerializerOptions options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Collections.Generic.IAsyncEnumerable GetFromJsonAsAsyncEnumerable(this System.Net.Http.HttpClient client, string requestUri, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Collections.Generic.IAsyncEnumerable GetFromJsonAsAsyncEnumerable(this System.Net.Http.HttpClient client, string requestUri, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Collections.Generic.IAsyncEnumerable GetFromJsonAsAsyncEnumerable(this System.Net.Http.HttpClient client, System.Uri requestUri, System.Text.Json.JsonSerializerOptions options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Collections.Generic.IAsyncEnumerable GetFromJsonAsAsyncEnumerable(this System.Net.Http.HttpClient client, System.Uri requestUri, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Collections.Generic.IAsyncEnumerable GetFromJsonAsAsyncEnumerable(this System.Net.Http.HttpClient client, System.Uri requestUri, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task GetFromJsonAsync(this System.Net.Http.HttpClient client, string requestUri, System.Type type, System.Text.Json.JsonSerializerOptions options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task GetFromJsonAsync(this System.Net.Http.HttpClient client, string requestUri, System.Type type, System.Text.Json.Serialization.JsonSerializerContext context, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task GetFromJsonAsync(this System.Net.Http.HttpClient client, string requestUri, System.Type type, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task GetFromJsonAsync(this System.Net.Http.HttpClient client, System.Uri requestUri, System.Type type, System.Text.Json.JsonSerializerOptions options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task GetFromJsonAsync(this System.Net.Http.HttpClient client, System.Uri requestUri, System.Type type, System.Text.Json.Serialization.JsonSerializerContext context, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task GetFromJsonAsync(this System.Net.Http.HttpClient client, System.Uri requestUri, System.Type type, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task GetFromJsonAsync(this System.Net.Http.HttpClient client, string requestUri, System.Text.Json.JsonSerializerOptions options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task GetFromJsonAsync(this System.Net.Http.HttpClient client, string requestUri, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task GetFromJsonAsync(this System.Net.Http.HttpClient client, string requestUri, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task GetFromJsonAsync(this System.Net.Http.HttpClient client, System.Uri requestUri, System.Text.Json.JsonSerializerOptions options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task GetFromJsonAsync(this System.Net.Http.HttpClient client, System.Uri requestUri, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task GetFromJsonAsync(this System.Net.Http.HttpClient client, System.Uri requestUri, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task PatchAsJsonAsync(this System.Net.Http.HttpClient client, string requestUri, TValue value, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task PatchAsJsonAsync(this System.Net.Http.HttpClient client, string requestUri, TValue value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task PatchAsJsonAsync(this System.Net.Http.HttpClient client, string requestUri, TValue value, System.Threading.CancellationToken cancellationToken) => throw null; - public static System.Threading.Tasks.Task PatchAsJsonAsync(this System.Net.Http.HttpClient client, System.Uri requestUri, TValue value, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task PatchAsJsonAsync(this System.Net.Http.HttpClient client, System.Uri requestUri, TValue value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task PatchAsJsonAsync(this System.Net.Http.HttpClient client, System.Uri requestUri, TValue value, System.Threading.CancellationToken cancellationToken) => throw null; - public static System.Threading.Tasks.Task PostAsJsonAsync(this System.Net.Http.HttpClient client, string requestUri, TValue value, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task PostAsJsonAsync(this System.Net.Http.HttpClient client, string requestUri, TValue value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task PostAsJsonAsync(this System.Net.Http.HttpClient client, string requestUri, TValue value, System.Threading.CancellationToken cancellationToken) => throw null; - public static System.Threading.Tasks.Task PostAsJsonAsync(this System.Net.Http.HttpClient client, System.Uri requestUri, TValue value, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task PostAsJsonAsync(this System.Net.Http.HttpClient client, System.Uri requestUri, TValue value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task PostAsJsonAsync(this System.Net.Http.HttpClient client, System.Uri requestUri, TValue value, System.Threading.CancellationToken cancellationToken) => throw null; - public static System.Threading.Tasks.Task PutAsJsonAsync(this System.Net.Http.HttpClient client, string requestUri, TValue value, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task PutAsJsonAsync(this System.Net.Http.HttpClient client, string requestUri, TValue value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task PutAsJsonAsync(this System.Net.Http.HttpClient client, string requestUri, TValue value, System.Threading.CancellationToken cancellationToken) => throw null; - public static System.Threading.Tasks.Task PutAsJsonAsync(this System.Net.Http.HttpClient client, System.Uri requestUri, TValue value, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task PutAsJsonAsync(this System.Net.Http.HttpClient client, System.Uri requestUri, TValue value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task PutAsJsonAsync(this System.Net.Http.HttpClient client, System.Uri requestUri, TValue value, System.Threading.CancellationToken cancellationToken) => throw null; - } - public static partial class HttpContentJsonExtensions - { - public static System.Collections.Generic.IAsyncEnumerable ReadFromJsonAsAsyncEnumerable(this System.Net.Http.HttpContent content, System.Text.Json.JsonSerializerOptions options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Collections.Generic.IAsyncEnumerable ReadFromJsonAsAsyncEnumerable(this System.Net.Http.HttpContent content, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Collections.Generic.IAsyncEnumerable ReadFromJsonAsAsyncEnumerable(this System.Net.Http.HttpContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task ReadFromJsonAsync(this System.Net.Http.HttpContent content, System.Type type, System.Text.Json.JsonSerializerOptions options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task ReadFromJsonAsync(this System.Net.Http.HttpContent content, System.Type type, System.Text.Json.Serialization.JsonSerializerContext context, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task ReadFromJsonAsync(this System.Net.Http.HttpContent content, System.Type type, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task ReadFromJsonAsync(this System.Net.Http.HttpContent content, System.Text.Json.JsonSerializerOptions options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task ReadFromJsonAsync(this System.Net.Http.HttpContent content, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task ReadFromJsonAsync(this System.Net.Http.HttpContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - } - public sealed class JsonContent : System.Net.Http.HttpContent - { - public static System.Net.Http.Json.JsonContent Create(object inputValue, System.Type inputType, System.Net.Http.Headers.MediaTypeHeaderValue mediaType = default(System.Net.Http.Headers.MediaTypeHeaderValue), System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static System.Net.Http.Json.JsonContent Create(T inputValue, System.Net.Http.Headers.MediaTypeHeaderValue mediaType = default(System.Net.Http.Headers.MediaTypeHeaderValue), System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static System.Net.Http.Json.JsonContent Create(T inputValue, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Net.Http.Headers.MediaTypeHeaderValue mediaType = default(System.Net.Http.Headers.MediaTypeHeaderValue)) => throw null; - public static System.Net.Http.Json.JsonContent Create(object inputValue, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Net.Http.Headers.MediaTypeHeaderValue mediaType = default(System.Net.Http.Headers.MediaTypeHeaderValue)) => throw null; - public System.Type ObjectType { get => throw null; } - protected override void SerializeToStream(System.IO.Stream stream, System.Net.TransportContext context, System.Threading.CancellationToken cancellationToken) => throw null; - protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext context) => throw null; - protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext context, System.Threading.CancellationToken cancellationToken) => throw null; - protected override bool TryComputeLength(out long length) => throw null; - public object Value { get => throw null; } - } - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Http.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Http.cs deleted file mode 100644 index 55af0267..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Http.cs +++ /dev/null @@ -1,876 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Net.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Net - { - namespace Http - { - public class ByteArrayContent : System.Net.Http.HttpContent - { - protected override System.IO.Stream CreateContentReadStream(System.Threading.CancellationToken cancellationToken) => throw null; - protected override System.Threading.Tasks.Task CreateContentReadStreamAsync() => throw null; - public ByteArrayContent(byte[] content) => throw null; - public ByteArrayContent(byte[] content, int offset, int count) => throw null; - protected override void SerializeToStream(System.IO.Stream stream, System.Net.TransportContext context, System.Threading.CancellationToken cancellationToken) => throw null; - protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext context) => throw null; - protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext context, System.Threading.CancellationToken cancellationToken) => throw null; - protected override bool TryComputeLength(out long length) => throw null; - } - public enum ClientCertificateOption - { - Manual = 0, - Automatic = 1, - } - public abstract class DelegatingHandler : System.Net.Http.HttpMessageHandler - { - protected DelegatingHandler() => throw null; - protected DelegatingHandler(System.Net.Http.HttpMessageHandler innerHandler) => throw null; - protected override void Dispose(bool disposing) => throw null; - public System.Net.Http.HttpMessageHandler InnerHandler { get => throw null; set { } } - protected override System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) => throw null; - protected override System.Threading.Tasks.Task SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) => throw null; - } - public class FormUrlEncodedContent : System.Net.Http.ByteArrayContent - { - public FormUrlEncodedContent(System.Collections.Generic.IEnumerable> nameValueCollection) : base(default(byte[])) => throw null; - protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext context, System.Threading.CancellationToken cancellationToken) => throw null; - } - public delegate System.Text.Encoding HeaderEncodingSelector(string headerName, TContext context); - namespace Headers - { - public class AuthenticationHeaderValue : System.ICloneable - { - object System.ICloneable.Clone() => throw null; - public AuthenticationHeaderValue(string scheme) => throw null; - public AuthenticationHeaderValue(string scheme, string parameter) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public string Parameter { get => throw null; } - public static System.Net.Http.Headers.AuthenticationHeaderValue Parse(string input) => throw null; - public string Scheme { get => throw null; } - public override string ToString() => throw null; - public static bool TryParse(string input, out System.Net.Http.Headers.AuthenticationHeaderValue parsedValue) => throw null; - } - public class CacheControlHeaderValue : System.ICloneable - { - object System.ICloneable.Clone() => throw null; - public CacheControlHeaderValue() => throw null; - public override bool Equals(object obj) => throw null; - public System.Collections.Generic.ICollection Extensions { get => throw null; } - public override int GetHashCode() => throw null; - public System.TimeSpan? MaxAge { get => throw null; set { } } - public bool MaxStale { get => throw null; set { } } - public System.TimeSpan? MaxStaleLimit { get => throw null; set { } } - public System.TimeSpan? MinFresh { get => throw null; set { } } - public bool MustRevalidate { get => throw null; set { } } - public bool NoCache { get => throw null; set { } } - public System.Collections.Generic.ICollection NoCacheHeaders { get => throw null; } - public bool NoStore { get => throw null; set { } } - public bool NoTransform { get => throw null; set { } } - public bool OnlyIfCached { get => throw null; set { } } - public static System.Net.Http.Headers.CacheControlHeaderValue Parse(string input) => throw null; - public bool Private { get => throw null; set { } } - public System.Collections.Generic.ICollection PrivateHeaders { get => throw null; } - public bool ProxyRevalidate { get => throw null; set { } } - public bool Public { get => throw null; set { } } - public System.TimeSpan? SharedMaxAge { get => throw null; set { } } - public override string ToString() => throw null; - public static bool TryParse(string input, out System.Net.Http.Headers.CacheControlHeaderValue parsedValue) => throw null; - } - public class ContentDispositionHeaderValue : System.ICloneable - { - object System.ICloneable.Clone() => throw null; - public System.DateTimeOffset? CreationDate { get => throw null; set { } } - protected ContentDispositionHeaderValue(System.Net.Http.Headers.ContentDispositionHeaderValue source) => throw null; - public ContentDispositionHeaderValue(string dispositionType) => throw null; - public string DispositionType { get => throw null; set { } } - public override bool Equals(object obj) => throw null; - public string FileName { get => throw null; set { } } - public string FileNameStar { get => throw null; set { } } - public override int GetHashCode() => throw null; - public System.DateTimeOffset? ModificationDate { get => throw null; set { } } - public string Name { get => throw null; set { } } - public System.Collections.Generic.ICollection Parameters { get => throw null; } - public static System.Net.Http.Headers.ContentDispositionHeaderValue Parse(string input) => throw null; - public System.DateTimeOffset? ReadDate { get => throw null; set { } } - public long? Size { get => throw null; set { } } - public override string ToString() => throw null; - public static bool TryParse(string input, out System.Net.Http.Headers.ContentDispositionHeaderValue parsedValue) => throw null; - } - public class ContentRangeHeaderValue : System.ICloneable - { - object System.ICloneable.Clone() => throw null; - public ContentRangeHeaderValue(long length) => throw null; - public ContentRangeHeaderValue(long from, long to) => throw null; - public ContentRangeHeaderValue(long from, long to, long length) => throw null; - public override bool Equals(object obj) => throw null; - public long? From { get => throw null; } - public override int GetHashCode() => throw null; - public bool HasLength { get => throw null; } - public bool HasRange { get => throw null; } - public long? Length { get => throw null; } - public static System.Net.Http.Headers.ContentRangeHeaderValue Parse(string input) => throw null; - public long? To { get => throw null; } - public override string ToString() => throw null; - public static bool TryParse(string input, out System.Net.Http.Headers.ContentRangeHeaderValue parsedValue) => throw null; - public string Unit { get => throw null; set { } } - } - public class EntityTagHeaderValue : System.ICloneable - { - public static System.Net.Http.Headers.EntityTagHeaderValue Any { get => throw null; } - object System.ICloneable.Clone() => throw null; - public EntityTagHeaderValue(string tag) => throw null; - public EntityTagHeaderValue(string tag, bool isWeak) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public bool IsWeak { get => throw null; } - public static System.Net.Http.Headers.EntityTagHeaderValue Parse(string input) => throw null; - public string Tag { get => throw null; } - public override string ToString() => throw null; - public static bool TryParse(string input, out System.Net.Http.Headers.EntityTagHeaderValue parsedValue) => throw null; - } - public struct HeaderStringValues : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - public int Count { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public string Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public void Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Net.Http.Headers.HeaderStringValues.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public override string ToString() => throw null; - } - public sealed class HttpContentHeaders : System.Net.Http.Headers.HttpHeaders - { - public System.Collections.Generic.ICollection Allow { get => throw null; } - public System.Net.Http.Headers.ContentDispositionHeaderValue ContentDisposition { get => throw null; set { } } - public System.Collections.Generic.ICollection ContentEncoding { get => throw null; } - public System.Collections.Generic.ICollection ContentLanguage { get => throw null; } - public long? ContentLength { get => throw null; set { } } - public System.Uri ContentLocation { get => throw null; set { } } - public byte[] ContentMD5 { get => throw null; set { } } - public System.Net.Http.Headers.ContentRangeHeaderValue ContentRange { get => throw null; set { } } - public System.Net.Http.Headers.MediaTypeHeaderValue ContentType { get => throw null; set { } } - public System.DateTimeOffset? Expires { get => throw null; set { } } - public System.DateTimeOffset? LastModified { get => throw null; set { } } - } - public abstract class HttpHeaders : System.Collections.Generic.IEnumerable>>, System.Collections.IEnumerable - { - public void Add(string name, System.Collections.Generic.IEnumerable values) => throw null; - public void Add(string name, string value) => throw null; - public void Clear() => throw null; - public bool Contains(string name) => throw null; - protected HttpHeaders() => throw null; - public System.Collections.Generic.IEnumerator>> GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public System.Collections.Generic.IEnumerable GetValues(string name) => throw null; - public System.Net.Http.Headers.HttpHeadersNonValidated NonValidated { get => throw null; } - public bool Remove(string name) => throw null; - public override string ToString() => throw null; - public bool TryAddWithoutValidation(string name, System.Collections.Generic.IEnumerable values) => throw null; - public bool TryAddWithoutValidation(string name, string value) => throw null; - public bool TryGetValues(string name, out System.Collections.Generic.IEnumerable values) => throw null; - } - public struct HttpHeadersNonValidated : System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection>, System.Collections.Generic.IReadOnlyDictionary - { - public bool Contains(string headerName) => throw null; - bool System.Collections.Generic.IReadOnlyDictionary.ContainsKey(string key) => throw null; - public int Count { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator>, System.Collections.IEnumerator - { - public System.Collections.Generic.KeyValuePair Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public void Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Net.Http.Headers.HttpHeadersNonValidated.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator> System.Collections.Generic.IEnumerable>.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - System.Collections.Generic.IEnumerable System.Collections.Generic.IReadOnlyDictionary.Keys { get => throw null; } - public System.Net.Http.Headers.HeaderStringValues this[string headerName] { get => throw null; } - bool System.Collections.Generic.IReadOnlyDictionary.TryGetValue(string key, out System.Net.Http.Headers.HeaderStringValues value) => throw null; - public bool TryGetValues(string headerName, out System.Net.Http.Headers.HeaderStringValues values) => throw null; - System.Collections.Generic.IEnumerable System.Collections.Generic.IReadOnlyDictionary.Values { get => throw null; } - } - public sealed class HttpHeaderValueCollection : System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable where T : class - { - public void Add(T item) => throw null; - public void Clear() => throw null; - public bool Contains(T item) => throw null; - public void CopyTo(T[] array, int arrayIndex) => throw null; - public int Count { get => throw null; } - public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public bool IsReadOnly { get => throw null; } - public void ParseAdd(string input) => throw null; - public bool Remove(T item) => throw null; - public override string ToString() => throw null; - public bool TryParseAdd(string input) => throw null; - } - public sealed class HttpRequestHeaders : System.Net.Http.Headers.HttpHeaders - { - public System.Net.Http.Headers.HttpHeaderValueCollection Accept { get => throw null; } - public System.Net.Http.Headers.HttpHeaderValueCollection AcceptCharset { get => throw null; } - public System.Net.Http.Headers.HttpHeaderValueCollection AcceptEncoding { get => throw null; } - public System.Net.Http.Headers.HttpHeaderValueCollection AcceptLanguage { get => throw null; } - public System.Net.Http.Headers.AuthenticationHeaderValue Authorization { get => throw null; set { } } - public System.Net.Http.Headers.CacheControlHeaderValue CacheControl { get => throw null; set { } } - public System.Net.Http.Headers.HttpHeaderValueCollection Connection { get => throw null; } - public bool? ConnectionClose { get => throw null; set { } } - public System.DateTimeOffset? Date { get => throw null; set { } } - public System.Net.Http.Headers.HttpHeaderValueCollection Expect { get => throw null; } - public bool? ExpectContinue { get => throw null; set { } } - public string From { get => throw null; set { } } - public string Host { get => throw null; set { } } - public System.Net.Http.Headers.HttpHeaderValueCollection IfMatch { get => throw null; } - public System.DateTimeOffset? IfModifiedSince { get => throw null; set { } } - public System.Net.Http.Headers.HttpHeaderValueCollection IfNoneMatch { get => throw null; } - public System.Net.Http.Headers.RangeConditionHeaderValue IfRange { get => throw null; set { } } - public System.DateTimeOffset? IfUnmodifiedSince { get => throw null; set { } } - public int? MaxForwards { get => throw null; set { } } - public System.Net.Http.Headers.HttpHeaderValueCollection Pragma { get => throw null; } - public string Protocol { get => throw null; set { } } - public System.Net.Http.Headers.AuthenticationHeaderValue ProxyAuthorization { get => throw null; set { } } - public System.Net.Http.Headers.RangeHeaderValue Range { get => throw null; set { } } - public System.Uri Referrer { get => throw null; set { } } - public System.Net.Http.Headers.HttpHeaderValueCollection TE { get => throw null; } - public System.Net.Http.Headers.HttpHeaderValueCollection Trailer { get => throw null; } - public System.Net.Http.Headers.HttpHeaderValueCollection TransferEncoding { get => throw null; } - public bool? TransferEncodingChunked { get => throw null; set { } } - public System.Net.Http.Headers.HttpHeaderValueCollection Upgrade { get => throw null; } - public System.Net.Http.Headers.HttpHeaderValueCollection UserAgent { get => throw null; } - public System.Net.Http.Headers.HttpHeaderValueCollection Via { get => throw null; } - public System.Net.Http.Headers.HttpHeaderValueCollection Warning { get => throw null; } - } - public sealed class HttpResponseHeaders : System.Net.Http.Headers.HttpHeaders - { - public System.Net.Http.Headers.HttpHeaderValueCollection AcceptRanges { get => throw null; } - public System.TimeSpan? Age { get => throw null; set { } } - public System.Net.Http.Headers.CacheControlHeaderValue CacheControl { get => throw null; set { } } - public System.Net.Http.Headers.HttpHeaderValueCollection Connection { get => throw null; } - public bool? ConnectionClose { get => throw null; set { } } - public System.DateTimeOffset? Date { get => throw null; set { } } - public System.Net.Http.Headers.EntityTagHeaderValue ETag { get => throw null; set { } } - public System.Uri Location { get => throw null; set { } } - public System.Net.Http.Headers.HttpHeaderValueCollection Pragma { get => throw null; } - public System.Net.Http.Headers.HttpHeaderValueCollection ProxyAuthenticate { get => throw null; } - public System.Net.Http.Headers.RetryConditionHeaderValue RetryAfter { get => throw null; set { } } - public System.Net.Http.Headers.HttpHeaderValueCollection Server { get => throw null; } - public System.Net.Http.Headers.HttpHeaderValueCollection Trailer { get => throw null; } - public System.Net.Http.Headers.HttpHeaderValueCollection TransferEncoding { get => throw null; } - public bool? TransferEncodingChunked { get => throw null; set { } } - public System.Net.Http.Headers.HttpHeaderValueCollection Upgrade { get => throw null; } - public System.Net.Http.Headers.HttpHeaderValueCollection Vary { get => throw null; } - public System.Net.Http.Headers.HttpHeaderValueCollection Via { get => throw null; } - public System.Net.Http.Headers.HttpHeaderValueCollection Warning { get => throw null; } - public System.Net.Http.Headers.HttpHeaderValueCollection WwwAuthenticate { get => throw null; } - } - public class MediaTypeHeaderValue : System.ICloneable - { - public string CharSet { get => throw null; set { } } - object System.ICloneable.Clone() => throw null; - protected MediaTypeHeaderValue(System.Net.Http.Headers.MediaTypeHeaderValue source) => throw null; - public MediaTypeHeaderValue(string mediaType) => throw null; - public MediaTypeHeaderValue(string mediaType, string charSet) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public string MediaType { get => throw null; set { } } - public System.Collections.Generic.ICollection Parameters { get => throw null; } - public static System.Net.Http.Headers.MediaTypeHeaderValue Parse(string input) => throw null; - public override string ToString() => throw null; - public static bool TryParse(string input, out System.Net.Http.Headers.MediaTypeHeaderValue parsedValue) => throw null; - } - public sealed class MediaTypeWithQualityHeaderValue : System.Net.Http.Headers.MediaTypeHeaderValue, System.ICloneable - { - object System.ICloneable.Clone() => throw null; - public MediaTypeWithQualityHeaderValue(string mediaType) : base(default(System.Net.Http.Headers.MediaTypeHeaderValue)) => throw null; - public MediaTypeWithQualityHeaderValue(string mediaType, double quality) : base(default(System.Net.Http.Headers.MediaTypeHeaderValue)) => throw null; - public static System.Net.Http.Headers.MediaTypeWithQualityHeaderValue Parse(string input) => throw null; - public double? Quality { get => throw null; set { } } - public static bool TryParse(string input, out System.Net.Http.Headers.MediaTypeWithQualityHeaderValue parsedValue) => throw null; - } - public class NameValueHeaderValue : System.ICloneable - { - object System.ICloneable.Clone() => throw null; - protected NameValueHeaderValue(System.Net.Http.Headers.NameValueHeaderValue source) => throw null; - public NameValueHeaderValue(string name) => throw null; - public NameValueHeaderValue(string name, string value) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public string Name { get => throw null; } - public static System.Net.Http.Headers.NameValueHeaderValue Parse(string input) => throw null; - public override string ToString() => throw null; - public static bool TryParse(string input, out System.Net.Http.Headers.NameValueHeaderValue parsedValue) => throw null; - public string Value { get => throw null; set { } } - } - public class NameValueWithParametersHeaderValue : System.Net.Http.Headers.NameValueHeaderValue, System.ICloneable - { - object System.ICloneable.Clone() => throw null; - protected NameValueWithParametersHeaderValue(System.Net.Http.Headers.NameValueWithParametersHeaderValue source) : base(default(System.Net.Http.Headers.NameValueHeaderValue)) => throw null; - public NameValueWithParametersHeaderValue(string name) : base(default(System.Net.Http.Headers.NameValueHeaderValue)) => throw null; - public NameValueWithParametersHeaderValue(string name, string value) : base(default(System.Net.Http.Headers.NameValueHeaderValue)) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public System.Collections.Generic.ICollection Parameters { get => throw null; } - public static System.Net.Http.Headers.NameValueWithParametersHeaderValue Parse(string input) => throw null; - public override string ToString() => throw null; - public static bool TryParse(string input, out System.Net.Http.Headers.NameValueWithParametersHeaderValue parsedValue) => throw null; - } - public class ProductHeaderValue : System.ICloneable - { - object System.ICloneable.Clone() => throw null; - public ProductHeaderValue(string name) => throw null; - public ProductHeaderValue(string name, string version) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public string Name { get => throw null; } - public static System.Net.Http.Headers.ProductHeaderValue Parse(string input) => throw null; - public override string ToString() => throw null; - public static bool TryParse(string input, out System.Net.Http.Headers.ProductHeaderValue parsedValue) => throw null; - public string Version { get => throw null; } - } - public class ProductInfoHeaderValue : System.ICloneable - { - object System.ICloneable.Clone() => throw null; - public string Comment { get => throw null; } - public ProductInfoHeaderValue(System.Net.Http.Headers.ProductHeaderValue product) => throw null; - public ProductInfoHeaderValue(string comment) => throw null; - public ProductInfoHeaderValue(string productName, string productVersion) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public static System.Net.Http.Headers.ProductInfoHeaderValue Parse(string input) => throw null; - public System.Net.Http.Headers.ProductHeaderValue Product { get => throw null; } - public override string ToString() => throw null; - public static bool TryParse(string input, out System.Net.Http.Headers.ProductInfoHeaderValue parsedValue) => throw null; - } - public class RangeConditionHeaderValue : System.ICloneable - { - object System.ICloneable.Clone() => throw null; - public RangeConditionHeaderValue(System.DateTimeOffset date) => throw null; - public RangeConditionHeaderValue(System.Net.Http.Headers.EntityTagHeaderValue entityTag) => throw null; - public RangeConditionHeaderValue(string entityTag) => throw null; - public System.DateTimeOffset? Date { get => throw null; } - public System.Net.Http.Headers.EntityTagHeaderValue EntityTag { get => throw null; } - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public static System.Net.Http.Headers.RangeConditionHeaderValue Parse(string input) => throw null; - public override string ToString() => throw null; - public static bool TryParse(string input, out System.Net.Http.Headers.RangeConditionHeaderValue parsedValue) => throw null; - } - public class RangeHeaderValue : System.ICloneable - { - object System.ICloneable.Clone() => throw null; - public RangeHeaderValue() => throw null; - public RangeHeaderValue(long? from, long? to) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public static System.Net.Http.Headers.RangeHeaderValue Parse(string input) => throw null; - public System.Collections.Generic.ICollection Ranges { get => throw null; } - public override string ToString() => throw null; - public static bool TryParse(string input, out System.Net.Http.Headers.RangeHeaderValue parsedValue) => throw null; - public string Unit { get => throw null; set { } } - } - public class RangeItemHeaderValue : System.ICloneable - { - object System.ICloneable.Clone() => throw null; - public RangeItemHeaderValue(long? from, long? to) => throw null; - public override bool Equals(object obj) => throw null; - public long? From { get => throw null; } - public override int GetHashCode() => throw null; - public long? To { get => throw null; } - public override string ToString() => throw null; - } - public class RetryConditionHeaderValue : System.ICloneable - { - object System.ICloneable.Clone() => throw null; - public RetryConditionHeaderValue(System.DateTimeOffset date) => throw null; - public RetryConditionHeaderValue(System.TimeSpan delta) => throw null; - public System.DateTimeOffset? Date { get => throw null; } - public System.TimeSpan? Delta { get => throw null; } - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public static System.Net.Http.Headers.RetryConditionHeaderValue Parse(string input) => throw null; - public override string ToString() => throw null; - public static bool TryParse(string input, out System.Net.Http.Headers.RetryConditionHeaderValue parsedValue) => throw null; - } - public class StringWithQualityHeaderValue : System.ICloneable - { - object System.ICloneable.Clone() => throw null; - public StringWithQualityHeaderValue(string value) => throw null; - public StringWithQualityHeaderValue(string value, double quality) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public static System.Net.Http.Headers.StringWithQualityHeaderValue Parse(string input) => throw null; - public double? Quality { get => throw null; } - public override string ToString() => throw null; - public static bool TryParse(string input, out System.Net.Http.Headers.StringWithQualityHeaderValue parsedValue) => throw null; - public string Value { get => throw null; } - } - public class TransferCodingHeaderValue : System.ICloneable - { - object System.ICloneable.Clone() => throw null; - protected TransferCodingHeaderValue(System.Net.Http.Headers.TransferCodingHeaderValue source) => throw null; - public TransferCodingHeaderValue(string value) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public System.Collections.Generic.ICollection Parameters { get => throw null; } - public static System.Net.Http.Headers.TransferCodingHeaderValue Parse(string input) => throw null; - public override string ToString() => throw null; - public static bool TryParse(string input, out System.Net.Http.Headers.TransferCodingHeaderValue parsedValue) => throw null; - public string Value { get => throw null; } - } - public sealed class TransferCodingWithQualityHeaderValue : System.Net.Http.Headers.TransferCodingHeaderValue, System.ICloneable - { - object System.ICloneable.Clone() => throw null; - public TransferCodingWithQualityHeaderValue(string value) : base(default(System.Net.Http.Headers.TransferCodingHeaderValue)) => throw null; - public TransferCodingWithQualityHeaderValue(string value, double quality) : base(default(System.Net.Http.Headers.TransferCodingHeaderValue)) => throw null; - public static System.Net.Http.Headers.TransferCodingWithQualityHeaderValue Parse(string input) => throw null; - public double? Quality { get => throw null; set { } } - public static bool TryParse(string input, out System.Net.Http.Headers.TransferCodingWithQualityHeaderValue parsedValue) => throw null; - } - public class ViaHeaderValue : System.ICloneable - { - object System.ICloneable.Clone() => throw null; - public string Comment { get => throw null; } - public ViaHeaderValue(string protocolVersion, string receivedBy) => throw null; - public ViaHeaderValue(string protocolVersion, string receivedBy, string protocolName) => throw null; - public ViaHeaderValue(string protocolVersion, string receivedBy, string protocolName, string comment) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public static System.Net.Http.Headers.ViaHeaderValue Parse(string input) => throw null; - public string ProtocolName { get => throw null; } - public string ProtocolVersion { get => throw null; } - public string ReceivedBy { get => throw null; } - public override string ToString() => throw null; - public static bool TryParse(string input, out System.Net.Http.Headers.ViaHeaderValue parsedValue) => throw null; - } - public class WarningHeaderValue : System.ICloneable - { - public string Agent { get => throw null; } - object System.ICloneable.Clone() => throw null; - public int Code { get => throw null; } - public WarningHeaderValue(int code, string agent, string text) => throw null; - public WarningHeaderValue(int code, string agent, string text, System.DateTimeOffset date) => throw null; - public System.DateTimeOffset? Date { get => throw null; } - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public static System.Net.Http.Headers.WarningHeaderValue Parse(string input) => throw null; - public string Text { get => throw null; } - public override string ToString() => throw null; - public static bool TryParse(string input, out System.Net.Http.Headers.WarningHeaderValue parsedValue) => throw null; - } - } - public class HttpClient : System.Net.Http.HttpMessageInvoker - { - public System.Uri BaseAddress { get => throw null; set { } } - public void CancelPendingRequests() => throw null; - public HttpClient() : base(default(System.Net.Http.HttpMessageHandler)) => throw null; - public HttpClient(System.Net.Http.HttpMessageHandler handler) : base(default(System.Net.Http.HttpMessageHandler)) => throw null; - public HttpClient(System.Net.Http.HttpMessageHandler handler, bool disposeHandler) : base(default(System.Net.Http.HttpMessageHandler)) => throw null; - public static System.Net.IWebProxy DefaultProxy { get => throw null; set { } } - public System.Net.Http.Headers.HttpRequestHeaders DefaultRequestHeaders { get => throw null; } - public System.Version DefaultRequestVersion { get => throw null; set { } } - public System.Net.Http.HttpVersionPolicy DefaultVersionPolicy { get => throw null; set { } } - public System.Threading.Tasks.Task DeleteAsync(string requestUri) => throw null; - public System.Threading.Tasks.Task DeleteAsync(string requestUri, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task DeleteAsync(System.Uri requestUri) => throw null; - public System.Threading.Tasks.Task DeleteAsync(System.Uri requestUri, System.Threading.CancellationToken cancellationToken) => throw null; - protected override void Dispose(bool disposing) => throw null; - public System.Threading.Tasks.Task GetAsync(string requestUri) => throw null; - public System.Threading.Tasks.Task GetAsync(string requestUri, System.Net.Http.HttpCompletionOption completionOption) => throw null; - public System.Threading.Tasks.Task GetAsync(string requestUri, System.Net.Http.HttpCompletionOption completionOption, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task GetAsync(string requestUri, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task GetAsync(System.Uri requestUri) => throw null; - public System.Threading.Tasks.Task GetAsync(System.Uri requestUri, System.Net.Http.HttpCompletionOption completionOption) => throw null; - public System.Threading.Tasks.Task GetAsync(System.Uri requestUri, System.Net.Http.HttpCompletionOption completionOption, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task GetAsync(System.Uri requestUri, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task GetByteArrayAsync(string requestUri) => throw null; - public System.Threading.Tasks.Task GetByteArrayAsync(string requestUri, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task GetByteArrayAsync(System.Uri requestUri) => throw null; - public System.Threading.Tasks.Task GetByteArrayAsync(System.Uri requestUri, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task GetStreamAsync(string requestUri) => throw null; - public System.Threading.Tasks.Task GetStreamAsync(string requestUri, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task GetStreamAsync(System.Uri requestUri) => throw null; - public System.Threading.Tasks.Task GetStreamAsync(System.Uri requestUri, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task GetStringAsync(string requestUri) => throw null; - public System.Threading.Tasks.Task GetStringAsync(string requestUri, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task GetStringAsync(System.Uri requestUri) => throw null; - public System.Threading.Tasks.Task GetStringAsync(System.Uri requestUri, System.Threading.CancellationToken cancellationToken) => throw null; - public long MaxResponseContentBufferSize { get => throw null; set { } } - public System.Threading.Tasks.Task PatchAsync(string requestUri, System.Net.Http.HttpContent content) => throw null; - public System.Threading.Tasks.Task PatchAsync(string requestUri, System.Net.Http.HttpContent content, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task PatchAsync(System.Uri requestUri, System.Net.Http.HttpContent content) => throw null; - public System.Threading.Tasks.Task PatchAsync(System.Uri requestUri, System.Net.Http.HttpContent content, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task PostAsync(string requestUri, System.Net.Http.HttpContent content) => throw null; - public System.Threading.Tasks.Task PostAsync(string requestUri, System.Net.Http.HttpContent content, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task PostAsync(System.Uri requestUri, System.Net.Http.HttpContent content) => throw null; - public System.Threading.Tasks.Task PostAsync(System.Uri requestUri, System.Net.Http.HttpContent content, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task PutAsync(string requestUri, System.Net.Http.HttpContent content) => throw null; - public System.Threading.Tasks.Task PutAsync(string requestUri, System.Net.Http.HttpContent content, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task PutAsync(System.Uri requestUri, System.Net.Http.HttpContent content) => throw null; - public System.Threading.Tasks.Task PutAsync(System.Uri requestUri, System.Net.Http.HttpContent content, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request) => throw null; - public System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Net.Http.HttpCompletionOption completionOption) => throw null; - public System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Net.Http.HttpCompletionOption completionOption, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task SendAsync(System.Net.Http.HttpRequestMessage request) => throw null; - public System.Threading.Tasks.Task SendAsync(System.Net.Http.HttpRequestMessage request, System.Net.Http.HttpCompletionOption completionOption) => throw null; - public System.Threading.Tasks.Task SendAsync(System.Net.Http.HttpRequestMessage request, System.Net.Http.HttpCompletionOption completionOption, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.Task SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) => throw null; - public System.TimeSpan Timeout { get => throw null; set { } } - } - public class HttpClientHandler : System.Net.Http.HttpMessageHandler - { - public bool AllowAutoRedirect { get => throw null; set { } } - public System.Net.DecompressionMethods AutomaticDecompression { get => throw null; set { } } - public bool CheckCertificateRevocationList { get => throw null; set { } } - public System.Net.Http.ClientCertificateOption ClientCertificateOptions { get => throw null; set { } } - public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get => throw null; } - public System.Net.CookieContainer CookieContainer { get => throw null; set { } } - public System.Net.ICredentials Credentials { get => throw null; set { } } - public HttpClientHandler() => throw null; - public static System.Func DangerousAcceptAnyServerCertificateValidator { get => throw null; } - public System.Net.ICredentials DefaultProxyCredentials { get => throw null; set { } } - protected override void Dispose(bool disposing) => throw null; - public int MaxAutomaticRedirections { get => throw null; set { } } - public int MaxConnectionsPerServer { get => throw null; set { } } - public long MaxRequestContentBufferSize { get => throw null; set { } } - public int MaxResponseHeadersLength { get => throw null; set { } } - public System.Diagnostics.Metrics.IMeterFactory MeterFactory { get => throw null; set { } } - public bool PreAuthenticate { get => throw null; set { } } - public System.Collections.Generic.IDictionary Properties { get => throw null; } - public System.Net.IWebProxy Proxy { get => throw null; set { } } - protected override System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) => throw null; - protected override System.Threading.Tasks.Task SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Func ServerCertificateCustomValidationCallback { get => throw null; set { } } - public System.Security.Authentication.SslProtocols SslProtocols { get => throw null; set { } } - public virtual bool SupportsAutomaticDecompression { get => throw null; } - public virtual bool SupportsProxy { get => throw null; } - public virtual bool SupportsRedirectConfiguration { get => throw null; } - public bool UseCookies { get => throw null; set { } } - public bool UseDefaultCredentials { get => throw null; set { } } - public bool UseProxy { get => throw null; set { } } - } - public enum HttpCompletionOption - { - ResponseContentRead = 0, - ResponseHeadersRead = 1, - } - public abstract class HttpContent : System.IDisposable - { - public void CopyTo(System.IO.Stream stream, System.Net.TransportContext context, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task CopyToAsync(System.IO.Stream stream) => throw null; - public System.Threading.Tasks.Task CopyToAsync(System.IO.Stream stream, System.Net.TransportContext context) => throw null; - public System.Threading.Tasks.Task CopyToAsync(System.IO.Stream stream, System.Net.TransportContext context, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task CopyToAsync(System.IO.Stream stream, System.Threading.CancellationToken cancellationToken) => throw null; - protected virtual System.IO.Stream CreateContentReadStream(System.Threading.CancellationToken cancellationToken) => throw null; - protected virtual System.Threading.Tasks.Task CreateContentReadStreamAsync() => throw null; - protected virtual System.Threading.Tasks.Task CreateContentReadStreamAsync(System.Threading.CancellationToken cancellationToken) => throw null; - protected HttpContent() => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public System.Net.Http.Headers.HttpContentHeaders Headers { get => throw null; } - public System.Threading.Tasks.Task LoadIntoBufferAsync() => throw null; - public System.Threading.Tasks.Task LoadIntoBufferAsync(long maxBufferSize) => throw null; - public System.Threading.Tasks.Task ReadAsByteArrayAsync() => throw null; - public System.Threading.Tasks.Task ReadAsByteArrayAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public System.IO.Stream ReadAsStream() => throw null; - public System.IO.Stream ReadAsStream(System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ReadAsStreamAsync() => throw null; - public System.Threading.Tasks.Task ReadAsStreamAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ReadAsStringAsync() => throw null; - public System.Threading.Tasks.Task ReadAsStringAsync(System.Threading.CancellationToken cancellationToken) => throw null; - protected virtual void SerializeToStream(System.IO.Stream stream, System.Net.TransportContext context, System.Threading.CancellationToken cancellationToken) => throw null; - protected abstract System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext context); - protected virtual System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext context, System.Threading.CancellationToken cancellationToken) => throw null; - protected abstract bool TryComputeLength(out long length); - } - public class HttpIOException : System.IO.IOException - { - public HttpIOException(System.Net.Http.HttpRequestError httpRequestError, string message = default(string), System.Exception innerException = default(System.Exception)) => throw null; - public System.Net.Http.HttpRequestError HttpRequestError { get => throw null; } - } - public enum HttpKeepAlivePingPolicy - { - WithActiveRequests = 0, - Always = 1, - } - public abstract class HttpMessageHandler : System.IDisposable - { - protected HttpMessageHandler() => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - protected virtual System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) => throw null; - protected abstract System.Threading.Tasks.Task SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken); - } - public class HttpMessageInvoker : System.IDisposable - { - public HttpMessageInvoker(System.Net.Http.HttpMessageHandler handler) => throw null; - public HttpMessageInvoker(System.Net.Http.HttpMessageHandler handler, bool disposeHandler) => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public virtual System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) => throw null; - public virtual System.Threading.Tasks.Task SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) => throw null; - } - public class HttpMethod : System.IEquatable - { - public static System.Net.Http.HttpMethod Connect { get => throw null; } - public HttpMethod(string method) => throw null; - public static System.Net.Http.HttpMethod Delete { get => throw null; } - public bool Equals(System.Net.Http.HttpMethod other) => throw null; - public override bool Equals(object obj) => throw null; - public static System.Net.Http.HttpMethod Get { get => throw null; } - public override int GetHashCode() => throw null; - public static System.Net.Http.HttpMethod Head { get => throw null; } - public string Method { get => throw null; } - public static bool operator ==(System.Net.Http.HttpMethod left, System.Net.Http.HttpMethod right) => throw null; - public static bool operator !=(System.Net.Http.HttpMethod left, System.Net.Http.HttpMethod right) => throw null; - public static System.Net.Http.HttpMethod Options { get => throw null; } - public static System.Net.Http.HttpMethod Parse(System.ReadOnlySpan method) => throw null; - public static System.Net.Http.HttpMethod Patch { get => throw null; } - public static System.Net.Http.HttpMethod Post { get => throw null; } - public static System.Net.Http.HttpMethod Put { get => throw null; } - public override string ToString() => throw null; - public static System.Net.Http.HttpMethod Trace { get => throw null; } - } - public sealed class HttpProtocolException : System.Net.Http.HttpIOException - { - public HttpProtocolException(long errorCode, string message, System.Exception innerException) : base(default(System.Net.Http.HttpRequestError), default(string), default(System.Exception)) => throw null; - public long ErrorCode { get => throw null; } - } - public enum HttpRequestError - { - Unknown = 0, - NameResolutionError = 1, - ConnectionError = 2, - SecureConnectionError = 3, - HttpProtocolError = 4, - ExtendedConnectNotSupported = 5, - VersionNegotiationError = 6, - UserAuthenticationError = 7, - ProxyTunnelError = 8, - InvalidResponse = 9, - ResponseEnded = 10, - ConfigurationLimitExceeded = 11, - } - public class HttpRequestException : System.Exception - { - public HttpRequestException() => throw null; - public HttpRequestException(string message) => throw null; - public HttpRequestException(string message, System.Exception inner) => throw null; - public HttpRequestException(string message, System.Exception inner, System.Net.HttpStatusCode? statusCode) => throw null; - public HttpRequestException(System.Net.Http.HttpRequestError httpRequestError, string message = default(string), System.Exception inner = default(System.Exception), System.Net.HttpStatusCode? statusCode = default(System.Net.HttpStatusCode?)) => throw null; - public System.Net.Http.HttpRequestError HttpRequestError { get => throw null; } - public System.Net.HttpStatusCode? StatusCode { get => throw null; } - } - public class HttpRequestMessage : System.IDisposable - { - public System.Net.Http.HttpContent Content { get => throw null; set { } } - public HttpRequestMessage() => throw null; - public HttpRequestMessage(System.Net.Http.HttpMethod method, string requestUri) => throw null; - public HttpRequestMessage(System.Net.Http.HttpMethod method, System.Uri requestUri) => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public System.Net.Http.Headers.HttpRequestHeaders Headers { get => throw null; } - public System.Net.Http.HttpMethod Method { get => throw null; set { } } - public System.Net.Http.HttpRequestOptions Options { get => throw null; } - public System.Collections.Generic.IDictionary Properties { get => throw null; } - public System.Uri RequestUri { get => throw null; set { } } - public override string ToString() => throw null; - public System.Version Version { get => throw null; set { } } - public System.Net.Http.HttpVersionPolicy VersionPolicy { get => throw null; set { } } - } - public sealed class HttpRequestOptions : System.Collections.Generic.ICollection>, System.Collections.Generic.IDictionary, System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection>, System.Collections.Generic.IReadOnlyDictionary - { - void System.Collections.Generic.IDictionary.Add(string key, object value) => throw null; - void System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair item) => throw null; - void System.Collections.Generic.ICollection>.Clear() => throw null; - bool System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair item) => throw null; - bool System.Collections.Generic.IReadOnlyDictionary.ContainsKey(string key) => throw null; - bool System.Collections.Generic.IDictionary.ContainsKey(string key) => throw null; - void System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair[] array, int arrayIndex) => throw null; - int System.Collections.Generic.IReadOnlyCollection>.Count { get => throw null; } - int System.Collections.Generic.ICollection>.Count { get => throw null; } - public HttpRequestOptions() => throw null; - System.Collections.Generic.IEnumerator> System.Collections.Generic.IEnumerable>.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - bool System.Collections.Generic.ICollection>.IsReadOnly { get => throw null; } - object System.Collections.Generic.IDictionary.this[string key] { get => throw null; set { } } - object System.Collections.Generic.IReadOnlyDictionary.this[string key] { get => throw null; } - System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Keys { get => throw null; } - System.Collections.Generic.IEnumerable System.Collections.Generic.IReadOnlyDictionary.Keys { get => throw null; } - bool System.Collections.Generic.IDictionary.Remove(string key) => throw null; - bool System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair item) => throw null; - public void Set(System.Net.Http.HttpRequestOptionsKey key, TValue value) => throw null; - bool System.Collections.Generic.IDictionary.TryGetValue(string key, out object value) => throw null; - public bool TryGetValue(System.Net.Http.HttpRequestOptionsKey key, out TValue value) => throw null; - bool System.Collections.Generic.IReadOnlyDictionary.TryGetValue(string key, out object value) => throw null; - System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Values { get => throw null; } - System.Collections.Generic.IEnumerable System.Collections.Generic.IReadOnlyDictionary.Values { get => throw null; } - } - public struct HttpRequestOptionsKey - { - public HttpRequestOptionsKey(string key) => throw null; - public string Key { get => throw null; } - } - public class HttpResponseMessage : System.IDisposable - { - public System.Net.Http.HttpContent Content { get => throw null; set { } } - public HttpResponseMessage() => throw null; - public HttpResponseMessage(System.Net.HttpStatusCode statusCode) => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public System.Net.Http.HttpResponseMessage EnsureSuccessStatusCode() => throw null; - public System.Net.Http.Headers.HttpResponseHeaders Headers { get => throw null; } - public bool IsSuccessStatusCode { get => throw null; } - public string ReasonPhrase { get => throw null; set { } } - public System.Net.Http.HttpRequestMessage RequestMessage { get => throw null; set { } } - public System.Net.HttpStatusCode StatusCode { get => throw null; set { } } - public override string ToString() => throw null; - public System.Net.Http.Headers.HttpResponseHeaders TrailingHeaders { get => throw null; } - public System.Version Version { get => throw null; set { } } - } - public enum HttpVersionPolicy - { - RequestVersionOrLower = 0, - RequestVersionOrHigher = 1, - RequestVersionExact = 2, - } - public abstract class MessageProcessingHandler : System.Net.Http.DelegatingHandler - { - protected MessageProcessingHandler() => throw null; - protected MessageProcessingHandler(System.Net.Http.HttpMessageHandler innerHandler) => throw null; - protected abstract System.Net.Http.HttpRequestMessage ProcessRequest(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken); - protected abstract System.Net.Http.HttpResponseMessage ProcessResponse(System.Net.Http.HttpResponseMessage response, System.Threading.CancellationToken cancellationToken); - protected override sealed System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) => throw null; - protected override sealed System.Threading.Tasks.Task SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) => throw null; - } - namespace Metrics - { - public sealed class HttpMetricsEnrichmentContext - { - public static void AddCallback(System.Net.Http.HttpRequestMessage request, System.Action callback) => throw null; - public void AddCustomTag(string name, object value) => throw null; - public System.Exception Exception { get => throw null; } - public System.Net.Http.HttpRequestMessage Request { get => throw null; } - public System.Net.Http.HttpResponseMessage Response { get => throw null; } - } - } - public class MultipartContent : System.Net.Http.HttpContent, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - public virtual void Add(System.Net.Http.HttpContent content) => throw null; - protected override System.IO.Stream CreateContentReadStream(System.Threading.CancellationToken cancellationToken) => throw null; - protected override System.Threading.Tasks.Task CreateContentReadStreamAsync() => throw null; - protected override System.Threading.Tasks.Task CreateContentReadStreamAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public MultipartContent() => throw null; - public MultipartContent(string subtype) => throw null; - public MultipartContent(string subtype, string boundary) => throw null; - protected override void Dispose(bool disposing) => throw null; - public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public System.Net.Http.HeaderEncodingSelector HeaderEncodingSelector { get => throw null; set { } } - protected override void SerializeToStream(System.IO.Stream stream, System.Net.TransportContext context, System.Threading.CancellationToken cancellationToken) => throw null; - protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext context) => throw null; - protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext context, System.Threading.CancellationToken cancellationToken) => throw null; - protected override bool TryComputeLength(out long length) => throw null; - } - public class MultipartFormDataContent : System.Net.Http.MultipartContent - { - public override void Add(System.Net.Http.HttpContent content) => throw null; - public void Add(System.Net.Http.HttpContent content, string name) => throw null; - public void Add(System.Net.Http.HttpContent content, string name, string fileName) => throw null; - public MultipartFormDataContent() => throw null; - public MultipartFormDataContent(string boundary) => throw null; - protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext context, System.Threading.CancellationToken cancellationToken) => throw null; - } - public sealed class ReadOnlyMemoryContent : System.Net.Http.HttpContent - { - protected override System.IO.Stream CreateContentReadStream(System.Threading.CancellationToken cancellationToken) => throw null; - protected override System.Threading.Tasks.Task CreateContentReadStreamAsync() => throw null; - public ReadOnlyMemoryContent(System.ReadOnlyMemory content) => throw null; - protected override void SerializeToStream(System.IO.Stream stream, System.Net.TransportContext context, System.Threading.CancellationToken cancellationToken) => throw null; - protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext context) => throw null; - protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext context, System.Threading.CancellationToken cancellationToken) => throw null; - protected override bool TryComputeLength(out long length) => throw null; - } - public sealed class SocketsHttpConnectionContext - { - public System.Net.DnsEndPoint DnsEndPoint { get => throw null; } - public System.Net.Http.HttpRequestMessage InitialRequestMessage { get => throw null; } - } - public sealed class SocketsHttpHandler : System.Net.Http.HttpMessageHandler - { - public System.Diagnostics.DistributedContextPropagator ActivityHeadersPropagator { get => throw null; set { } } - public bool AllowAutoRedirect { get => throw null; set { } } - public System.Net.DecompressionMethods AutomaticDecompression { get => throw null; set { } } - public System.Func> ConnectCallback { get => throw null; set { } } - public System.TimeSpan ConnectTimeout { get => throw null; set { } } - public System.Net.CookieContainer CookieContainer { get => throw null; set { } } - public System.Net.ICredentials Credentials { get => throw null; set { } } - public SocketsHttpHandler() => throw null; - public System.Net.ICredentials DefaultProxyCredentials { get => throw null; set { } } - protected override void Dispose(bool disposing) => throw null; - public bool EnableMultipleHttp2Connections { get => throw null; set { } } - public System.TimeSpan Expect100ContinueTimeout { get => throw null; set { } } - public int InitialHttp2StreamWindowSize { get => throw null; set { } } - public static bool IsSupported { get => throw null; } - public System.TimeSpan KeepAlivePingDelay { get => throw null; set { } } - public System.Net.Http.HttpKeepAlivePingPolicy KeepAlivePingPolicy { get => throw null; set { } } - public System.TimeSpan KeepAlivePingTimeout { get => throw null; set { } } - public int MaxAutomaticRedirections { get => throw null; set { } } - public int MaxConnectionsPerServer { get => throw null; set { } } - public int MaxResponseDrainSize { get => throw null; set { } } - public int MaxResponseHeadersLength { get => throw null; set { } } - public System.Diagnostics.Metrics.IMeterFactory MeterFactory { get => throw null; set { } } - public System.Func> PlaintextStreamFilter { get => throw null; set { } } - public System.TimeSpan PooledConnectionIdleTimeout { get => throw null; set { } } - public System.TimeSpan PooledConnectionLifetime { get => throw null; set { } } - public bool PreAuthenticate { get => throw null; set { } } - public System.Collections.Generic.IDictionary Properties { get => throw null; } - public System.Net.IWebProxy Proxy { get => throw null; set { } } - public System.Net.Http.HeaderEncodingSelector RequestHeaderEncodingSelector { get => throw null; set { } } - public System.TimeSpan ResponseDrainTimeout { get => throw null; set { } } - public System.Net.Http.HeaderEncodingSelector ResponseHeaderEncodingSelector { get => throw null; set { } } - protected override System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) => throw null; - protected override System.Threading.Tasks.Task SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Net.Security.SslClientAuthenticationOptions SslOptions { get => throw null; set { } } - public bool UseCookies { get => throw null; set { } } - public bool UseProxy { get => throw null; set { } } - } - public sealed class SocketsHttpPlaintextStreamFilterContext - { - public System.Net.Http.HttpRequestMessage InitialRequestMessage { get => throw null; } - public System.Version NegotiatedHttpVersion { get => throw null; } - public System.IO.Stream PlaintextStream { get => throw null; } - } - public class StreamContent : System.Net.Http.HttpContent - { - protected override System.IO.Stream CreateContentReadStream(System.Threading.CancellationToken cancellationToken) => throw null; - protected override System.Threading.Tasks.Task CreateContentReadStreamAsync() => throw null; - public StreamContent(System.IO.Stream content) => throw null; - public StreamContent(System.IO.Stream content, int bufferSize) => throw null; - protected override void Dispose(bool disposing) => throw null; - protected override void SerializeToStream(System.IO.Stream stream, System.Net.TransportContext context, System.Threading.CancellationToken cancellationToken) => throw null; - protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext context) => throw null; - protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext context, System.Threading.CancellationToken cancellationToken) => throw null; - protected override bool TryComputeLength(out long length) => throw null; - } - public class StringContent : System.Net.Http.ByteArrayContent - { - public StringContent(string content) : base(default(byte[])) => throw null; - public StringContent(string content, System.Net.Http.Headers.MediaTypeHeaderValue mediaType) : base(default(byte[])) => throw null; - public StringContent(string content, System.Text.Encoding encoding) : base(default(byte[])) => throw null; - public StringContent(string content, System.Text.Encoding encoding, System.Net.Http.Headers.MediaTypeHeaderValue mediaType) : base(default(byte[])) => throw null; - public StringContent(string content, System.Text.Encoding encoding, string mediaType) : base(default(byte[])) => throw null; - protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext context, System.Threading.CancellationToken cancellationToken) => throw null; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.HttpListener.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.HttpListener.cs deleted file mode 100644 index 116ed118..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.HttpListener.cs +++ /dev/null @@ -1,160 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Net.HttpListener, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. -namespace System -{ - namespace Net - { - public delegate System.Net.AuthenticationSchemes AuthenticationSchemeSelector(System.Net.HttpListenerRequest httpRequest); - public sealed class HttpListener : System.IDisposable - { - public void Abort() => throw null; - public System.Net.AuthenticationSchemes AuthenticationSchemes { get => throw null; set { } } - public System.Net.AuthenticationSchemeSelector AuthenticationSchemeSelectorDelegate { get => throw null; set { } } - public System.IAsyncResult BeginGetContext(System.AsyncCallback callback, object state) => throw null; - public void Close() => throw null; - public HttpListener() => throw null; - public System.Security.Authentication.ExtendedProtection.ServiceNameCollection DefaultServiceNames { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public System.Net.HttpListenerContext EndGetContext(System.IAsyncResult asyncResult) => throw null; - public System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy ExtendedProtectionPolicy { get => throw null; set { } } - public delegate System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy ExtendedProtectionSelector(System.Net.HttpListenerRequest request); - public System.Net.HttpListener.ExtendedProtectionSelector ExtendedProtectionSelectorDelegate { get => throw null; set { } } - public System.Net.HttpListenerContext GetContext() => throw null; - public System.Threading.Tasks.Task GetContextAsync() => throw null; - public bool IgnoreWriteExceptions { get => throw null; set { } } - public bool IsListening { get => throw null; } - public static bool IsSupported { get => throw null; } - public System.Net.HttpListenerPrefixCollection Prefixes { get => throw null; } - public string Realm { get => throw null; set { } } - public void Start() => throw null; - public void Stop() => throw null; - public System.Net.HttpListenerTimeoutManager TimeoutManager { get => throw null; } - public bool UnsafeConnectionNtlmAuthentication { get => throw null; set { } } - } - public class HttpListenerBasicIdentity : System.Security.Principal.GenericIdentity - { - public HttpListenerBasicIdentity(string username, string password) : base(default(System.Security.Principal.GenericIdentity)) => throw null; - public virtual string Password { get => throw null; } - } - public sealed class HttpListenerContext - { - public System.Threading.Tasks.Task AcceptWebSocketAsync(string subProtocol) => throw null; - public System.Threading.Tasks.Task AcceptWebSocketAsync(string subProtocol, int receiveBufferSize, System.TimeSpan keepAliveInterval) => throw null; - public System.Threading.Tasks.Task AcceptWebSocketAsync(string subProtocol, int receiveBufferSize, System.TimeSpan keepAliveInterval, System.ArraySegment internalBuffer) => throw null; - public System.Threading.Tasks.Task AcceptWebSocketAsync(string subProtocol, System.TimeSpan keepAliveInterval) => throw null; - public System.Net.HttpListenerRequest Request { get => throw null; } - public System.Net.HttpListenerResponse Response { get => throw null; } - public System.Security.Principal.IPrincipal User { get => throw null; } - } - public class HttpListenerException : System.ComponentModel.Win32Exception - { - public HttpListenerException() => throw null; - public HttpListenerException(int errorCode) => throw null; - public HttpListenerException(int errorCode, string message) => throw null; - protected HttpListenerException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public override int ErrorCode { get => throw null; } - } - public class HttpListenerPrefixCollection : System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - public void Add(string uriPrefix) => throw null; - public void Clear() => throw null; - public bool Contains(string uriPrefix) => throw null; - public void CopyTo(System.Array array, int offset) => throw null; - public void CopyTo(string[] array, int offset) => throw null; - public int Count { get => throw null; } - public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public bool IsReadOnly { get => throw null; } - public bool IsSynchronized { get => throw null; } - public bool Remove(string uriPrefix) => throw null; - } - public sealed class HttpListenerRequest - { - public string[] AcceptTypes { get => throw null; } - public System.IAsyncResult BeginGetClientCertificate(System.AsyncCallback requestCallback, object state) => throw null; - public int ClientCertificateError { get => throw null; } - public System.Text.Encoding ContentEncoding { get => throw null; } - public long ContentLength64 { get => throw null; } - public string ContentType { get => throw null; } - public System.Net.CookieCollection Cookies { get => throw null; } - public System.Security.Cryptography.X509Certificates.X509Certificate2 EndGetClientCertificate(System.IAsyncResult asyncResult) => throw null; - public System.Security.Cryptography.X509Certificates.X509Certificate2 GetClientCertificate() => throw null; - public System.Threading.Tasks.Task GetClientCertificateAsync() => throw null; - public bool HasEntityBody { get => throw null; } - public System.Collections.Specialized.NameValueCollection Headers { get => throw null; } - public string HttpMethod { get => throw null; } - public System.IO.Stream InputStream { get => throw null; } - public bool IsAuthenticated { get => throw null; } - public bool IsLocal { get => throw null; } - public bool IsSecureConnection { get => throw null; } - public bool IsWebSocketRequest { get => throw null; } - public bool KeepAlive { get => throw null; } - public System.Net.IPEndPoint LocalEndPoint { get => throw null; } - public System.Version ProtocolVersion { get => throw null; } - public System.Collections.Specialized.NameValueCollection QueryString { get => throw null; } - public string RawUrl { get => throw null; } - public System.Net.IPEndPoint RemoteEndPoint { get => throw null; } - public System.Guid RequestTraceIdentifier { get => throw null; } - public string ServiceName { get => throw null; } - public System.Net.TransportContext TransportContext { get => throw null; } - public System.Uri Url { get => throw null; } - public System.Uri UrlReferrer { get => throw null; } - public string UserAgent { get => throw null; } - public string UserHostAddress { get => throw null; } - public string UserHostName { get => throw null; } - public string[] UserLanguages { get => throw null; } - } - public sealed class HttpListenerResponse : System.IDisposable - { - public void Abort() => throw null; - public void AddHeader(string name, string value) => throw null; - public void AppendCookie(System.Net.Cookie cookie) => throw null; - public void AppendHeader(string name, string value) => throw null; - public void Close() => throw null; - public void Close(byte[] responseEntity, bool willBlock) => throw null; - public System.Text.Encoding ContentEncoding { get => throw null; set { } } - public long ContentLength64 { get => throw null; set { } } - public string ContentType { get => throw null; set { } } - public System.Net.CookieCollection Cookies { get => throw null; set { } } - public void CopyFrom(System.Net.HttpListenerResponse templateResponse) => throw null; - void System.IDisposable.Dispose() => throw null; - public System.Net.WebHeaderCollection Headers { get => throw null; set { } } - public bool KeepAlive { get => throw null; set { } } - public System.IO.Stream OutputStream { get => throw null; } - public System.Version ProtocolVersion { get => throw null; set { } } - public void Redirect(string url) => throw null; - public string RedirectLocation { get => throw null; set { } } - public bool SendChunked { get => throw null; set { } } - public void SetCookie(System.Net.Cookie cookie) => throw null; - public int StatusCode { get => throw null; set { } } - public string StatusDescription { get => throw null; set { } } - } - public class HttpListenerTimeoutManager - { - public System.TimeSpan DrainEntityBody { get => throw null; set { } } - public System.TimeSpan EntityBody { get => throw null; set { } } - public System.TimeSpan HeaderWait { get => throw null; set { } } - public System.TimeSpan IdleConnection { get => throw null; set { } } - public long MinSendBytesPerSecond { get => throw null; set { } } - public System.TimeSpan RequestQueue { get => throw null; set { } } - } - namespace WebSockets - { - public class HttpListenerWebSocketContext : System.Net.WebSockets.WebSocketContext - { - public override System.Net.CookieCollection CookieCollection { get => throw null; } - public override System.Collections.Specialized.NameValueCollection Headers { get => throw null; } - public override bool IsAuthenticated { get => throw null; } - public override bool IsLocal { get => throw null; } - public override bool IsSecureConnection { get => throw null; } - public override string Origin { get => throw null; } - public override System.Uri RequestUri { get => throw null; } - public override string SecWebSocketKey { get => throw null; } - public override System.Collections.Generic.IEnumerable SecWebSocketProtocols { get => throw null; } - public override string SecWebSocketVersion { get => throw null; } - public override System.Security.Principal.IPrincipal User { get => throw null; } - public override System.Net.WebSockets.WebSocket WebSocket { get => throw null; } - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Mail.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Mail.cs deleted file mode 100644 index eb1cc7c5..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Mail.cs +++ /dev/null @@ -1,369 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Net.Mail, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. -namespace System -{ - namespace Net - { - namespace Mail - { - public class AlternateView : System.Net.Mail.AttachmentBase - { - public System.Uri BaseUri { get => throw null; set { } } - public static System.Net.Mail.AlternateView CreateAlternateViewFromString(string content) => throw null; - public static System.Net.Mail.AlternateView CreateAlternateViewFromString(string content, System.Net.Mime.ContentType contentType) => throw null; - public static System.Net.Mail.AlternateView CreateAlternateViewFromString(string content, System.Text.Encoding contentEncoding, string mediaType) => throw null; - public AlternateView(System.IO.Stream contentStream) : base(default(System.IO.Stream)) => throw null; - public AlternateView(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType) : base(default(System.IO.Stream)) => throw null; - public AlternateView(System.IO.Stream contentStream, string mediaType) : base(default(System.IO.Stream)) => throw null; - public AlternateView(string fileName) : base(default(System.IO.Stream)) => throw null; - public AlternateView(string fileName, System.Net.Mime.ContentType contentType) : base(default(System.IO.Stream)) => throw null; - public AlternateView(string fileName, string mediaType) : base(default(System.IO.Stream)) => throw null; - protected override void Dispose(bool disposing) => throw null; - public System.Net.Mail.LinkedResourceCollection LinkedResources { get => throw null; } - } - public sealed class AlternateViewCollection : System.Collections.ObjectModel.Collection, System.IDisposable - { - protected override void ClearItems() => throw null; - public void Dispose() => throw null; - protected override void InsertItem(int index, System.Net.Mail.AlternateView item) => throw null; - protected override void RemoveItem(int index) => throw null; - protected override void SetItem(int index, System.Net.Mail.AlternateView item) => throw null; - } - public class Attachment : System.Net.Mail.AttachmentBase - { - public System.Net.Mime.ContentDisposition ContentDisposition { get => throw null; } - public static System.Net.Mail.Attachment CreateAttachmentFromString(string content, System.Net.Mime.ContentType contentType) => throw null; - public static System.Net.Mail.Attachment CreateAttachmentFromString(string content, string name) => throw null; - public static System.Net.Mail.Attachment CreateAttachmentFromString(string content, string name, System.Text.Encoding contentEncoding, string mediaType) => throw null; - public Attachment(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType) : base(default(System.IO.Stream)) => throw null; - public Attachment(System.IO.Stream contentStream, string name) : base(default(System.IO.Stream)) => throw null; - public Attachment(System.IO.Stream contentStream, string name, string mediaType) : base(default(System.IO.Stream)) => throw null; - public Attachment(string fileName) : base(default(System.IO.Stream)) => throw null; - public Attachment(string fileName, System.Net.Mime.ContentType contentType) : base(default(System.IO.Stream)) => throw null; - public Attachment(string fileName, string mediaType) : base(default(System.IO.Stream)) => throw null; - public string Name { get => throw null; set { } } - public System.Text.Encoding NameEncoding { get => throw null; set { } } - } - public abstract class AttachmentBase : System.IDisposable - { - public string ContentId { get => throw null; set { } } - public System.IO.Stream ContentStream { get => throw null; } - public System.Net.Mime.ContentType ContentType { get => throw null; set { } } - protected AttachmentBase(System.IO.Stream contentStream) => throw null; - protected AttachmentBase(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType) => throw null; - protected AttachmentBase(System.IO.Stream contentStream, string mediaType) => throw null; - protected AttachmentBase(string fileName) => throw null; - protected AttachmentBase(string fileName, System.Net.Mime.ContentType contentType) => throw null; - protected AttachmentBase(string fileName, string mediaType) => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public System.Net.Mime.TransferEncoding TransferEncoding { get => throw null; set { } } - } - public sealed class AttachmentCollection : System.Collections.ObjectModel.Collection, System.IDisposable - { - protected override void ClearItems() => throw null; - public void Dispose() => throw null; - protected override void InsertItem(int index, System.Net.Mail.Attachment item) => throw null; - protected override void RemoveItem(int index) => throw null; - protected override void SetItem(int index, System.Net.Mail.Attachment item) => throw null; - } - [System.Flags] - public enum DeliveryNotificationOptions - { - None = 0, - OnSuccess = 1, - OnFailure = 2, - Delay = 4, - Never = 134217728, - } - public class LinkedResource : System.Net.Mail.AttachmentBase - { - public System.Uri ContentLink { get => throw null; set { } } - public static System.Net.Mail.LinkedResource CreateLinkedResourceFromString(string content) => throw null; - public static System.Net.Mail.LinkedResource CreateLinkedResourceFromString(string content, System.Net.Mime.ContentType contentType) => throw null; - public static System.Net.Mail.LinkedResource CreateLinkedResourceFromString(string content, System.Text.Encoding contentEncoding, string mediaType) => throw null; - public LinkedResource(System.IO.Stream contentStream) : base(default(System.IO.Stream)) => throw null; - public LinkedResource(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType) : base(default(System.IO.Stream)) => throw null; - public LinkedResource(System.IO.Stream contentStream, string mediaType) : base(default(System.IO.Stream)) => throw null; - public LinkedResource(string fileName) : base(default(System.IO.Stream)) => throw null; - public LinkedResource(string fileName, System.Net.Mime.ContentType contentType) : base(default(System.IO.Stream)) => throw null; - public LinkedResource(string fileName, string mediaType) : base(default(System.IO.Stream)) => throw null; - } - public sealed class LinkedResourceCollection : System.Collections.ObjectModel.Collection, System.IDisposable - { - protected override void ClearItems() => throw null; - public void Dispose() => throw null; - protected override void InsertItem(int index, System.Net.Mail.LinkedResource item) => throw null; - protected override void RemoveItem(int index) => throw null; - protected override void SetItem(int index, System.Net.Mail.LinkedResource item) => throw null; - } - public class MailAddress - { - public string Address { get => throw null; } - public MailAddress(string address) => throw null; - public MailAddress(string address, string displayName) => throw null; - public MailAddress(string address, string displayName, System.Text.Encoding displayNameEncoding) => throw null; - public string DisplayName { get => throw null; } - public override bool Equals(object value) => throw null; - public override int GetHashCode() => throw null; - public string Host { get => throw null; } - public override string ToString() => throw null; - public static bool TryCreate(string address, out System.Net.Mail.MailAddress result) => throw null; - public static bool TryCreate(string address, string displayName, out System.Net.Mail.MailAddress result) => throw null; - public static bool TryCreate(string address, string displayName, System.Text.Encoding displayNameEncoding, out System.Net.Mail.MailAddress result) => throw null; - public string User { get => throw null; } - } - public class MailAddressCollection : System.Collections.ObjectModel.Collection - { - public void Add(string addresses) => throw null; - public MailAddressCollection() => throw null; - protected override void InsertItem(int index, System.Net.Mail.MailAddress item) => throw null; - protected override void SetItem(int index, System.Net.Mail.MailAddress item) => throw null; - public override string ToString() => throw null; - } - public class MailMessage : System.IDisposable - { - public System.Net.Mail.AlternateViewCollection AlternateViews { get => throw null; } - public System.Net.Mail.AttachmentCollection Attachments { get => throw null; } - public System.Net.Mail.MailAddressCollection Bcc { get => throw null; } - public string Body { get => throw null; set { } } - public System.Text.Encoding BodyEncoding { get => throw null; set { } } - public System.Net.Mime.TransferEncoding BodyTransferEncoding { get => throw null; set { } } - public System.Net.Mail.MailAddressCollection CC { get => throw null; } - public MailMessage() => throw null; - public MailMessage(System.Net.Mail.MailAddress from, System.Net.Mail.MailAddress to) => throw null; - public MailMessage(string from, string to) => throw null; - public MailMessage(string from, string to, string subject, string body) => throw null; - public System.Net.Mail.DeliveryNotificationOptions DeliveryNotificationOptions { get => throw null; set { } } - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public System.Net.Mail.MailAddress From { get => throw null; set { } } - public System.Collections.Specialized.NameValueCollection Headers { get => throw null; } - public System.Text.Encoding HeadersEncoding { get => throw null; set { } } - public bool IsBodyHtml { get => throw null; set { } } - public System.Net.Mail.MailPriority Priority { get => throw null; set { } } - public System.Net.Mail.MailAddress ReplyTo { get => throw null; set { } } - public System.Net.Mail.MailAddressCollection ReplyToList { get => throw null; } - public System.Net.Mail.MailAddress Sender { get => throw null; set { } } - public string Subject { get => throw null; set { } } - public System.Text.Encoding SubjectEncoding { get => throw null; set { } } - public System.Net.Mail.MailAddressCollection To { get => throw null; } - } - public enum MailPriority - { - Normal = 0, - Low = 1, - High = 2, - } - public delegate void SendCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); - public class SmtpClient : System.IDisposable - { - public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get => throw null; } - public System.Net.ICredentialsByHost Credentials { get => throw null; set { } } - public SmtpClient() => throw null; - public SmtpClient(string host) => throw null; - public SmtpClient(string host, int port) => throw null; - public System.Net.Mail.SmtpDeliveryFormat DeliveryFormat { get => throw null; set { } } - public System.Net.Mail.SmtpDeliveryMethod DeliveryMethod { get => throw null; set { } } - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public bool EnableSsl { get => throw null; set { } } - public string Host { get => throw null; set { } } - protected void OnSendCompleted(System.ComponentModel.AsyncCompletedEventArgs e) => throw null; - public string PickupDirectoryLocation { get => throw null; set { } } - public int Port { get => throw null; set { } } - public void Send(System.Net.Mail.MailMessage message) => throw null; - public void Send(string from, string recipients, string subject, string body) => throw null; - public void SendAsync(System.Net.Mail.MailMessage message, object userToken) => throw null; - public void SendAsync(string from, string recipients, string subject, string body, object userToken) => throw null; - public void SendAsyncCancel() => throw null; - public event System.Net.Mail.SendCompletedEventHandler SendCompleted; - public System.Threading.Tasks.Task SendMailAsync(System.Net.Mail.MailMessage message) => throw null; - public System.Threading.Tasks.Task SendMailAsync(System.Net.Mail.MailMessage message, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task SendMailAsync(string from, string recipients, string subject, string body) => throw null; - public System.Threading.Tasks.Task SendMailAsync(string from, string recipients, string subject, string body, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Net.ServicePoint ServicePoint { get => throw null; } - public string TargetName { get => throw null; set { } } - public int Timeout { get => throw null; set { } } - public bool UseDefaultCredentials { get => throw null; set { } } - } - public enum SmtpDeliveryFormat - { - SevenBit = 0, - International = 1, - } - public enum SmtpDeliveryMethod - { - Network = 0, - SpecifiedPickupDirectory = 1, - PickupDirectoryFromIis = 2, - } - public class SmtpException : System.Exception - { - public SmtpException() => throw null; - public SmtpException(System.Net.Mail.SmtpStatusCode statusCode) => throw null; - public SmtpException(System.Net.Mail.SmtpStatusCode statusCode, string message) => throw null; - protected SmtpException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public SmtpException(string message) => throw null; - public SmtpException(string message, System.Exception innerException) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public System.Net.Mail.SmtpStatusCode StatusCode { get => throw null; set { } } - } - public class SmtpFailedRecipientException : System.Net.Mail.SmtpException - { - public SmtpFailedRecipientException() => throw null; - public SmtpFailedRecipientException(System.Net.Mail.SmtpStatusCode statusCode, string failedRecipient) => throw null; - public SmtpFailedRecipientException(System.Net.Mail.SmtpStatusCode statusCode, string failedRecipient, string serverResponse) => throw null; - protected SmtpFailedRecipientException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public SmtpFailedRecipientException(string message) => throw null; - public SmtpFailedRecipientException(string message, System.Exception innerException) => throw null; - public SmtpFailedRecipientException(string message, string failedRecipient, System.Exception innerException) => throw null; - public string FailedRecipient { get => throw null; } - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - } - public class SmtpFailedRecipientsException : System.Net.Mail.SmtpFailedRecipientException - { - public SmtpFailedRecipientsException() => throw null; - protected SmtpFailedRecipientsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public SmtpFailedRecipientsException(string message) => throw null; - public SmtpFailedRecipientsException(string message, System.Exception innerException) => throw null; - public SmtpFailedRecipientsException(string message, System.Net.Mail.SmtpFailedRecipientException[] innerExceptions) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public System.Net.Mail.SmtpFailedRecipientException[] InnerExceptions { get => throw null; } - } - public enum SmtpStatusCode - { - GeneralFailure = -1, - SystemStatus = 211, - HelpMessage = 214, - ServiceReady = 220, - ServiceClosingTransmissionChannel = 221, - Ok = 250, - UserNotLocalWillForward = 251, - CannotVerifyUserWillAttemptDelivery = 252, - StartMailInput = 354, - ServiceNotAvailable = 421, - MailboxBusy = 450, - LocalErrorInProcessing = 451, - InsufficientStorage = 452, - ClientNotPermitted = 454, - CommandUnrecognized = 500, - SyntaxError = 501, - CommandNotImplemented = 502, - BadCommandSequence = 503, - CommandParameterNotImplemented = 504, - MustIssueStartTlsFirst = 530, - MailboxUnavailable = 550, - UserNotLocalTryAlternatePath = 551, - ExceededStorageAllocation = 552, - MailboxNameNotAllowed = 553, - TransactionFailed = 554, - } - } - namespace Mime - { - public class ContentDisposition - { - public System.DateTime CreationDate { get => throw null; set { } } - public ContentDisposition() => throw null; - public ContentDisposition(string disposition) => throw null; - public string DispositionType { get => throw null; set { } } - public override bool Equals(object rparam) => throw null; - public string FileName { get => throw null; set { } } - public override int GetHashCode() => throw null; - public bool Inline { get => throw null; set { } } - public System.DateTime ModificationDate { get => throw null; set { } } - public System.Collections.Specialized.StringDictionary Parameters { get => throw null; } - public System.DateTime ReadDate { get => throw null; set { } } - public long Size { get => throw null; set { } } - public override string ToString() => throw null; - } - public class ContentType - { - public string Boundary { get => throw null; set { } } - public string CharSet { get => throw null; set { } } - public ContentType() => throw null; - public ContentType(string contentType) => throw null; - public override bool Equals(object rparam) => throw null; - public override int GetHashCode() => throw null; - public string MediaType { get => throw null; set { } } - public string Name { get => throw null; set { } } - public System.Collections.Specialized.StringDictionary Parameters { get => throw null; } - public override string ToString() => throw null; - } - public static class DispositionTypeNames - { - public const string Attachment = default; - public const string Inline = default; - } - public static class MediaTypeNames - { - public static class Application - { - public const string FormUrlEncoded = default; - public const string Json = default; - public const string JsonPatch = default; - public const string JsonSequence = default; - public const string Manifest = default; - public const string Octet = default; - public const string Pdf = default; - public const string ProblemJson = default; - public const string ProblemXml = default; - public const string Rtf = default; - public const string Soap = default; - public const string Wasm = default; - public const string Xml = default; - public const string XmlDtd = default; - public const string XmlPatch = default; - public const string Zip = default; - } - public static class Font - { - public const string Collection = default; - public const string Otf = default; - public const string Sfnt = default; - public const string Ttf = default; - public const string Woff = default; - public const string Woff2 = default; - } - public static class Image - { - public const string Avif = default; - public const string Bmp = default; - public const string Gif = default; - public const string Icon = default; - public const string Jpeg = default; - public const string Png = default; - public const string Svg = default; - public const string Tiff = default; - public const string Webp = default; - } - public static class Multipart - { - public const string ByteRanges = default; - public const string FormData = default; - } - public static class Text - { - public const string Css = default; - public const string Csv = default; - public const string Html = default; - public const string JavaScript = default; - public const string Markdown = default; - public const string Plain = default; - public const string RichText = default; - public const string Rtf = default; - public const string Xml = default; - } - } - public enum TransferEncoding - { - Unknown = -1, - QuotedPrintable = 0, - Base64 = 1, - SevenBit = 2, - EightBit = 3, - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.NameResolution.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.NameResolution.cs deleted file mode 100644 index 959a16a4..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.NameResolution.cs +++ /dev/null @@ -1,44 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Net.NameResolution, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Net - { - public static class Dns - { - public static System.IAsyncResult BeginGetHostAddresses(string hostNameOrAddress, System.AsyncCallback requestCallback, object state) => throw null; - public static System.IAsyncResult BeginGetHostByName(string hostName, System.AsyncCallback requestCallback, object stateObject) => throw null; - public static System.IAsyncResult BeginGetHostEntry(System.Net.IPAddress address, System.AsyncCallback requestCallback, object stateObject) => throw null; - public static System.IAsyncResult BeginGetHostEntry(string hostNameOrAddress, System.AsyncCallback requestCallback, object stateObject) => throw null; - public static System.IAsyncResult BeginResolve(string hostName, System.AsyncCallback requestCallback, object stateObject) => throw null; - public static System.Net.IPAddress[] EndGetHostAddresses(System.IAsyncResult asyncResult) => throw null; - public static System.Net.IPHostEntry EndGetHostByName(System.IAsyncResult asyncResult) => throw null; - public static System.Net.IPHostEntry EndGetHostEntry(System.IAsyncResult asyncResult) => throw null; - public static System.Net.IPHostEntry EndResolve(System.IAsyncResult asyncResult) => throw null; - public static System.Net.IPAddress[] GetHostAddresses(string hostNameOrAddress) => throw null; - public static System.Net.IPAddress[] GetHostAddresses(string hostNameOrAddress, System.Net.Sockets.AddressFamily family) => throw null; - public static System.Threading.Tasks.Task GetHostAddressesAsync(string hostNameOrAddress) => throw null; - public static System.Threading.Tasks.Task GetHostAddressesAsync(string hostNameOrAddress, System.Net.Sockets.AddressFamily family, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task GetHostAddressesAsync(string hostNameOrAddress, System.Threading.CancellationToken cancellationToken) => throw null; - public static System.Net.IPHostEntry GetHostByAddress(System.Net.IPAddress address) => throw null; - public static System.Net.IPHostEntry GetHostByAddress(string address) => throw null; - public static System.Net.IPHostEntry GetHostByName(string hostName) => throw null; - public static System.Net.IPHostEntry GetHostEntry(System.Net.IPAddress address) => throw null; - public static System.Net.IPHostEntry GetHostEntry(string hostNameOrAddress) => throw null; - public static System.Net.IPHostEntry GetHostEntry(string hostNameOrAddress, System.Net.Sockets.AddressFamily family) => throw null; - public static System.Threading.Tasks.Task GetHostEntryAsync(System.Net.IPAddress address) => throw null; - public static System.Threading.Tasks.Task GetHostEntryAsync(string hostNameOrAddress) => throw null; - public static System.Threading.Tasks.Task GetHostEntryAsync(string hostNameOrAddress, System.Net.Sockets.AddressFamily family, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task GetHostEntryAsync(string hostNameOrAddress, System.Threading.CancellationToken cancellationToken) => throw null; - public static string GetHostName() => throw null; - public static System.Net.IPHostEntry Resolve(string hostName) => throw null; - } - public class IPHostEntry - { - public System.Net.IPAddress[] AddressList { get => throw null; set { } } - public string[] Aliases { get => throw null; set { } } - public IPHostEntry() => throw null; - public string HostName { get => throw null; set { } } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.NetworkInformation.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.NetworkInformation.cs deleted file mode 100644 index 8df5f78a..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.NetworkInformation.cs +++ /dev/null @@ -1,477 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Net.NetworkInformation, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Net - { - namespace NetworkInformation - { - public enum DuplicateAddressDetectionState - { - Invalid = 0, - Tentative = 1, - Duplicate = 2, - Deprecated = 3, - Preferred = 4, - } - public abstract class GatewayIPAddressInformation - { - public abstract System.Net.IPAddress Address { get; } - protected GatewayIPAddressInformation() => throw null; - } - public class GatewayIPAddressInformationCollection : System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - public virtual void Add(System.Net.NetworkInformation.GatewayIPAddressInformation address) => throw null; - public virtual void Clear() => throw null; - public virtual bool Contains(System.Net.NetworkInformation.GatewayIPAddressInformation address) => throw null; - public virtual void CopyTo(System.Net.NetworkInformation.GatewayIPAddressInformation[] array, int offset) => throw null; - public virtual int Count { get => throw null; } - protected GatewayIPAddressInformationCollection() => throw null; - public virtual System.Collections.Generic.IEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public virtual bool IsReadOnly { get => throw null; } - public virtual bool Remove(System.Net.NetworkInformation.GatewayIPAddressInformation address) => throw null; - public virtual System.Net.NetworkInformation.GatewayIPAddressInformation this[int index] { get => throw null; } - } - public abstract class IcmpV4Statistics - { - public abstract long AddressMaskRepliesReceived { get; } - public abstract long AddressMaskRepliesSent { get; } - public abstract long AddressMaskRequestsReceived { get; } - public abstract long AddressMaskRequestsSent { get; } - protected IcmpV4Statistics() => throw null; - public abstract long DestinationUnreachableMessagesReceived { get; } - public abstract long DestinationUnreachableMessagesSent { get; } - public abstract long EchoRepliesReceived { get; } - public abstract long EchoRepliesSent { get; } - public abstract long EchoRequestsReceived { get; } - public abstract long EchoRequestsSent { get; } - public abstract long ErrorsReceived { get; } - public abstract long ErrorsSent { get; } - public abstract long MessagesReceived { get; } - public abstract long MessagesSent { get; } - public abstract long ParameterProblemsReceived { get; } - public abstract long ParameterProblemsSent { get; } - public abstract long RedirectsReceived { get; } - public abstract long RedirectsSent { get; } - public abstract long SourceQuenchesReceived { get; } - public abstract long SourceQuenchesSent { get; } - public abstract long TimeExceededMessagesReceived { get; } - public abstract long TimeExceededMessagesSent { get; } - public abstract long TimestampRepliesReceived { get; } - public abstract long TimestampRepliesSent { get; } - public abstract long TimestampRequestsReceived { get; } - public abstract long TimestampRequestsSent { get; } - } - public abstract class IcmpV6Statistics - { - protected IcmpV6Statistics() => throw null; - public abstract long DestinationUnreachableMessagesReceived { get; } - public abstract long DestinationUnreachableMessagesSent { get; } - public abstract long EchoRepliesReceived { get; } - public abstract long EchoRepliesSent { get; } - public abstract long EchoRequestsReceived { get; } - public abstract long EchoRequestsSent { get; } - public abstract long ErrorsReceived { get; } - public abstract long ErrorsSent { get; } - public abstract long MembershipQueriesReceived { get; } - public abstract long MembershipQueriesSent { get; } - public abstract long MembershipReductionsReceived { get; } - public abstract long MembershipReductionsSent { get; } - public abstract long MembershipReportsReceived { get; } - public abstract long MembershipReportsSent { get; } - public abstract long MessagesReceived { get; } - public abstract long MessagesSent { get; } - public abstract long NeighborAdvertisementsReceived { get; } - public abstract long NeighborAdvertisementsSent { get; } - public abstract long NeighborSolicitsReceived { get; } - public abstract long NeighborSolicitsSent { get; } - public abstract long PacketTooBigMessagesReceived { get; } - public abstract long PacketTooBigMessagesSent { get; } - public abstract long ParameterProblemsReceived { get; } - public abstract long ParameterProblemsSent { get; } - public abstract long RedirectsReceived { get; } - public abstract long RedirectsSent { get; } - public abstract long RouterAdvertisementsReceived { get; } - public abstract long RouterAdvertisementsSent { get; } - public abstract long RouterSolicitsReceived { get; } - public abstract long RouterSolicitsSent { get; } - public abstract long TimeExceededMessagesReceived { get; } - public abstract long TimeExceededMessagesSent { get; } - } - public abstract class IPAddressInformation - { - public abstract System.Net.IPAddress Address { get; } - protected IPAddressInformation() => throw null; - public abstract bool IsDnsEligible { get; } - public abstract bool IsTransient { get; } - } - public class IPAddressInformationCollection : System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - public virtual void Add(System.Net.NetworkInformation.IPAddressInformation address) => throw null; - public virtual void Clear() => throw null; - public virtual bool Contains(System.Net.NetworkInformation.IPAddressInformation address) => throw null; - public virtual void CopyTo(System.Net.NetworkInformation.IPAddressInformation[] array, int offset) => throw null; - public virtual int Count { get => throw null; } - public virtual System.Collections.Generic.IEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public virtual bool IsReadOnly { get => throw null; } - public virtual bool Remove(System.Net.NetworkInformation.IPAddressInformation address) => throw null; - public virtual System.Net.NetworkInformation.IPAddressInformation this[int index] { get => throw null; } - } - public abstract class IPGlobalProperties - { - public virtual System.IAsyncResult BeginGetUnicastAddresses(System.AsyncCallback callback, object state) => throw null; - protected IPGlobalProperties() => throw null; - public abstract string DhcpScopeName { get; } - public abstract string DomainName { get; } - public virtual System.Net.NetworkInformation.UnicastIPAddressInformationCollection EndGetUnicastAddresses(System.IAsyncResult asyncResult) => throw null; - public abstract System.Net.NetworkInformation.TcpConnectionInformation[] GetActiveTcpConnections(); - public abstract System.Net.IPEndPoint[] GetActiveTcpListeners(); - public abstract System.Net.IPEndPoint[] GetActiveUdpListeners(); - public abstract System.Net.NetworkInformation.IcmpV4Statistics GetIcmpV4Statistics(); - public abstract System.Net.NetworkInformation.IcmpV6Statistics GetIcmpV6Statistics(); - public static System.Net.NetworkInformation.IPGlobalProperties GetIPGlobalProperties() => throw null; - public abstract System.Net.NetworkInformation.IPGlobalStatistics GetIPv4GlobalStatistics(); - public abstract System.Net.NetworkInformation.IPGlobalStatistics GetIPv6GlobalStatistics(); - public abstract System.Net.NetworkInformation.TcpStatistics GetTcpIPv4Statistics(); - public abstract System.Net.NetworkInformation.TcpStatistics GetTcpIPv6Statistics(); - public abstract System.Net.NetworkInformation.UdpStatistics GetUdpIPv4Statistics(); - public abstract System.Net.NetworkInformation.UdpStatistics GetUdpIPv6Statistics(); - public virtual System.Net.NetworkInformation.UnicastIPAddressInformationCollection GetUnicastAddresses() => throw null; - public virtual System.Threading.Tasks.Task GetUnicastAddressesAsync() => throw null; - public abstract string HostName { get; } - public abstract bool IsWinsProxy { get; } - public abstract System.Net.NetworkInformation.NetBiosNodeType NodeType { get; } - } - public abstract class IPGlobalStatistics - { - protected IPGlobalStatistics() => throw null; - public abstract int DefaultTtl { get; } - public abstract bool ForwardingEnabled { get; } - public abstract int NumberOfInterfaces { get; } - public abstract int NumberOfIPAddresses { get; } - public abstract int NumberOfRoutes { get; } - public abstract long OutputPacketRequests { get; } - public abstract long OutputPacketRoutingDiscards { get; } - public abstract long OutputPacketsDiscarded { get; } - public abstract long OutputPacketsWithNoRoute { get; } - public abstract long PacketFragmentFailures { get; } - public abstract long PacketReassembliesRequired { get; } - public abstract long PacketReassemblyFailures { get; } - public abstract long PacketReassemblyTimeout { get; } - public abstract long PacketsFragmented { get; } - public abstract long PacketsReassembled { get; } - public abstract long ReceivedPackets { get; } - public abstract long ReceivedPacketsDelivered { get; } - public abstract long ReceivedPacketsDiscarded { get; } - public abstract long ReceivedPacketsForwarded { get; } - public abstract long ReceivedPacketsWithAddressErrors { get; } - public abstract long ReceivedPacketsWithHeadersErrors { get; } - public abstract long ReceivedPacketsWithUnknownProtocol { get; } - } - public abstract class IPInterfaceProperties - { - public abstract System.Net.NetworkInformation.IPAddressInformationCollection AnycastAddresses { get; } - protected IPInterfaceProperties() => throw null; - public abstract System.Net.NetworkInformation.IPAddressCollection DhcpServerAddresses { get; } - public abstract System.Net.NetworkInformation.IPAddressCollection DnsAddresses { get; } - public abstract string DnsSuffix { get; } - public abstract System.Net.NetworkInformation.GatewayIPAddressInformationCollection GatewayAddresses { get; } - public abstract System.Net.NetworkInformation.IPv4InterfaceProperties GetIPv4Properties(); - public abstract System.Net.NetworkInformation.IPv6InterfaceProperties GetIPv6Properties(); - public abstract bool IsDnsEnabled { get; } - public abstract bool IsDynamicDnsEnabled { get; } - public abstract System.Net.NetworkInformation.MulticastIPAddressInformationCollection MulticastAddresses { get; } - public abstract System.Net.NetworkInformation.UnicastIPAddressInformationCollection UnicastAddresses { get; } - public abstract System.Net.NetworkInformation.IPAddressCollection WinsServersAddresses { get; } - } - public abstract class IPInterfaceStatistics - { - public abstract long BytesReceived { get; } - public abstract long BytesSent { get; } - protected IPInterfaceStatistics() => throw null; - public abstract long IncomingPacketsDiscarded { get; } - public abstract long IncomingPacketsWithErrors { get; } - public abstract long IncomingUnknownProtocolPackets { get; } - public abstract long NonUnicastPacketsReceived { get; } - public abstract long NonUnicastPacketsSent { get; } - public abstract long OutgoingPacketsDiscarded { get; } - public abstract long OutgoingPacketsWithErrors { get; } - public abstract long OutputQueueLength { get; } - public abstract long UnicastPacketsReceived { get; } - public abstract long UnicastPacketsSent { get; } - } - public abstract class IPv4InterfaceProperties - { - protected IPv4InterfaceProperties() => throw null; - public abstract int Index { get; } - public abstract bool IsAutomaticPrivateAddressingActive { get; } - public abstract bool IsAutomaticPrivateAddressingEnabled { get; } - public abstract bool IsDhcpEnabled { get; } - public abstract bool IsForwardingEnabled { get; } - public abstract int Mtu { get; } - public abstract bool UsesWins { get; } - } - public abstract class IPv4InterfaceStatistics - { - public abstract long BytesReceived { get; } - public abstract long BytesSent { get; } - protected IPv4InterfaceStatistics() => throw null; - public abstract long IncomingPacketsDiscarded { get; } - public abstract long IncomingPacketsWithErrors { get; } - public abstract long IncomingUnknownProtocolPackets { get; } - public abstract long NonUnicastPacketsReceived { get; } - public abstract long NonUnicastPacketsSent { get; } - public abstract long OutgoingPacketsDiscarded { get; } - public abstract long OutgoingPacketsWithErrors { get; } - public abstract long OutputQueueLength { get; } - public abstract long UnicastPacketsReceived { get; } - public abstract long UnicastPacketsSent { get; } - } - public abstract class IPv6InterfaceProperties - { - protected IPv6InterfaceProperties() => throw null; - public virtual long GetScopeId(System.Net.NetworkInformation.ScopeLevel scopeLevel) => throw null; - public abstract int Index { get; } - public abstract int Mtu { get; } - } - public abstract class MulticastIPAddressInformation : System.Net.NetworkInformation.IPAddressInformation - { - public abstract long AddressPreferredLifetime { get; } - public abstract long AddressValidLifetime { get; } - protected MulticastIPAddressInformation() => throw null; - public abstract long DhcpLeaseLifetime { get; } - public abstract System.Net.NetworkInformation.DuplicateAddressDetectionState DuplicateAddressDetectionState { get; } - public abstract System.Net.NetworkInformation.PrefixOrigin PrefixOrigin { get; } - public abstract System.Net.NetworkInformation.SuffixOrigin SuffixOrigin { get; } - } - public class MulticastIPAddressInformationCollection : System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - public virtual void Add(System.Net.NetworkInformation.MulticastIPAddressInformation address) => throw null; - public virtual void Clear() => throw null; - public virtual bool Contains(System.Net.NetworkInformation.MulticastIPAddressInformation address) => throw null; - public virtual void CopyTo(System.Net.NetworkInformation.MulticastIPAddressInformation[] array, int offset) => throw null; - public virtual int Count { get => throw null; } - protected MulticastIPAddressInformationCollection() => throw null; - public virtual System.Collections.Generic.IEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public virtual bool IsReadOnly { get => throw null; } - public virtual bool Remove(System.Net.NetworkInformation.MulticastIPAddressInformation address) => throw null; - public virtual System.Net.NetworkInformation.MulticastIPAddressInformation this[int index] { get => throw null; } - } - public enum NetBiosNodeType - { - Unknown = 0, - Broadcast = 1, - Peer2Peer = 2, - Mixed = 4, - Hybrid = 8, - } - public delegate void NetworkAddressChangedEventHandler(object sender, System.EventArgs e); - public delegate void NetworkAvailabilityChangedEventHandler(object sender, System.Net.NetworkInformation.NetworkAvailabilityEventArgs e); - public class NetworkAvailabilityEventArgs : System.EventArgs - { - public bool IsAvailable { get => throw null; } - } - public class NetworkChange - { - public NetworkChange() => throw null; - public static event System.Net.NetworkInformation.NetworkAddressChangedEventHandler NetworkAddressChanged; - public static event System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler NetworkAvailabilityChanged; - public static void RegisterNetworkChange(System.Net.NetworkInformation.NetworkChange nc) => throw null; - } - public class NetworkInformationException : System.ComponentModel.Win32Exception - { - public NetworkInformationException() => throw null; - public NetworkInformationException(int errorCode) => throw null; - protected NetworkInformationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public override int ErrorCode { get => throw null; } - } - public abstract class NetworkInterface - { - protected NetworkInterface() => throw null; - public virtual string Description { get => throw null; } - public static System.Net.NetworkInformation.NetworkInterface[] GetAllNetworkInterfaces() => throw null; - public virtual System.Net.NetworkInformation.IPInterfaceProperties GetIPProperties() => throw null; - public virtual System.Net.NetworkInformation.IPInterfaceStatistics GetIPStatistics() => throw null; - public virtual System.Net.NetworkInformation.IPv4InterfaceStatistics GetIPv4Statistics() => throw null; - public static bool GetIsNetworkAvailable() => throw null; - public virtual System.Net.NetworkInformation.PhysicalAddress GetPhysicalAddress() => throw null; - public virtual string Id { get => throw null; } - public static int IPv6LoopbackInterfaceIndex { get => throw null; } - public virtual bool IsReceiveOnly { get => throw null; } - public static int LoopbackInterfaceIndex { get => throw null; } - public virtual string Name { get => throw null; } - public virtual System.Net.NetworkInformation.NetworkInterfaceType NetworkInterfaceType { get => throw null; } - public virtual System.Net.NetworkInformation.OperationalStatus OperationalStatus { get => throw null; } - public virtual long Speed { get => throw null; } - public virtual bool Supports(System.Net.NetworkInformation.NetworkInterfaceComponent networkInterfaceComponent) => throw null; - public virtual bool SupportsMulticast { get => throw null; } - } - public enum NetworkInterfaceComponent - { - IPv4 = 0, - IPv6 = 1, - } - public enum NetworkInterfaceType - { - Unknown = 1, - Ethernet = 6, - TokenRing = 9, - Fddi = 15, - BasicIsdn = 20, - PrimaryIsdn = 21, - Ppp = 23, - Loopback = 24, - Ethernet3Megabit = 26, - Slip = 28, - Atm = 37, - GenericModem = 48, - FastEthernetT = 62, - Isdn = 63, - FastEthernetFx = 69, - Wireless80211 = 71, - AsymmetricDsl = 94, - RateAdaptDsl = 95, - SymmetricDsl = 96, - VeryHighSpeedDsl = 97, - IPOverAtm = 114, - GigabitEthernet = 117, - Tunnel = 131, - MultiRateSymmetricDsl = 143, - HighPerformanceSerialBus = 144, - Wman = 237, - Wwanpp = 243, - Wwanpp2 = 244, - } - public enum OperationalStatus - { - Up = 1, - Down = 2, - Testing = 3, - Unknown = 4, - Dormant = 5, - NotPresent = 6, - LowerLayerDown = 7, - } - public class PhysicalAddress - { - public PhysicalAddress(byte[] address) => throw null; - public override bool Equals(object comparand) => throw null; - public byte[] GetAddressBytes() => throw null; - public override int GetHashCode() => throw null; - public static readonly System.Net.NetworkInformation.PhysicalAddress None; - public static System.Net.NetworkInformation.PhysicalAddress Parse(System.ReadOnlySpan address) => throw null; - public static System.Net.NetworkInformation.PhysicalAddress Parse(string address) => throw null; - public override string ToString() => throw null; - public static bool TryParse(System.ReadOnlySpan address, out System.Net.NetworkInformation.PhysicalAddress value) => throw null; - public static bool TryParse(string address, out System.Net.NetworkInformation.PhysicalAddress value) => throw null; - } - public enum PrefixOrigin - { - Other = 0, - Manual = 1, - WellKnown = 2, - Dhcp = 3, - RouterAdvertisement = 4, - } - public enum ScopeLevel - { - None = 0, - Interface = 1, - Link = 2, - Subnet = 3, - Admin = 4, - Site = 5, - Organization = 8, - Global = 14, - } - public enum SuffixOrigin - { - Other = 0, - Manual = 1, - WellKnown = 2, - OriginDhcp = 3, - LinkLayerAddress = 4, - Random = 5, - } - public abstract class TcpConnectionInformation - { - protected TcpConnectionInformation() => throw null; - public abstract System.Net.IPEndPoint LocalEndPoint { get; } - public abstract System.Net.IPEndPoint RemoteEndPoint { get; } - public abstract System.Net.NetworkInformation.TcpState State { get; } - } - public enum TcpState - { - Unknown = 0, - Closed = 1, - Listen = 2, - SynSent = 3, - SynReceived = 4, - Established = 5, - FinWait1 = 6, - FinWait2 = 7, - CloseWait = 8, - Closing = 9, - LastAck = 10, - TimeWait = 11, - DeleteTcb = 12, - } - public abstract class TcpStatistics - { - public abstract long ConnectionsAccepted { get; } - public abstract long ConnectionsInitiated { get; } - protected TcpStatistics() => throw null; - public abstract long CumulativeConnections { get; } - public abstract long CurrentConnections { get; } - public abstract long ErrorsReceived { get; } - public abstract long FailedConnectionAttempts { get; } - public abstract long MaximumConnections { get; } - public abstract long MaximumTransmissionTimeout { get; } - public abstract long MinimumTransmissionTimeout { get; } - public abstract long ResetConnections { get; } - public abstract long ResetsSent { get; } - public abstract long SegmentsReceived { get; } - public abstract long SegmentsResent { get; } - public abstract long SegmentsSent { get; } - } - public abstract class UdpStatistics - { - protected UdpStatistics() => throw null; - public abstract long DatagramsReceived { get; } - public abstract long DatagramsSent { get; } - public abstract long IncomingDatagramsDiscarded { get; } - public abstract long IncomingDatagramsWithErrors { get; } - public abstract int UdpListeners { get; } - } - public abstract class UnicastIPAddressInformation : System.Net.NetworkInformation.IPAddressInformation - { - public abstract long AddressPreferredLifetime { get; } - public abstract long AddressValidLifetime { get; } - protected UnicastIPAddressInformation() => throw null; - public abstract long DhcpLeaseLifetime { get; } - public abstract System.Net.NetworkInformation.DuplicateAddressDetectionState DuplicateAddressDetectionState { get; } - public abstract System.Net.IPAddress IPv4Mask { get; } - public virtual int PrefixLength { get => throw null; } - public abstract System.Net.NetworkInformation.PrefixOrigin PrefixOrigin { get; } - public abstract System.Net.NetworkInformation.SuffixOrigin SuffixOrigin { get; } - } - public class UnicastIPAddressInformationCollection : System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - public virtual void Add(System.Net.NetworkInformation.UnicastIPAddressInformation address) => throw null; - public virtual void Clear() => throw null; - public virtual bool Contains(System.Net.NetworkInformation.UnicastIPAddressInformation address) => throw null; - public virtual void CopyTo(System.Net.NetworkInformation.UnicastIPAddressInformation[] array, int offset) => throw null; - public virtual int Count { get => throw null; } - protected UnicastIPAddressInformationCollection() => throw null; - public virtual System.Collections.Generic.IEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public virtual bool IsReadOnly { get => throw null; } - public virtual bool Remove(System.Net.NetworkInformation.UnicastIPAddressInformation address) => throw null; - public virtual System.Net.NetworkInformation.UnicastIPAddressInformation this[int index] { get => throw null; } - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Ping.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Ping.cs deleted file mode 100644 index 7d33e849..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Ping.cs +++ /dev/null @@ -1,101 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Net.Ping, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Net - { - namespace NetworkInformation - { - public enum IPStatus - { - Unknown = -1, - Success = 0, - DestinationNetworkUnreachable = 11002, - DestinationHostUnreachable = 11003, - DestinationProhibited = 11004, - DestinationProtocolUnreachable = 11004, - DestinationPortUnreachable = 11005, - NoResources = 11006, - BadOption = 11007, - HardwareError = 11008, - PacketTooBig = 11009, - TimedOut = 11010, - BadRoute = 11012, - TtlExpired = 11013, - TtlReassemblyTimeExceeded = 11014, - ParameterProblem = 11015, - SourceQuench = 11016, - BadDestination = 11018, - DestinationUnreachable = 11040, - TimeExceeded = 11041, - BadHeader = 11042, - UnrecognizedNextHeader = 11043, - IcmpError = 11044, - DestinationScopeMismatch = 11045, - } - public class Ping : System.ComponentModel.Component - { - public Ping() => throw null; - protected override void Dispose(bool disposing) => throw null; - protected void OnPingCompleted(System.Net.NetworkInformation.PingCompletedEventArgs e) => throw null; - public event System.Net.NetworkInformation.PingCompletedEventHandler PingCompleted; - public System.Net.NetworkInformation.PingReply Send(System.Net.IPAddress address) => throw null; - public System.Net.NetworkInformation.PingReply Send(System.Net.IPAddress address, int timeout) => throw null; - public System.Net.NetworkInformation.PingReply Send(System.Net.IPAddress address, int timeout, byte[] buffer) => throw null; - public System.Net.NetworkInformation.PingReply Send(System.Net.IPAddress address, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options) => throw null; - public System.Net.NetworkInformation.PingReply Send(string hostNameOrAddress) => throw null; - public System.Net.NetworkInformation.PingReply Send(string hostNameOrAddress, int timeout) => throw null; - public System.Net.NetworkInformation.PingReply Send(string hostNameOrAddress, int timeout, byte[] buffer) => throw null; - public System.Net.NetworkInformation.PingReply Send(string hostNameOrAddress, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options) => throw null; - public System.Net.NetworkInformation.PingReply Send(System.Net.IPAddress address, System.TimeSpan timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options) => throw null; - public System.Net.NetworkInformation.PingReply Send(string hostNameOrAddress, System.TimeSpan timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options) => throw null; - public void SendAsync(System.Net.IPAddress address, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options, object userToken) => throw null; - public void SendAsync(System.Net.IPAddress address, int timeout, byte[] buffer, object userToken) => throw null; - public void SendAsync(System.Net.IPAddress address, int timeout, object userToken) => throw null; - public void SendAsync(System.Net.IPAddress address, object userToken) => throw null; - public void SendAsync(string hostNameOrAddress, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options, object userToken) => throw null; - public void SendAsync(string hostNameOrAddress, int timeout, byte[] buffer, object userToken) => throw null; - public void SendAsync(string hostNameOrAddress, int timeout, object userToken) => throw null; - public void SendAsync(string hostNameOrAddress, object userToken) => throw null; - public void SendAsyncCancel() => throw null; - public System.Threading.Tasks.Task SendPingAsync(System.Net.IPAddress address) => throw null; - public System.Threading.Tasks.Task SendPingAsync(System.Net.IPAddress address, int timeout) => throw null; - public System.Threading.Tasks.Task SendPingAsync(System.Net.IPAddress address, int timeout, byte[] buffer) => throw null; - public System.Threading.Tasks.Task SendPingAsync(System.Net.IPAddress address, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options) => throw null; - public System.Threading.Tasks.Task SendPingAsync(System.Net.IPAddress address, System.TimeSpan timeout, byte[] buffer = default(byte[]), System.Net.NetworkInformation.PingOptions options = default(System.Net.NetworkInformation.PingOptions), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public System.Threading.Tasks.Task SendPingAsync(string hostNameOrAddress) => throw null; - public System.Threading.Tasks.Task SendPingAsync(string hostNameOrAddress, int timeout) => throw null; - public System.Threading.Tasks.Task SendPingAsync(string hostNameOrAddress, int timeout, byte[] buffer) => throw null; - public System.Threading.Tasks.Task SendPingAsync(string hostNameOrAddress, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options) => throw null; - public System.Threading.Tasks.Task SendPingAsync(string hostNameOrAddress, System.TimeSpan timeout, byte[] buffer = default(byte[]), System.Net.NetworkInformation.PingOptions options = default(System.Net.NetworkInformation.PingOptions), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - } - public class PingCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs - { - public System.Net.NetworkInformation.PingReply Reply { get => throw null; } - internal PingCompletedEventArgs() : base(default(System.Exception), default(bool), default(object)) { } - } - public delegate void PingCompletedEventHandler(object sender, System.Net.NetworkInformation.PingCompletedEventArgs e); - public class PingException : System.InvalidOperationException - { - protected PingException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public PingException(string message) => throw null; - public PingException(string message, System.Exception innerException) => throw null; - } - public class PingOptions - { - public PingOptions() => throw null; - public PingOptions(int ttl, bool dontFragment) => throw null; - public bool DontFragment { get => throw null; set { } } - public int Ttl { get => throw null; set { } } - } - public class PingReply - { - public System.Net.IPAddress Address { get => throw null; } - public byte[] Buffer { get => throw null; } - public System.Net.NetworkInformation.PingOptions Options { get => throw null; } - public long RoundtripTime { get => throw null; } - public System.Net.NetworkInformation.IPStatus Status { get => throw null; } - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Primitives.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Primitives.cs deleted file mode 100644 index 1ad624c5..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Primitives.cs +++ /dev/null @@ -1,566 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Net.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Net - { - [System.Flags] - public enum AuthenticationSchemes - { - None = 0, - Digest = 1, - Negotiate = 2, - Ntlm = 4, - IntegratedWindowsAuthentication = 6, - Basic = 8, - Anonymous = 32768, - } - namespace Cache - { - public enum RequestCacheLevel - { - Default = 0, - BypassCache = 1, - CacheOnly = 2, - CacheIfAvailable = 3, - Revalidate = 4, - Reload = 5, - NoCacheNoStore = 6, - } - public class RequestCachePolicy - { - public RequestCachePolicy() => throw null; - public RequestCachePolicy(System.Net.Cache.RequestCacheLevel level) => throw null; - public System.Net.Cache.RequestCacheLevel Level { get => throw null; } - public override string ToString() => throw null; - } - } - public sealed class Cookie - { - public string Comment { get => throw null; set { } } - public System.Uri CommentUri { get => throw null; set { } } - public Cookie() => throw null; - public Cookie(string name, string value) => throw null; - public Cookie(string name, string value, string path) => throw null; - public Cookie(string name, string value, string path, string domain) => throw null; - public bool Discard { get => throw null; set { } } - public string Domain { get => throw null; set { } } - public override bool Equals(object comparand) => throw null; - public bool Expired { get => throw null; set { } } - public System.DateTime Expires { get => throw null; set { } } - public override int GetHashCode() => throw null; - public bool HttpOnly { get => throw null; set { } } - public string Name { get => throw null; set { } } - public string Path { get => throw null; set { } } - public string Port { get => throw null; set { } } - public bool Secure { get => throw null; set { } } - public System.DateTime TimeStamp { get => throw null; } - public override string ToString() => throw null; - public string Value { get => throw null; set { } } - public int Version { get => throw null; set { } } - } - public class CookieCollection : System.Collections.Generic.ICollection, System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - public void Add(System.Net.Cookie cookie) => throw null; - public void Add(System.Net.CookieCollection cookies) => throw null; - public void Clear() => throw null; - public bool Contains(System.Net.Cookie cookie) => throw null; - public void CopyTo(System.Array array, int index) => throw null; - public void CopyTo(System.Net.Cookie[] array, int index) => throw null; - public int Count { get => throw null; } - public CookieCollection() => throw null; - public System.Collections.IEnumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - public bool IsReadOnly { get => throw null; } - public bool IsSynchronized { get => throw null; } - public bool Remove(System.Net.Cookie cookie) => throw null; - public object SyncRoot { get => throw null; } - public System.Net.Cookie this[int index] { get => throw null; } - public System.Net.Cookie this[string name] { get => throw null; } - } - public class CookieContainer - { - public void Add(System.Net.Cookie cookie) => throw null; - public void Add(System.Net.CookieCollection cookies) => throw null; - public void Add(System.Uri uri, System.Net.Cookie cookie) => throw null; - public void Add(System.Uri uri, System.Net.CookieCollection cookies) => throw null; - public int Capacity { get => throw null; set { } } - public int Count { get => throw null; } - public CookieContainer() => throw null; - public CookieContainer(int capacity) => throw null; - public CookieContainer(int capacity, int perDomainCapacity, int maxCookieSize) => throw null; - public const int DefaultCookieLengthLimit = 4096; - public const int DefaultCookieLimit = 300; - public const int DefaultPerDomainCookieLimit = 20; - public System.Net.CookieCollection GetAllCookies() => throw null; - public string GetCookieHeader(System.Uri uri) => throw null; - public System.Net.CookieCollection GetCookies(System.Uri uri) => throw null; - public int MaxCookieSize { get => throw null; set { } } - public int PerDomainCapacity { get => throw null; set { } } - public void SetCookies(System.Uri uri, string cookieHeader) => throw null; - } - public class CookieException : System.FormatException, System.Runtime.Serialization.ISerializable - { - public CookieException() => throw null; - protected CookieException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - } - public class CredentialCache : System.Net.ICredentials, System.Net.ICredentialsByHost, System.Collections.IEnumerable - { - public void Add(string host, int port, string authenticationType, System.Net.NetworkCredential credential) => throw null; - public void Add(System.Uri uriPrefix, string authType, System.Net.NetworkCredential cred) => throw null; - public CredentialCache() => throw null; - public static System.Net.ICredentials DefaultCredentials { get => throw null; } - public static System.Net.NetworkCredential DefaultNetworkCredentials { get => throw null; } - public System.Net.NetworkCredential GetCredential(string host, int port, string authenticationType) => throw null; - public System.Net.NetworkCredential GetCredential(System.Uri uriPrefix, string authType) => throw null; - public System.Collections.IEnumerator GetEnumerator() => throw null; - public void Remove(string host, int port, string authenticationType) => throw null; - public void Remove(System.Uri uriPrefix, string authType) => throw null; - } - [System.Flags] - public enum DecompressionMethods - { - All = -1, - None = 0, - GZip = 1, - Deflate = 2, - Brotli = 4, - } - public class DnsEndPoint : System.Net.EndPoint - { - public override System.Net.Sockets.AddressFamily AddressFamily { get => throw null; } - public DnsEndPoint(string host, int port) => throw null; - public DnsEndPoint(string host, int port, System.Net.Sockets.AddressFamily addressFamily) => throw null; - public override bool Equals(object comparand) => throw null; - public override int GetHashCode() => throw null; - public string Host { get => throw null; } - public int Port { get => throw null; } - public override string ToString() => throw null; - } - public abstract class EndPoint - { - public virtual System.Net.Sockets.AddressFamily AddressFamily { get => throw null; } - public virtual System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) => throw null; - protected EndPoint() => throw null; - public virtual System.Net.SocketAddress Serialize() => throw null; - } - public enum HttpStatusCode - { - Continue = 100, - SwitchingProtocols = 101, - Processing = 102, - EarlyHints = 103, - OK = 200, - Created = 201, - Accepted = 202, - NonAuthoritativeInformation = 203, - NoContent = 204, - ResetContent = 205, - PartialContent = 206, - MultiStatus = 207, - AlreadyReported = 208, - IMUsed = 226, - Ambiguous = 300, - MultipleChoices = 300, - Moved = 301, - MovedPermanently = 301, - Found = 302, - Redirect = 302, - RedirectMethod = 303, - SeeOther = 303, - NotModified = 304, - UseProxy = 305, - Unused = 306, - RedirectKeepVerb = 307, - TemporaryRedirect = 307, - PermanentRedirect = 308, - BadRequest = 400, - Unauthorized = 401, - PaymentRequired = 402, - Forbidden = 403, - NotFound = 404, - MethodNotAllowed = 405, - NotAcceptable = 406, - ProxyAuthenticationRequired = 407, - RequestTimeout = 408, - Conflict = 409, - Gone = 410, - LengthRequired = 411, - PreconditionFailed = 412, - RequestEntityTooLarge = 413, - RequestUriTooLong = 414, - UnsupportedMediaType = 415, - RequestedRangeNotSatisfiable = 416, - ExpectationFailed = 417, - MisdirectedRequest = 421, - UnprocessableEntity = 422, - UnprocessableContent = 422, - Locked = 423, - FailedDependency = 424, - UpgradeRequired = 426, - PreconditionRequired = 428, - TooManyRequests = 429, - RequestHeaderFieldsTooLarge = 431, - UnavailableForLegalReasons = 451, - InternalServerError = 500, - NotImplemented = 501, - BadGateway = 502, - ServiceUnavailable = 503, - GatewayTimeout = 504, - HttpVersionNotSupported = 505, - VariantAlsoNegotiates = 506, - InsufficientStorage = 507, - LoopDetected = 508, - NotExtended = 510, - NetworkAuthenticationRequired = 511, - } - public static class HttpVersion - { - public static readonly System.Version Unknown; - public static readonly System.Version Version10; - public static readonly System.Version Version11; - public static readonly System.Version Version20; - public static readonly System.Version Version30; - } - public interface ICredentials - { - System.Net.NetworkCredential GetCredential(System.Uri uri, string authType); - } - public interface ICredentialsByHost - { - System.Net.NetworkCredential GetCredential(string host, int port, string authenticationType); - } - public class IPAddress : System.IFormattable, System.IParsable, System.ISpanFormattable, System.ISpanParsable, System.IUtf8SpanFormattable - { - public long Address { get => throw null; set { } } - public System.Net.Sockets.AddressFamily AddressFamily { get => throw null; } - public static readonly System.Net.IPAddress Any; - public static readonly System.Net.IPAddress Broadcast; - public IPAddress(byte[] address) => throw null; - public IPAddress(byte[] address, long scopeid) => throw null; - public IPAddress(long newAddress) => throw null; - public IPAddress(System.ReadOnlySpan address) => throw null; - public IPAddress(System.ReadOnlySpan address, long scopeid) => throw null; - public override bool Equals(object comparand) => throw null; - public byte[] GetAddressBytes() => throw null; - public override int GetHashCode() => throw null; - public static short HostToNetworkOrder(short host) => throw null; - public static int HostToNetworkOrder(int host) => throw null; - public static long HostToNetworkOrder(long host) => throw null; - public static readonly System.Net.IPAddress IPv6Any; - public static readonly System.Net.IPAddress IPv6Loopback; - public static readonly System.Net.IPAddress IPv6None; - public bool IsIPv4MappedToIPv6 { get => throw null; } - public bool IsIPv6LinkLocal { get => throw null; } - public bool IsIPv6Multicast { get => throw null; } - public bool IsIPv6SiteLocal { get => throw null; } - public bool IsIPv6Teredo { get => throw null; } - public bool IsIPv6UniqueLocal { get => throw null; } - public static bool IsLoopback(System.Net.IPAddress address) => throw null; - public static readonly System.Net.IPAddress Loopback; - public System.Net.IPAddress MapToIPv4() => throw null; - public System.Net.IPAddress MapToIPv6() => throw null; - public static short NetworkToHostOrder(short network) => throw null; - public static int NetworkToHostOrder(int network) => throw null; - public static long NetworkToHostOrder(long network) => throw null; - public static readonly System.Net.IPAddress None; - public static System.Net.IPAddress Parse(System.ReadOnlySpan ipSpan) => throw null; - public static System.Net.IPAddress Parse(string ipString) => throw null; - static System.Net.IPAddress System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - static System.Net.IPAddress System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; - public long ScopeId { get => throw null; set { } } - public override string ToString() => throw null; - string System.IFormattable.ToString(string format, System.IFormatProvider formatProvider) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten) => throw null; - public bool TryFormat(System.Span utf8Destination, out int bytesWritten) => throw null; - bool System.ISpanFormattable.TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format, System.IFormatProvider provider) => throw null; - bool System.IUtf8SpanFormattable.TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format, System.IFormatProvider provider) => throw null; - public static bool TryParse(System.ReadOnlySpan ipSpan, out System.Net.IPAddress address) => throw null; - public static bool TryParse(string ipString, out System.Net.IPAddress address) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out System.Net.IPAddress result) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out System.Net.IPAddress result) => throw null; - public bool TryWriteBytes(System.Span destination, out int bytesWritten) => throw null; - } - public class IPEndPoint : System.Net.EndPoint - { - public System.Net.IPAddress Address { get => throw null; set { } } - public override System.Net.Sockets.AddressFamily AddressFamily { get => throw null; } - public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) => throw null; - public IPEndPoint(long address, int port) => throw null; - public IPEndPoint(System.Net.IPAddress address, int port) => throw null; - public override bool Equals(object comparand) => throw null; - public override int GetHashCode() => throw null; - public const int MaxPort = 65535; - public const int MinPort = 0; - public static System.Net.IPEndPoint Parse(System.ReadOnlySpan s) => throw null; - public static System.Net.IPEndPoint Parse(string s) => throw null; - public int Port { get => throw null; set { } } - public override System.Net.SocketAddress Serialize() => throw null; - public override string ToString() => throw null; - public static bool TryParse(System.ReadOnlySpan s, out System.Net.IPEndPoint result) => throw null; - public static bool TryParse(string s, out System.Net.IPEndPoint result) => throw null; - } - public struct IPNetwork : System.IEquatable, System.IFormattable, System.IParsable, System.ISpanFormattable, System.ISpanParsable, System.IUtf8SpanFormattable - { - public System.Net.IPAddress BaseAddress { get => throw null; } - public bool Contains(System.Net.IPAddress address) => throw null; - public IPNetwork(System.Net.IPAddress baseAddress, int prefixLength) => throw null; - public bool Equals(System.Net.IPNetwork other) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public static bool operator ==(System.Net.IPNetwork left, System.Net.IPNetwork right) => throw null; - public static bool operator !=(System.Net.IPNetwork left, System.Net.IPNetwork right) => throw null; - public static System.Net.IPNetwork Parse(System.ReadOnlySpan s) => throw null; - public static System.Net.IPNetwork Parse(string s) => throw null; - static System.Net.IPNetwork System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; - static System.Net.IPNetwork System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - public int PrefixLength { get => throw null; } - string System.IFormattable.ToString(string format, System.IFormatProvider provider) => throw null; - public override string ToString() => throw null; - bool System.ISpanFormattable.TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format, System.IFormatProvider provider) => throw null; - bool System.IUtf8SpanFormattable.TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format, System.IFormatProvider provider) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten) => throw null; - public bool TryFormat(System.Span utf8Destination, out int bytesWritten) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out System.Net.IPNetwork result) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out System.Net.IPNetwork result) => throw null; - public static bool TryParse(System.ReadOnlySpan s, out System.Net.IPNetwork result) => throw null; - public static bool TryParse(string s, out System.Net.IPNetwork result) => throw null; - } - public interface IWebProxy - { - System.Net.ICredentials Credentials { get; set; } - System.Uri GetProxy(System.Uri destination); - bool IsBypassed(System.Uri host); - } - public class NetworkCredential : System.Net.ICredentials, System.Net.ICredentialsByHost - { - public NetworkCredential() => throw null; - public NetworkCredential(string userName, System.Security.SecureString password) => throw null; - public NetworkCredential(string userName, System.Security.SecureString password, string domain) => throw null; - public NetworkCredential(string userName, string password) => throw null; - public NetworkCredential(string userName, string password, string domain) => throw null; - public string Domain { get => throw null; set { } } - public System.Net.NetworkCredential GetCredential(string host, int port, string authenticationType) => throw null; - public System.Net.NetworkCredential GetCredential(System.Uri uri, string authenticationType) => throw null; - public string Password { get => throw null; set { } } - public System.Security.SecureString SecurePassword { get => throw null; set { } } - public string UserName { get => throw null; set { } } - } - namespace NetworkInformation - { - public class IPAddressCollection : System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - public virtual void Add(System.Net.IPAddress address) => throw null; - public virtual void Clear() => throw null; - public virtual bool Contains(System.Net.IPAddress address) => throw null; - public virtual void CopyTo(System.Net.IPAddress[] array, int offset) => throw null; - public virtual int Count { get => throw null; } - protected IPAddressCollection() => throw null; - public virtual System.Collections.Generic.IEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public virtual bool IsReadOnly { get => throw null; } - public virtual bool Remove(System.Net.IPAddress address) => throw null; - public virtual System.Net.IPAddress this[int index] { get => throw null; } - } - } - namespace Security - { - public enum AuthenticationLevel - { - None = 0, - MutualAuthRequested = 1, - MutualAuthRequired = 2, - } - [System.Flags] - public enum SslPolicyErrors - { - None = 0, - RemoteCertificateNotAvailable = 1, - RemoteCertificateNameMismatch = 2, - RemoteCertificateChainErrors = 4, - } - } - public class SocketAddress : System.IEquatable - { - public System.Memory Buffer { get => throw null; } - public SocketAddress(System.Net.Sockets.AddressFamily family) => throw null; - public SocketAddress(System.Net.Sockets.AddressFamily family, int size) => throw null; - public override bool Equals(object comparand) => throw null; - public bool Equals(System.Net.SocketAddress comparand) => throw null; - public System.Net.Sockets.AddressFamily Family { get => throw null; } - public override int GetHashCode() => throw null; - public static int GetMaximumAddressSize(System.Net.Sockets.AddressFamily addressFamily) => throw null; - public int Size { get => throw null; set { } } - public byte this[int offset] { get => throw null; set { } } - public override string ToString() => throw null; - } - namespace Sockets - { - public enum AddressFamily - { - Unknown = -1, - Unspecified = 0, - Unix = 1, - InterNetwork = 2, - ImpLink = 3, - Pup = 4, - Chaos = 5, - Ipx = 6, - NS = 6, - Iso = 7, - Osi = 7, - Ecma = 8, - DataKit = 9, - Ccitt = 10, - Sna = 11, - DecNet = 12, - DataLink = 13, - Lat = 14, - HyperChannel = 15, - AppleTalk = 16, - NetBios = 17, - VoiceView = 18, - FireFox = 19, - Banyan = 21, - Atm = 22, - InterNetworkV6 = 23, - Cluster = 24, - Ieee12844 = 25, - Irda = 26, - NetworkDesigners = 28, - Max = 29, - Packet = 65536, - ControllerAreaNetwork = 65537, - } - public enum SocketError - { - SocketError = -1, - Success = 0, - OperationAborted = 995, - IOPending = 997, - Interrupted = 10004, - AccessDenied = 10013, - Fault = 10014, - InvalidArgument = 10022, - TooManyOpenSockets = 10024, - WouldBlock = 10035, - InProgress = 10036, - AlreadyInProgress = 10037, - NotSocket = 10038, - DestinationAddressRequired = 10039, - MessageSize = 10040, - ProtocolType = 10041, - ProtocolOption = 10042, - ProtocolNotSupported = 10043, - SocketNotSupported = 10044, - OperationNotSupported = 10045, - ProtocolFamilyNotSupported = 10046, - AddressFamilyNotSupported = 10047, - AddressAlreadyInUse = 10048, - AddressNotAvailable = 10049, - NetworkDown = 10050, - NetworkUnreachable = 10051, - NetworkReset = 10052, - ConnectionAborted = 10053, - ConnectionReset = 10054, - NoBufferSpaceAvailable = 10055, - IsConnected = 10056, - NotConnected = 10057, - Shutdown = 10058, - TimedOut = 10060, - ConnectionRefused = 10061, - HostDown = 10064, - HostUnreachable = 10065, - ProcessLimit = 10067, - SystemNotReady = 10091, - VersionNotSupported = 10092, - NotInitialized = 10093, - Disconnecting = 10101, - TypeNotFound = 10109, - HostNotFound = 11001, - TryAgain = 11002, - NoRecovery = 11003, - NoData = 11004, - } - public class SocketException : System.ComponentModel.Win32Exception - { - public SocketException() => throw null; - public SocketException(int errorCode) => throw null; - public SocketException(int errorCode, string message) => throw null; - protected SocketException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public override int ErrorCode { get => throw null; } - public override string Message { get => throw null; } - public System.Net.Sockets.SocketError SocketErrorCode { get => throw null; } - } - } - public abstract class TransportContext - { - protected TransportContext() => throw null; - public abstract System.Security.Authentication.ExtendedProtection.ChannelBinding GetChannelBinding(System.Security.Authentication.ExtendedProtection.ChannelBindingKind kind); - } - } - namespace Security - { - namespace Authentication - { - public enum CipherAlgorithmType - { - None = 0, - Null = 24576, - Des = 26113, - Rc2 = 26114, - TripleDes = 26115, - Aes128 = 26126, - Aes192 = 26127, - Aes256 = 26128, - Aes = 26129, - Rc4 = 26625, - } - public enum ExchangeAlgorithmType - { - None = 0, - RsaSign = 9216, - RsaKeyX = 41984, - DiffieHellman = 43522, - } - namespace ExtendedProtection - { - public abstract class ChannelBinding : Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid - { - protected ChannelBinding() : base(default(bool)) => throw null; - protected ChannelBinding(bool ownsHandle) : base(default(bool)) => throw null; - public abstract int Size { get; } - } - public enum ChannelBindingKind - { - Unknown = 0, - Unique = 25, - Endpoint = 26, - } - } - public enum HashAlgorithmType - { - None = 0, - Md5 = 32771, - Sha1 = 32772, - Sha256 = 32780, - Sha384 = 32781, - Sha512 = 32782, - } - [System.Flags] - public enum SslProtocols - { - None = 0, - Ssl2 = 12, - Ssl3 = 48, - Tls = 192, - Default = 240, - Tls11 = 768, - Tls12 = 3072, - Tls13 = 12288, - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Quic.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Quic.cs deleted file mode 100644 index 08ce2c67..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Quic.cs +++ /dev/null @@ -1,136 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Net.Quic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Net - { - namespace Quic - { - [System.Flags] - public enum QuicAbortDirection - { - Read = 1, - Write = 2, - Both = 3, - } - public sealed class QuicClientConnectionOptions : System.Net.Quic.QuicConnectionOptions - { - public System.Net.Security.SslClientAuthenticationOptions ClientAuthenticationOptions { get => throw null; set { } } - public QuicClientConnectionOptions() => throw null; - public System.Net.IPEndPoint LocalEndPoint { get => throw null; set { } } - public System.Net.EndPoint RemoteEndPoint { get => throw null; set { } } - } - public sealed class QuicConnection : System.IAsyncDisposable - { - public System.Threading.Tasks.ValueTask AcceptInboundStreamAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public System.Threading.Tasks.ValueTask CloseAsync(long errorCode, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask ConnectAsync(System.Net.Quic.QuicClientConnectionOptions options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - public static bool IsSupported { get => throw null; } - public System.Net.IPEndPoint LocalEndPoint { get => throw null; } - public System.Net.Security.SslApplicationProtocol NegotiatedApplicationProtocol { get => throw null; } - public System.Threading.Tasks.ValueTask OpenOutboundStreamAsync(System.Net.Quic.QuicStreamType type, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public System.Security.Cryptography.X509Certificates.X509Certificate RemoteCertificate { get => throw null; } - public System.Net.IPEndPoint RemoteEndPoint { get => throw null; } - public string TargetHostName { get => throw null; } - public override string ToString() => throw null; - } - public abstract class QuicConnectionOptions - { - public long DefaultCloseErrorCode { get => throw null; set { } } - public long DefaultStreamErrorCode { get => throw null; set { } } - public System.TimeSpan IdleTimeout { get => throw null; set { } } - public int MaxInboundBidirectionalStreams { get => throw null; set { } } - public int MaxInboundUnidirectionalStreams { get => throw null; set { } } - } - public enum QuicError - { - Success = 0, - InternalError = 1, - ConnectionAborted = 2, - StreamAborted = 3, - ConnectionTimeout = 6, - ConnectionRefused = 8, - VersionNegotiationError = 9, - ConnectionIdle = 10, - OperationAborted = 12, - AlpnInUse = 13, - TransportError = 14, - CallbackError = 15, - } - public sealed class QuicException : System.IO.IOException - { - public long? ApplicationErrorCode { get => throw null; } - public QuicException(System.Net.Quic.QuicError error, long? applicationErrorCode, string message) => throw null; - public System.Net.Quic.QuicError QuicError { get => throw null; } - public long? TransportErrorCode { get => throw null; } - } - public sealed class QuicListener : System.IAsyncDisposable - { - public System.Threading.Tasks.ValueTask AcceptConnectionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - public static bool IsSupported { get => throw null; } - public static System.Threading.Tasks.ValueTask ListenAsync(System.Net.Quic.QuicListenerOptions options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public System.Net.IPEndPoint LocalEndPoint { get => throw null; } - public override string ToString() => throw null; - } - public sealed class QuicListenerOptions - { - public System.Collections.Generic.List ApplicationProtocols { get => throw null; set { } } - public System.Func> ConnectionOptionsCallback { get => throw null; set { } } - public QuicListenerOptions() => throw null; - public int ListenBacklog { get => throw null; set { } } - public System.Net.IPEndPoint ListenEndPoint { get => throw null; set { } } - } - public sealed class QuicServerConnectionOptions : System.Net.Quic.QuicConnectionOptions - { - public QuicServerConnectionOptions() => throw null; - public System.Net.Security.SslServerAuthenticationOptions ServerAuthenticationOptions { get => throw null; set { } } - } - public sealed class QuicStream : System.IO.Stream - { - public void Abort(System.Net.Quic.QuicAbortDirection abortDirection, long errorCode) => throw null; - public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) => throw null; - public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) => throw null; - public override bool CanRead { get => throw null; } - public override bool CanSeek { get => throw null; } - public override bool CanTimeout { get => throw null; } - public override bool CanWrite { get => throw null; } - public void CompleteWrites() => throw null; - protected override void Dispose(bool disposing) => throw null; - public override System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - public override int EndRead(System.IAsyncResult asyncResult) => throw null; - public override void EndWrite(System.IAsyncResult asyncResult) => throw null; - public override void Flush() => throw null; - public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public long Id { get => throw null; } - public override long Length { get => throw null; } - public override long Position { get => throw null; set { } } - public override int Read(byte[] buffer, int offset, int count) => throw null; - public override int Read(System.Span buffer) => throw null; - public override System.Threading.Tasks.Task ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override System.Threading.Tasks.ValueTask ReadAsync(System.Memory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override int ReadByte() => throw null; - public System.Threading.Tasks.Task ReadsClosed { get => throw null; } - public override int ReadTimeout { get => throw null; set { } } - public override long Seek(long offset, System.IO.SeekOrigin origin) => throw null; - public override void SetLength(long value) => throw null; - public override string ToString() => throw null; - public System.Net.Quic.QuicStreamType Type { get => throw null; } - public override void Write(byte[] buffer, int offset, int count) => throw null; - public override void Write(System.ReadOnlySpan buffer) => throw null; - public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory buffer, bool completeWrites, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override void WriteByte(byte value) => throw null; - public System.Threading.Tasks.Task WritesClosed { get => throw null; } - public override int WriteTimeout { get => throw null; set { } } - } - public enum QuicStreamType - { - Unidirectional = 0, - Bidirectional = 1, - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Requests.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Requests.cs deleted file mode 100644 index b8a22fd0..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Requests.cs +++ /dev/null @@ -1,445 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Net.Requests, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Net - { - public class AuthenticationManager - { - public static System.Net.Authorization Authenticate(string challenge, System.Net.WebRequest request, System.Net.ICredentials credentials) => throw null; - public static System.Net.ICredentialPolicy CredentialPolicy { get => throw null; set { } } - public static System.Collections.Specialized.StringDictionary CustomTargetNameDictionary { get => throw null; } - public static System.Net.Authorization PreAuthenticate(System.Net.WebRequest request, System.Net.ICredentials credentials) => throw null; - public static void Register(System.Net.IAuthenticationModule authenticationModule) => throw null; - public static System.Collections.IEnumerator RegisteredModules { get => throw null; } - public static void Unregister(System.Net.IAuthenticationModule authenticationModule) => throw null; - public static void Unregister(string authenticationScheme) => throw null; - } - public class Authorization - { - public bool Complete { get => throw null; } - public string ConnectionGroupId { get => throw null; } - public Authorization(string token) => throw null; - public Authorization(string token, bool finished) => throw null; - public Authorization(string token, bool finished, string connectionGroupId) => throw null; - public string Message { get => throw null; } - public bool MutuallyAuthenticated { get => throw null; set { } } - public string[] ProtectionRealm { get => throw null; set { } } - } - namespace Cache - { - public enum HttpCacheAgeControl - { - None = 0, - MinFresh = 1, - MaxAge = 2, - MaxAgeAndMinFresh = 3, - MaxStale = 4, - MaxAgeAndMaxStale = 6, - } - public enum HttpRequestCacheLevel - { - Default = 0, - BypassCache = 1, - CacheOnly = 2, - CacheIfAvailable = 3, - Revalidate = 4, - Reload = 5, - NoCacheNoStore = 6, - CacheOrNextCacheOnly = 7, - Refresh = 8, - } - public class HttpRequestCachePolicy : System.Net.Cache.RequestCachePolicy - { - public System.DateTime CacheSyncDate { get => throw null; } - public HttpRequestCachePolicy() => throw null; - public HttpRequestCachePolicy(System.DateTime cacheSyncDate) => throw null; - public HttpRequestCachePolicy(System.Net.Cache.HttpCacheAgeControl cacheAgeControl, System.TimeSpan ageOrFreshOrStale) => throw null; - public HttpRequestCachePolicy(System.Net.Cache.HttpCacheAgeControl cacheAgeControl, System.TimeSpan maxAge, System.TimeSpan freshOrStale) => throw null; - public HttpRequestCachePolicy(System.Net.Cache.HttpCacheAgeControl cacheAgeControl, System.TimeSpan maxAge, System.TimeSpan freshOrStale, System.DateTime cacheSyncDate) => throw null; - public HttpRequestCachePolicy(System.Net.Cache.HttpRequestCacheLevel level) => throw null; - public System.Net.Cache.HttpRequestCacheLevel Level { get => throw null; } - public System.TimeSpan MaxAge { get => throw null; } - public System.TimeSpan MaxStale { get => throw null; } - public System.TimeSpan MinFresh { get => throw null; } - public override string ToString() => throw null; - } - } - public class FileWebRequest : System.Net.WebRequest, System.Runtime.Serialization.ISerializable - { - public override void Abort() => throw null; - public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) => throw null; - public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) => throw null; - public override string ConnectionGroupName { get => throw null; set { } } - public override long ContentLength { get => throw null; set { } } - public override string ContentType { get => throw null; set { } } - public override System.Net.ICredentials Credentials { get => throw null; set { } } - protected FileWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) => throw null; - public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) => throw null; - protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public override System.IO.Stream GetRequestStream() => throw null; - public override System.Threading.Tasks.Task GetRequestStreamAsync() => throw null; - public override System.Net.WebResponse GetResponse() => throw null; - public override System.Threading.Tasks.Task GetResponseAsync() => throw null; - public override System.Net.WebHeaderCollection Headers { get => throw null; } - public override string Method { get => throw null; set { } } - public override bool PreAuthenticate { get => throw null; set { } } - public override System.Net.IWebProxy Proxy { get => throw null; set { } } - public override System.Uri RequestUri { get => throw null; } - public override int Timeout { get => throw null; set { } } - public override bool UseDefaultCredentials { get => throw null; set { } } - } - public class FileWebResponse : System.Net.WebResponse, System.Runtime.Serialization.ISerializable - { - public override void Close() => throw null; - public override long ContentLength { get => throw null; } - public override string ContentType { get => throw null; } - protected FileWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public override System.IO.Stream GetResponseStream() => throw null; - public override System.Net.WebHeaderCollection Headers { get => throw null; } - public override System.Uri ResponseUri { get => throw null; } - public override bool SupportsHeaders { get => throw null; } - } - public enum FtpStatusCode - { - Undefined = 0, - RestartMarker = 110, - ServiceTemporarilyNotAvailable = 120, - DataAlreadyOpen = 125, - OpeningData = 150, - CommandOK = 200, - CommandExtraneous = 202, - DirectoryStatus = 212, - FileStatus = 213, - SystemType = 215, - SendUserCommand = 220, - ClosingControl = 221, - ClosingData = 226, - EnteringPassive = 227, - LoggedInProceed = 230, - ServerWantsSecureSession = 234, - FileActionOK = 250, - PathnameCreated = 257, - SendPasswordCommand = 331, - NeedLoginAccount = 332, - FileCommandPending = 350, - ServiceNotAvailable = 421, - CantOpenData = 425, - ConnectionClosed = 426, - ActionNotTakenFileUnavailableOrBusy = 450, - ActionAbortedLocalProcessingError = 451, - ActionNotTakenInsufficientSpace = 452, - CommandSyntaxError = 500, - ArgumentSyntaxError = 501, - CommandNotImplemented = 502, - BadCommandSequence = 503, - NotLoggedIn = 530, - AccountNeeded = 532, - ActionNotTakenFileUnavailable = 550, - ActionAbortedUnknownPageType = 551, - FileActionAborted = 552, - ActionNotTakenFilenameNotAllowed = 553, - } - public sealed class FtpWebRequest : System.Net.WebRequest - { - public override void Abort() => throw null; - public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) => throw null; - public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) => throw null; - public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get => throw null; set { } } - public override string ConnectionGroupName { get => throw null; set { } } - public override long ContentLength { get => throw null; set { } } - public long ContentOffset { get => throw null; set { } } - public override string ContentType { get => throw null; set { } } - public override System.Net.ICredentials Credentials { get => throw null; set { } } - public static System.Net.Cache.RequestCachePolicy DefaultCachePolicy { get => throw null; set { } } - public bool EnableSsl { get => throw null; set { } } - public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) => throw null; - public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) => throw null; - public override System.IO.Stream GetRequestStream() => throw null; - public override System.Net.WebResponse GetResponse() => throw null; - public override System.Net.WebHeaderCollection Headers { get => throw null; set { } } - public bool KeepAlive { get => throw null; set { } } - public override string Method { get => throw null; set { } } - public override bool PreAuthenticate { get => throw null; set { } } - public override System.Net.IWebProxy Proxy { get => throw null; set { } } - public int ReadWriteTimeout { get => throw null; set { } } - public string RenameTo { get => throw null; set { } } - public override System.Uri RequestUri { get => throw null; } - public System.Net.ServicePoint ServicePoint { get => throw null; } - public override int Timeout { get => throw null; set { } } - public bool UseBinary { get => throw null; set { } } - public override bool UseDefaultCredentials { get => throw null; set { } } - public bool UsePassive { get => throw null; set { } } - } - public class FtpWebResponse : System.Net.WebResponse, System.IDisposable - { - public string BannerMessage { get => throw null; } - public override void Close() => throw null; - public override long ContentLength { get => throw null; } - public string ExitMessage { get => throw null; } - public override System.IO.Stream GetResponseStream() => throw null; - public override System.Net.WebHeaderCollection Headers { get => throw null; } - public System.DateTime LastModified { get => throw null; } - public override System.Uri ResponseUri { get => throw null; } - public System.Net.FtpStatusCode StatusCode { get => throw null; } - public string StatusDescription { get => throw null; } - public override bool SupportsHeaders { get => throw null; } - public string WelcomeMessage { get => throw null; } - } - public class GlobalProxySelection - { - public GlobalProxySelection() => throw null; - public static System.Net.IWebProxy GetEmptyWebProxy() => throw null; - public static System.Net.IWebProxy Select { get => throw null; set { } } - } - public delegate void HttpContinueDelegate(int StatusCode, System.Net.WebHeaderCollection httpHeaders); - public class HttpWebRequest : System.Net.WebRequest, System.Runtime.Serialization.ISerializable - { - public override void Abort() => throw null; - public string Accept { get => throw null; set { } } - public void AddRange(int range) => throw null; - public void AddRange(int from, int to) => throw null; - public void AddRange(long range) => throw null; - public void AddRange(long from, long to) => throw null; - public void AddRange(string rangeSpecifier, int range) => throw null; - public void AddRange(string rangeSpecifier, int from, int to) => throw null; - public void AddRange(string rangeSpecifier, long range) => throw null; - public void AddRange(string rangeSpecifier, long from, long to) => throw null; - public System.Uri Address { get => throw null; } - public virtual bool AllowAutoRedirect { get => throw null; set { } } - public virtual bool AllowReadStreamBuffering { get => throw null; set { } } - public virtual bool AllowWriteStreamBuffering { get => throw null; set { } } - public System.Net.DecompressionMethods AutomaticDecompression { get => throw null; set { } } - public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) => throw null; - public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) => throw null; - public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get => throw null; set { } } - public string Connection { get => throw null; set { } } - public override string ConnectionGroupName { get => throw null; set { } } - public override long ContentLength { get => throw null; set { } } - public override string ContentType { get => throw null; set { } } - public System.Net.HttpContinueDelegate ContinueDelegate { get => throw null; set { } } - public int ContinueTimeout { get => throw null; set { } } - public virtual System.Net.CookieContainer CookieContainer { get => throw null; set { } } - public override System.Net.ICredentials Credentials { get => throw null; set { } } - protected HttpWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public System.DateTime Date { get => throw null; set { } } - public static System.Net.Cache.RequestCachePolicy DefaultCachePolicy { get => throw null; set { } } - public static int DefaultMaximumErrorResponseLength { get => throw null; set { } } - public static int DefaultMaximumResponseHeadersLength { get => throw null; set { } } - public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) => throw null; - public System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult, out System.Net.TransportContext context) => throw null; - public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) => throw null; - public string Expect { get => throw null; set { } } - protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public override System.IO.Stream GetRequestStream() => throw null; - public System.IO.Stream GetRequestStream(out System.Net.TransportContext context) => throw null; - public override System.Net.WebResponse GetResponse() => throw null; - public virtual bool HaveResponse { get => throw null; } - public override System.Net.WebHeaderCollection Headers { get => throw null; set { } } - public string Host { get => throw null; set { } } - public System.DateTime IfModifiedSince { get => throw null; set { } } - public bool KeepAlive { get => throw null; set { } } - public int MaximumAutomaticRedirections { get => throw null; set { } } - public int MaximumResponseHeadersLength { get => throw null; set { } } - public string MediaType { get => throw null; set { } } - public override string Method { get => throw null; set { } } - public bool Pipelined { get => throw null; set { } } - public override bool PreAuthenticate { get => throw null; set { } } - public System.Version ProtocolVersion { get => throw null; set { } } - public override System.Net.IWebProxy Proxy { get => throw null; set { } } - public int ReadWriteTimeout { get => throw null; set { } } - public string Referer { get => throw null; set { } } - public override System.Uri RequestUri { get => throw null; } - public bool SendChunked { get => throw null; set { } } - public System.Net.Security.RemoteCertificateValidationCallback ServerCertificateValidationCallback { get => throw null; set { } } - public System.Net.ServicePoint ServicePoint { get => throw null; } - public virtual bool SupportsCookieContainer { get => throw null; } - public override int Timeout { get => throw null; set { } } - public string TransferEncoding { get => throw null; set { } } - public bool UnsafeAuthenticatedConnectionSharing { get => throw null; set { } } - public override bool UseDefaultCredentials { get => throw null; set { } } - public string UserAgent { get => throw null; set { } } - } - public class HttpWebResponse : System.Net.WebResponse, System.Runtime.Serialization.ISerializable - { - public string CharacterSet { get => throw null; } - public override void Close() => throw null; - public string ContentEncoding { get => throw null; } - public override long ContentLength { get => throw null; } - public override string ContentType { get => throw null; } - public virtual System.Net.CookieCollection Cookies { get => throw null; set { } } - public HttpWebResponse() => throw null; - protected HttpWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - protected override void Dispose(bool disposing) => throw null; - protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public string GetResponseHeader(string headerName) => throw null; - public override System.IO.Stream GetResponseStream() => throw null; - public override System.Net.WebHeaderCollection Headers { get => throw null; } - public override bool IsMutuallyAuthenticated { get => throw null; } - public System.DateTime LastModified { get => throw null; } - public virtual string Method { get => throw null; } - public System.Version ProtocolVersion { get => throw null; } - public override System.Uri ResponseUri { get => throw null; } - public string Server { get => throw null; } - public virtual System.Net.HttpStatusCode StatusCode { get => throw null; } - public virtual string StatusDescription { get => throw null; } - public override bool SupportsHeaders { get => throw null; } - } - public interface IAuthenticationModule - { - System.Net.Authorization Authenticate(string challenge, System.Net.WebRequest request, System.Net.ICredentials credentials); - string AuthenticationType { get; } - bool CanPreAuthenticate { get; } - System.Net.Authorization PreAuthenticate(System.Net.WebRequest request, System.Net.ICredentials credentials); - } - public interface ICredentialPolicy - { - bool ShouldSendCredential(System.Uri challengeUri, System.Net.WebRequest request, System.Net.NetworkCredential credential, System.Net.IAuthenticationModule authenticationModule); - } - public interface IWebRequestCreate - { - System.Net.WebRequest Create(System.Uri uri); - } - public class ProtocolViolationException : System.InvalidOperationException, System.Runtime.Serialization.ISerializable - { - public ProtocolViolationException() => throw null; - protected ProtocolViolationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public ProtocolViolationException(string message) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - } - public class WebException : System.InvalidOperationException, System.Runtime.Serialization.ISerializable - { - public WebException() => throw null; - protected WebException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public WebException(string message) => throw null; - public WebException(string message, System.Exception innerException) => throw null; - public WebException(string message, System.Exception innerException, System.Net.WebExceptionStatus status, System.Net.WebResponse response) => throw null; - public WebException(string message, System.Net.WebExceptionStatus status) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public System.Net.WebResponse Response { get => throw null; } - public System.Net.WebExceptionStatus Status { get => throw null; } - } - public enum WebExceptionStatus - { - Success = 0, - NameResolutionFailure = 1, - ConnectFailure = 2, - ReceiveFailure = 3, - SendFailure = 4, - PipelineFailure = 5, - RequestCanceled = 6, - ProtocolError = 7, - ConnectionClosed = 8, - TrustFailure = 9, - SecureChannelFailure = 10, - ServerProtocolViolation = 11, - KeepAliveFailure = 12, - Pending = 13, - Timeout = 14, - ProxyNameResolutionFailure = 15, - UnknownError = 16, - MessageLengthLimitExceeded = 17, - CacheEntryNotFound = 18, - RequestProhibitedByCachePolicy = 19, - RequestProhibitedByProxy = 20, - } - public abstract class WebRequest : System.MarshalByRefObject, System.Runtime.Serialization.ISerializable - { - public virtual void Abort() => throw null; - public System.Net.Security.AuthenticationLevel AuthenticationLevel { get => throw null; set { } } - public virtual System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) => throw null; - public virtual System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) => throw null; - public virtual System.Net.Cache.RequestCachePolicy CachePolicy { get => throw null; set { } } - public virtual string ConnectionGroupName { get => throw null; set { } } - public virtual long ContentLength { get => throw null; set { } } - public virtual string ContentType { get => throw null; set { } } - public static System.Net.WebRequest Create(string requestUriString) => throw null; - public static System.Net.WebRequest Create(System.Uri requestUri) => throw null; - public static System.Net.WebRequest CreateDefault(System.Uri requestUri) => throw null; - public static System.Net.HttpWebRequest CreateHttp(string requestUriString) => throw null; - public static System.Net.HttpWebRequest CreateHttp(System.Uri requestUri) => throw null; - public virtual System.Net.ICredentials Credentials { get => throw null; set { } } - protected WebRequest() => throw null; - protected WebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public static System.Net.Cache.RequestCachePolicy DefaultCachePolicy { get => throw null; set { } } - public static System.Net.IWebProxy DefaultWebProxy { get => throw null; set { } } - public virtual System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) => throw null; - public virtual System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) => throw null; - protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public virtual System.IO.Stream GetRequestStream() => throw null; - public virtual System.Threading.Tasks.Task GetRequestStreamAsync() => throw null; - public virtual System.Net.WebResponse GetResponse() => throw null; - public virtual System.Threading.Tasks.Task GetResponseAsync() => throw null; - public static System.Net.IWebProxy GetSystemWebProxy() => throw null; - public virtual System.Net.WebHeaderCollection Headers { get => throw null; set { } } - public System.Security.Principal.TokenImpersonationLevel ImpersonationLevel { get => throw null; set { } } - public virtual string Method { get => throw null; set { } } - public virtual bool PreAuthenticate { get => throw null; set { } } - public virtual System.Net.IWebProxy Proxy { get => throw null; set { } } - public static bool RegisterPrefix(string prefix, System.Net.IWebRequestCreate creator) => throw null; - public virtual System.Uri RequestUri { get => throw null; } - public virtual int Timeout { get => throw null; set { } } - public virtual bool UseDefaultCredentials { get => throw null; set { } } - } - public static class WebRequestMethods - { - public static class File - { - public const string DownloadFile = default; - public const string UploadFile = default; - } - public static class Ftp - { - public const string AppendFile = default; - public const string DeleteFile = default; - public const string DownloadFile = default; - public const string GetDateTimestamp = default; - public const string GetFileSize = default; - public const string ListDirectory = default; - public const string ListDirectoryDetails = default; - public const string MakeDirectory = default; - public const string PrintWorkingDirectory = default; - public const string RemoveDirectory = default; - public const string Rename = default; - public const string UploadFile = default; - public const string UploadFileWithUniqueName = default; - } - public static class Http - { - public const string Connect = default; - public const string Get = default; - public const string Head = default; - public const string MkCol = default; - public const string Post = default; - public const string Put = default; - } - } - public abstract class WebResponse : System.MarshalByRefObject, System.IDisposable, System.Runtime.Serialization.ISerializable - { - public virtual void Close() => throw null; - public virtual long ContentLength { get => throw null; set { } } - public virtual string ContentType { get => throw null; set { } } - protected WebResponse() => throw null; - protected WebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public virtual System.IO.Stream GetResponseStream() => throw null; - public virtual System.Net.WebHeaderCollection Headers { get => throw null; } - public virtual bool IsFromCache { get => throw null; } - public virtual bool IsMutuallyAuthenticated { get => throw null; } - public virtual System.Uri ResponseUri { get => throw null; } - public virtual bool SupportsHeaders { get => throw null; } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Security.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Security.cs deleted file mode 100644 index 30cb9de0..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Security.cs +++ /dev/null @@ -1,714 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Net.Security, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Net - { - namespace Security - { - public abstract class AuthenticatedStream : System.IO.Stream - { - protected AuthenticatedStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen) => throw null; - protected override void Dispose(bool disposing) => throw null; - public override System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - protected System.IO.Stream InnerStream { get => throw null; } - public abstract bool IsAuthenticated { get; } - public abstract bool IsEncrypted { get; } - public abstract bool IsMutuallyAuthenticated { get; } - public abstract bool IsServer { get; } - public abstract bool IsSigned { get; } - public bool LeaveInnerStreamOpen { get => throw null; } - } - public sealed class CipherSuitesPolicy - { - public System.Collections.Generic.IEnumerable AllowedCipherSuites { get => throw null; } - public CipherSuitesPolicy(System.Collections.Generic.IEnumerable allowedCipherSuites) => throw null; - } - public enum EncryptionPolicy - { - RequireEncryption = 0, - AllowNoEncryption = 1, - NoEncryption = 2, - } - public delegate System.Security.Cryptography.X509Certificates.X509Certificate LocalCertificateSelectionCallback(object sender, string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection localCertificates, System.Security.Cryptography.X509Certificates.X509Certificate remoteCertificate, string[] acceptableIssuers); - public sealed class NegotiateAuthentication : System.IDisposable - { - public NegotiateAuthentication(System.Net.Security.NegotiateAuthenticationClientOptions clientOptions) => throw null; - public NegotiateAuthentication(System.Net.Security.NegotiateAuthenticationServerOptions serverOptions) => throw null; - public void Dispose() => throw null; - public byte[] GetOutgoingBlob(System.ReadOnlySpan incomingBlob, out System.Net.Security.NegotiateAuthenticationStatusCode statusCode) => throw null; - public string GetOutgoingBlob(string incomingBlob, out System.Net.Security.NegotiateAuthenticationStatusCode statusCode) => throw null; - public System.Security.Principal.TokenImpersonationLevel ImpersonationLevel { get => throw null; } - public bool IsAuthenticated { get => throw null; } - public bool IsEncrypted { get => throw null; } - public bool IsMutuallyAuthenticated { get => throw null; } - public bool IsServer { get => throw null; } - public bool IsSigned { get => throw null; } - public string Package { get => throw null; } - public System.Net.Security.ProtectionLevel ProtectionLevel { get => throw null; } - public System.Security.Principal.IIdentity RemoteIdentity { get => throw null; } - public string TargetName { get => throw null; } - public System.Net.Security.NegotiateAuthenticationStatusCode Unwrap(System.ReadOnlySpan input, System.Buffers.IBufferWriter outputWriter, out bool wasEncrypted) => throw null; - public System.Net.Security.NegotiateAuthenticationStatusCode UnwrapInPlace(System.Span input, out int unwrappedOffset, out int unwrappedLength, out bool wasEncrypted) => throw null; - public System.Net.Security.NegotiateAuthenticationStatusCode Wrap(System.ReadOnlySpan input, System.Buffers.IBufferWriter outputWriter, bool requestEncryption, out bool isEncrypted) => throw null; - } - public class NegotiateAuthenticationClientOptions - { - public System.Security.Principal.TokenImpersonationLevel AllowedImpersonationLevel { get => throw null; set { } } - public System.Security.Authentication.ExtendedProtection.ChannelBinding Binding { get => throw null; set { } } - public System.Net.NetworkCredential Credential { get => throw null; set { } } - public NegotiateAuthenticationClientOptions() => throw null; - public string Package { get => throw null; set { } } - public System.Net.Security.ProtectionLevel RequiredProtectionLevel { get => throw null; set { } } - public bool RequireMutualAuthentication { get => throw null; set { } } - public string TargetName { get => throw null; set { } } - } - public class NegotiateAuthenticationServerOptions - { - public System.Security.Authentication.ExtendedProtection.ChannelBinding Binding { get => throw null; set { } } - public System.Net.NetworkCredential Credential { get => throw null; set { } } - public NegotiateAuthenticationServerOptions() => throw null; - public string Package { get => throw null; set { } } - public System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy Policy { get => throw null; set { } } - public System.Security.Principal.TokenImpersonationLevel RequiredImpersonationLevel { get => throw null; set { } } - public System.Net.Security.ProtectionLevel RequiredProtectionLevel { get => throw null; set { } } - } - public enum NegotiateAuthenticationStatusCode - { - Completed = 0, - ContinueNeeded = 1, - GenericFailure = 2, - BadBinding = 3, - Unsupported = 4, - MessageAltered = 5, - ContextExpired = 6, - CredentialsExpired = 7, - InvalidCredentials = 8, - InvalidToken = 9, - UnknownCredentials = 10, - QopNotSupported = 11, - OutOfSequence = 12, - SecurityQosFailed = 13, - TargetUnknown = 14, - ImpersonationValidationFailed = 15, - } - public class NegotiateStream : System.Net.Security.AuthenticatedStream - { - public virtual void AuthenticateAsClient() => throw null; - public virtual void AuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName) => throw null; - public virtual void AuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel) => throw null; - public virtual void AuthenticateAsClient(System.Net.NetworkCredential credential, string targetName) => throw null; - public virtual void AuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel) => throw null; - public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync() => throw null; - public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName) => throw null; - public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel) => throw null; - public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync(System.Net.NetworkCredential credential, string targetName) => throw null; - public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync(System.Net.NetworkCredential credential, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel) => throw null; - public virtual void AuthenticateAsServer() => throw null; - public virtual void AuthenticateAsServer(System.Net.NetworkCredential credential, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel) => throw null; - public virtual void AuthenticateAsServer(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel) => throw null; - public virtual void AuthenticateAsServer(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy) => throw null; - public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync() => throw null; - public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Net.NetworkCredential credential, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel) => throw null; - public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel) => throw null; - public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy) => throw null; - public virtual System.IAsyncResult BeginAuthenticateAsClient(System.AsyncCallback asyncCallback, object asyncState) => throw null; - public virtual System.IAsyncResult BeginAuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName, System.AsyncCallback asyncCallback, object asyncState) => throw null; - public virtual System.IAsyncResult BeginAuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel, System.AsyncCallback asyncCallback, object asyncState) => throw null; - public virtual System.IAsyncResult BeginAuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.AsyncCallback asyncCallback, object asyncState) => throw null; - public virtual System.IAsyncResult BeginAuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel, System.AsyncCallback asyncCallback, object asyncState) => throw null; - public virtual System.IAsyncResult BeginAuthenticateAsServer(System.AsyncCallback asyncCallback, object asyncState) => throw null; - public virtual System.IAsyncResult BeginAuthenticateAsServer(System.Net.NetworkCredential credential, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel, System.AsyncCallback asyncCallback, object asyncState) => throw null; - public virtual System.IAsyncResult BeginAuthenticateAsServer(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel, System.AsyncCallback asyncCallback, object asyncState) => throw null; - public virtual System.IAsyncResult BeginAuthenticateAsServer(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy, System.AsyncCallback asyncCallback, object asyncState) => throw null; - public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) => throw null; - public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) => throw null; - public override bool CanRead { get => throw null; } - public override bool CanSeek { get => throw null; } - public override bool CanTimeout { get => throw null; } - public override bool CanWrite { get => throw null; } - public NegotiateStream(System.IO.Stream innerStream) : base(default(System.IO.Stream), default(bool)) => throw null; - public NegotiateStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen) : base(default(System.IO.Stream), default(bool)) => throw null; - protected override void Dispose(bool disposing) => throw null; - public override System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - public virtual void EndAuthenticateAsClient(System.IAsyncResult asyncResult) => throw null; - public virtual void EndAuthenticateAsServer(System.IAsyncResult asyncResult) => throw null; - public override int EndRead(System.IAsyncResult asyncResult) => throw null; - public override void EndWrite(System.IAsyncResult asyncResult) => throw null; - public override void Flush() => throw null; - public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public virtual System.Security.Principal.TokenImpersonationLevel ImpersonationLevel { get => throw null; } - public override bool IsAuthenticated { get => throw null; } - public override bool IsEncrypted { get => throw null; } - public override bool IsMutuallyAuthenticated { get => throw null; } - public override bool IsServer { get => throw null; } - public override bool IsSigned { get => throw null; } - public override long Length { get => throw null; } - public override long Position { get => throw null; set { } } - public override int Read(byte[] buffer, int offset, int count) => throw null; - public override System.Threading.Tasks.Task ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask ReadAsync(System.Memory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override int ReadTimeout { get => throw null; set { } } - public virtual System.Security.Principal.IIdentity RemoteIdentity { get => throw null; } - public override long Seek(long offset, System.IO.SeekOrigin origin) => throw null; - public override void SetLength(long value) => throw null; - public override void Write(byte[] buffer, int offset, int count) => throw null; - public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override int WriteTimeout { get => throw null; set { } } - } - public enum ProtectionLevel - { - None = 0, - Sign = 1, - EncryptAndSign = 2, - } - public delegate bool RemoteCertificateValidationCallback(object sender, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Security.Cryptography.X509Certificates.X509Chain chain, System.Net.Security.SslPolicyErrors sslPolicyErrors); - public delegate System.Security.Cryptography.X509Certificates.X509Certificate ServerCertificateSelectionCallback(object sender, string hostName); - public delegate System.Threading.Tasks.ValueTask ServerOptionsSelectionCallback(System.Net.Security.SslStream stream, System.Net.Security.SslClientHelloInfo clientHelloInfo, object state, System.Threading.CancellationToken cancellationToken); - public struct SslApplicationProtocol : System.IEquatable - { - public SslApplicationProtocol(byte[] protocol) => throw null; - public SslApplicationProtocol(string protocol) => throw null; - public bool Equals(System.Net.Security.SslApplicationProtocol other) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public static readonly System.Net.Security.SslApplicationProtocol Http11; - public static readonly System.Net.Security.SslApplicationProtocol Http2; - public static readonly System.Net.Security.SslApplicationProtocol Http3; - public static bool operator ==(System.Net.Security.SslApplicationProtocol left, System.Net.Security.SslApplicationProtocol right) => throw null; - public static bool operator !=(System.Net.Security.SslApplicationProtocol left, System.Net.Security.SslApplicationProtocol right) => throw null; - public System.ReadOnlyMemory Protocol { get => throw null; } - public override string ToString() => throw null; - } - public sealed class SslCertificateTrust - { - public static System.Net.Security.SslCertificateTrust CreateForX509Collection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection trustList, bool sendTrustInHandshake = default(bool)) => throw null; - public static System.Net.Security.SslCertificateTrust CreateForX509Store(System.Security.Cryptography.X509Certificates.X509Store store, bool sendTrustInHandshake = default(bool)) => throw null; - } - public class SslClientAuthenticationOptions - { - public bool AllowRenegotiation { get => throw null; set { } } - public bool AllowTlsResume { get => throw null; set { } } - public System.Collections.Generic.List ApplicationProtocols { get => throw null; set { } } - public System.Security.Cryptography.X509Certificates.X509ChainPolicy CertificateChainPolicy { get => throw null; set { } } - public System.Security.Cryptography.X509Certificates.X509RevocationMode CertificateRevocationCheckMode { get => throw null; set { } } - public System.Net.Security.CipherSuitesPolicy CipherSuitesPolicy { get => throw null; set { } } - public System.Net.Security.SslStreamCertificateContext ClientCertificateContext { get => throw null; set { } } - public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get => throw null; set { } } - public SslClientAuthenticationOptions() => throw null; - public System.Security.Authentication.SslProtocols EnabledSslProtocols { get => throw null; set { } } - public System.Net.Security.EncryptionPolicy EncryptionPolicy { get => throw null; set { } } - public System.Net.Security.LocalCertificateSelectionCallback LocalCertificateSelectionCallback { get => throw null; set { } } - public System.Net.Security.RemoteCertificateValidationCallback RemoteCertificateValidationCallback { get => throw null; set { } } - public string TargetHost { get => throw null; set { } } - } - public struct SslClientHelloInfo - { - public SslClientHelloInfo(string serverName, System.Security.Authentication.SslProtocols sslProtocols) => throw null; - public string ServerName { get => throw null; } - public System.Security.Authentication.SslProtocols SslProtocols { get => throw null; } - } - public class SslServerAuthenticationOptions - { - public bool AllowRenegotiation { get => throw null; set { } } - public bool AllowTlsResume { get => throw null; set { } } - public System.Collections.Generic.List ApplicationProtocols { get => throw null; set { } } - public System.Security.Cryptography.X509Certificates.X509ChainPolicy CertificateChainPolicy { get => throw null; set { } } - public System.Security.Cryptography.X509Certificates.X509RevocationMode CertificateRevocationCheckMode { get => throw null; set { } } - public System.Net.Security.CipherSuitesPolicy CipherSuitesPolicy { get => throw null; set { } } - public bool ClientCertificateRequired { get => throw null; set { } } - public SslServerAuthenticationOptions() => throw null; - public System.Security.Authentication.SslProtocols EnabledSslProtocols { get => throw null; set { } } - public System.Net.Security.EncryptionPolicy EncryptionPolicy { get => throw null; set { } } - public System.Net.Security.RemoteCertificateValidationCallback RemoteCertificateValidationCallback { get => throw null; set { } } - public System.Security.Cryptography.X509Certificates.X509Certificate ServerCertificate { get => throw null; set { } } - public System.Net.Security.SslStreamCertificateContext ServerCertificateContext { get => throw null; set { } } - public System.Net.Security.ServerCertificateSelectionCallback ServerCertificateSelectionCallback { get => throw null; set { } } - } - public class SslStream : System.Net.Security.AuthenticatedStream - { - public void AuthenticateAsClient(System.Net.Security.SslClientAuthenticationOptions sslClientAuthenticationOptions) => throw null; - public virtual void AuthenticateAsClient(string targetHost) => throw null; - public virtual void AuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, bool checkCertificateRevocation) => throw null; - public virtual void AuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) => throw null; - public System.Threading.Tasks.Task AuthenticateAsClientAsync(System.Net.Security.SslClientAuthenticationOptions sslClientAuthenticationOptions, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync(string targetHost) => throw null; - public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, bool checkCertificateRevocation) => throw null; - public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) => throw null; - public void AuthenticateAsServer(System.Net.Security.SslServerAuthenticationOptions sslServerAuthenticationOptions) => throw null; - public virtual void AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate) => throw null; - public virtual void AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation) => throw null; - public virtual void AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) => throw null; - public System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Net.Security.ServerOptionsSelectionCallback optionsCallback, object state, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Net.Security.SslServerAuthenticationOptions sslServerAuthenticationOptions, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate) => throw null; - public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation) => throw null; - public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) => throw null; - public virtual System.IAsyncResult BeginAuthenticateAsClient(string targetHost, System.AsyncCallback asyncCallback, object asyncState) => throw null; - public virtual System.IAsyncResult BeginAuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, bool checkCertificateRevocation, System.AsyncCallback asyncCallback, object asyncState) => throw null; - public virtual System.IAsyncResult BeginAuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.AsyncCallback asyncCallback, object asyncState) => throw null; - public virtual System.IAsyncResult BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, System.AsyncCallback asyncCallback, object asyncState) => throw null; - public virtual System.IAsyncResult BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation, System.AsyncCallback asyncCallback, object asyncState) => throw null; - public virtual System.IAsyncResult BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.AsyncCallback asyncCallback, object asyncState) => throw null; - public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) => throw null; - public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) => throw null; - public override bool CanRead { get => throw null; } - public override bool CanSeek { get => throw null; } - public override bool CanTimeout { get => throw null; } - public override bool CanWrite { get => throw null; } - public virtual bool CheckCertRevocationStatus { get => throw null; } - public virtual System.Security.Authentication.CipherAlgorithmType CipherAlgorithm { get => throw null; } - public virtual int CipherStrength { get => throw null; } - public SslStream(System.IO.Stream innerStream) : base(default(System.IO.Stream), default(bool)) => throw null; - public SslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen) : base(default(System.IO.Stream), default(bool)) => throw null; - public SslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen, System.Net.Security.RemoteCertificateValidationCallback userCertificateValidationCallback) : base(default(System.IO.Stream), default(bool)) => throw null; - public SslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen, System.Net.Security.RemoteCertificateValidationCallback userCertificateValidationCallback, System.Net.Security.LocalCertificateSelectionCallback userCertificateSelectionCallback) : base(default(System.IO.Stream), default(bool)) => throw null; - public SslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen, System.Net.Security.RemoteCertificateValidationCallback userCertificateValidationCallback, System.Net.Security.LocalCertificateSelectionCallback userCertificateSelectionCallback, System.Net.Security.EncryptionPolicy encryptionPolicy) : base(default(System.IO.Stream), default(bool)) => throw null; - protected override void Dispose(bool disposing) => throw null; - public override System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - public virtual void EndAuthenticateAsClient(System.IAsyncResult asyncResult) => throw null; - public virtual void EndAuthenticateAsServer(System.IAsyncResult asyncResult) => throw null; - public override int EndRead(System.IAsyncResult asyncResult) => throw null; - public override void EndWrite(System.IAsyncResult asyncResult) => throw null; - public override void Flush() => throw null; - public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public virtual System.Security.Authentication.HashAlgorithmType HashAlgorithm { get => throw null; } - public virtual int HashStrength { get => throw null; } - public override bool IsAuthenticated { get => throw null; } - public override bool IsEncrypted { get => throw null; } - public override bool IsMutuallyAuthenticated { get => throw null; } - public override bool IsServer { get => throw null; } - public override bool IsSigned { get => throw null; } - public virtual System.Security.Authentication.ExchangeAlgorithmType KeyExchangeAlgorithm { get => throw null; } - public virtual int KeyExchangeStrength { get => throw null; } - public override long Length { get => throw null; } - public virtual System.Security.Cryptography.X509Certificates.X509Certificate LocalCertificate { get => throw null; } - public virtual System.Threading.Tasks.Task NegotiateClientCertificateAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public System.Net.Security.SslApplicationProtocol NegotiatedApplicationProtocol { get => throw null; } - public virtual System.Net.Security.TlsCipherSuite NegotiatedCipherSuite { get => throw null; } - public override long Position { get => throw null; set { } } - public override int Read(byte[] buffer, int offset, int count) => throw null; - public override System.Threading.Tasks.Task ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask ReadAsync(System.Memory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override int ReadByte() => throw null; - public override int ReadTimeout { get => throw null; set { } } - public virtual System.Security.Cryptography.X509Certificates.X509Certificate RemoteCertificate { get => throw null; } - public override long Seek(long offset, System.IO.SeekOrigin origin) => throw null; - public override void SetLength(long value) => throw null; - public virtual System.Threading.Tasks.Task ShutdownAsync() => throw null; - public virtual System.Security.Authentication.SslProtocols SslProtocol { get => throw null; } - public string TargetHostName { get => throw null; } - public System.Net.TransportContext TransportContext { get => throw null; } - public void Write(byte[] buffer) => throw null; - public override void Write(byte[] buffer, int offset, int count) => throw null; - public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override int WriteTimeout { get => throw null; set { } } - } - public class SslStreamCertificateContext - { - public static System.Net.Security.SslStreamCertificateContext Create(System.Security.Cryptography.X509Certificates.X509Certificate2 target, System.Security.Cryptography.X509Certificates.X509Certificate2Collection additionalCertificates, bool offline) => throw null; - public static System.Net.Security.SslStreamCertificateContext Create(System.Security.Cryptography.X509Certificates.X509Certificate2 target, System.Security.Cryptography.X509Certificates.X509Certificate2Collection additionalCertificates, bool offline = default(bool), System.Net.Security.SslCertificateTrust trust = default(System.Net.Security.SslCertificateTrust)) => throw null; - public System.Collections.ObjectModel.ReadOnlyCollection IntermediateCertificates { get => throw null; } - public System.Security.Cryptography.X509Certificates.X509Certificate2 TargetCertificate { get => throw null; } - } - public enum TlsCipherSuite : ushort - { - TLS_NULL_WITH_NULL_NULL = 0, - TLS_RSA_WITH_NULL_MD5 = 1, - TLS_RSA_WITH_NULL_SHA = 2, - TLS_RSA_EXPORT_WITH_RC4_40_MD5 = 3, - TLS_RSA_WITH_RC4_128_MD5 = 4, - TLS_RSA_WITH_RC4_128_SHA = 5, - TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 = 6, - TLS_RSA_WITH_IDEA_CBC_SHA = 7, - TLS_RSA_EXPORT_WITH_DES40_CBC_SHA = 8, - TLS_RSA_WITH_DES_CBC_SHA = 9, - TLS_RSA_WITH_3DES_EDE_CBC_SHA = 10, - TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA = 11, - TLS_DH_DSS_WITH_DES_CBC_SHA = 12, - TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA = 13, - TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA = 14, - TLS_DH_RSA_WITH_DES_CBC_SHA = 15, - TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA = 16, - TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA = 17, - TLS_DHE_DSS_WITH_DES_CBC_SHA = 18, - TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA = 19, - TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA = 20, - TLS_DHE_RSA_WITH_DES_CBC_SHA = 21, - TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA = 22, - TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 = 23, - TLS_DH_anon_WITH_RC4_128_MD5 = 24, - TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA = 25, - TLS_DH_anon_WITH_DES_CBC_SHA = 26, - TLS_DH_anon_WITH_3DES_EDE_CBC_SHA = 27, - TLS_KRB5_WITH_DES_CBC_SHA = 30, - TLS_KRB5_WITH_3DES_EDE_CBC_SHA = 31, - TLS_KRB5_WITH_RC4_128_SHA = 32, - TLS_KRB5_WITH_IDEA_CBC_SHA = 33, - TLS_KRB5_WITH_DES_CBC_MD5 = 34, - TLS_KRB5_WITH_3DES_EDE_CBC_MD5 = 35, - TLS_KRB5_WITH_RC4_128_MD5 = 36, - TLS_KRB5_WITH_IDEA_CBC_MD5 = 37, - TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA = 38, - TLS_KRB5_EXPORT_WITH_RC2_CBC_40_SHA = 39, - TLS_KRB5_EXPORT_WITH_RC4_40_SHA = 40, - TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5 = 41, - TLS_KRB5_EXPORT_WITH_RC2_CBC_40_MD5 = 42, - TLS_KRB5_EXPORT_WITH_RC4_40_MD5 = 43, - TLS_PSK_WITH_NULL_SHA = 44, - TLS_DHE_PSK_WITH_NULL_SHA = 45, - TLS_RSA_PSK_WITH_NULL_SHA = 46, - TLS_RSA_WITH_AES_128_CBC_SHA = 47, - TLS_DH_DSS_WITH_AES_128_CBC_SHA = 48, - TLS_DH_RSA_WITH_AES_128_CBC_SHA = 49, - TLS_DHE_DSS_WITH_AES_128_CBC_SHA = 50, - TLS_DHE_RSA_WITH_AES_128_CBC_SHA = 51, - TLS_DH_anon_WITH_AES_128_CBC_SHA = 52, - TLS_RSA_WITH_AES_256_CBC_SHA = 53, - TLS_DH_DSS_WITH_AES_256_CBC_SHA = 54, - TLS_DH_RSA_WITH_AES_256_CBC_SHA = 55, - TLS_DHE_DSS_WITH_AES_256_CBC_SHA = 56, - TLS_DHE_RSA_WITH_AES_256_CBC_SHA = 57, - TLS_DH_anon_WITH_AES_256_CBC_SHA = 58, - TLS_RSA_WITH_NULL_SHA256 = 59, - TLS_RSA_WITH_AES_128_CBC_SHA256 = 60, - TLS_RSA_WITH_AES_256_CBC_SHA256 = 61, - TLS_DH_DSS_WITH_AES_128_CBC_SHA256 = 62, - TLS_DH_RSA_WITH_AES_128_CBC_SHA256 = 63, - TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 = 64, - TLS_RSA_WITH_CAMELLIA_128_CBC_SHA = 65, - TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA = 66, - TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA = 67, - TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA = 68, - TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA = 69, - TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA = 70, - TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 = 103, - TLS_DH_DSS_WITH_AES_256_CBC_SHA256 = 104, - TLS_DH_RSA_WITH_AES_256_CBC_SHA256 = 105, - TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 = 106, - TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 = 107, - TLS_DH_anon_WITH_AES_128_CBC_SHA256 = 108, - TLS_DH_anon_WITH_AES_256_CBC_SHA256 = 109, - TLS_RSA_WITH_CAMELLIA_256_CBC_SHA = 132, - TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA = 133, - TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA = 134, - TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA = 135, - TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA = 136, - TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA = 137, - TLS_PSK_WITH_RC4_128_SHA = 138, - TLS_PSK_WITH_3DES_EDE_CBC_SHA = 139, - TLS_PSK_WITH_AES_128_CBC_SHA = 140, - TLS_PSK_WITH_AES_256_CBC_SHA = 141, - TLS_DHE_PSK_WITH_RC4_128_SHA = 142, - TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA = 143, - TLS_DHE_PSK_WITH_AES_128_CBC_SHA = 144, - TLS_DHE_PSK_WITH_AES_256_CBC_SHA = 145, - TLS_RSA_PSK_WITH_RC4_128_SHA = 146, - TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA = 147, - TLS_RSA_PSK_WITH_AES_128_CBC_SHA = 148, - TLS_RSA_PSK_WITH_AES_256_CBC_SHA = 149, - TLS_RSA_WITH_SEED_CBC_SHA = 150, - TLS_DH_DSS_WITH_SEED_CBC_SHA = 151, - TLS_DH_RSA_WITH_SEED_CBC_SHA = 152, - TLS_DHE_DSS_WITH_SEED_CBC_SHA = 153, - TLS_DHE_RSA_WITH_SEED_CBC_SHA = 154, - TLS_DH_anon_WITH_SEED_CBC_SHA = 155, - TLS_RSA_WITH_AES_128_GCM_SHA256 = 156, - TLS_RSA_WITH_AES_256_GCM_SHA384 = 157, - TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 = 158, - TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 = 159, - TLS_DH_RSA_WITH_AES_128_GCM_SHA256 = 160, - TLS_DH_RSA_WITH_AES_256_GCM_SHA384 = 161, - TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 = 162, - TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 = 163, - TLS_DH_DSS_WITH_AES_128_GCM_SHA256 = 164, - TLS_DH_DSS_WITH_AES_256_GCM_SHA384 = 165, - TLS_DH_anon_WITH_AES_128_GCM_SHA256 = 166, - TLS_DH_anon_WITH_AES_256_GCM_SHA384 = 167, - TLS_PSK_WITH_AES_128_GCM_SHA256 = 168, - TLS_PSK_WITH_AES_256_GCM_SHA384 = 169, - TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 = 170, - TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 = 171, - TLS_RSA_PSK_WITH_AES_128_GCM_SHA256 = 172, - TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 = 173, - TLS_PSK_WITH_AES_128_CBC_SHA256 = 174, - TLS_PSK_WITH_AES_256_CBC_SHA384 = 175, - TLS_PSK_WITH_NULL_SHA256 = 176, - TLS_PSK_WITH_NULL_SHA384 = 177, - TLS_DHE_PSK_WITH_AES_128_CBC_SHA256 = 178, - TLS_DHE_PSK_WITH_AES_256_CBC_SHA384 = 179, - TLS_DHE_PSK_WITH_NULL_SHA256 = 180, - TLS_DHE_PSK_WITH_NULL_SHA384 = 181, - TLS_RSA_PSK_WITH_AES_128_CBC_SHA256 = 182, - TLS_RSA_PSK_WITH_AES_256_CBC_SHA384 = 183, - TLS_RSA_PSK_WITH_NULL_SHA256 = 184, - TLS_RSA_PSK_WITH_NULL_SHA384 = 185, - TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256 = 186, - TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256 = 187, - TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256 = 188, - TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256 = 189, - TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 = 190, - TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256 = 191, - TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256 = 192, - TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256 = 193, - TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256 = 194, - TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256 = 195, - TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256 = 196, - TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256 = 197, - TLS_AES_128_GCM_SHA256 = 4865, - TLS_AES_256_GCM_SHA384 = 4866, - TLS_CHACHA20_POLY1305_SHA256 = 4867, - TLS_AES_128_CCM_SHA256 = 4868, - TLS_AES_128_CCM_8_SHA256 = 4869, - TLS_ECDH_ECDSA_WITH_NULL_SHA = 49153, - TLS_ECDH_ECDSA_WITH_RC4_128_SHA = 49154, - TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA = 49155, - TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA = 49156, - TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA = 49157, - TLS_ECDHE_ECDSA_WITH_NULL_SHA = 49158, - TLS_ECDHE_ECDSA_WITH_RC4_128_SHA = 49159, - TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA = 49160, - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA = 49161, - TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA = 49162, - TLS_ECDH_RSA_WITH_NULL_SHA = 49163, - TLS_ECDH_RSA_WITH_RC4_128_SHA = 49164, - TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA = 49165, - TLS_ECDH_RSA_WITH_AES_128_CBC_SHA = 49166, - TLS_ECDH_RSA_WITH_AES_256_CBC_SHA = 49167, - TLS_ECDHE_RSA_WITH_NULL_SHA = 49168, - TLS_ECDHE_RSA_WITH_RC4_128_SHA = 49169, - TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA = 49170, - TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA = 49171, - TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA = 49172, - TLS_ECDH_anon_WITH_NULL_SHA = 49173, - TLS_ECDH_anon_WITH_RC4_128_SHA = 49174, - TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA = 49175, - TLS_ECDH_anon_WITH_AES_128_CBC_SHA = 49176, - TLS_ECDH_anon_WITH_AES_256_CBC_SHA = 49177, - TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA = 49178, - TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA = 49179, - TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA = 49180, - TLS_SRP_SHA_WITH_AES_128_CBC_SHA = 49181, - TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA = 49182, - TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA = 49183, - TLS_SRP_SHA_WITH_AES_256_CBC_SHA = 49184, - TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA = 49185, - TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA = 49186, - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 = 49187, - TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 = 49188, - TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 = 49189, - TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 = 49190, - TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 = 49191, - TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 = 49192, - TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 = 49193, - TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 = 49194, - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 = 49195, - TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 = 49196, - TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 = 49197, - TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 = 49198, - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 = 49199, - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 = 49200, - TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 = 49201, - TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 = 49202, - TLS_ECDHE_PSK_WITH_RC4_128_SHA = 49203, - TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA = 49204, - TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA = 49205, - TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA = 49206, - TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256 = 49207, - TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384 = 49208, - TLS_ECDHE_PSK_WITH_NULL_SHA = 49209, - TLS_ECDHE_PSK_WITH_NULL_SHA256 = 49210, - TLS_ECDHE_PSK_WITH_NULL_SHA384 = 49211, - TLS_RSA_WITH_ARIA_128_CBC_SHA256 = 49212, - TLS_RSA_WITH_ARIA_256_CBC_SHA384 = 49213, - TLS_DH_DSS_WITH_ARIA_128_CBC_SHA256 = 49214, - TLS_DH_DSS_WITH_ARIA_256_CBC_SHA384 = 49215, - TLS_DH_RSA_WITH_ARIA_128_CBC_SHA256 = 49216, - TLS_DH_RSA_WITH_ARIA_256_CBC_SHA384 = 49217, - TLS_DHE_DSS_WITH_ARIA_128_CBC_SHA256 = 49218, - TLS_DHE_DSS_WITH_ARIA_256_CBC_SHA384 = 49219, - TLS_DHE_RSA_WITH_ARIA_128_CBC_SHA256 = 49220, - TLS_DHE_RSA_WITH_ARIA_256_CBC_SHA384 = 49221, - TLS_DH_anon_WITH_ARIA_128_CBC_SHA256 = 49222, - TLS_DH_anon_WITH_ARIA_256_CBC_SHA384 = 49223, - TLS_ECDHE_ECDSA_WITH_ARIA_128_CBC_SHA256 = 49224, - TLS_ECDHE_ECDSA_WITH_ARIA_256_CBC_SHA384 = 49225, - TLS_ECDH_ECDSA_WITH_ARIA_128_CBC_SHA256 = 49226, - TLS_ECDH_ECDSA_WITH_ARIA_256_CBC_SHA384 = 49227, - TLS_ECDHE_RSA_WITH_ARIA_128_CBC_SHA256 = 49228, - TLS_ECDHE_RSA_WITH_ARIA_256_CBC_SHA384 = 49229, - TLS_ECDH_RSA_WITH_ARIA_128_CBC_SHA256 = 49230, - TLS_ECDH_RSA_WITH_ARIA_256_CBC_SHA384 = 49231, - TLS_RSA_WITH_ARIA_128_GCM_SHA256 = 49232, - TLS_RSA_WITH_ARIA_256_GCM_SHA384 = 49233, - TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256 = 49234, - TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384 = 49235, - TLS_DH_RSA_WITH_ARIA_128_GCM_SHA256 = 49236, - TLS_DH_RSA_WITH_ARIA_256_GCM_SHA384 = 49237, - TLS_DHE_DSS_WITH_ARIA_128_GCM_SHA256 = 49238, - TLS_DHE_DSS_WITH_ARIA_256_GCM_SHA384 = 49239, - TLS_DH_DSS_WITH_ARIA_128_GCM_SHA256 = 49240, - TLS_DH_DSS_WITH_ARIA_256_GCM_SHA384 = 49241, - TLS_DH_anon_WITH_ARIA_128_GCM_SHA256 = 49242, - TLS_DH_anon_WITH_ARIA_256_GCM_SHA384 = 49243, - TLS_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256 = 49244, - TLS_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384 = 49245, - TLS_ECDH_ECDSA_WITH_ARIA_128_GCM_SHA256 = 49246, - TLS_ECDH_ECDSA_WITH_ARIA_256_GCM_SHA384 = 49247, - TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256 = 49248, - TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384 = 49249, - TLS_ECDH_RSA_WITH_ARIA_128_GCM_SHA256 = 49250, - TLS_ECDH_RSA_WITH_ARIA_256_GCM_SHA384 = 49251, - TLS_PSK_WITH_ARIA_128_CBC_SHA256 = 49252, - TLS_PSK_WITH_ARIA_256_CBC_SHA384 = 49253, - TLS_DHE_PSK_WITH_ARIA_128_CBC_SHA256 = 49254, - TLS_DHE_PSK_WITH_ARIA_256_CBC_SHA384 = 49255, - TLS_RSA_PSK_WITH_ARIA_128_CBC_SHA256 = 49256, - TLS_RSA_PSK_WITH_ARIA_256_CBC_SHA384 = 49257, - TLS_PSK_WITH_ARIA_128_GCM_SHA256 = 49258, - TLS_PSK_WITH_ARIA_256_GCM_SHA384 = 49259, - TLS_DHE_PSK_WITH_ARIA_128_GCM_SHA256 = 49260, - TLS_DHE_PSK_WITH_ARIA_256_GCM_SHA384 = 49261, - TLS_RSA_PSK_WITH_ARIA_128_GCM_SHA256 = 49262, - TLS_RSA_PSK_WITH_ARIA_256_GCM_SHA384 = 49263, - TLS_ECDHE_PSK_WITH_ARIA_128_CBC_SHA256 = 49264, - TLS_ECDHE_PSK_WITH_ARIA_256_CBC_SHA384 = 49265, - TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 = 49266, - TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 = 49267, - TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 = 49268, - TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 = 49269, - TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 = 49270, - TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384 = 49271, - TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256 = 49272, - TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384 = 49273, - TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256 = 49274, - TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384 = 49275, - TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 = 49276, - TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 = 49277, - TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256 = 49278, - TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384 = 49279, - TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256 = 49280, - TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384 = 49281, - TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256 = 49282, - TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384 = 49283, - TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256 = 49284, - TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384 = 49285, - TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 = 49286, - TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 = 49287, - TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 = 49288, - TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 = 49289, - TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 = 49290, - TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 = 49291, - TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256 = 49292, - TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384 = 49293, - TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256 = 49294, - TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384 = 49295, - TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256 = 49296, - TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384 = 49297, - TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256 = 49298, - TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384 = 49299, - TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256 = 49300, - TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384 = 49301, - TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 = 49302, - TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 = 49303, - TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256 = 49304, - TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384 = 49305, - TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 = 49306, - TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 = 49307, - TLS_RSA_WITH_AES_128_CCM = 49308, - TLS_RSA_WITH_AES_256_CCM = 49309, - TLS_DHE_RSA_WITH_AES_128_CCM = 49310, - TLS_DHE_RSA_WITH_AES_256_CCM = 49311, - TLS_RSA_WITH_AES_128_CCM_8 = 49312, - TLS_RSA_WITH_AES_256_CCM_8 = 49313, - TLS_DHE_RSA_WITH_AES_128_CCM_8 = 49314, - TLS_DHE_RSA_WITH_AES_256_CCM_8 = 49315, - TLS_PSK_WITH_AES_128_CCM = 49316, - TLS_PSK_WITH_AES_256_CCM = 49317, - TLS_DHE_PSK_WITH_AES_128_CCM = 49318, - TLS_DHE_PSK_WITH_AES_256_CCM = 49319, - TLS_PSK_WITH_AES_128_CCM_8 = 49320, - TLS_PSK_WITH_AES_256_CCM_8 = 49321, - TLS_PSK_DHE_WITH_AES_128_CCM_8 = 49322, - TLS_PSK_DHE_WITH_AES_256_CCM_8 = 49323, - TLS_ECDHE_ECDSA_WITH_AES_128_CCM = 49324, - TLS_ECDHE_ECDSA_WITH_AES_256_CCM = 49325, - TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 = 49326, - TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8 = 49327, - TLS_ECCPWD_WITH_AES_128_GCM_SHA256 = 49328, - TLS_ECCPWD_WITH_AES_256_GCM_SHA384 = 49329, - TLS_ECCPWD_WITH_AES_128_CCM_SHA256 = 49330, - TLS_ECCPWD_WITH_AES_256_CCM_SHA384 = 49331, - TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 = 52392, - TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 = 52393, - TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 = 52394, - TLS_PSK_WITH_CHACHA20_POLY1305_SHA256 = 52395, - TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 = 52396, - TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256 = 52397, - TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA256 = 52398, - TLS_ECDHE_PSK_WITH_AES_128_GCM_SHA256 = 53249, - TLS_ECDHE_PSK_WITH_AES_256_GCM_SHA384 = 53250, - TLS_ECDHE_PSK_WITH_AES_128_CCM_8_SHA256 = 53251, - TLS_ECDHE_PSK_WITH_AES_128_CCM_SHA256 = 53253, - } - } - } - namespace Security - { - namespace Authentication - { - public class AuthenticationException : System.SystemException - { - public AuthenticationException() => throw null; - protected AuthenticationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public AuthenticationException(string message) => throw null; - public AuthenticationException(string message, System.Exception innerException) => throw null; - } - namespace ExtendedProtection - { - public class ExtendedProtectionPolicy : System.Runtime.Serialization.ISerializable - { - protected ExtendedProtectionPolicy(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.PolicyEnforcement policyEnforcement) => throw null; - public ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.PolicyEnforcement policyEnforcement, System.Security.Authentication.ExtendedProtection.ChannelBinding customChannelBinding) => throw null; - public ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.PolicyEnforcement policyEnforcement, System.Security.Authentication.ExtendedProtection.ProtectionScenario protectionScenario, System.Collections.ICollection customServiceNames) => throw null; - public ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.PolicyEnforcement policyEnforcement, System.Security.Authentication.ExtendedProtection.ProtectionScenario protectionScenario, System.Security.Authentication.ExtendedProtection.ServiceNameCollection customServiceNames) => throw null; - public System.Security.Authentication.ExtendedProtection.ChannelBinding CustomChannelBinding { get => throw null; } - public System.Security.Authentication.ExtendedProtection.ServiceNameCollection CustomServiceNames { get => throw null; } - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public static bool OSSupportsExtendedProtection { get => throw null; } - public System.Security.Authentication.ExtendedProtection.PolicyEnforcement PolicyEnforcement { get => throw null; } - public System.Security.Authentication.ExtendedProtection.ProtectionScenario ProtectionScenario { get => throw null; } - public override string ToString() => throw null; - } - public enum PolicyEnforcement - { - Never = 0, - WhenSupported = 1, - Always = 2, - } - public enum ProtectionScenario - { - TransportSelected = 0, - TrustedProxy = 1, - } - public class ServiceNameCollection : System.Collections.ReadOnlyCollectionBase - { - public bool Contains(string searchServiceName) => throw null; - public ServiceNameCollection(System.Collections.ICollection items) => throw null; - public System.Security.Authentication.ExtendedProtection.ServiceNameCollection Merge(System.Collections.IEnumerable serviceNames) => throw null; - public System.Security.Authentication.ExtendedProtection.ServiceNameCollection Merge(string serviceName) => throw null; - } - } - public class InvalidCredentialException : System.Security.Authentication.AuthenticationException - { - public InvalidCredentialException() => throw null; - protected InvalidCredentialException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public InvalidCredentialException(string message) => throw null; - public InvalidCredentialException(string message, System.Exception innerException) => throw null; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.ServicePoint.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.ServicePoint.cs deleted file mode 100644 index 09c0683b..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.ServicePoint.cs +++ /dev/null @@ -1,60 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Net.ServicePoint, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. -namespace System -{ - namespace Net - { - public delegate System.Net.IPEndPoint BindIPEndPoint(System.Net.ServicePoint servicePoint, System.Net.IPEndPoint remoteEndPoint, int retryCount); - [System.Flags] - public enum SecurityProtocolType - { - SystemDefault = 0, - Ssl3 = 48, - Tls = 192, - Tls11 = 768, - Tls12 = 3072, - Tls13 = 12288, - } - public class ServicePoint - { - public System.Uri Address { get => throw null; } - public System.Net.BindIPEndPoint BindIPEndPointDelegate { get => throw null; set { } } - public System.Security.Cryptography.X509Certificates.X509Certificate Certificate { get => throw null; } - public System.Security.Cryptography.X509Certificates.X509Certificate ClientCertificate { get => throw null; } - public bool CloseConnectionGroup(string connectionGroupName) => throw null; - public int ConnectionLeaseTimeout { get => throw null; set { } } - public int ConnectionLimit { get => throw null; set { } } - public string ConnectionName { get => throw null; } - public int CurrentConnections { get => throw null; } - public bool Expect100Continue { get => throw null; set { } } - public System.DateTime IdleSince { get => throw null; } - public int MaxIdleTime { get => throw null; set { } } - public virtual System.Version ProtocolVersion { get => throw null; } - public int ReceiveBufferSize { get => throw null; set { } } - public void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) => throw null; - public bool SupportsPipelining { get => throw null; } - public bool UseNagleAlgorithm { get => throw null; set { } } - } - public class ServicePointManager - { - public static bool CheckCertificateRevocationList { get => throw null; set { } } - public static int DefaultConnectionLimit { get => throw null; set { } } - public const int DefaultNonPersistentConnectionLimit = 4; - public const int DefaultPersistentConnectionLimit = 2; - public static int DnsRefreshTimeout { get => throw null; set { } } - public static bool EnableDnsRoundRobin { get => throw null; set { } } - public static System.Net.Security.EncryptionPolicy EncryptionPolicy { get => throw null; } - public static bool Expect100Continue { get => throw null; set { } } - public static System.Net.ServicePoint FindServicePoint(string uriString, System.Net.IWebProxy proxy) => throw null; - public static System.Net.ServicePoint FindServicePoint(System.Uri address) => throw null; - public static System.Net.ServicePoint FindServicePoint(System.Uri address, System.Net.IWebProxy proxy) => throw null; - public static int MaxServicePointIdleTime { get => throw null; set { } } - public static int MaxServicePoints { get => throw null; set { } } - public static bool ReusePort { get => throw null; set { } } - public static System.Net.SecurityProtocolType SecurityProtocol { get => throw null; set { } } - public static System.Net.Security.RemoteCertificateValidationCallback ServerCertificateValidationCallback { get => throw null; set { } } - public static void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) => throw null; - public static bool UseNagleAlgorithm { get => throw null; set { } } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Sockets.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Sockets.cs deleted file mode 100644 index e32076e0..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Sockets.cs +++ /dev/null @@ -1,749 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Net.Sockets, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Net - { - namespace Sockets - { - public enum IOControlCode : long - { - EnableCircularQueuing = 671088642, - Flush = 671088644, - AddressListChange = 671088663, - DataToRead = 1074030207, - OobDataRead = 1074033415, - GetBroadcastAddress = 1207959557, - AddressListQuery = 1207959574, - QueryTargetPnpHandle = 1207959576, - AsyncIO = 2147772029, - NonBlockingIO = 2147772030, - AssociateHandle = 2281701377, - MultipointLoopback = 2281701385, - MulticastScope = 2281701386, - SetQos = 2281701387, - SetGroupQos = 2281701388, - RoutingInterfaceChange = 2281701397, - NamespaceChange = 2281701401, - ReceiveAll = 2550136833, - ReceiveAllMulticast = 2550136834, - ReceiveAllIgmpMulticast = 2550136835, - KeepAliveValues = 2550136836, - AbsorbRouterAlert = 2550136837, - UnicastInterface = 2550136838, - LimitBroadcasts = 2550136839, - BindToInterface = 2550136840, - MulticastInterface = 2550136841, - AddMulticastGroupOnInterface = 2550136842, - DeleteMulticastGroupFromInterface = 2550136843, - GetExtensionFunctionPointer = 3355443206, - GetQos = 3355443207, - GetGroupQos = 3355443208, - TranslateHandle = 3355443213, - RoutingInterfaceQuery = 3355443220, - AddressListSort = 3355443225, - } - public struct IPPacketInformation : System.IEquatable - { - public System.Net.IPAddress Address { get => throw null; } - public bool Equals(System.Net.Sockets.IPPacketInformation other) => throw null; - public override bool Equals(object comparand) => throw null; - public override int GetHashCode() => throw null; - public int Interface { get => throw null; } - public static bool operator ==(System.Net.Sockets.IPPacketInformation packetInformation1, System.Net.Sockets.IPPacketInformation packetInformation2) => throw null; - public static bool operator !=(System.Net.Sockets.IPPacketInformation packetInformation1, System.Net.Sockets.IPPacketInformation packetInformation2) => throw null; - } - public enum IPProtectionLevel - { - Unspecified = -1, - Unrestricted = 10, - EdgeRestricted = 20, - Restricted = 30, - } - public class IPv6MulticastOption - { - public IPv6MulticastOption(System.Net.IPAddress group) => throw null; - public IPv6MulticastOption(System.Net.IPAddress group, long ifindex) => throw null; - public System.Net.IPAddress Group { get => throw null; set { } } - public long InterfaceIndex { get => throw null; set { } } - } - public class LingerOption - { - public LingerOption(bool enable, int seconds) => throw null; - public bool Enabled { get => throw null; set { } } - public override bool Equals(object comparand) => throw null; - public override int GetHashCode() => throw null; - public int LingerTime { get => throw null; set { } } - } - public class MulticastOption - { - public MulticastOption(System.Net.IPAddress group) => throw null; - public MulticastOption(System.Net.IPAddress group, int interfaceIndex) => throw null; - public MulticastOption(System.Net.IPAddress group, System.Net.IPAddress mcint) => throw null; - public System.Net.IPAddress Group { get => throw null; set { } } - public int InterfaceIndex { get => throw null; set { } } - public System.Net.IPAddress LocalAddress { get => throw null; set { } } - } - public class NetworkStream : System.IO.Stream - { - public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) => throw null; - public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) => throw null; - public override bool CanRead { get => throw null; } - public override bool CanSeek { get => throw null; } - public override bool CanTimeout { get => throw null; } - public override bool CanWrite { get => throw null; } - public void Close(int timeout) => throw null; - public void Close(System.TimeSpan timeout) => throw null; - public NetworkStream(System.Net.Sockets.Socket socket) => throw null; - public NetworkStream(System.Net.Sockets.Socket socket, bool ownsSocket) => throw null; - public NetworkStream(System.Net.Sockets.Socket socket, System.IO.FileAccess access) => throw null; - public NetworkStream(System.Net.Sockets.Socket socket, System.IO.FileAccess access, bool ownsSocket) => throw null; - public virtual bool DataAvailable { get => throw null; } - protected override void Dispose(bool disposing) => throw null; - public override int EndRead(System.IAsyncResult asyncResult) => throw null; - public override void EndWrite(System.IAsyncResult asyncResult) => throw null; - public override void Flush() => throw null; - public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public override long Length { get => throw null; } - public override long Position { get => throw null; set { } } - public override int Read(byte[] buffer, int offset, int count) => throw null; - public override int Read(System.Span buffer) => throw null; - protected bool Readable { get => throw null; set { } } - public override System.Threading.Tasks.Task ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask ReadAsync(System.Memory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override int ReadByte() => throw null; - public override int ReadTimeout { get => throw null; set { } } - public override long Seek(long offset, System.IO.SeekOrigin origin) => throw null; - public override void SetLength(long value) => throw null; - public System.Net.Sockets.Socket Socket { get => throw null; } - public override void Write(byte[] buffer, int offset, int count) => throw null; - public override void Write(System.ReadOnlySpan buffer) => throw null; - protected bool Writeable { get => throw null; set { } } - public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override void WriteByte(byte value) => throw null; - public override int WriteTimeout { get => throw null; set { } } - } - public enum ProtocolFamily - { - Unknown = -1, - Unspecified = 0, - Unix = 1, - InterNetwork = 2, - ImpLink = 3, - Pup = 4, - Chaos = 5, - Ipx = 6, - NS = 6, - Iso = 7, - Osi = 7, - Ecma = 8, - DataKit = 9, - Ccitt = 10, - Sna = 11, - DecNet = 12, - DataLink = 13, - Lat = 14, - HyperChannel = 15, - AppleTalk = 16, - NetBios = 17, - VoiceView = 18, - FireFox = 19, - Banyan = 21, - Atm = 22, - InterNetworkV6 = 23, - Cluster = 24, - Ieee12844 = 25, - Irda = 26, - NetworkDesigners = 28, - Max = 29, - Packet = 65536, - ControllerAreaNetwork = 65537, - } - public enum ProtocolType - { - Unknown = -1, - IP = 0, - IPv6HopByHopOptions = 0, - Unspecified = 0, - Icmp = 1, - Igmp = 2, - Ggp = 3, - IPv4 = 4, - Tcp = 6, - Pup = 12, - Udp = 17, - Idp = 22, - IPv6 = 41, - IPv6RoutingHeader = 43, - IPv6FragmentHeader = 44, - IPSecEncapsulatingSecurityPayload = 50, - IPSecAuthenticationHeader = 51, - IcmpV6 = 58, - IPv6NoNextHeader = 59, - IPv6DestinationOptions = 60, - ND = 77, - Raw = 255, - Ipx = 1000, - Spx = 1256, - SpxII = 1257, - } - public sealed class SafeSocketHandle : Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid - { - public SafeSocketHandle() : base(default(bool)) => throw null; - public SafeSocketHandle(nint preexistingHandle, bool ownsHandle) : base(default(bool)) => throw null; - public override bool IsInvalid { get => throw null; } - protected override bool ReleaseHandle() => throw null; - } - public enum SelectMode - { - SelectRead = 0, - SelectWrite = 1, - SelectError = 2, - } - public class SendPacketsElement - { - public byte[] Buffer { get => throw null; } - public int Count { get => throw null; } - public SendPacketsElement(byte[] buffer) => throw null; - public SendPacketsElement(byte[] buffer, int offset, int count) => throw null; - public SendPacketsElement(byte[] buffer, int offset, int count, bool endOfPacket) => throw null; - public SendPacketsElement(System.IO.FileStream fileStream) => throw null; - public SendPacketsElement(System.IO.FileStream fileStream, long offset, int count) => throw null; - public SendPacketsElement(System.IO.FileStream fileStream, long offset, int count, bool endOfPacket) => throw null; - public SendPacketsElement(System.ReadOnlyMemory buffer) => throw null; - public SendPacketsElement(System.ReadOnlyMemory buffer, bool endOfPacket) => throw null; - public SendPacketsElement(string filepath) => throw null; - public SendPacketsElement(string filepath, int offset, int count) => throw null; - public SendPacketsElement(string filepath, int offset, int count, bool endOfPacket) => throw null; - public SendPacketsElement(string filepath, long offset, int count) => throw null; - public SendPacketsElement(string filepath, long offset, int count, bool endOfPacket) => throw null; - public bool EndOfPacket { get => throw null; } - public string FilePath { get => throw null; } - public System.IO.FileStream FileStream { get => throw null; } - public System.ReadOnlyMemory? MemoryBuffer { get => throw null; } - public int Offset { get => throw null; } - public long OffsetLong { get => throw null; } - } - public class Socket : System.IDisposable - { - public System.Net.Sockets.Socket Accept() => throw null; - public System.Threading.Tasks.Task AcceptAsync() => throw null; - public System.Threading.Tasks.Task AcceptAsync(System.Net.Sockets.Socket acceptSocket) => throw null; - public System.Threading.Tasks.ValueTask AcceptAsync(System.Net.Sockets.Socket acceptSocket, System.Threading.CancellationToken cancellationToken) => throw null; - public bool AcceptAsync(System.Net.Sockets.SocketAsyncEventArgs e) => throw null; - public System.Threading.Tasks.ValueTask AcceptAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public System.Net.Sockets.AddressFamily AddressFamily { get => throw null; } - public int Available { get => throw null; } - public System.IAsyncResult BeginAccept(System.AsyncCallback callback, object state) => throw null; - public System.IAsyncResult BeginAccept(int receiveSize, System.AsyncCallback callback, object state) => throw null; - public System.IAsyncResult BeginAccept(System.Net.Sockets.Socket acceptSocket, int receiveSize, System.AsyncCallback callback, object state) => throw null; - public System.IAsyncResult BeginConnect(System.Net.EndPoint remoteEP, System.AsyncCallback callback, object state) => throw null; - public System.IAsyncResult BeginConnect(System.Net.IPAddress address, int port, System.AsyncCallback requestCallback, object state) => throw null; - public System.IAsyncResult BeginConnect(System.Net.IPAddress[] addresses, int port, System.AsyncCallback requestCallback, object state) => throw null; - public System.IAsyncResult BeginConnect(string host, int port, System.AsyncCallback requestCallback, object state) => throw null; - public System.IAsyncResult BeginDisconnect(bool reuseSocket, System.AsyncCallback callback, object state) => throw null; - public System.IAsyncResult BeginReceive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback callback, object state) => throw null; - public System.IAsyncResult BeginReceive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode, System.AsyncCallback callback, object state) => throw null; - public System.IAsyncResult BeginReceive(System.Collections.Generic.IList> buffers, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback callback, object state) => throw null; - public System.IAsyncResult BeginReceive(System.Collections.Generic.IList> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode, System.AsyncCallback callback, object state) => throw null; - public System.IAsyncResult BeginReceiveFrom(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP, System.AsyncCallback callback, object state) => throw null; - public System.IAsyncResult BeginReceiveMessageFrom(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP, System.AsyncCallback callback, object state) => throw null; - public System.IAsyncResult BeginSend(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback callback, object state) => throw null; - public System.IAsyncResult BeginSend(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode, System.AsyncCallback callback, object state) => throw null; - public System.IAsyncResult BeginSend(System.Collections.Generic.IList> buffers, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback callback, object state) => throw null; - public System.IAsyncResult BeginSend(System.Collections.Generic.IList> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode, System.AsyncCallback callback, object state) => throw null; - public System.IAsyncResult BeginSendFile(string fileName, System.AsyncCallback callback, object state) => throw null; - public System.IAsyncResult BeginSendFile(string fileName, byte[] preBuffer, byte[] postBuffer, System.Net.Sockets.TransmitFileOptions flags, System.AsyncCallback callback, object state) => throw null; - public System.IAsyncResult BeginSendTo(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP, System.AsyncCallback callback, object state) => throw null; - public void Bind(System.Net.EndPoint localEP) => throw null; - public bool Blocking { get => throw null; set { } } - public static void CancelConnectAsync(System.Net.Sockets.SocketAsyncEventArgs e) => throw null; - public void Close() => throw null; - public void Close(int timeout) => throw null; - public void Connect(System.Net.EndPoint remoteEP) => throw null; - public void Connect(System.Net.IPAddress address, int port) => throw null; - public void Connect(System.Net.IPAddress[] addresses, int port) => throw null; - public void Connect(string host, int port) => throw null; - public System.Threading.Tasks.Task ConnectAsync(System.Net.EndPoint remoteEP) => throw null; - public System.Threading.Tasks.ValueTask ConnectAsync(System.Net.EndPoint remoteEP, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ConnectAsync(System.Net.IPAddress address, int port) => throw null; - public System.Threading.Tasks.ValueTask ConnectAsync(System.Net.IPAddress address, int port, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ConnectAsync(System.Net.IPAddress[] addresses, int port) => throw null; - public System.Threading.Tasks.ValueTask ConnectAsync(System.Net.IPAddress[] addresses, int port, System.Threading.CancellationToken cancellationToken) => throw null; - public bool ConnectAsync(System.Net.Sockets.SocketAsyncEventArgs e) => throw null; - public static bool ConnectAsync(System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType, System.Net.Sockets.SocketAsyncEventArgs e) => throw null; - public System.Threading.Tasks.Task ConnectAsync(string host, int port) => throw null; - public System.Threading.Tasks.ValueTask ConnectAsync(string host, int port, System.Threading.CancellationToken cancellationToken) => throw null; - public bool Connected { get => throw null; } - public Socket(System.Net.Sockets.AddressFamily addressFamily, System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType) => throw null; - public Socket(System.Net.Sockets.SafeSocketHandle handle) => throw null; - public Socket(System.Net.Sockets.SocketInformation socketInformation) => throw null; - public Socket(System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType) => throw null; - public void Disconnect(bool reuseSocket) => throw null; - public System.Threading.Tasks.ValueTask DisconnectAsync(bool reuseSocket, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public bool DisconnectAsync(System.Net.Sockets.SocketAsyncEventArgs e) => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public bool DontFragment { get => throw null; set { } } - public bool DualMode { get => throw null; set { } } - public System.Net.Sockets.SocketInformation DuplicateAndClose(int targetProcessId) => throw null; - public bool EnableBroadcast { get => throw null; set { } } - public System.Net.Sockets.Socket EndAccept(out byte[] buffer, System.IAsyncResult asyncResult) => throw null; - public System.Net.Sockets.Socket EndAccept(out byte[] buffer, out int bytesTransferred, System.IAsyncResult asyncResult) => throw null; - public System.Net.Sockets.Socket EndAccept(System.IAsyncResult asyncResult) => throw null; - public void EndConnect(System.IAsyncResult asyncResult) => throw null; - public void EndDisconnect(System.IAsyncResult asyncResult) => throw null; - public int EndReceive(System.IAsyncResult asyncResult) => throw null; - public int EndReceive(System.IAsyncResult asyncResult, out System.Net.Sockets.SocketError errorCode) => throw null; - public int EndReceiveFrom(System.IAsyncResult asyncResult, ref System.Net.EndPoint endPoint) => throw null; - public int EndReceiveMessageFrom(System.IAsyncResult asyncResult, ref System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint endPoint, out System.Net.Sockets.IPPacketInformation ipPacketInformation) => throw null; - public int EndSend(System.IAsyncResult asyncResult) => throw null; - public int EndSend(System.IAsyncResult asyncResult, out System.Net.Sockets.SocketError errorCode) => throw null; - public void EndSendFile(System.IAsyncResult asyncResult) => throw null; - public int EndSendTo(System.IAsyncResult asyncResult) => throw null; - public bool ExclusiveAddressUse { get => throw null; set { } } - public int GetRawSocketOption(int optionLevel, int optionName, System.Span optionValue) => throw null; - public object GetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName) => throw null; - public void GetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, byte[] optionValue) => throw null; - public byte[] GetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, int optionLength) => throw null; - public nint Handle { get => throw null; } - public int IOControl(int ioControlCode, byte[] optionInValue, byte[] optionOutValue) => throw null; - public int IOControl(System.Net.Sockets.IOControlCode ioControlCode, byte[] optionInValue, byte[] optionOutValue) => throw null; - public bool IsBound { get => throw null; } - public System.Net.Sockets.LingerOption LingerState { get => throw null; set { } } - public void Listen() => throw null; - public void Listen(int backlog) => throw null; - public System.Net.EndPoint LocalEndPoint { get => throw null; } - public bool MulticastLoopback { get => throw null; set { } } - public bool NoDelay { get => throw null; set { } } - public static bool OSSupportsIPv4 { get => throw null; } - public static bool OSSupportsIPv6 { get => throw null; } - public static bool OSSupportsUnixDomainSockets { get => throw null; } - public bool Poll(int microSeconds, System.Net.Sockets.SelectMode mode) => throw null; - public bool Poll(System.TimeSpan timeout, System.Net.Sockets.SelectMode mode) => throw null; - public System.Net.Sockets.ProtocolType ProtocolType { get => throw null; } - public int Receive(byte[] buffer) => throw null; - public int Receive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags) => throw null; - public int Receive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode) => throw null; - public int Receive(byte[] buffer, int size, System.Net.Sockets.SocketFlags socketFlags) => throw null; - public int Receive(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags) => throw null; - public int Receive(System.Collections.Generic.IList> buffers) => throw null; - public int Receive(System.Collections.Generic.IList> buffers, System.Net.Sockets.SocketFlags socketFlags) => throw null; - public int Receive(System.Collections.Generic.IList> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode) => throw null; - public int Receive(System.Span buffer) => throw null; - public int Receive(System.Span buffer, System.Net.Sockets.SocketFlags socketFlags) => throw null; - public int Receive(System.Span buffer, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode) => throw null; - public System.Threading.Tasks.Task ReceiveAsync(System.ArraySegment buffer) => throw null; - public System.Threading.Tasks.Task ReceiveAsync(System.ArraySegment buffer, System.Net.Sockets.SocketFlags socketFlags) => throw null; - public System.Threading.Tasks.Task ReceiveAsync(System.Collections.Generic.IList> buffers) => throw null; - public System.Threading.Tasks.Task ReceiveAsync(System.Collections.Generic.IList> buffers, System.Net.Sockets.SocketFlags socketFlags) => throw null; - public System.Threading.Tasks.ValueTask ReceiveAsync(System.Memory buffer, System.Net.Sockets.SocketFlags socketFlags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public System.Threading.Tasks.ValueTask ReceiveAsync(System.Memory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public bool ReceiveAsync(System.Net.Sockets.SocketAsyncEventArgs e) => throw null; - public int ReceiveBufferSize { get => throw null; set { } } - public int ReceiveFrom(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP) => throw null; - public int ReceiveFrom(byte[] buffer, int size, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP) => throw null; - public int ReceiveFrom(byte[] buffer, ref System.Net.EndPoint remoteEP) => throw null; - public int ReceiveFrom(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP) => throw null; - public int ReceiveFrom(System.Span buffer, ref System.Net.EndPoint remoteEP) => throw null; - public int ReceiveFrom(System.Span buffer, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP) => throw null; - public int ReceiveFrom(System.Span buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.SocketAddress receivedAddress) => throw null; - public System.Threading.Tasks.Task ReceiveFromAsync(System.ArraySegment buffer, System.Net.EndPoint remoteEndPoint) => throw null; - public System.Threading.Tasks.Task ReceiveFromAsync(System.ArraySegment buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEndPoint) => throw null; - public System.Threading.Tasks.ValueTask ReceiveFromAsync(System.Memory buffer, System.Net.EndPoint remoteEndPoint, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public System.Threading.Tasks.ValueTask ReceiveFromAsync(System.Memory buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEndPoint, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public System.Threading.Tasks.ValueTask ReceiveFromAsync(System.Memory buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.SocketAddress receivedAddress, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public bool ReceiveFromAsync(System.Net.Sockets.SocketAsyncEventArgs e) => throw null; - public int ReceiveMessageFrom(byte[] buffer, int offset, int size, ref System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP, out System.Net.Sockets.IPPacketInformation ipPacketInformation) => throw null; - public int ReceiveMessageFrom(System.Span buffer, ref System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP, out System.Net.Sockets.IPPacketInformation ipPacketInformation) => throw null; - public System.Threading.Tasks.Task ReceiveMessageFromAsync(System.ArraySegment buffer, System.Net.EndPoint remoteEndPoint) => throw null; - public System.Threading.Tasks.Task ReceiveMessageFromAsync(System.ArraySegment buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEndPoint) => throw null; - public System.Threading.Tasks.ValueTask ReceiveMessageFromAsync(System.Memory buffer, System.Net.EndPoint remoteEndPoint, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public System.Threading.Tasks.ValueTask ReceiveMessageFromAsync(System.Memory buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEndPoint, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public bool ReceiveMessageFromAsync(System.Net.Sockets.SocketAsyncEventArgs e) => throw null; - public int ReceiveTimeout { get => throw null; set { } } - public System.Net.EndPoint RemoteEndPoint { get => throw null; } - public System.Net.Sockets.SafeSocketHandle SafeHandle { get => throw null; } - public static void Select(System.Collections.IList checkRead, System.Collections.IList checkWrite, System.Collections.IList checkError, int microSeconds) => throw null; - public static void Select(System.Collections.IList checkRead, System.Collections.IList checkWrite, System.Collections.IList checkError, System.TimeSpan timeout) => throw null; - public int Send(byte[] buffer) => throw null; - public int Send(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags) => throw null; - public int Send(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode) => throw null; - public int Send(byte[] buffer, int size, System.Net.Sockets.SocketFlags socketFlags) => throw null; - public int Send(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags) => throw null; - public int Send(System.Collections.Generic.IList> buffers) => throw null; - public int Send(System.Collections.Generic.IList> buffers, System.Net.Sockets.SocketFlags socketFlags) => throw null; - public int Send(System.Collections.Generic.IList> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode) => throw null; - public int Send(System.ReadOnlySpan buffer) => throw null; - public int Send(System.ReadOnlySpan buffer, System.Net.Sockets.SocketFlags socketFlags) => throw null; - public int Send(System.ReadOnlySpan buffer, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode) => throw null; - public System.Threading.Tasks.Task SendAsync(System.ArraySegment buffer) => throw null; - public System.Threading.Tasks.Task SendAsync(System.ArraySegment buffer, System.Net.Sockets.SocketFlags socketFlags) => throw null; - public System.Threading.Tasks.Task SendAsync(System.Collections.Generic.IList> buffers) => throw null; - public System.Threading.Tasks.Task SendAsync(System.Collections.Generic.IList> buffers, System.Net.Sockets.SocketFlags socketFlags) => throw null; - public bool SendAsync(System.Net.Sockets.SocketAsyncEventArgs e) => throw null; - public System.Threading.Tasks.ValueTask SendAsync(System.ReadOnlyMemory buffer, System.Net.Sockets.SocketFlags socketFlags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public System.Threading.Tasks.ValueTask SendAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public int SendBufferSize { get => throw null; set { } } - public void SendFile(string fileName) => throw null; - public void SendFile(string fileName, byte[] preBuffer, byte[] postBuffer, System.Net.Sockets.TransmitFileOptions flags) => throw null; - public void SendFile(string fileName, System.ReadOnlySpan preBuffer, System.ReadOnlySpan postBuffer, System.Net.Sockets.TransmitFileOptions flags) => throw null; - public System.Threading.Tasks.ValueTask SendFileAsync(string fileName, System.ReadOnlyMemory preBuffer, System.ReadOnlyMemory postBuffer, System.Net.Sockets.TransmitFileOptions flags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public System.Threading.Tasks.ValueTask SendFileAsync(string fileName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public bool SendPacketsAsync(System.Net.Sockets.SocketAsyncEventArgs e) => throw null; - public int SendTimeout { get => throw null; set { } } - public int SendTo(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP) => throw null; - public int SendTo(byte[] buffer, int size, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP) => throw null; - public int SendTo(byte[] buffer, System.Net.EndPoint remoteEP) => throw null; - public int SendTo(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP) => throw null; - public int SendTo(System.ReadOnlySpan buffer, System.Net.EndPoint remoteEP) => throw null; - public int SendTo(System.ReadOnlySpan buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP) => throw null; - public int SendTo(System.ReadOnlySpan buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.SocketAddress socketAddress) => throw null; - public System.Threading.Tasks.Task SendToAsync(System.ArraySegment buffer, System.Net.EndPoint remoteEP) => throw null; - public System.Threading.Tasks.Task SendToAsync(System.ArraySegment buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP) => throw null; - public bool SendToAsync(System.Net.Sockets.SocketAsyncEventArgs e) => throw null; - public System.Threading.Tasks.ValueTask SendToAsync(System.ReadOnlyMemory buffer, System.Net.EndPoint remoteEP, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public System.Threading.Tasks.ValueTask SendToAsync(System.ReadOnlyMemory buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public System.Threading.Tasks.ValueTask SendToAsync(System.ReadOnlyMemory buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.SocketAddress socketAddress, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public void SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel level) => throw null; - public void SetRawSocketOption(int optionLevel, int optionName, System.ReadOnlySpan optionValue) => throw null; - public void SetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, bool optionValue) => throw null; - public void SetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, byte[] optionValue) => throw null; - public void SetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, int optionValue) => throw null; - public void SetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, object optionValue) => throw null; - public void Shutdown(System.Net.Sockets.SocketShutdown how) => throw null; - public System.Net.Sockets.SocketType SocketType { get => throw null; } - public static bool SupportsIPv4 { get => throw null; } - public static bool SupportsIPv6 { get => throw null; } - public short Ttl { get => throw null; set { } } - public bool UseOnlyOverlappedIO { get => throw null; set { } } - } - public class SocketAsyncEventArgs : System.EventArgs, System.IDisposable - { - public System.Net.Sockets.Socket AcceptSocket { get => throw null; set { } } - public byte[] Buffer { get => throw null; } - public System.Collections.Generic.IList> BufferList { get => throw null; set { } } - public int BytesTransferred { get => throw null; } - public event System.EventHandler Completed; - public System.Exception ConnectByNameError { get => throw null; } - public System.Net.Sockets.Socket ConnectSocket { get => throw null; } - public int Count { get => throw null; } - public SocketAsyncEventArgs() => throw null; - public SocketAsyncEventArgs(bool unsafeSuppressExecutionContextFlow) => throw null; - public bool DisconnectReuseSocket { get => throw null; set { } } - public void Dispose() => throw null; - public System.Net.Sockets.SocketAsyncOperation LastOperation { get => throw null; } - public System.Memory MemoryBuffer { get => throw null; } - public int Offset { get => throw null; } - protected virtual void OnCompleted(System.Net.Sockets.SocketAsyncEventArgs e) => throw null; - public System.Net.Sockets.IPPacketInformation ReceiveMessageFromPacketInfo { get => throw null; } - public System.Net.EndPoint RemoteEndPoint { get => throw null; set { } } - public System.Net.Sockets.SendPacketsElement[] SendPacketsElements { get => throw null; set { } } - public System.Net.Sockets.TransmitFileOptions SendPacketsFlags { get => throw null; set { } } - public int SendPacketsSendSize { get => throw null; set { } } - public void SetBuffer(byte[] buffer, int offset, int count) => throw null; - public void SetBuffer(int offset, int count) => throw null; - public void SetBuffer(System.Memory buffer) => throw null; - public System.Net.Sockets.SocketError SocketError { get => throw null; set { } } - public System.Net.Sockets.SocketFlags SocketFlags { get => throw null; set { } } - public object UserToken { get => throw null; set { } } - } - public enum SocketAsyncOperation - { - None = 0, - Accept = 1, - Connect = 2, - Disconnect = 3, - Receive = 4, - ReceiveFrom = 5, - ReceiveMessageFrom = 6, - Send = 7, - SendPackets = 8, - SendTo = 9, - } - [System.Flags] - public enum SocketFlags - { - None = 0, - OutOfBand = 1, - Peek = 2, - DontRoute = 4, - Truncated = 256, - ControlDataTruncated = 512, - Broadcast = 1024, - Multicast = 2048, - Partial = 32768, - } - public struct SocketInformation - { - public System.Net.Sockets.SocketInformationOptions Options { get => throw null; set { } } - public byte[] ProtocolInformation { get => throw null; set { } } - } - [System.Flags] - public enum SocketInformationOptions - { - NonBlocking = 1, - Connected = 2, - Listening = 4, - UseOnlyOverlappedIO = 8, - } - public enum SocketOptionLevel - { - IP = 0, - Tcp = 6, - Udp = 17, - IPv6 = 41, - Socket = 65535, - } - public enum SocketOptionName - { - DontLinger = -129, - ExclusiveAddressUse = -5, - Debug = 1, - IPOptions = 1, - NoChecksum = 1, - NoDelay = 1, - AcceptConnection = 2, - BsdUrgent = 2, - Expedited = 2, - HeaderIncluded = 2, - TcpKeepAliveTime = 3, - TypeOfService = 3, - IpTimeToLive = 4, - ReuseAddress = 4, - KeepAlive = 8, - MulticastInterface = 9, - MulticastTimeToLive = 10, - MulticastLoopback = 11, - AddMembership = 12, - DropMembership = 13, - DontFragment = 14, - AddSourceMembership = 15, - DontRoute = 16, - DropSourceMembership = 16, - TcpKeepAliveRetryCount = 16, - BlockSource = 17, - TcpKeepAliveInterval = 17, - UnblockSource = 18, - PacketInformation = 19, - ChecksumCoverage = 20, - HopLimit = 21, - IPProtectionLevel = 23, - IPv6Only = 27, - Broadcast = 32, - UseLoopback = 64, - Linger = 128, - OutOfBandInline = 256, - SendBuffer = 4097, - ReceiveBuffer = 4098, - SendLowWater = 4099, - ReceiveLowWater = 4100, - SendTimeout = 4101, - ReceiveTimeout = 4102, - Error = 4103, - Type = 4104, - ReuseUnicastPort = 12295, - UpdateAcceptContext = 28683, - UpdateConnectContext = 28688, - MaxConnections = 2147483647, - } - public struct SocketReceiveFromResult - { - public int ReceivedBytes; - public System.Net.EndPoint RemoteEndPoint; - } - public struct SocketReceiveMessageFromResult - { - public System.Net.Sockets.IPPacketInformation PacketInformation; - public int ReceivedBytes; - public System.Net.EndPoint RemoteEndPoint; - public System.Net.Sockets.SocketFlags SocketFlags; - } - public enum SocketShutdown - { - Receive = 0, - Send = 1, - Both = 2, - } - public static partial class SocketTaskExtensions - { - public static System.Threading.Tasks.Task AcceptAsync(this System.Net.Sockets.Socket socket) => throw null; - public static System.Threading.Tasks.Task AcceptAsync(this System.Net.Sockets.Socket socket, System.Net.Sockets.Socket acceptSocket) => throw null; - public static System.Threading.Tasks.Task ConnectAsync(this System.Net.Sockets.Socket socket, System.Net.EndPoint remoteEP) => throw null; - public static System.Threading.Tasks.ValueTask ConnectAsync(this System.Net.Sockets.Socket socket, System.Net.EndPoint remoteEP, System.Threading.CancellationToken cancellationToken) => throw null; - public static System.Threading.Tasks.Task ConnectAsync(this System.Net.Sockets.Socket socket, System.Net.IPAddress address, int port) => throw null; - public static System.Threading.Tasks.ValueTask ConnectAsync(this System.Net.Sockets.Socket socket, System.Net.IPAddress address, int port, System.Threading.CancellationToken cancellationToken) => throw null; - public static System.Threading.Tasks.Task ConnectAsync(this System.Net.Sockets.Socket socket, System.Net.IPAddress[] addresses, int port) => throw null; - public static System.Threading.Tasks.ValueTask ConnectAsync(this System.Net.Sockets.Socket socket, System.Net.IPAddress[] addresses, int port, System.Threading.CancellationToken cancellationToken) => throw null; - public static System.Threading.Tasks.Task ConnectAsync(this System.Net.Sockets.Socket socket, string host, int port) => throw null; - public static System.Threading.Tasks.ValueTask ConnectAsync(this System.Net.Sockets.Socket socket, string host, int port, System.Threading.CancellationToken cancellationToken) => throw null; - public static System.Threading.Tasks.Task ReceiveAsync(this System.Net.Sockets.Socket socket, System.ArraySegment buffer, System.Net.Sockets.SocketFlags socketFlags) => throw null; - public static System.Threading.Tasks.Task ReceiveAsync(this System.Net.Sockets.Socket socket, System.Collections.Generic.IList> buffers, System.Net.Sockets.SocketFlags socketFlags) => throw null; - public static System.Threading.Tasks.ValueTask ReceiveAsync(this System.Net.Sockets.Socket socket, System.Memory buffer, System.Net.Sockets.SocketFlags socketFlags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task ReceiveFromAsync(this System.Net.Sockets.Socket socket, System.ArraySegment buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEndPoint) => throw null; - public static System.Threading.Tasks.Task ReceiveMessageFromAsync(this System.Net.Sockets.Socket socket, System.ArraySegment buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEndPoint) => throw null; - public static System.Threading.Tasks.Task SendAsync(this System.Net.Sockets.Socket socket, System.ArraySegment buffer, System.Net.Sockets.SocketFlags socketFlags) => throw null; - public static System.Threading.Tasks.Task SendAsync(this System.Net.Sockets.Socket socket, System.Collections.Generic.IList> buffers, System.Net.Sockets.SocketFlags socketFlags) => throw null; - public static System.Threading.Tasks.ValueTask SendAsync(this System.Net.Sockets.Socket socket, System.ReadOnlyMemory buffer, System.Net.Sockets.SocketFlags socketFlags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task SendToAsync(this System.Net.Sockets.Socket socket, System.ArraySegment buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP) => throw null; - } - public enum SocketType - { - Unknown = -1, - Stream = 1, - Dgram = 2, - Raw = 3, - Rdm = 4, - Seqpacket = 5, - } - public class TcpClient : System.IDisposable - { - protected bool Active { get => throw null; set { } } - public int Available { get => throw null; } - public System.IAsyncResult BeginConnect(System.Net.IPAddress address, int port, System.AsyncCallback requestCallback, object state) => throw null; - public System.IAsyncResult BeginConnect(System.Net.IPAddress[] addresses, int port, System.AsyncCallback requestCallback, object state) => throw null; - public System.IAsyncResult BeginConnect(string host, int port, System.AsyncCallback requestCallback, object state) => throw null; - public System.Net.Sockets.Socket Client { get => throw null; set { } } - public void Close() => throw null; - public void Connect(System.Net.IPAddress address, int port) => throw null; - public void Connect(System.Net.IPAddress[] ipAddresses, int port) => throw null; - public void Connect(System.Net.IPEndPoint remoteEP) => throw null; - public void Connect(string hostname, int port) => throw null; - public System.Threading.Tasks.Task ConnectAsync(System.Net.IPAddress address, int port) => throw null; - public System.Threading.Tasks.ValueTask ConnectAsync(System.Net.IPAddress address, int port, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ConnectAsync(System.Net.IPAddress[] addresses, int port) => throw null; - public System.Threading.Tasks.ValueTask ConnectAsync(System.Net.IPAddress[] addresses, int port, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ConnectAsync(System.Net.IPEndPoint remoteEP) => throw null; - public System.Threading.Tasks.ValueTask ConnectAsync(System.Net.IPEndPoint remoteEP, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ConnectAsync(string host, int port) => throw null; - public System.Threading.Tasks.ValueTask ConnectAsync(string host, int port, System.Threading.CancellationToken cancellationToken) => throw null; - public bool Connected { get => throw null; } - public TcpClient() => throw null; - public TcpClient(System.Net.IPEndPoint localEP) => throw null; - public TcpClient(System.Net.Sockets.AddressFamily family) => throw null; - public TcpClient(string hostname, int port) => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public void EndConnect(System.IAsyncResult asyncResult) => throw null; - public bool ExclusiveAddressUse { get => throw null; set { } } - public System.Net.Sockets.NetworkStream GetStream() => throw null; - public System.Net.Sockets.LingerOption LingerState { get => throw null; set { } } - public bool NoDelay { get => throw null; set { } } - public int ReceiveBufferSize { get => throw null; set { } } - public int ReceiveTimeout { get => throw null; set { } } - public int SendBufferSize { get => throw null; set { } } - public int SendTimeout { get => throw null; set { } } - } - public class TcpListener : System.IDisposable - { - public System.Net.Sockets.Socket AcceptSocket() => throw null; - public System.Threading.Tasks.Task AcceptSocketAsync() => throw null; - public System.Threading.Tasks.ValueTask AcceptSocketAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public System.Net.Sockets.TcpClient AcceptTcpClient() => throw null; - public System.Threading.Tasks.Task AcceptTcpClientAsync() => throw null; - public System.Threading.Tasks.ValueTask AcceptTcpClientAsync(System.Threading.CancellationToken cancellationToken) => throw null; - protected bool Active { get => throw null; } - public void AllowNatTraversal(bool allowed) => throw null; - public System.IAsyncResult BeginAcceptSocket(System.AsyncCallback callback, object state) => throw null; - public System.IAsyncResult BeginAcceptTcpClient(System.AsyncCallback callback, object state) => throw null; - public static System.Net.Sockets.TcpListener Create(int port) => throw null; - public TcpListener(int port) => throw null; - public TcpListener(System.Net.IPAddress localaddr, int port) => throw null; - public TcpListener(System.Net.IPEndPoint localEP) => throw null; - public void Dispose() => throw null; - public System.Net.Sockets.Socket EndAcceptSocket(System.IAsyncResult asyncResult) => throw null; - public System.Net.Sockets.TcpClient EndAcceptTcpClient(System.IAsyncResult asyncResult) => throw null; - public bool ExclusiveAddressUse { get => throw null; set { } } - public System.Net.EndPoint LocalEndpoint { get => throw null; } - public bool Pending() => throw null; - public System.Net.Sockets.Socket Server { get => throw null; } - public void Start() => throw null; - public void Start(int backlog) => throw null; - public void Stop() => throw null; - } - [System.Flags] - public enum TransmitFileOptions - { - UseDefaultWorkerThread = 0, - Disconnect = 1, - ReuseSocket = 2, - WriteBehind = 4, - UseSystemThread = 16, - UseKernelApc = 32, - } - public class UdpClient : System.IDisposable - { - protected bool Active { get => throw null; set { } } - public void AllowNatTraversal(bool allowed) => throw null; - public int Available { get => throw null; } - public System.IAsyncResult BeginReceive(System.AsyncCallback requestCallback, object state) => throw null; - public System.IAsyncResult BeginSend(byte[] datagram, int bytes, System.AsyncCallback requestCallback, object state) => throw null; - public System.IAsyncResult BeginSend(byte[] datagram, int bytes, System.Net.IPEndPoint endPoint, System.AsyncCallback requestCallback, object state) => throw null; - public System.IAsyncResult BeginSend(byte[] datagram, int bytes, string hostname, int port, System.AsyncCallback requestCallback, object state) => throw null; - public System.Net.Sockets.Socket Client { get => throw null; set { } } - public void Close() => throw null; - public void Connect(System.Net.IPAddress addr, int port) => throw null; - public void Connect(System.Net.IPEndPoint endPoint) => throw null; - public void Connect(string hostname, int port) => throw null; - public UdpClient() => throw null; - public UdpClient(int port) => throw null; - public UdpClient(int port, System.Net.Sockets.AddressFamily family) => throw null; - public UdpClient(System.Net.IPEndPoint localEP) => throw null; - public UdpClient(System.Net.Sockets.AddressFamily family) => throw null; - public UdpClient(string hostname, int port) => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public bool DontFragment { get => throw null; set { } } - public void DropMulticastGroup(System.Net.IPAddress multicastAddr) => throw null; - public void DropMulticastGroup(System.Net.IPAddress multicastAddr, int ifindex) => throw null; - public bool EnableBroadcast { get => throw null; set { } } - public byte[] EndReceive(System.IAsyncResult asyncResult, ref System.Net.IPEndPoint remoteEP) => throw null; - public int EndSend(System.IAsyncResult asyncResult) => throw null; - public bool ExclusiveAddressUse { get => throw null; set { } } - public void JoinMulticastGroup(int ifindex, System.Net.IPAddress multicastAddr) => throw null; - public void JoinMulticastGroup(System.Net.IPAddress multicastAddr) => throw null; - public void JoinMulticastGroup(System.Net.IPAddress multicastAddr, int timeToLive) => throw null; - public void JoinMulticastGroup(System.Net.IPAddress multicastAddr, System.Net.IPAddress localAddress) => throw null; - public bool MulticastLoopback { get => throw null; set { } } - public byte[] Receive(ref System.Net.IPEndPoint remoteEP) => throw null; - public System.Threading.Tasks.Task ReceiveAsync() => throw null; - public System.Threading.Tasks.ValueTask ReceiveAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public int Send(byte[] dgram, int bytes) => throw null; - public int Send(byte[] dgram, int bytes, System.Net.IPEndPoint endPoint) => throw null; - public int Send(byte[] dgram, int bytes, string hostname, int port) => throw null; - public int Send(System.ReadOnlySpan datagram) => throw null; - public int Send(System.ReadOnlySpan datagram, System.Net.IPEndPoint endPoint) => throw null; - public int Send(System.ReadOnlySpan datagram, string hostname, int port) => throw null; - public System.Threading.Tasks.Task SendAsync(byte[] datagram, int bytes) => throw null; - public System.Threading.Tasks.Task SendAsync(byte[] datagram, int bytes, System.Net.IPEndPoint endPoint) => throw null; - public System.Threading.Tasks.Task SendAsync(byte[] datagram, int bytes, string hostname, int port) => throw null; - public System.Threading.Tasks.ValueTask SendAsync(System.ReadOnlyMemory datagram, System.Net.IPEndPoint endPoint, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public System.Threading.Tasks.ValueTask SendAsync(System.ReadOnlyMemory datagram, string hostname, int port, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public System.Threading.Tasks.ValueTask SendAsync(System.ReadOnlyMemory datagram, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public short Ttl { get => throw null; set { } } - } - public struct UdpReceiveResult : System.IEquatable - { - public byte[] Buffer { get => throw null; } - public UdpReceiveResult(byte[] buffer, System.Net.IPEndPoint remoteEndPoint) => throw null; - public bool Equals(System.Net.Sockets.UdpReceiveResult other) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiveResult right) => throw null; - public static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiveResult right) => throw null; - public System.Net.IPEndPoint RemoteEndPoint { get => throw null; } - } - public sealed class UnixDomainSocketEndPoint : System.Net.EndPoint - { - public override System.Net.Sockets.AddressFamily AddressFamily { get => throw null; } - public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) => throw null; - public UnixDomainSocketEndPoint(string path) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public override System.Net.SocketAddress Serialize() => throw null; - public override string ToString() => throw null; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebClient.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebClient.cs deleted file mode 100644 index e19f6f5c..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebClient.cs +++ /dev/null @@ -1,201 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Net.WebClient, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. -namespace System -{ - namespace Net - { - public class DownloadDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs - { - public byte[] Result { get => throw null; } - internal DownloadDataCompletedEventArgs() : base(default(System.Exception), default(bool), default(object)) { } - } - public delegate void DownloadDataCompletedEventHandler(object sender, System.Net.DownloadDataCompletedEventArgs e); - public class DownloadProgressChangedEventArgs : System.ComponentModel.ProgressChangedEventArgs - { - public long BytesReceived { get => throw null; } - public long TotalBytesToReceive { get => throw null; } - internal DownloadProgressChangedEventArgs() : base(default(int), default(object)) { } - } - public delegate void DownloadProgressChangedEventHandler(object sender, System.Net.DownloadProgressChangedEventArgs e); - public class DownloadStringCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs - { - public string Result { get => throw null; } - internal DownloadStringCompletedEventArgs() : base(default(System.Exception), default(bool), default(object)) { } - } - public delegate void DownloadStringCompletedEventHandler(object sender, System.Net.DownloadStringCompletedEventArgs e); - public class OpenReadCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs - { - public System.IO.Stream Result { get => throw null; } - internal OpenReadCompletedEventArgs() : base(default(System.Exception), default(bool), default(object)) { } - } - public delegate void OpenReadCompletedEventHandler(object sender, System.Net.OpenReadCompletedEventArgs e); - public class OpenWriteCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs - { - public System.IO.Stream Result { get => throw null; } - internal OpenWriteCompletedEventArgs() : base(default(System.Exception), default(bool), default(object)) { } - } - public delegate void OpenWriteCompletedEventHandler(object sender, System.Net.OpenWriteCompletedEventArgs e); - public class UploadDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs - { - public byte[] Result { get => throw null; } - internal UploadDataCompletedEventArgs() : base(default(System.Exception), default(bool), default(object)) { } - } - public delegate void UploadDataCompletedEventHandler(object sender, System.Net.UploadDataCompletedEventArgs e); - public class UploadFileCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs - { - public byte[] Result { get => throw null; } - internal UploadFileCompletedEventArgs() : base(default(System.Exception), default(bool), default(object)) { } - } - public delegate void UploadFileCompletedEventHandler(object sender, System.Net.UploadFileCompletedEventArgs e); - public class UploadProgressChangedEventArgs : System.ComponentModel.ProgressChangedEventArgs - { - public long BytesReceived { get => throw null; } - public long BytesSent { get => throw null; } - public long TotalBytesToReceive { get => throw null; } - public long TotalBytesToSend { get => throw null; } - internal UploadProgressChangedEventArgs() : base(default(int), default(object)) { } - } - public delegate void UploadProgressChangedEventHandler(object sender, System.Net.UploadProgressChangedEventArgs e); - public class UploadStringCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs - { - public string Result { get => throw null; } - internal UploadStringCompletedEventArgs() : base(default(System.Exception), default(bool), default(object)) { } - } - public delegate void UploadStringCompletedEventHandler(object sender, System.Net.UploadStringCompletedEventArgs e); - public class UploadValuesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs - { - public byte[] Result { get => throw null; } - internal UploadValuesCompletedEventArgs() : base(default(System.Exception), default(bool), default(object)) { } - } - public delegate void UploadValuesCompletedEventHandler(object sender, System.Net.UploadValuesCompletedEventArgs e); - public class WebClient : System.ComponentModel.Component - { - public bool AllowReadStreamBuffering { get => throw null; set { } } - public bool AllowWriteStreamBuffering { get => throw null; set { } } - public string BaseAddress { get => throw null; set { } } - public System.Net.Cache.RequestCachePolicy CachePolicy { get => throw null; set { } } - public void CancelAsync() => throw null; - public System.Net.ICredentials Credentials { get => throw null; set { } } - public WebClient() => throw null; - public byte[] DownloadData(string address) => throw null; - public byte[] DownloadData(System.Uri address) => throw null; - public void DownloadDataAsync(System.Uri address) => throw null; - public void DownloadDataAsync(System.Uri address, object userToken) => throw null; - public event System.Net.DownloadDataCompletedEventHandler DownloadDataCompleted; - public System.Threading.Tasks.Task DownloadDataTaskAsync(string address) => throw null; - public System.Threading.Tasks.Task DownloadDataTaskAsync(System.Uri address) => throw null; - public void DownloadFile(string address, string fileName) => throw null; - public void DownloadFile(System.Uri address, string fileName) => throw null; - public void DownloadFileAsync(System.Uri address, string fileName) => throw null; - public void DownloadFileAsync(System.Uri address, string fileName, object userToken) => throw null; - public event System.ComponentModel.AsyncCompletedEventHandler DownloadFileCompleted; - public System.Threading.Tasks.Task DownloadFileTaskAsync(string address, string fileName) => throw null; - public System.Threading.Tasks.Task DownloadFileTaskAsync(System.Uri address, string fileName) => throw null; - public event System.Net.DownloadProgressChangedEventHandler DownloadProgressChanged; - public string DownloadString(string address) => throw null; - public string DownloadString(System.Uri address) => throw null; - public void DownloadStringAsync(System.Uri address) => throw null; - public void DownloadStringAsync(System.Uri address, object userToken) => throw null; - public event System.Net.DownloadStringCompletedEventHandler DownloadStringCompleted; - public System.Threading.Tasks.Task DownloadStringTaskAsync(string address) => throw null; - public System.Threading.Tasks.Task DownloadStringTaskAsync(System.Uri address) => throw null; - public System.Text.Encoding Encoding { get => throw null; set { } } - protected virtual System.Net.WebRequest GetWebRequest(System.Uri address) => throw null; - protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) => throw null; - protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAsyncResult result) => throw null; - public System.Net.WebHeaderCollection Headers { get => throw null; set { } } - public bool IsBusy { get => throw null; } - protected virtual void OnDownloadDataCompleted(System.Net.DownloadDataCompletedEventArgs e) => throw null; - protected virtual void OnDownloadFileCompleted(System.ComponentModel.AsyncCompletedEventArgs e) => throw null; - protected virtual void OnDownloadProgressChanged(System.Net.DownloadProgressChangedEventArgs e) => throw null; - protected virtual void OnDownloadStringCompleted(System.Net.DownloadStringCompletedEventArgs e) => throw null; - protected virtual void OnOpenReadCompleted(System.Net.OpenReadCompletedEventArgs e) => throw null; - protected virtual void OnOpenWriteCompleted(System.Net.OpenWriteCompletedEventArgs e) => throw null; - protected virtual void OnUploadDataCompleted(System.Net.UploadDataCompletedEventArgs e) => throw null; - protected virtual void OnUploadFileCompleted(System.Net.UploadFileCompletedEventArgs e) => throw null; - protected virtual void OnUploadProgressChanged(System.Net.UploadProgressChangedEventArgs e) => throw null; - protected virtual void OnUploadStringCompleted(System.Net.UploadStringCompletedEventArgs e) => throw null; - protected virtual void OnUploadValuesCompleted(System.Net.UploadValuesCompletedEventArgs e) => throw null; - protected virtual void OnWriteStreamClosed(System.Net.WriteStreamClosedEventArgs e) => throw null; - public System.IO.Stream OpenRead(string address) => throw null; - public System.IO.Stream OpenRead(System.Uri address) => throw null; - public void OpenReadAsync(System.Uri address) => throw null; - public void OpenReadAsync(System.Uri address, object userToken) => throw null; - public event System.Net.OpenReadCompletedEventHandler OpenReadCompleted; - public System.Threading.Tasks.Task OpenReadTaskAsync(string address) => throw null; - public System.Threading.Tasks.Task OpenReadTaskAsync(System.Uri address) => throw null; - public System.IO.Stream OpenWrite(string address) => throw null; - public System.IO.Stream OpenWrite(string address, string method) => throw null; - public System.IO.Stream OpenWrite(System.Uri address) => throw null; - public System.IO.Stream OpenWrite(System.Uri address, string method) => throw null; - public void OpenWriteAsync(System.Uri address) => throw null; - public void OpenWriteAsync(System.Uri address, string method) => throw null; - public void OpenWriteAsync(System.Uri address, string method, object userToken) => throw null; - public event System.Net.OpenWriteCompletedEventHandler OpenWriteCompleted; - public System.Threading.Tasks.Task OpenWriteTaskAsync(string address) => throw null; - public System.Threading.Tasks.Task OpenWriteTaskAsync(string address, string method) => throw null; - public System.Threading.Tasks.Task OpenWriteTaskAsync(System.Uri address) => throw null; - public System.Threading.Tasks.Task OpenWriteTaskAsync(System.Uri address, string method) => throw null; - public System.Net.IWebProxy Proxy { get => throw null; set { } } - public System.Collections.Specialized.NameValueCollection QueryString { get => throw null; set { } } - public System.Net.WebHeaderCollection ResponseHeaders { get => throw null; } - public byte[] UploadData(string address, byte[] data) => throw null; - public byte[] UploadData(string address, string method, byte[] data) => throw null; - public byte[] UploadData(System.Uri address, byte[] data) => throw null; - public byte[] UploadData(System.Uri address, string method, byte[] data) => throw null; - public void UploadDataAsync(System.Uri address, byte[] data) => throw null; - public void UploadDataAsync(System.Uri address, string method, byte[] data) => throw null; - public void UploadDataAsync(System.Uri address, string method, byte[] data, object userToken) => throw null; - public event System.Net.UploadDataCompletedEventHandler UploadDataCompleted; - public System.Threading.Tasks.Task UploadDataTaskAsync(string address, byte[] data) => throw null; - public System.Threading.Tasks.Task UploadDataTaskAsync(string address, string method, byte[] data) => throw null; - public System.Threading.Tasks.Task UploadDataTaskAsync(System.Uri address, byte[] data) => throw null; - public System.Threading.Tasks.Task UploadDataTaskAsync(System.Uri address, string method, byte[] data) => throw null; - public byte[] UploadFile(string address, string fileName) => throw null; - public byte[] UploadFile(string address, string method, string fileName) => throw null; - public byte[] UploadFile(System.Uri address, string fileName) => throw null; - public byte[] UploadFile(System.Uri address, string method, string fileName) => throw null; - public void UploadFileAsync(System.Uri address, string fileName) => throw null; - public void UploadFileAsync(System.Uri address, string method, string fileName) => throw null; - public void UploadFileAsync(System.Uri address, string method, string fileName, object userToken) => throw null; - public event System.Net.UploadFileCompletedEventHandler UploadFileCompleted; - public System.Threading.Tasks.Task UploadFileTaskAsync(string address, string fileName) => throw null; - public System.Threading.Tasks.Task UploadFileTaskAsync(string address, string method, string fileName) => throw null; - public System.Threading.Tasks.Task UploadFileTaskAsync(System.Uri address, string fileName) => throw null; - public System.Threading.Tasks.Task UploadFileTaskAsync(System.Uri address, string method, string fileName) => throw null; - public event System.Net.UploadProgressChangedEventHandler UploadProgressChanged; - public string UploadString(string address, string data) => throw null; - public string UploadString(string address, string method, string data) => throw null; - public string UploadString(System.Uri address, string data) => throw null; - public string UploadString(System.Uri address, string method, string data) => throw null; - public void UploadStringAsync(System.Uri address, string data) => throw null; - public void UploadStringAsync(System.Uri address, string method, string data) => throw null; - public void UploadStringAsync(System.Uri address, string method, string data, object userToken) => throw null; - public event System.Net.UploadStringCompletedEventHandler UploadStringCompleted; - public System.Threading.Tasks.Task UploadStringTaskAsync(string address, string data) => throw null; - public System.Threading.Tasks.Task UploadStringTaskAsync(string address, string method, string data) => throw null; - public System.Threading.Tasks.Task UploadStringTaskAsync(System.Uri address, string data) => throw null; - public System.Threading.Tasks.Task UploadStringTaskAsync(System.Uri address, string method, string data) => throw null; - public byte[] UploadValues(string address, System.Collections.Specialized.NameValueCollection data) => throw null; - public byte[] UploadValues(string address, string method, System.Collections.Specialized.NameValueCollection data) => throw null; - public byte[] UploadValues(System.Uri address, System.Collections.Specialized.NameValueCollection data) => throw null; - public byte[] UploadValues(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data) => throw null; - public void UploadValuesAsync(System.Uri address, System.Collections.Specialized.NameValueCollection data) => throw null; - public void UploadValuesAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data) => throw null; - public void UploadValuesAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data, object userToken) => throw null; - public event System.Net.UploadValuesCompletedEventHandler UploadValuesCompleted; - public System.Threading.Tasks.Task UploadValuesTaskAsync(string address, System.Collections.Specialized.NameValueCollection data) => throw null; - public System.Threading.Tasks.Task UploadValuesTaskAsync(string address, string method, System.Collections.Specialized.NameValueCollection data) => throw null; - public System.Threading.Tasks.Task UploadValuesTaskAsync(System.Uri address, System.Collections.Specialized.NameValueCollection data) => throw null; - public System.Threading.Tasks.Task UploadValuesTaskAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data) => throw null; - public bool UseDefaultCredentials { get => throw null; set { } } - public event System.Net.WriteStreamClosedEventHandler WriteStreamClosed; - } - public class WriteStreamClosedEventArgs : System.EventArgs - { - public WriteStreamClosedEventArgs() => throw null; - public System.Exception Error { get => throw null; } - } - public delegate void WriteStreamClosedEventHandler(object sender, System.Net.WriteStreamClosedEventArgs e); - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebHeaderCollection.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebHeaderCollection.cs deleted file mode 100644 index 28826e9a..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebHeaderCollection.cs +++ /dev/null @@ -1,120 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Net.WebHeaderCollection, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Net - { - public enum HttpRequestHeader - { - CacheControl = 0, - Connection = 1, - Date = 2, - KeepAlive = 3, - Pragma = 4, - Trailer = 5, - TransferEncoding = 6, - Upgrade = 7, - Via = 8, - Warning = 9, - Allow = 10, - ContentLength = 11, - ContentType = 12, - ContentEncoding = 13, - ContentLanguage = 14, - ContentLocation = 15, - ContentMd5 = 16, - ContentRange = 17, - Expires = 18, - LastModified = 19, - Accept = 20, - AcceptCharset = 21, - AcceptEncoding = 22, - AcceptLanguage = 23, - Authorization = 24, - Cookie = 25, - Expect = 26, - From = 27, - Host = 28, - IfMatch = 29, - IfModifiedSince = 30, - IfNoneMatch = 31, - IfRange = 32, - IfUnmodifiedSince = 33, - MaxForwards = 34, - ProxyAuthorization = 35, - Referer = 36, - Range = 37, - Te = 38, - Translate = 39, - UserAgent = 40, - } - public enum HttpResponseHeader - { - CacheControl = 0, - Connection = 1, - Date = 2, - KeepAlive = 3, - Pragma = 4, - Trailer = 5, - TransferEncoding = 6, - Upgrade = 7, - Via = 8, - Warning = 9, - Allow = 10, - ContentLength = 11, - ContentType = 12, - ContentEncoding = 13, - ContentLanguage = 14, - ContentLocation = 15, - ContentMd5 = 16, - ContentRange = 17, - Expires = 18, - LastModified = 19, - AcceptRanges = 20, - Age = 21, - ETag = 22, - Location = 23, - ProxyAuthenticate = 24, - RetryAfter = 25, - Server = 26, - SetCookie = 27, - Vary = 28, - WwwAuthenticate = 29, - } - public class WebHeaderCollection : System.Collections.Specialized.NameValueCollection, System.Collections.IEnumerable, System.Runtime.Serialization.ISerializable - { - public void Add(System.Net.HttpRequestHeader header, string value) => throw null; - public void Add(System.Net.HttpResponseHeader header, string value) => throw null; - public void Add(string header) => throw null; - public override void Add(string name, string value) => throw null; - protected void AddWithoutValidate(string headerName, string headerValue) => throw null; - public override string[] AllKeys { get => throw null; } - public override void Clear() => throw null; - public override int Count { get => throw null; } - public WebHeaderCollection() => throw null; - protected WebHeaderCollection(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public override string Get(int index) => throw null; - public override string Get(string name) => throw null; - public override System.Collections.IEnumerator GetEnumerator() => throw null; - public override string GetKey(int index) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public override string[] GetValues(int index) => throw null; - public override string[] GetValues(string header) => throw null; - public static bool IsRestricted(string headerName) => throw null; - public static bool IsRestricted(string headerName, bool response) => throw null; - public override System.Collections.Specialized.NameObjectCollectionBase.KeysCollection Keys { get => throw null; } - public override void OnDeserialization(object sender) => throw null; - public void Remove(System.Net.HttpRequestHeader header) => throw null; - public void Remove(System.Net.HttpResponseHeader header) => throw null; - public override void Remove(string name) => throw null; - public void Set(System.Net.HttpRequestHeader header, string value) => throw null; - public void Set(System.Net.HttpResponseHeader header, string value) => throw null; - public override void Set(string name, string value) => throw null; - public string this[System.Net.HttpRequestHeader header] { get => throw null; set { } } - public string this[System.Net.HttpResponseHeader header] { get => throw null; set { } } - public byte[] ToByteArray() => throw null; - public override string ToString() => throw null; - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebProxy.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebProxy.cs deleted file mode 100644 index 8658d536..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebProxy.cs +++ /dev/null @@ -1,39 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Net.WebProxy, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. -namespace System -{ - namespace Net - { - public interface IWebProxyScript - { - void Close(); - bool Load(System.Uri scriptLocation, string script, System.Type helperType); - string Run(string url, string host); - } - public class WebProxy : System.Runtime.Serialization.ISerializable, System.Net.IWebProxy - { - public System.Uri Address { get => throw null; set { } } - public System.Collections.ArrayList BypassArrayList { get => throw null; } - public string[] BypassList { get => throw null; set { } } - public bool BypassProxyOnLocal { get => throw null; set { } } - public System.Net.ICredentials Credentials { get => throw null; set { } } - public WebProxy() => throw null; - protected WebProxy(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public WebProxy(string Address) => throw null; - public WebProxy(string Address, bool BypassOnLocal) => throw null; - public WebProxy(string Address, bool BypassOnLocal, string[] BypassList) => throw null; - public WebProxy(string Address, bool BypassOnLocal, string[] BypassList, System.Net.ICredentials Credentials) => throw null; - public WebProxy(string Host, int Port) => throw null; - public WebProxy(System.Uri Address) => throw null; - public WebProxy(System.Uri Address, bool BypassOnLocal) => throw null; - public WebProxy(System.Uri Address, bool BypassOnLocal, string[] BypassList) => throw null; - public WebProxy(System.Uri Address, bool BypassOnLocal, string[] BypassList, System.Net.ICredentials Credentials) => throw null; - public static System.Net.WebProxy GetDefaultProxy() => throw null; - protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public System.Uri GetProxy(System.Uri destination) => throw null; - public bool IsBypassed(System.Uri host) => throw null; - public bool UseDefaultCredentials { get => throw null; set { } } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebSockets.Client.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebSockets.Client.cs deleted file mode 100644 index 9e82e226..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebSockets.Client.cs +++ /dev/null @@ -1,51 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Net.WebSockets.Client, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Net - { - namespace WebSockets - { - public sealed class ClientWebSocket : System.Net.WebSockets.WebSocket - { - public override void Abort() => throw null; - public override System.Threading.Tasks.Task CloseAsync(System.Net.WebSockets.WebSocketCloseStatus closeStatus, string statusDescription, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.Task CloseOutputAsync(System.Net.WebSockets.WebSocketCloseStatus closeStatus, string statusDescription, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Net.WebSockets.WebSocketCloseStatus? CloseStatus { get => throw null; } - public override string CloseStatusDescription { get => throw null; } - public System.Threading.Tasks.Task ConnectAsync(System.Uri uri, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ConnectAsync(System.Uri uri, System.Net.Http.HttpMessageInvoker invoker, System.Threading.CancellationToken cancellationToken) => throw null; - public ClientWebSocket() => throw null; - public override void Dispose() => throw null; - public System.Collections.Generic.IReadOnlyDictionary> HttpResponseHeaders { get => throw null; set { } } - public System.Net.HttpStatusCode HttpStatusCode { get => throw null; } - public System.Net.WebSockets.ClientWebSocketOptions Options { get => throw null; } - public override System.Threading.Tasks.Task ReceiveAsync(System.ArraySegment buffer, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask ReceiveAsync(System.Memory buffer, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.Task SendAsync(System.ArraySegment buffer, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask SendAsync(System.ReadOnlyMemory buffer, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask SendAsync(System.ReadOnlyMemory buffer, System.Net.WebSockets.WebSocketMessageType messageType, System.Net.WebSockets.WebSocketMessageFlags messageFlags, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Net.WebSockets.WebSocketState State { get => throw null; } - public override string SubProtocol { get => throw null; } - } - public sealed class ClientWebSocketOptions - { - public void AddSubProtocol(string subProtocol) => throw null; - public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get => throw null; set { } } - public bool CollectHttpResponseDetails { get => throw null; set { } } - public System.Net.CookieContainer Cookies { get => throw null; set { } } - public System.Net.ICredentials Credentials { get => throw null; set { } } - public System.Net.WebSockets.WebSocketDeflateOptions DangerousDeflateOptions { get => throw null; set { } } - public System.Version HttpVersion { get => throw null; set { } } - public System.Net.Http.HttpVersionPolicy HttpVersionPolicy { get => throw null; set { } } - public System.TimeSpan KeepAliveInterval { get => throw null; set { } } - public System.Net.IWebProxy Proxy { get => throw null; set { } } - public System.Net.Security.RemoteCertificateValidationCallback RemoteCertificateValidationCallback { get => throw null; set { } } - public void SetBuffer(int receiveBufferSize, int sendBufferSize) => throw null; - public void SetBuffer(int receiveBufferSize, int sendBufferSize, System.ArraySegment buffer) => throw null; - public void SetRequestHeader(string headerName, string headerValue) => throw null; - public bool UseDefaultCredentials { get => throw null; set { } } - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebSockets.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebSockets.cs deleted file mode 100644 index e9a58082..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebSockets.cs +++ /dev/null @@ -1,156 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Net.WebSockets, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Net - { - namespace WebSockets - { - public struct ValueWebSocketReceiveResult - { - public int Count { get => throw null; } - public ValueWebSocketReceiveResult(int count, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage) => throw null; - public bool EndOfMessage { get => throw null; } - public System.Net.WebSockets.WebSocketMessageType MessageType { get => throw null; } - } - public abstract class WebSocket : System.IDisposable - { - public abstract void Abort(); - public abstract System.Threading.Tasks.Task CloseAsync(System.Net.WebSockets.WebSocketCloseStatus closeStatus, string statusDescription, System.Threading.CancellationToken cancellationToken); - public abstract System.Threading.Tasks.Task CloseOutputAsync(System.Net.WebSockets.WebSocketCloseStatus closeStatus, string statusDescription, System.Threading.CancellationToken cancellationToken); - public abstract System.Net.WebSockets.WebSocketCloseStatus? CloseStatus { get; } - public abstract string CloseStatusDescription { get; } - public static System.ArraySegment CreateClientBuffer(int receiveBufferSize, int sendBufferSize) => throw null; - public static System.Net.WebSockets.WebSocket CreateClientWebSocket(System.IO.Stream innerStream, string subProtocol, int receiveBufferSize, int sendBufferSize, System.TimeSpan keepAliveInterval, bool useZeroMaskingKey, System.ArraySegment internalBuffer) => throw null; - public static System.Net.WebSockets.WebSocket CreateFromStream(System.IO.Stream stream, bool isServer, string subProtocol, System.TimeSpan keepAliveInterval) => throw null; - public static System.Net.WebSockets.WebSocket CreateFromStream(System.IO.Stream stream, System.Net.WebSockets.WebSocketCreationOptions options) => throw null; - public static System.ArraySegment CreateServerBuffer(int receiveBufferSize) => throw null; - protected WebSocket() => throw null; - public static System.TimeSpan DefaultKeepAliveInterval { get => throw null; } - public abstract void Dispose(); - public static bool IsApplicationTargeting45() => throw null; - protected static bool IsStateTerminal(System.Net.WebSockets.WebSocketState state) => throw null; - public abstract System.Threading.Tasks.Task ReceiveAsync(System.ArraySegment buffer, System.Threading.CancellationToken cancellationToken); - public virtual System.Threading.Tasks.ValueTask ReceiveAsync(System.Memory buffer, System.Threading.CancellationToken cancellationToken) => throw null; - public static void RegisterPrefixes() => throw null; - public abstract System.Threading.Tasks.Task SendAsync(System.ArraySegment buffer, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage, System.Threading.CancellationToken cancellationToken); - public virtual System.Threading.Tasks.ValueTask SendAsync(System.ReadOnlyMemory buffer, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage, System.Threading.CancellationToken cancellationToken) => throw null; - public virtual System.Threading.Tasks.ValueTask SendAsync(System.ReadOnlyMemory buffer, System.Net.WebSockets.WebSocketMessageType messageType, System.Net.WebSockets.WebSocketMessageFlags messageFlags, System.Threading.CancellationToken cancellationToken) => throw null; - public abstract System.Net.WebSockets.WebSocketState State { get; } - public abstract string SubProtocol { get; } - protected static void ThrowOnInvalidState(System.Net.WebSockets.WebSocketState state, params System.Net.WebSockets.WebSocketState[] validStates) => throw null; - } - public enum WebSocketCloseStatus - { - NormalClosure = 1000, - EndpointUnavailable = 1001, - ProtocolError = 1002, - InvalidMessageType = 1003, - Empty = 1005, - InvalidPayloadData = 1007, - PolicyViolation = 1008, - MessageTooBig = 1009, - MandatoryExtension = 1010, - InternalServerError = 1011, - } - public abstract class WebSocketContext - { - public abstract System.Net.CookieCollection CookieCollection { get; } - protected WebSocketContext() => throw null; - public abstract System.Collections.Specialized.NameValueCollection Headers { get; } - public abstract bool IsAuthenticated { get; } - public abstract bool IsLocal { get; } - public abstract bool IsSecureConnection { get; } - public abstract string Origin { get; } - public abstract System.Uri RequestUri { get; } - public abstract string SecWebSocketKey { get; } - public abstract System.Collections.Generic.IEnumerable SecWebSocketProtocols { get; } - public abstract string SecWebSocketVersion { get; } - public abstract System.Security.Principal.IPrincipal User { get; } - public abstract System.Net.WebSockets.WebSocket WebSocket { get; } - } - public sealed class WebSocketCreationOptions - { - public WebSocketCreationOptions() => throw null; - public System.Net.WebSockets.WebSocketDeflateOptions DangerousDeflateOptions { get => throw null; set { } } - public bool IsServer { get => throw null; set { } } - public System.TimeSpan KeepAliveInterval { get => throw null; set { } } - public string SubProtocol { get => throw null; set { } } - } - public sealed class WebSocketDeflateOptions - { - public bool ClientContextTakeover { get => throw null; set { } } - public int ClientMaxWindowBits { get => throw null; set { } } - public WebSocketDeflateOptions() => throw null; - public bool ServerContextTakeover { get => throw null; set { } } - public int ServerMaxWindowBits { get => throw null; set { } } - } - public enum WebSocketError - { - Success = 0, - InvalidMessageType = 1, - Faulted = 2, - NativeError = 3, - NotAWebSocket = 4, - UnsupportedVersion = 5, - UnsupportedProtocol = 6, - HeaderError = 7, - ConnectionClosedPrematurely = 8, - InvalidState = 9, - } - public sealed class WebSocketException : System.ComponentModel.Win32Exception - { - public WebSocketException() => throw null; - public WebSocketException(int nativeError) => throw null; - public WebSocketException(int nativeError, System.Exception innerException) => throw null; - public WebSocketException(int nativeError, string message) => throw null; - public WebSocketException(System.Net.WebSockets.WebSocketError error) => throw null; - public WebSocketException(System.Net.WebSockets.WebSocketError error, System.Exception innerException) => throw null; - public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError) => throw null; - public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, System.Exception innerException) => throw null; - public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, string message) => throw null; - public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, string message, System.Exception innerException) => throw null; - public WebSocketException(System.Net.WebSockets.WebSocketError error, string message) => throw null; - public WebSocketException(System.Net.WebSockets.WebSocketError error, string message, System.Exception innerException) => throw null; - public WebSocketException(string message) => throw null; - public WebSocketException(string message, System.Exception innerException) => throw null; - public override int ErrorCode { get => throw null; } - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public System.Net.WebSockets.WebSocketError WebSocketErrorCode { get => throw null; } - } - [System.Flags] - public enum WebSocketMessageFlags - { - None = 0, - EndOfMessage = 1, - DisableCompression = 2, - } - public enum WebSocketMessageType - { - Text = 0, - Binary = 1, - Close = 2, - } - public class WebSocketReceiveResult - { - public System.Net.WebSockets.WebSocketCloseStatus? CloseStatus { get => throw null; } - public string CloseStatusDescription { get => throw null; } - public int Count { get => throw null; } - public WebSocketReceiveResult(int count, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage) => throw null; - public WebSocketReceiveResult(int count, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage, System.Net.WebSockets.WebSocketCloseStatus? closeStatus, string closeStatusDescription) => throw null; - public bool EndOfMessage { get => throw null; } - public System.Net.WebSockets.WebSocketMessageType MessageType { get => throw null; } - } - public enum WebSocketState - { - None = 0, - Connecting = 1, - Open = 2, - CloseSent = 3, - CloseReceived = 4, - Closed = 5, - Aborted = 6, - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Numerics.Vectors.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Numerics.Vectors.cs deleted file mode 100644 index cd4273a0..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Numerics.Vectors.cs +++ /dev/null @@ -1,596 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Numerics.Vectors, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Numerics - { - public struct Matrix3x2 : System.IEquatable - { - public static System.Numerics.Matrix3x2 Add(System.Numerics.Matrix3x2 value1, System.Numerics.Matrix3x2 value2) => throw null; - public static System.Numerics.Matrix3x2 CreateRotation(float radians) => throw null; - public static System.Numerics.Matrix3x2 CreateRotation(float radians, System.Numerics.Vector2 centerPoint) => throw null; - public static System.Numerics.Matrix3x2 CreateScale(System.Numerics.Vector2 scales) => throw null; - public static System.Numerics.Matrix3x2 CreateScale(System.Numerics.Vector2 scales, System.Numerics.Vector2 centerPoint) => throw null; - public static System.Numerics.Matrix3x2 CreateScale(float scale) => throw null; - public static System.Numerics.Matrix3x2 CreateScale(float scale, System.Numerics.Vector2 centerPoint) => throw null; - public static System.Numerics.Matrix3x2 CreateScale(float xScale, float yScale) => throw null; - public static System.Numerics.Matrix3x2 CreateScale(float xScale, float yScale, System.Numerics.Vector2 centerPoint) => throw null; - public static System.Numerics.Matrix3x2 CreateSkew(float radiansX, float radiansY) => throw null; - public static System.Numerics.Matrix3x2 CreateSkew(float radiansX, float radiansY, System.Numerics.Vector2 centerPoint) => throw null; - public static System.Numerics.Matrix3x2 CreateTranslation(System.Numerics.Vector2 position) => throw null; - public static System.Numerics.Matrix3x2 CreateTranslation(float xPosition, float yPosition) => throw null; - public Matrix3x2(float m11, float m12, float m21, float m22, float m31, float m32) => throw null; - public bool Equals(System.Numerics.Matrix3x2 other) => throw null; - public override bool Equals(object obj) => throw null; - public float GetDeterminant() => throw null; - public override int GetHashCode() => throw null; - public static System.Numerics.Matrix3x2 Identity { get => throw null; } - public static bool Invert(System.Numerics.Matrix3x2 matrix, out System.Numerics.Matrix3x2 result) => throw null; - public bool IsIdentity { get => throw null; } - public static System.Numerics.Matrix3x2 Lerp(System.Numerics.Matrix3x2 matrix1, System.Numerics.Matrix3x2 matrix2, float amount) => throw null; - public float M11; - public float M12; - public float M21; - public float M22; - public float M31; - public float M32; - public static System.Numerics.Matrix3x2 Multiply(System.Numerics.Matrix3x2 value1, System.Numerics.Matrix3x2 value2) => throw null; - public static System.Numerics.Matrix3x2 Multiply(System.Numerics.Matrix3x2 value1, float value2) => throw null; - public static System.Numerics.Matrix3x2 Negate(System.Numerics.Matrix3x2 value) => throw null; - public static System.Numerics.Matrix3x2 operator +(System.Numerics.Matrix3x2 value1, System.Numerics.Matrix3x2 value2) => throw null; - public static bool operator ==(System.Numerics.Matrix3x2 value1, System.Numerics.Matrix3x2 value2) => throw null; - public static bool operator !=(System.Numerics.Matrix3x2 value1, System.Numerics.Matrix3x2 value2) => throw null; - public static System.Numerics.Matrix3x2 operator *(System.Numerics.Matrix3x2 value1, System.Numerics.Matrix3x2 value2) => throw null; - public static System.Numerics.Matrix3x2 operator *(System.Numerics.Matrix3x2 value1, float value2) => throw null; - public static System.Numerics.Matrix3x2 operator -(System.Numerics.Matrix3x2 value1, System.Numerics.Matrix3x2 value2) => throw null; - public static System.Numerics.Matrix3x2 operator -(System.Numerics.Matrix3x2 value) => throw null; - public static System.Numerics.Matrix3x2 Subtract(System.Numerics.Matrix3x2 value1, System.Numerics.Matrix3x2 value2) => throw null; - public float this[int row, int column] { get => throw null; set { } } - public override string ToString() => throw null; - public System.Numerics.Vector2 Translation { get => throw null; set { } } - } - public struct Matrix4x4 : System.IEquatable - { - public static System.Numerics.Matrix4x4 Add(System.Numerics.Matrix4x4 value1, System.Numerics.Matrix4x4 value2) => throw null; - public static System.Numerics.Matrix4x4 CreateBillboard(System.Numerics.Vector3 objectPosition, System.Numerics.Vector3 cameraPosition, System.Numerics.Vector3 cameraUpVector, System.Numerics.Vector3 cameraForwardVector) => throw null; - public static System.Numerics.Matrix4x4 CreateConstrainedBillboard(System.Numerics.Vector3 objectPosition, System.Numerics.Vector3 cameraPosition, System.Numerics.Vector3 rotateAxis, System.Numerics.Vector3 cameraForwardVector, System.Numerics.Vector3 objectForwardVector) => throw null; - public static System.Numerics.Matrix4x4 CreateFromAxisAngle(System.Numerics.Vector3 axis, float angle) => throw null; - public static System.Numerics.Matrix4x4 CreateFromQuaternion(System.Numerics.Quaternion quaternion) => throw null; - public static System.Numerics.Matrix4x4 CreateFromYawPitchRoll(float yaw, float pitch, float roll) => throw null; - public static System.Numerics.Matrix4x4 CreateLookAt(System.Numerics.Vector3 cameraPosition, System.Numerics.Vector3 cameraTarget, System.Numerics.Vector3 cameraUpVector) => throw null; - public static System.Numerics.Matrix4x4 CreateLookAtLeftHanded(System.Numerics.Vector3 cameraPosition, System.Numerics.Vector3 cameraTarget, System.Numerics.Vector3 cameraUpVector) => throw null; - public static System.Numerics.Matrix4x4 CreateLookTo(System.Numerics.Vector3 cameraPosition, System.Numerics.Vector3 cameraDirection, System.Numerics.Vector3 cameraUpVector) => throw null; - public static System.Numerics.Matrix4x4 CreateLookToLeftHanded(System.Numerics.Vector3 cameraPosition, System.Numerics.Vector3 cameraDirection, System.Numerics.Vector3 cameraUpVector) => throw null; - public static System.Numerics.Matrix4x4 CreateOrthographic(float width, float height, float zNearPlane, float zFarPlane) => throw null; - public static System.Numerics.Matrix4x4 CreateOrthographicLeftHanded(float width, float height, float zNearPlane, float zFarPlane) => throw null; - public static System.Numerics.Matrix4x4 CreateOrthographicOffCenter(float left, float right, float bottom, float top, float zNearPlane, float zFarPlane) => throw null; - public static System.Numerics.Matrix4x4 CreateOrthographicOffCenterLeftHanded(float left, float right, float bottom, float top, float zNearPlane, float zFarPlane) => throw null; - public static System.Numerics.Matrix4x4 CreatePerspective(float width, float height, float nearPlaneDistance, float farPlaneDistance) => throw null; - public static System.Numerics.Matrix4x4 CreatePerspectiveFieldOfView(float fieldOfView, float aspectRatio, float nearPlaneDistance, float farPlaneDistance) => throw null; - public static System.Numerics.Matrix4x4 CreatePerspectiveFieldOfViewLeftHanded(float fieldOfView, float aspectRatio, float nearPlaneDistance, float farPlaneDistance) => throw null; - public static System.Numerics.Matrix4x4 CreatePerspectiveLeftHanded(float width, float height, float nearPlaneDistance, float farPlaneDistance) => throw null; - public static System.Numerics.Matrix4x4 CreatePerspectiveOffCenter(float left, float right, float bottom, float top, float nearPlaneDistance, float farPlaneDistance) => throw null; - public static System.Numerics.Matrix4x4 CreatePerspectiveOffCenterLeftHanded(float left, float right, float bottom, float top, float nearPlaneDistance, float farPlaneDistance) => throw null; - public static System.Numerics.Matrix4x4 CreateReflection(System.Numerics.Plane value) => throw null; - public static System.Numerics.Matrix4x4 CreateRotationX(float radians) => throw null; - public static System.Numerics.Matrix4x4 CreateRotationX(float radians, System.Numerics.Vector3 centerPoint) => throw null; - public static System.Numerics.Matrix4x4 CreateRotationY(float radians) => throw null; - public static System.Numerics.Matrix4x4 CreateRotationY(float radians, System.Numerics.Vector3 centerPoint) => throw null; - public static System.Numerics.Matrix4x4 CreateRotationZ(float radians) => throw null; - public static System.Numerics.Matrix4x4 CreateRotationZ(float radians, System.Numerics.Vector3 centerPoint) => throw null; - public static System.Numerics.Matrix4x4 CreateScale(System.Numerics.Vector3 scales) => throw null; - public static System.Numerics.Matrix4x4 CreateScale(System.Numerics.Vector3 scales, System.Numerics.Vector3 centerPoint) => throw null; - public static System.Numerics.Matrix4x4 CreateScale(float scale) => throw null; - public static System.Numerics.Matrix4x4 CreateScale(float scale, System.Numerics.Vector3 centerPoint) => throw null; - public static System.Numerics.Matrix4x4 CreateScale(float xScale, float yScale, float zScale) => throw null; - public static System.Numerics.Matrix4x4 CreateScale(float xScale, float yScale, float zScale, System.Numerics.Vector3 centerPoint) => throw null; - public static System.Numerics.Matrix4x4 CreateShadow(System.Numerics.Vector3 lightDirection, System.Numerics.Plane plane) => throw null; - public static System.Numerics.Matrix4x4 CreateTranslation(System.Numerics.Vector3 position) => throw null; - public static System.Numerics.Matrix4x4 CreateTranslation(float xPosition, float yPosition, float zPosition) => throw null; - public static System.Numerics.Matrix4x4 CreateViewport(float x, float y, float width, float height, float minDepth, float maxDepth) => throw null; - public static System.Numerics.Matrix4x4 CreateViewportLeftHanded(float x, float y, float width, float height, float minDepth, float maxDepth) => throw null; - public static System.Numerics.Matrix4x4 CreateWorld(System.Numerics.Vector3 position, System.Numerics.Vector3 forward, System.Numerics.Vector3 up) => throw null; - public Matrix4x4(System.Numerics.Matrix3x2 value) => throw null; - public Matrix4x4(float m11, float m12, float m13, float m14, float m21, float m22, float m23, float m24, float m31, float m32, float m33, float m34, float m41, float m42, float m43, float m44) => throw null; - public static bool Decompose(System.Numerics.Matrix4x4 matrix, out System.Numerics.Vector3 scale, out System.Numerics.Quaternion rotation, out System.Numerics.Vector3 translation) => throw null; - public bool Equals(System.Numerics.Matrix4x4 other) => throw null; - public override bool Equals(object obj) => throw null; - public float GetDeterminant() => throw null; - public override int GetHashCode() => throw null; - public static System.Numerics.Matrix4x4 Identity { get => throw null; } - public static bool Invert(System.Numerics.Matrix4x4 matrix, out System.Numerics.Matrix4x4 result) => throw null; - public bool IsIdentity { get => throw null; } - public static System.Numerics.Matrix4x4 Lerp(System.Numerics.Matrix4x4 matrix1, System.Numerics.Matrix4x4 matrix2, float amount) => throw null; - public float M11; - public float M12; - public float M13; - public float M14; - public float M21; - public float M22; - public float M23; - public float M24; - public float M31; - public float M32; - public float M33; - public float M34; - public float M41; - public float M42; - public float M43; - public float M44; - public static System.Numerics.Matrix4x4 Multiply(System.Numerics.Matrix4x4 value1, System.Numerics.Matrix4x4 value2) => throw null; - public static System.Numerics.Matrix4x4 Multiply(System.Numerics.Matrix4x4 value1, float value2) => throw null; - public static System.Numerics.Matrix4x4 Negate(System.Numerics.Matrix4x4 value) => throw null; - public static System.Numerics.Matrix4x4 operator +(System.Numerics.Matrix4x4 value1, System.Numerics.Matrix4x4 value2) => throw null; - public static bool operator ==(System.Numerics.Matrix4x4 value1, System.Numerics.Matrix4x4 value2) => throw null; - public static bool operator !=(System.Numerics.Matrix4x4 value1, System.Numerics.Matrix4x4 value2) => throw null; - public static System.Numerics.Matrix4x4 operator *(System.Numerics.Matrix4x4 value1, System.Numerics.Matrix4x4 value2) => throw null; - public static System.Numerics.Matrix4x4 operator *(System.Numerics.Matrix4x4 value1, float value2) => throw null; - public static System.Numerics.Matrix4x4 operator -(System.Numerics.Matrix4x4 value1, System.Numerics.Matrix4x4 value2) => throw null; - public static System.Numerics.Matrix4x4 operator -(System.Numerics.Matrix4x4 value) => throw null; - public static System.Numerics.Matrix4x4 Subtract(System.Numerics.Matrix4x4 value1, System.Numerics.Matrix4x4 value2) => throw null; - public float this[int row, int column] { get => throw null; set { } } - public override string ToString() => throw null; - public static System.Numerics.Matrix4x4 Transform(System.Numerics.Matrix4x4 value, System.Numerics.Quaternion rotation) => throw null; - public System.Numerics.Vector3 Translation { get => throw null; set { } } - public static System.Numerics.Matrix4x4 Transpose(System.Numerics.Matrix4x4 matrix) => throw null; - } - public struct Plane : System.IEquatable - { - public static System.Numerics.Plane CreateFromVertices(System.Numerics.Vector3 point1, System.Numerics.Vector3 point2, System.Numerics.Vector3 point3) => throw null; - public Plane(System.Numerics.Vector3 normal, float d) => throw null; - public Plane(System.Numerics.Vector4 value) => throw null; - public Plane(float x, float y, float z, float d) => throw null; - public float D; - public static float Dot(System.Numerics.Plane plane, System.Numerics.Vector4 value) => throw null; - public static float DotCoordinate(System.Numerics.Plane plane, System.Numerics.Vector3 value) => throw null; - public static float DotNormal(System.Numerics.Plane plane, System.Numerics.Vector3 value) => throw null; - public bool Equals(System.Numerics.Plane other) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public System.Numerics.Vector3 Normal; - public static System.Numerics.Plane Normalize(System.Numerics.Plane value) => throw null; - public static bool operator ==(System.Numerics.Plane value1, System.Numerics.Plane value2) => throw null; - public static bool operator !=(System.Numerics.Plane value1, System.Numerics.Plane value2) => throw null; - public override string ToString() => throw null; - public static System.Numerics.Plane Transform(System.Numerics.Plane plane, System.Numerics.Matrix4x4 matrix) => throw null; - public static System.Numerics.Plane Transform(System.Numerics.Plane plane, System.Numerics.Quaternion rotation) => throw null; - } - public struct Quaternion : System.IEquatable - { - public static System.Numerics.Quaternion Add(System.Numerics.Quaternion value1, System.Numerics.Quaternion value2) => throw null; - public static System.Numerics.Quaternion Concatenate(System.Numerics.Quaternion value1, System.Numerics.Quaternion value2) => throw null; - public static System.Numerics.Quaternion Conjugate(System.Numerics.Quaternion value) => throw null; - public static System.Numerics.Quaternion CreateFromAxisAngle(System.Numerics.Vector3 axis, float angle) => throw null; - public static System.Numerics.Quaternion CreateFromRotationMatrix(System.Numerics.Matrix4x4 matrix) => throw null; - public static System.Numerics.Quaternion CreateFromYawPitchRoll(float yaw, float pitch, float roll) => throw null; - public Quaternion(System.Numerics.Vector3 vectorPart, float scalarPart) => throw null; - public Quaternion(float x, float y, float z, float w) => throw null; - public static System.Numerics.Quaternion Divide(System.Numerics.Quaternion value1, System.Numerics.Quaternion value2) => throw null; - public static float Dot(System.Numerics.Quaternion quaternion1, System.Numerics.Quaternion quaternion2) => throw null; - public bool Equals(System.Numerics.Quaternion other) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public static System.Numerics.Quaternion Identity { get => throw null; } - public static System.Numerics.Quaternion Inverse(System.Numerics.Quaternion value) => throw null; - public bool IsIdentity { get => throw null; } - public float Length() => throw null; - public float LengthSquared() => throw null; - public static System.Numerics.Quaternion Lerp(System.Numerics.Quaternion quaternion1, System.Numerics.Quaternion quaternion2, float amount) => throw null; - public static System.Numerics.Quaternion Multiply(System.Numerics.Quaternion value1, System.Numerics.Quaternion value2) => throw null; - public static System.Numerics.Quaternion Multiply(System.Numerics.Quaternion value1, float value2) => throw null; - public static System.Numerics.Quaternion Negate(System.Numerics.Quaternion value) => throw null; - public static System.Numerics.Quaternion Normalize(System.Numerics.Quaternion value) => throw null; - public static System.Numerics.Quaternion operator +(System.Numerics.Quaternion value1, System.Numerics.Quaternion value2) => throw null; - public static System.Numerics.Quaternion operator /(System.Numerics.Quaternion value1, System.Numerics.Quaternion value2) => throw null; - public static bool operator ==(System.Numerics.Quaternion value1, System.Numerics.Quaternion value2) => throw null; - public static bool operator !=(System.Numerics.Quaternion value1, System.Numerics.Quaternion value2) => throw null; - public static System.Numerics.Quaternion operator *(System.Numerics.Quaternion value1, System.Numerics.Quaternion value2) => throw null; - public static System.Numerics.Quaternion operator *(System.Numerics.Quaternion value1, float value2) => throw null; - public static System.Numerics.Quaternion operator -(System.Numerics.Quaternion value1, System.Numerics.Quaternion value2) => throw null; - public static System.Numerics.Quaternion operator -(System.Numerics.Quaternion value) => throw null; - public static System.Numerics.Quaternion Slerp(System.Numerics.Quaternion quaternion1, System.Numerics.Quaternion quaternion2, float amount) => throw null; - public static System.Numerics.Quaternion Subtract(System.Numerics.Quaternion value1, System.Numerics.Quaternion value2) => throw null; - public float this[int index] { get => throw null; set { } } - public override string ToString() => throw null; - public float W; - public float X; - public float Y; - public float Z; - public static System.Numerics.Quaternion Zero { get => throw null; } - } - public static class Vector - { - public static System.Numerics.Vector Abs(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector Add(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector AndNot(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector As(this System.Numerics.Vector vector) => throw null; - public static System.Numerics.Vector AsVectorByte(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector AsVectorDouble(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector AsVectorInt16(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector AsVectorInt32(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector AsVectorInt64(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector AsVectorNInt(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector AsVectorNUInt(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector AsVectorSByte(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector AsVectorSingle(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector AsVectorUInt16(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector AsVectorUInt32(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector AsVectorUInt64(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector BitwiseAnd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector BitwiseOr(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector Ceiling(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector Ceiling(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector ConditionalSelect(System.Numerics.Vector condition, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector ConditionalSelect(System.Numerics.Vector condition, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector ConditionalSelect(System.Numerics.Vector condition, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector ConvertToDouble(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector ConvertToDouble(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector ConvertToInt32(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector ConvertToInt64(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector ConvertToSingle(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector ConvertToSingle(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector ConvertToUInt32(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector ConvertToUInt64(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector Divide(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector Divide(System.Numerics.Vector left, T right) => throw null; - public static T Dot(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector Equals(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector Equals(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector Equals(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector Equals(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector Equals(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static bool EqualsAll(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static bool EqualsAny(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector Floor(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector Floor(System.Numerics.Vector value) => throw null; - public static T GetElement(this System.Numerics.Vector vector, int index) => throw null; - public static System.Numerics.Vector GreaterThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector GreaterThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector GreaterThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector GreaterThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector GreaterThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static bool GreaterThanAll(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static bool GreaterThanAny(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector GreaterThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector GreaterThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector GreaterThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector GreaterThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector GreaterThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static bool GreaterThanOrEqualAll(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static bool GreaterThanOrEqualAny(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static bool IsHardwareAccelerated { get => throw null; } - public static System.Numerics.Vector LessThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector LessThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector LessThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector LessThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector LessThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static bool LessThanAll(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static bool LessThanAny(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector LessThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector LessThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector LessThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector LessThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector LessThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static bool LessThanOrEqualAll(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static bool LessThanOrEqualAny(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static unsafe System.Numerics.Vector Load(T* source) => throw null; - public static unsafe System.Numerics.Vector LoadAligned(T* source) => throw null; - public static unsafe System.Numerics.Vector LoadAlignedNonTemporal(T* source) => throw null; - public static System.Numerics.Vector LoadUnsafe(ref readonly T source) => throw null; - public static System.Numerics.Vector LoadUnsafe(ref readonly T source, nuint elementOffset) => throw null; - public static System.Numerics.Vector Max(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector Min(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector Multiply(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector Multiply(System.Numerics.Vector left, T right) => throw null; - public static System.Numerics.Vector Multiply(T left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector Narrow(System.Numerics.Vector low, System.Numerics.Vector high) => throw null; - public static System.Numerics.Vector Narrow(System.Numerics.Vector low, System.Numerics.Vector high) => throw null; - public static System.Numerics.Vector Narrow(System.Numerics.Vector low, System.Numerics.Vector high) => throw null; - public static System.Numerics.Vector Narrow(System.Numerics.Vector low, System.Numerics.Vector high) => throw null; - public static System.Numerics.Vector Narrow(System.Numerics.Vector low, System.Numerics.Vector high) => throw null; - public static System.Numerics.Vector Narrow(System.Numerics.Vector low, System.Numerics.Vector high) => throw null; - public static System.Numerics.Vector Narrow(System.Numerics.Vector low, System.Numerics.Vector high) => throw null; - public static System.Numerics.Vector Negate(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector OnesComplement(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector ShiftLeft(System.Numerics.Vector value, int shiftCount) => throw null; - public static System.Numerics.Vector ShiftLeft(System.Numerics.Vector value, int shiftCount) => throw null; - public static System.Numerics.Vector ShiftLeft(System.Numerics.Vector value, int shiftCount) => throw null; - public static System.Numerics.Vector ShiftLeft(System.Numerics.Vector value, int shiftCount) => throw null; - public static System.Numerics.Vector ShiftLeft(System.Numerics.Vector value, int shiftCount) => throw null; - public static System.Numerics.Vector ShiftLeft(System.Numerics.Vector value, int shiftCount) => throw null; - public static System.Numerics.Vector ShiftLeft(System.Numerics.Vector value, int shiftCount) => throw null; - public static System.Numerics.Vector ShiftLeft(System.Numerics.Vector value, int shiftCount) => throw null; - public static System.Numerics.Vector ShiftLeft(System.Numerics.Vector value, int shiftCount) => throw null; - public static System.Numerics.Vector ShiftLeft(System.Numerics.Vector value, int shiftCount) => throw null; - public static System.Numerics.Vector ShiftRightArithmetic(System.Numerics.Vector value, int shiftCount) => throw null; - public static System.Numerics.Vector ShiftRightArithmetic(System.Numerics.Vector value, int shiftCount) => throw null; - public static System.Numerics.Vector ShiftRightArithmetic(System.Numerics.Vector value, int shiftCount) => throw null; - public static System.Numerics.Vector ShiftRightArithmetic(System.Numerics.Vector value, int shiftCount) => throw null; - public static System.Numerics.Vector ShiftRightArithmetic(System.Numerics.Vector value, int shiftCount) => throw null; - public static System.Numerics.Vector ShiftRightLogical(System.Numerics.Vector value, int shiftCount) => throw null; - public static System.Numerics.Vector ShiftRightLogical(System.Numerics.Vector value, int shiftCount) => throw null; - public static System.Numerics.Vector ShiftRightLogical(System.Numerics.Vector value, int shiftCount) => throw null; - public static System.Numerics.Vector ShiftRightLogical(System.Numerics.Vector value, int shiftCount) => throw null; - public static System.Numerics.Vector ShiftRightLogical(System.Numerics.Vector value, int shiftCount) => throw null; - public static System.Numerics.Vector ShiftRightLogical(System.Numerics.Vector value, int shiftCount) => throw null; - public static System.Numerics.Vector ShiftRightLogical(System.Numerics.Vector value, int shiftCount) => throw null; - public static System.Numerics.Vector ShiftRightLogical(System.Numerics.Vector value, int shiftCount) => throw null; - public static System.Numerics.Vector ShiftRightLogical(System.Numerics.Vector value, int shiftCount) => throw null; - public static System.Numerics.Vector ShiftRightLogical(System.Numerics.Vector value, int shiftCount) => throw null; - public static System.Numerics.Vector SquareRoot(System.Numerics.Vector value) => throw null; - public static unsafe void Store(this System.Numerics.Vector source, T* destination) => throw null; - public static unsafe void StoreAligned(this System.Numerics.Vector source, T* destination) => throw null; - public static unsafe void StoreAlignedNonTemporal(this System.Numerics.Vector source, T* destination) => throw null; - public static void StoreUnsafe(this System.Numerics.Vector source, ref T destination) => throw null; - public static void StoreUnsafe(this System.Numerics.Vector source, ref T destination, nuint elementOffset) => throw null; - public static System.Numerics.Vector Subtract(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static T Sum(System.Numerics.Vector value) => throw null; - public static T ToScalar(this System.Numerics.Vector vector) => throw null; - public static void Widen(System.Numerics.Vector source, out System.Numerics.Vector low, out System.Numerics.Vector high) => throw null; - public static void Widen(System.Numerics.Vector source, out System.Numerics.Vector low, out System.Numerics.Vector high) => throw null; - public static void Widen(System.Numerics.Vector source, out System.Numerics.Vector low, out System.Numerics.Vector high) => throw null; - public static void Widen(System.Numerics.Vector source, out System.Numerics.Vector low, out System.Numerics.Vector high) => throw null; - public static void Widen(System.Numerics.Vector source, out System.Numerics.Vector low, out System.Numerics.Vector high) => throw null; - public static void Widen(System.Numerics.Vector source, out System.Numerics.Vector low, out System.Numerics.Vector high) => throw null; - public static void Widen(System.Numerics.Vector source, out System.Numerics.Vector low, out System.Numerics.Vector high) => throw null; - public static System.Numerics.Vector WidenLower(System.Numerics.Vector source) => throw null; - public static System.Numerics.Vector WidenLower(System.Numerics.Vector source) => throw null; - public static System.Numerics.Vector WidenLower(System.Numerics.Vector source) => throw null; - public static System.Numerics.Vector WidenLower(System.Numerics.Vector source) => throw null; - public static System.Numerics.Vector WidenLower(System.Numerics.Vector source) => throw null; - public static System.Numerics.Vector WidenLower(System.Numerics.Vector source) => throw null; - public static System.Numerics.Vector WidenLower(System.Numerics.Vector source) => throw null; - public static System.Numerics.Vector WidenUpper(System.Numerics.Vector source) => throw null; - public static System.Numerics.Vector WidenUpper(System.Numerics.Vector source) => throw null; - public static System.Numerics.Vector WidenUpper(System.Numerics.Vector source) => throw null; - public static System.Numerics.Vector WidenUpper(System.Numerics.Vector source) => throw null; - public static System.Numerics.Vector WidenUpper(System.Numerics.Vector source) => throw null; - public static System.Numerics.Vector WidenUpper(System.Numerics.Vector source) => throw null; - public static System.Numerics.Vector WidenUpper(System.Numerics.Vector source) => throw null; - public static System.Numerics.Vector WithElement(this System.Numerics.Vector vector, int index, T value) => throw null; - public static System.Numerics.Vector Xor(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - } - public struct Vector : System.IEquatable>, System.IFormattable - { - public static System.Numerics.Vector AllBitsSet { get => throw null; } - public void CopyTo(System.Span destination) => throw null; - public void CopyTo(System.Span destination) => throw null; - public void CopyTo(T[] destination) => throw null; - public void CopyTo(T[] destination, int startIndex) => throw null; - public static int Count { get => throw null; } - public Vector(System.ReadOnlySpan values) => throw null; - public Vector(System.ReadOnlySpan values) => throw null; - public Vector(System.Span values) => throw null; - public Vector(T value) => throw null; - public Vector(T[] values) => throw null; - public Vector(T[] values, int index) => throw null; - public bool Equals(System.Numerics.Vector other) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public static bool IsSupported { get => throw null; } - public static System.Numerics.Vector One { get => throw null; } - public static System.Numerics.Vector operator +(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector operator &(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector operator |(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector operator /(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector operator /(System.Numerics.Vector left, T right) => throw null; - public static bool operator ==(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector operator ^(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static explicit operator System.Numerics.Vector(System.Numerics.Vector value) => throw null; - public static explicit operator System.Numerics.Vector(System.Numerics.Vector value) => throw null; - public static explicit operator System.Numerics.Vector(System.Numerics.Vector value) => throw null; - public static explicit operator System.Numerics.Vector(System.Numerics.Vector value) => throw null; - public static explicit operator System.Numerics.Vector(System.Numerics.Vector value) => throw null; - public static explicit operator System.Numerics.Vector(System.Numerics.Vector value) => throw null; - public static explicit operator System.Numerics.Vector(System.Numerics.Vector value) => throw null; - public static explicit operator System.Numerics.Vector(System.Numerics.Vector value) => throw null; - public static explicit operator System.Numerics.Vector(System.Numerics.Vector value) => throw null; - public static explicit operator System.Numerics.Vector(System.Numerics.Vector value) => throw null; - public static explicit operator System.Numerics.Vector(System.Numerics.Vector value) => throw null; - public static explicit operator System.Numerics.Vector(System.Numerics.Vector value) => throw null; - public static bool operator !=(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector operator <<(System.Numerics.Vector value, int shiftCount) => throw null; - public static System.Numerics.Vector operator *(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector operator *(System.Numerics.Vector value, T factor) => throw null; - public static System.Numerics.Vector operator *(T factor, System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector operator ~(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector operator >>(System.Numerics.Vector value, int shiftCount) => throw null; - public static System.Numerics.Vector operator -(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; - public static System.Numerics.Vector operator -(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector operator +(System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector operator >>>(System.Numerics.Vector value, int shiftCount) => throw null; - public T this[int index] { get => throw null; } - public override string ToString() => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider formatProvider) => throw null; - public bool TryCopyTo(System.Span destination) => throw null; - public bool TryCopyTo(System.Span destination) => throw null; - public static System.Numerics.Vector Zero { get => throw null; } - } - public struct Vector2 : System.IEquatable, System.IFormattable - { - public static System.Numerics.Vector2 Abs(System.Numerics.Vector2 value) => throw null; - public static System.Numerics.Vector2 Add(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; - public static System.Numerics.Vector2 Clamp(System.Numerics.Vector2 value1, System.Numerics.Vector2 min, System.Numerics.Vector2 max) => throw null; - public void CopyTo(float[] array) => throw null; - public void CopyTo(float[] array, int index) => throw null; - public void CopyTo(System.Span destination) => throw null; - public Vector2(float value) => throw null; - public Vector2(float x, float y) => throw null; - public Vector2(System.ReadOnlySpan values) => throw null; - public static float Distance(System.Numerics.Vector2 value1, System.Numerics.Vector2 value2) => throw null; - public static float DistanceSquared(System.Numerics.Vector2 value1, System.Numerics.Vector2 value2) => throw null; - public static System.Numerics.Vector2 Divide(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; - public static System.Numerics.Vector2 Divide(System.Numerics.Vector2 left, float divisor) => throw null; - public static float Dot(System.Numerics.Vector2 value1, System.Numerics.Vector2 value2) => throw null; - public bool Equals(System.Numerics.Vector2 other) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public float Length() => throw null; - public float LengthSquared() => throw null; - public static System.Numerics.Vector2 Lerp(System.Numerics.Vector2 value1, System.Numerics.Vector2 value2, float amount) => throw null; - public static System.Numerics.Vector2 Max(System.Numerics.Vector2 value1, System.Numerics.Vector2 value2) => throw null; - public static System.Numerics.Vector2 Min(System.Numerics.Vector2 value1, System.Numerics.Vector2 value2) => throw null; - public static System.Numerics.Vector2 Multiply(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; - public static System.Numerics.Vector2 Multiply(System.Numerics.Vector2 left, float right) => throw null; - public static System.Numerics.Vector2 Multiply(float left, System.Numerics.Vector2 right) => throw null; - public static System.Numerics.Vector2 Negate(System.Numerics.Vector2 value) => throw null; - public static System.Numerics.Vector2 Normalize(System.Numerics.Vector2 value) => throw null; - public static System.Numerics.Vector2 One { get => throw null; } - public static System.Numerics.Vector2 operator +(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; - public static System.Numerics.Vector2 operator /(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; - public static System.Numerics.Vector2 operator /(System.Numerics.Vector2 value1, float value2) => throw null; - public static bool operator ==(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; - public static bool operator !=(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; - public static System.Numerics.Vector2 operator *(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; - public static System.Numerics.Vector2 operator *(System.Numerics.Vector2 left, float right) => throw null; - public static System.Numerics.Vector2 operator *(float left, System.Numerics.Vector2 right) => throw null; - public static System.Numerics.Vector2 operator -(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; - public static System.Numerics.Vector2 operator -(System.Numerics.Vector2 value) => throw null; - public static System.Numerics.Vector2 Reflect(System.Numerics.Vector2 vector, System.Numerics.Vector2 normal) => throw null; - public static System.Numerics.Vector2 SquareRoot(System.Numerics.Vector2 value) => throw null; - public static System.Numerics.Vector2 Subtract(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; - public float this[int index] { get => throw null; set { } } - public override string ToString() => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider formatProvider) => throw null; - public static System.Numerics.Vector2 Transform(System.Numerics.Vector2 position, System.Numerics.Matrix3x2 matrix) => throw null; - public static System.Numerics.Vector2 Transform(System.Numerics.Vector2 position, System.Numerics.Matrix4x4 matrix) => throw null; - public static System.Numerics.Vector2 Transform(System.Numerics.Vector2 value, System.Numerics.Quaternion rotation) => throw null; - public static System.Numerics.Vector2 TransformNormal(System.Numerics.Vector2 normal, System.Numerics.Matrix3x2 matrix) => throw null; - public static System.Numerics.Vector2 TransformNormal(System.Numerics.Vector2 normal, System.Numerics.Matrix4x4 matrix) => throw null; - public bool TryCopyTo(System.Span destination) => throw null; - public static System.Numerics.Vector2 UnitX { get => throw null; } - public static System.Numerics.Vector2 UnitY { get => throw null; } - public float X; - public float Y; - public static System.Numerics.Vector2 Zero { get => throw null; } - } - public struct Vector3 : System.IEquatable, System.IFormattable - { - public static System.Numerics.Vector3 Abs(System.Numerics.Vector3 value) => throw null; - public static System.Numerics.Vector3 Add(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; - public static System.Numerics.Vector3 Clamp(System.Numerics.Vector3 value1, System.Numerics.Vector3 min, System.Numerics.Vector3 max) => throw null; - public void CopyTo(float[] array) => throw null; - public void CopyTo(float[] array, int index) => throw null; - public void CopyTo(System.Span destination) => throw null; - public static System.Numerics.Vector3 Cross(System.Numerics.Vector3 vector1, System.Numerics.Vector3 vector2) => throw null; - public Vector3(System.Numerics.Vector2 value, float z) => throw null; - public Vector3(float value) => throw null; - public Vector3(float x, float y, float z) => throw null; - public Vector3(System.ReadOnlySpan values) => throw null; - public static float Distance(System.Numerics.Vector3 value1, System.Numerics.Vector3 value2) => throw null; - public static float DistanceSquared(System.Numerics.Vector3 value1, System.Numerics.Vector3 value2) => throw null; - public static System.Numerics.Vector3 Divide(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; - public static System.Numerics.Vector3 Divide(System.Numerics.Vector3 left, float divisor) => throw null; - public static float Dot(System.Numerics.Vector3 vector1, System.Numerics.Vector3 vector2) => throw null; - public bool Equals(System.Numerics.Vector3 other) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public float Length() => throw null; - public float LengthSquared() => throw null; - public static System.Numerics.Vector3 Lerp(System.Numerics.Vector3 value1, System.Numerics.Vector3 value2, float amount) => throw null; - public static System.Numerics.Vector3 Max(System.Numerics.Vector3 value1, System.Numerics.Vector3 value2) => throw null; - public static System.Numerics.Vector3 Min(System.Numerics.Vector3 value1, System.Numerics.Vector3 value2) => throw null; - public static System.Numerics.Vector3 Multiply(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; - public static System.Numerics.Vector3 Multiply(System.Numerics.Vector3 left, float right) => throw null; - public static System.Numerics.Vector3 Multiply(float left, System.Numerics.Vector3 right) => throw null; - public static System.Numerics.Vector3 Negate(System.Numerics.Vector3 value) => throw null; - public static System.Numerics.Vector3 Normalize(System.Numerics.Vector3 value) => throw null; - public static System.Numerics.Vector3 One { get => throw null; } - public static System.Numerics.Vector3 operator +(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; - public static System.Numerics.Vector3 operator /(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; - public static System.Numerics.Vector3 operator /(System.Numerics.Vector3 value1, float value2) => throw null; - public static bool operator ==(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; - public static bool operator !=(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; - public static System.Numerics.Vector3 operator *(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; - public static System.Numerics.Vector3 operator *(System.Numerics.Vector3 left, float right) => throw null; - public static System.Numerics.Vector3 operator *(float left, System.Numerics.Vector3 right) => throw null; - public static System.Numerics.Vector3 operator -(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; - public static System.Numerics.Vector3 operator -(System.Numerics.Vector3 value) => throw null; - public static System.Numerics.Vector3 Reflect(System.Numerics.Vector3 vector, System.Numerics.Vector3 normal) => throw null; - public static System.Numerics.Vector3 SquareRoot(System.Numerics.Vector3 value) => throw null; - public static System.Numerics.Vector3 Subtract(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; - public float this[int index] { get => throw null; set { } } - public override string ToString() => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider formatProvider) => throw null; - public static System.Numerics.Vector3 Transform(System.Numerics.Vector3 position, System.Numerics.Matrix4x4 matrix) => throw null; - public static System.Numerics.Vector3 Transform(System.Numerics.Vector3 value, System.Numerics.Quaternion rotation) => throw null; - public static System.Numerics.Vector3 TransformNormal(System.Numerics.Vector3 normal, System.Numerics.Matrix4x4 matrix) => throw null; - public bool TryCopyTo(System.Span destination) => throw null; - public static System.Numerics.Vector3 UnitX { get => throw null; } - public static System.Numerics.Vector3 UnitY { get => throw null; } - public static System.Numerics.Vector3 UnitZ { get => throw null; } - public float X; - public float Y; - public float Z; - public static System.Numerics.Vector3 Zero { get => throw null; } - } - public struct Vector4 : System.IEquatable, System.IFormattable - { - public static System.Numerics.Vector4 Abs(System.Numerics.Vector4 value) => throw null; - public static System.Numerics.Vector4 Add(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; - public static System.Numerics.Vector4 Clamp(System.Numerics.Vector4 value1, System.Numerics.Vector4 min, System.Numerics.Vector4 max) => throw null; - public void CopyTo(float[] array) => throw null; - public void CopyTo(float[] array, int index) => throw null; - public void CopyTo(System.Span destination) => throw null; - public Vector4(System.Numerics.Vector2 value, float z, float w) => throw null; - public Vector4(System.Numerics.Vector3 value, float w) => throw null; - public Vector4(float value) => throw null; - public Vector4(float x, float y, float z, float w) => throw null; - public Vector4(System.ReadOnlySpan values) => throw null; - public static float Distance(System.Numerics.Vector4 value1, System.Numerics.Vector4 value2) => throw null; - public static float DistanceSquared(System.Numerics.Vector4 value1, System.Numerics.Vector4 value2) => throw null; - public static System.Numerics.Vector4 Divide(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; - public static System.Numerics.Vector4 Divide(System.Numerics.Vector4 left, float divisor) => throw null; - public static float Dot(System.Numerics.Vector4 vector1, System.Numerics.Vector4 vector2) => throw null; - public bool Equals(System.Numerics.Vector4 other) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public float Length() => throw null; - public float LengthSquared() => throw null; - public static System.Numerics.Vector4 Lerp(System.Numerics.Vector4 value1, System.Numerics.Vector4 value2, float amount) => throw null; - public static System.Numerics.Vector4 Max(System.Numerics.Vector4 value1, System.Numerics.Vector4 value2) => throw null; - public static System.Numerics.Vector4 Min(System.Numerics.Vector4 value1, System.Numerics.Vector4 value2) => throw null; - public static System.Numerics.Vector4 Multiply(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; - public static System.Numerics.Vector4 Multiply(System.Numerics.Vector4 left, float right) => throw null; - public static System.Numerics.Vector4 Multiply(float left, System.Numerics.Vector4 right) => throw null; - public static System.Numerics.Vector4 Negate(System.Numerics.Vector4 value) => throw null; - public static System.Numerics.Vector4 Normalize(System.Numerics.Vector4 vector) => throw null; - public static System.Numerics.Vector4 One { get => throw null; } - public static System.Numerics.Vector4 operator +(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; - public static System.Numerics.Vector4 operator /(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; - public static System.Numerics.Vector4 operator /(System.Numerics.Vector4 value1, float value2) => throw null; - public static bool operator ==(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; - public static bool operator !=(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; - public static System.Numerics.Vector4 operator *(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; - public static System.Numerics.Vector4 operator *(System.Numerics.Vector4 left, float right) => throw null; - public static System.Numerics.Vector4 operator *(float left, System.Numerics.Vector4 right) => throw null; - public static System.Numerics.Vector4 operator -(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; - public static System.Numerics.Vector4 operator -(System.Numerics.Vector4 value) => throw null; - public static System.Numerics.Vector4 SquareRoot(System.Numerics.Vector4 value) => throw null; - public static System.Numerics.Vector4 Subtract(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; - public float this[int index] { get => throw null; set { } } - public override string ToString() => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider formatProvider) => throw null; - public static System.Numerics.Vector4 Transform(System.Numerics.Vector2 position, System.Numerics.Matrix4x4 matrix) => throw null; - public static System.Numerics.Vector4 Transform(System.Numerics.Vector2 value, System.Numerics.Quaternion rotation) => throw null; - public static System.Numerics.Vector4 Transform(System.Numerics.Vector3 position, System.Numerics.Matrix4x4 matrix) => throw null; - public static System.Numerics.Vector4 Transform(System.Numerics.Vector3 value, System.Numerics.Quaternion rotation) => throw null; - public static System.Numerics.Vector4 Transform(System.Numerics.Vector4 vector, System.Numerics.Matrix4x4 matrix) => throw null; - public static System.Numerics.Vector4 Transform(System.Numerics.Vector4 value, System.Numerics.Quaternion rotation) => throw null; - public bool TryCopyTo(System.Span destination) => throw null; - public static System.Numerics.Vector4 UnitW { get => throw null; } - public static System.Numerics.Vector4 UnitX { get => throw null; } - public static System.Numerics.Vector4 UnitY { get => throw null; } - public static System.Numerics.Vector4 UnitZ { get => throw null; } - public float W; - public float X; - public float Y; - public float Z; - public static System.Numerics.Vector4 Zero { get => throw null; } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ObjectModel.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ObjectModel.cs deleted file mode 100644 index 6163b9a1..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ObjectModel.cs +++ /dev/null @@ -1,176 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.ObjectModel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Collections - { - namespace ObjectModel - { - public abstract class KeyedCollection : System.Collections.ObjectModel.Collection - { - protected void ChangeItemKey(TItem item, TKey newKey) => throw null; - protected override void ClearItems() => throw null; - public System.Collections.Generic.IEqualityComparer Comparer { get => throw null; } - public bool Contains(TKey key) => throw null; - protected KeyedCollection() => throw null; - protected KeyedCollection(System.Collections.Generic.IEqualityComparer comparer) => throw null; - protected KeyedCollection(System.Collections.Generic.IEqualityComparer comparer, int dictionaryCreationThreshold) => throw null; - protected System.Collections.Generic.IDictionary Dictionary { get => throw null; } - protected abstract TKey GetKeyForItem(TItem item); - protected override void InsertItem(int index, TItem item) => throw null; - public bool Remove(TKey key) => throw null; - protected override void RemoveItem(int index) => throw null; - protected override void SetItem(int index, TItem item) => throw null; - public TItem this[TKey key] { get => throw null; } - public bool TryGetValue(TKey key, out TItem item) => throw null; - } - public class ObservableCollection : System.Collections.ObjectModel.Collection, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged - { - protected System.IDisposable BlockReentrancy() => throw null; - protected void CheckReentrancy() => throw null; - protected override void ClearItems() => throw null; - public virtual event System.Collections.Specialized.NotifyCollectionChangedEventHandler CollectionChanged; - public ObservableCollection() => throw null; - public ObservableCollection(System.Collections.Generic.IEnumerable collection) => throw null; - public ObservableCollection(System.Collections.Generic.List list) => throw null; - protected override void InsertItem(int index, T item) => throw null; - public void Move(int oldIndex, int newIndex) => throw null; - protected virtual void MoveItem(int oldIndex, int newIndex) => throw null; - protected virtual void OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs e) => throw null; - protected virtual void OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs e) => throw null; - protected virtual event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - event System.ComponentModel.PropertyChangedEventHandler System.ComponentModel.INotifyPropertyChanged.PropertyChanged { add { } remove { } } - protected override void RemoveItem(int index) => throw null; - protected override void SetItem(int index, T item) => throw null; - } - public class ReadOnlyObservableCollection : System.Collections.ObjectModel.ReadOnlyCollection, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged - { - protected virtual event System.Collections.Specialized.NotifyCollectionChangedEventHandler CollectionChanged; - event System.Collections.Specialized.NotifyCollectionChangedEventHandler System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged { add { } remove { } } - public ReadOnlyObservableCollection(System.Collections.ObjectModel.ObservableCollection list) : base(default(System.Collections.Generic.IList)) => throw null; - public static System.Collections.ObjectModel.ReadOnlyObservableCollection Empty { get => throw null; } - protected virtual void OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs args) => throw null; - protected virtual void OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs args) => throw null; - protected virtual event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - event System.ComponentModel.PropertyChangedEventHandler System.ComponentModel.INotifyPropertyChanged.PropertyChanged { add { } remove { } } - } - } - namespace Specialized - { - public interface INotifyCollectionChanged - { - event System.Collections.Specialized.NotifyCollectionChangedEventHandler CollectionChanged; - } - public enum NotifyCollectionChangedAction - { - Add = 0, - Remove = 1, - Replace = 2, - Move = 3, - Reset = 4, - } - public class NotifyCollectionChangedEventArgs : System.EventArgs - { - public System.Collections.Specialized.NotifyCollectionChangedAction Action { get => throw null; } - public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action) => throw null; - public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems) => throw null; - public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList newItems, System.Collections.IList oldItems) => throw null; - public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList newItems, System.Collections.IList oldItems, int startingIndex) => throw null; - public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems, int startingIndex) => throw null; - public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems, int index, int oldIndex) => throw null; - public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem) => throw null; - public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem, int index) => throw null; - public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem, int index, int oldIndex) => throw null; - public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object newItem, object oldItem) => throw null; - public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object newItem, object oldItem, int index) => throw null; - public System.Collections.IList NewItems { get => throw null; } - public int NewStartingIndex { get => throw null; } - public System.Collections.IList OldItems { get => throw null; } - public int OldStartingIndex { get => throw null; } - } - public delegate void NotifyCollectionChangedEventHandler(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e); - } - } - namespace ComponentModel - { - public class DataErrorsChangedEventArgs : System.EventArgs - { - public DataErrorsChangedEventArgs(string propertyName) => throw null; - public virtual string PropertyName { get => throw null; } - } - public interface INotifyDataErrorInfo - { - event System.EventHandler ErrorsChanged; - System.Collections.IEnumerable GetErrors(string propertyName); - bool HasErrors { get; } - } - public interface INotifyPropertyChanged - { - event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - } - public interface INotifyPropertyChanging - { - event System.ComponentModel.PropertyChangingEventHandler PropertyChanging; - } - public class PropertyChangedEventArgs : System.EventArgs - { - public PropertyChangedEventArgs(string propertyName) => throw null; - public virtual string PropertyName { get => throw null; } - } - public delegate void PropertyChangedEventHandler(object sender, System.ComponentModel.PropertyChangedEventArgs e); - public class PropertyChangingEventArgs : System.EventArgs - { - public PropertyChangingEventArgs(string propertyName) => throw null; - public virtual string PropertyName { get => throw null; } - } - public delegate void PropertyChangingEventHandler(object sender, System.ComponentModel.PropertyChangingEventArgs e); - [System.AttributeUsage((System.AttributeTargets)32767)] - public sealed class TypeConverterAttribute : System.Attribute - { - public string ConverterTypeName { get => throw null; } - public TypeConverterAttribute() => throw null; - public TypeConverterAttribute(string typeName) => throw null; - public TypeConverterAttribute(System.Type type) => throw null; - public static readonly System.ComponentModel.TypeConverterAttribute Default; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)4, Inherited = true)] - public sealed class TypeDescriptionProviderAttribute : System.Attribute - { - public TypeDescriptionProviderAttribute(string typeName) => throw null; - public TypeDescriptionProviderAttribute(System.Type type) => throw null; - public string TypeName { get => throw null; } - } - } - namespace Reflection - { - public interface ICustomTypeProvider - { - System.Type GetCustomType(); - } - } - namespace Windows - { - namespace Input - { - public interface ICommand - { - bool CanExecute(object parameter); - event System.EventHandler CanExecuteChanged; - void Execute(object parameter); - } - } - namespace Markup - { - [System.AttributeUsage((System.AttributeTargets)1244, AllowMultiple = false, Inherited = true)] - public sealed class ValueSerializerAttribute : System.Attribute - { - public ValueSerializerAttribute(string valueSerializerTypeName) => throw null; - public ValueSerializerAttribute(System.Type valueSerializerType) => throw null; - public System.Type ValueSerializerType { get => throw null; } - public string ValueSerializerTypeName { get => throw null; } - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.DispatchProxy.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.DispatchProxy.cs deleted file mode 100644 index cb464de5..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.DispatchProxy.cs +++ /dev/null @@ -1,15 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Reflection.DispatchProxy, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Reflection - { - public abstract class DispatchProxy - { - public static object Create(System.Type interfaceType, System.Type proxyType) => throw null; - public static T Create() where TProxy : System.Reflection.DispatchProxy => throw null; - protected DispatchProxy() => throw null; - protected abstract object Invoke(System.Reflection.MethodInfo targetMethod, object[] args); - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.ILGeneration.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.ILGeneration.cs deleted file mode 100644 index 2fa3b597..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.ILGeneration.cs +++ /dev/null @@ -1,109 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Reflection.Emit.ILGeneration, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Reflection - { - namespace Emit - { - public class CustomAttributeBuilder - { - public CustomAttributeBuilder(System.Reflection.ConstructorInfo con, object[] constructorArgs) => throw null; - public CustomAttributeBuilder(System.Reflection.ConstructorInfo con, object[] constructorArgs, System.Reflection.FieldInfo[] namedFields, object[] fieldValues) => throw null; - public CustomAttributeBuilder(System.Reflection.ConstructorInfo con, object[] constructorArgs, System.Reflection.PropertyInfo[] namedProperties, object[] propertyValues) => throw null; - public CustomAttributeBuilder(System.Reflection.ConstructorInfo con, object[] constructorArgs, System.Reflection.PropertyInfo[] namedProperties, object[] propertyValues, System.Reflection.FieldInfo[] namedFields, object[] fieldValues) => throw null; - } - public abstract class ILGenerator - { - public abstract void BeginCatchBlock(System.Type exceptionType); - public abstract void BeginExceptFilterBlock(); - public abstract System.Reflection.Emit.Label BeginExceptionBlock(); - public abstract void BeginFaultBlock(); - public abstract void BeginFinallyBlock(); - public abstract void BeginScope(); - protected ILGenerator() => throw null; - public virtual System.Reflection.Emit.LocalBuilder DeclareLocal(System.Type localType) => throw null; - public abstract System.Reflection.Emit.LocalBuilder DeclareLocal(System.Type localType, bool pinned); - public abstract System.Reflection.Emit.Label DefineLabel(); - public abstract void Emit(System.Reflection.Emit.OpCode opcode); - public abstract void Emit(System.Reflection.Emit.OpCode opcode, byte arg); - public abstract void Emit(System.Reflection.Emit.OpCode opcode, double arg); - public abstract void Emit(System.Reflection.Emit.OpCode opcode, short arg); - public abstract void Emit(System.Reflection.Emit.OpCode opcode, int arg); - public abstract void Emit(System.Reflection.Emit.OpCode opcode, long arg); - public abstract void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.ConstructorInfo con); - public abstract void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.Emit.Label label); - public abstract void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.Emit.Label[] labels); - public abstract void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.Emit.LocalBuilder local); - public abstract void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.Emit.SignatureHelper signature); - public abstract void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.FieldInfo field); - public abstract void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.MethodInfo meth); - public void Emit(System.Reflection.Emit.OpCode opcode, sbyte arg) => throw null; - public abstract void Emit(System.Reflection.Emit.OpCode opcode, float arg); - public abstract void Emit(System.Reflection.Emit.OpCode opcode, string str); - public abstract void Emit(System.Reflection.Emit.OpCode opcode, System.Type cls); - public abstract void EmitCall(System.Reflection.Emit.OpCode opcode, System.Reflection.MethodInfo methodInfo, System.Type[] optionalParameterTypes); - public abstract void EmitCalli(System.Reflection.Emit.OpCode opcode, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] parameterTypes, System.Type[] optionalParameterTypes); - public abstract void EmitCalli(System.Reflection.Emit.OpCode opcode, System.Runtime.InteropServices.CallingConvention unmanagedCallConv, System.Type returnType, System.Type[] parameterTypes); - public virtual void EmitWriteLine(System.Reflection.Emit.LocalBuilder localBuilder) => throw null; - public virtual void EmitWriteLine(System.Reflection.FieldInfo fld) => throw null; - public virtual void EmitWriteLine(string value) => throw null; - public abstract void EndExceptionBlock(); - public abstract void EndScope(); - public abstract int ILOffset { get; } - public abstract void MarkLabel(System.Reflection.Emit.Label loc); - public virtual void ThrowException(System.Type excType) => throw null; - public abstract void UsingNamespace(string usingNamespace); - } - public struct Label : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Emit.Label obj) => throw null; - public override int GetHashCode() => throw null; - public static bool operator ==(System.Reflection.Emit.Label a, System.Reflection.Emit.Label b) => throw null; - public static bool operator !=(System.Reflection.Emit.Label a, System.Reflection.Emit.Label b) => throw null; - } - public sealed class LocalBuilder : System.Reflection.LocalVariableInfo - { - public override bool IsPinned { get => throw null; } - public override int LocalIndex { get => throw null; } - public override System.Type LocalType { get => throw null; } - } - public abstract class ParameterBuilder - { - public virtual int Attributes { get => throw null; } - protected ParameterBuilder() => throw null; - public bool IsIn { get => throw null; } - public bool IsOptional { get => throw null; } - public bool IsOut { get => throw null; } - public virtual string Name { get => throw null; } - public virtual int Position { get => throw null; } - public virtual void SetConstant(object defaultValue) => throw null; - public void SetCustomAttribute(System.Reflection.ConstructorInfo con, byte[] binaryAttribute) => throw null; - public void SetCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder customBuilder) => throw null; - protected abstract void SetCustomAttributeCore(System.Reflection.ConstructorInfo con, System.ReadOnlySpan binaryAttribute); - } - public sealed class SignatureHelper - { - public void AddArgument(System.Type clsArgument) => throw null; - public void AddArgument(System.Type argument, bool pinned) => throw null; - public void AddArgument(System.Type argument, System.Type[] requiredCustomModifiers, System.Type[] optionalCustomModifiers) => throw null; - public void AddArguments(System.Type[] arguments, System.Type[][] requiredCustomModifiers, System.Type[][] optionalCustomModifiers) => throw null; - public void AddSentinel() => throw null; - public override bool Equals(object obj) => throw null; - public static System.Reflection.Emit.SignatureHelper GetFieldSigHelper(System.Reflection.Module mod) => throw null; - public override int GetHashCode() => throw null; - public static System.Reflection.Emit.SignatureHelper GetLocalVarSigHelper() => throw null; - public static System.Reflection.Emit.SignatureHelper GetLocalVarSigHelper(System.Reflection.Module mod) => throw null; - public static System.Reflection.Emit.SignatureHelper GetMethodSigHelper(System.Reflection.CallingConventions callingConvention, System.Type returnType) => throw null; - public static System.Reflection.Emit.SignatureHelper GetMethodSigHelper(System.Reflection.Module mod, System.Reflection.CallingConventions callingConvention, System.Type returnType) => throw null; - public static System.Reflection.Emit.SignatureHelper GetMethodSigHelper(System.Reflection.Module mod, System.Type returnType, System.Type[] parameterTypes) => throw null; - public static System.Reflection.Emit.SignatureHelper GetPropertySigHelper(System.Reflection.Module mod, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] requiredReturnTypeCustomModifiers, System.Type[] optionalReturnTypeCustomModifiers, System.Type[] parameterTypes, System.Type[][] requiredParameterTypeCustomModifiers, System.Type[][] optionalParameterTypeCustomModifiers) => throw null; - public static System.Reflection.Emit.SignatureHelper GetPropertySigHelper(System.Reflection.Module mod, System.Type returnType, System.Type[] parameterTypes) => throw null; - public static System.Reflection.Emit.SignatureHelper GetPropertySigHelper(System.Reflection.Module mod, System.Type returnType, System.Type[] requiredReturnTypeCustomModifiers, System.Type[] optionalReturnTypeCustomModifiers, System.Type[] parameterTypes, System.Type[][] requiredParameterTypeCustomModifiers, System.Type[][] optionalParameterTypeCustomModifiers) => throw null; - public byte[] GetSignature() => throw null; - public override string ToString() => throw null; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.Lightweight.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.Lightweight.cs deleted file mode 100644 index d7fc2fb5..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.Lightweight.cs +++ /dev/null @@ -1,68 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Reflection.Emit.Lightweight, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Reflection - { - namespace Emit - { - public sealed class DynamicILInfo - { - public System.Reflection.Emit.DynamicMethod DynamicMethod { get => throw null; } - public int GetTokenFor(byte[] signature) => throw null; - public int GetTokenFor(System.Reflection.Emit.DynamicMethod method) => throw null; - public int GetTokenFor(System.RuntimeFieldHandle field) => throw null; - public int GetTokenFor(System.RuntimeFieldHandle field, System.RuntimeTypeHandle contextType) => throw null; - public int GetTokenFor(System.RuntimeMethodHandle method) => throw null; - public int GetTokenFor(System.RuntimeMethodHandle method, System.RuntimeTypeHandle contextType) => throw null; - public int GetTokenFor(System.RuntimeTypeHandle type) => throw null; - public int GetTokenFor(string literal) => throw null; - public unsafe void SetCode(byte* code, int codeSize, int maxStackSize) => throw null; - public void SetCode(byte[] code, int maxStackSize) => throw null; - public unsafe void SetExceptions(byte* exceptions, int exceptionsSize) => throw null; - public void SetExceptions(byte[] exceptions) => throw null; - public unsafe void SetLocalSignature(byte* localSignature, int signatureSize) => throw null; - public void SetLocalSignature(byte[] localSignature) => throw null; - } - public sealed class DynamicMethod : System.Reflection.MethodInfo - { - public override System.Reflection.MethodAttributes Attributes { get => throw null; } - public override System.Reflection.CallingConventions CallingConvention { get => throw null; } - public override sealed System.Delegate CreateDelegate(System.Type delegateType) => throw null; - public override sealed System.Delegate CreateDelegate(System.Type delegateType, object target) => throw null; - public DynamicMethod(string name, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] parameterTypes, System.Reflection.Module m, bool skipVisibility) => throw null; - public DynamicMethod(string name, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] parameterTypes, System.Type owner, bool skipVisibility) => throw null; - public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes) => throw null; - public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes, bool restrictedSkipVisibility) => throw null; - public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes, System.Reflection.Module m) => throw null; - public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes, System.Reflection.Module m, bool skipVisibility) => throw null; - public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes, System.Type owner) => throw null; - public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes, System.Type owner, bool skipVisibility) => throw null; - public override System.Type DeclaringType { get => throw null; } - public System.Reflection.Emit.ParameterBuilder DefineParameter(int position, System.Reflection.ParameterAttributes attributes, string parameterName) => throw null; - public override System.Reflection.MethodInfo GetBaseDefinition() => throw null; - public override object[] GetCustomAttributes(bool inherit) => throw null; - public override object[] GetCustomAttributes(System.Type attributeType, bool inherit) => throw null; - public System.Reflection.Emit.DynamicILInfo GetDynamicILInfo() => throw null; - public System.Reflection.Emit.ILGenerator GetILGenerator() => throw null; - public System.Reflection.Emit.ILGenerator GetILGenerator(int streamSize) => throw null; - public override System.Reflection.MethodImplAttributes GetMethodImplementationFlags() => throw null; - public override System.Reflection.ParameterInfo[] GetParameters() => throw null; - public bool InitLocals { get => throw null; set { } } - public override object Invoke(object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object[] parameters, System.Globalization.CultureInfo culture) => throw null; - public override bool IsDefined(System.Type attributeType, bool inherit) => throw null; - public override bool IsSecurityCritical { get => throw null; } - public override bool IsSecuritySafeCritical { get => throw null; } - public override bool IsSecurityTransparent { get => throw null; } - public override System.RuntimeMethodHandle MethodHandle { get => throw null; } - public override System.Reflection.Module Module { get => throw null; } - public override string Name { get => throw null; } - public override System.Type ReflectedType { get => throw null; } - public override System.Reflection.ParameterInfo ReturnParameter { get => throw null; } - public override System.Type ReturnType { get => throw null; } - public override System.Reflection.ICustomAttributeProvider ReturnTypeCustomAttributes { get => throw null; } - public override string ToString() => throw null; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.cs deleted file mode 100644 index 9056e66d..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.cs +++ /dev/null @@ -1,566 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Reflection.Emit, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Reflection - { - namespace Emit - { - public abstract class AssemblyBuilder : System.Reflection.Assembly - { - public override string CodeBase { get => throw null; } - protected AssemblyBuilder() => throw null; - public static System.Reflection.Emit.AssemblyBuilder DefineDynamicAssembly(System.Reflection.AssemblyName name, System.Reflection.Emit.AssemblyBuilderAccess access) => throw null; - public static System.Reflection.Emit.AssemblyBuilder DefineDynamicAssembly(System.Reflection.AssemblyName name, System.Reflection.Emit.AssemblyBuilderAccess access, System.Collections.Generic.IEnumerable assemblyAttributes) => throw null; - public System.Reflection.Emit.ModuleBuilder DefineDynamicModule(string name) => throw null; - protected abstract System.Reflection.Emit.ModuleBuilder DefineDynamicModuleCore(string name); - public override System.Reflection.MethodInfo EntryPoint { get => throw null; } - public override bool Equals(object obj) => throw null; - public override string FullName { get => throw null; } - public override object[] GetCustomAttributes(bool inherit) => throw null; - public override object[] GetCustomAttributes(System.Type attributeType, bool inherit) => throw null; - public override System.Collections.Generic.IList GetCustomAttributesData() => throw null; - public System.Reflection.Emit.ModuleBuilder GetDynamicModule(string name) => throw null; - protected abstract System.Reflection.Emit.ModuleBuilder GetDynamicModuleCore(string name); - public override System.Type[] GetExportedTypes() => throw null; - public override System.IO.FileStream GetFile(string name) => throw null; - public override System.IO.FileStream[] GetFiles(bool getResourceModules) => throw null; - public override int GetHashCode() => throw null; - public override System.Reflection.Module[] GetLoadedModules(bool getResourceModules) => throw null; - public override System.Reflection.ManifestResourceInfo GetManifestResourceInfo(string resourceName) => throw null; - public override string[] GetManifestResourceNames() => throw null; - public override System.IO.Stream GetManifestResourceStream(string name) => throw null; - public override System.IO.Stream GetManifestResourceStream(System.Type type, string name) => throw null; - public override System.Reflection.Module GetModule(string name) => throw null; - public override System.Reflection.Module[] GetModules(bool getResourceModules) => throw null; - public override System.Reflection.AssemblyName GetName(bool copiedName) => throw null; - public override System.Reflection.AssemblyName[] GetReferencedAssemblies() => throw null; - public override System.Reflection.Assembly GetSatelliteAssembly(System.Globalization.CultureInfo culture) => throw null; - public override System.Reflection.Assembly GetSatelliteAssembly(System.Globalization.CultureInfo culture, System.Version version) => throw null; - public override System.Type GetType(string name, bool throwOnError, bool ignoreCase) => throw null; - public override long HostContext { get => throw null; } - public override bool IsCollectible { get => throw null; } - public override bool IsDefined(System.Type attributeType, bool inherit) => throw null; - public override bool IsDynamic { get => throw null; } - public override string Location { get => throw null; } - public override System.Reflection.Module ManifestModule { get => throw null; } - public override bool ReflectionOnly { get => throw null; } - public void SetCustomAttribute(System.Reflection.ConstructorInfo con, byte[] binaryAttribute) => throw null; - public void SetCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder customBuilder) => throw null; - protected abstract void SetCustomAttributeCore(System.Reflection.ConstructorInfo con, System.ReadOnlySpan binaryAttribute); - } - [System.Flags] - public enum AssemblyBuilderAccess - { - Run = 1, - RunAndCollect = 9, - } - public abstract class ConstructorBuilder : System.Reflection.ConstructorInfo - { - public override System.Reflection.MethodAttributes Attributes { get => throw null; } - public override System.Reflection.CallingConventions CallingConvention { get => throw null; } - protected ConstructorBuilder() => throw null; - public override System.Type DeclaringType { get => throw null; } - public System.Reflection.Emit.ParameterBuilder DefineParameter(int iSequence, System.Reflection.ParameterAttributes attributes, string strParamName) => throw null; - protected abstract System.Reflection.Emit.ParameterBuilder DefineParameterCore(int iSequence, System.Reflection.ParameterAttributes attributes, string strParamName); - public override object[] GetCustomAttributes(bool inherit) => throw null; - public override object[] GetCustomAttributes(System.Type attributeType, bool inherit) => throw null; - public System.Reflection.Emit.ILGenerator GetILGenerator() => throw null; - public System.Reflection.Emit.ILGenerator GetILGenerator(int streamSize) => throw null; - protected abstract System.Reflection.Emit.ILGenerator GetILGeneratorCore(int streamSize); - public override System.Reflection.MethodImplAttributes GetMethodImplementationFlags() => throw null; - public override System.Reflection.ParameterInfo[] GetParameters() => throw null; - public bool InitLocals { get => throw null; set { } } - protected abstract bool InitLocalsCore { get; set; } - public override object Invoke(object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object[] parameters, System.Globalization.CultureInfo culture) => throw null; - public override object Invoke(System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object[] parameters, System.Globalization.CultureInfo culture) => throw null; - public override bool IsDefined(System.Type attributeType, bool inherit) => throw null; - public override int MetadataToken { get => throw null; } - public override System.RuntimeMethodHandle MethodHandle { get => throw null; } - public override System.Reflection.Module Module { get => throw null; } - public override string Name { get => throw null; } - public override System.Type ReflectedType { get => throw null; } - public void SetCustomAttribute(System.Reflection.ConstructorInfo con, byte[] binaryAttribute) => throw null; - public void SetCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder customBuilder) => throw null; - protected abstract void SetCustomAttributeCore(System.Reflection.ConstructorInfo con, System.ReadOnlySpan binaryAttribute); - public void SetImplementationFlags(System.Reflection.MethodImplAttributes attributes) => throw null; - protected abstract void SetImplementationFlagsCore(System.Reflection.MethodImplAttributes attributes); - public override string ToString() => throw null; - } - public abstract class EnumBuilder : System.Reflection.TypeInfo - { - public override System.Reflection.Assembly Assembly { get => throw null; } - public override string AssemblyQualifiedName { get => throw null; } - public override System.Type BaseType { get => throw null; } - public System.Type CreateType() => throw null; - public System.Reflection.TypeInfo CreateTypeInfo() => throw null; - protected abstract System.Reflection.TypeInfo CreateTypeInfoCore(); - protected EnumBuilder() => throw null; - public override System.Type DeclaringType { get => throw null; } - public System.Reflection.Emit.FieldBuilder DefineLiteral(string literalName, object literalValue) => throw null; - protected abstract System.Reflection.Emit.FieldBuilder DefineLiteralCore(string literalName, object literalValue); - public override string FullName { get => throw null; } - protected override System.Reflection.TypeAttributes GetAttributeFlagsImpl() => throw null; - protected override System.Reflection.ConstructorInfo GetConstructorImpl(System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Reflection.CallingConventions callConvention, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; - public override System.Reflection.ConstructorInfo[] GetConstructors(System.Reflection.BindingFlags bindingAttr) => throw null; - public override object[] GetCustomAttributes(bool inherit) => throw null; - public override object[] GetCustomAttributes(System.Type attributeType, bool inherit) => throw null; - public override System.Type GetElementType() => throw null; - public override System.Type GetEnumUnderlyingType() => throw null; - public override System.Reflection.EventInfo GetEvent(string name, System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Reflection.EventInfo[] GetEvents() => throw null; - public override System.Reflection.EventInfo[] GetEvents(System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Reflection.FieldInfo GetField(string name, System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Reflection.FieldInfo[] GetFields(System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Type GetInterface(string name, bool ignoreCase) => throw null; - public override System.Reflection.InterfaceMapping GetInterfaceMap(System.Type interfaceType) => throw null; - public override System.Type[] GetInterfaces() => throw null; - public override System.Reflection.MemberInfo[] GetMember(string name, System.Reflection.MemberTypes type, System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Reflection.MemberInfo[] GetMembers(System.Reflection.BindingFlags bindingAttr) => throw null; - protected override System.Reflection.MethodInfo GetMethodImpl(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Reflection.CallingConventions callConvention, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; - public override System.Reflection.MethodInfo[] GetMethods(System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Type GetNestedType(string name, System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Type[] GetNestedTypes(System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Reflection.PropertyInfo[] GetProperties(System.Reflection.BindingFlags bindingAttr) => throw null; - protected override System.Reflection.PropertyInfo GetPropertyImpl(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type returnType, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; - public override System.Guid GUID { get => throw null; } - protected override bool HasElementTypeImpl() => throw null; - public override object InvokeMember(string name, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object target, object[] args, System.Reflection.ParameterModifier[] modifiers, System.Globalization.CultureInfo culture, string[] namedParameters) => throw null; - protected override bool IsArrayImpl() => throw null; - public override bool IsAssignableFrom(System.Reflection.TypeInfo typeInfo) => throw null; - protected override bool IsByRefImpl() => throw null; - public override bool IsByRefLike { get => throw null; } - protected override bool IsCOMObjectImpl() => throw null; - public override bool IsConstructedGenericType { get => throw null; } - public override bool IsDefined(System.Type attributeType, bool inherit) => throw null; - protected override bool IsPointerImpl() => throw null; - protected override bool IsPrimitiveImpl() => throw null; - public override bool IsSZArray { get => throw null; } - public override bool IsTypeDefinition { get => throw null; } - protected override bool IsValueTypeImpl() => throw null; - public override System.Type MakeArrayType() => throw null; - public override System.Type MakeArrayType(int rank) => throw null; - public override System.Type MakeByRefType() => throw null; - public override System.Type MakePointerType() => throw null; - public override System.Reflection.Module Module { get => throw null; } - public override string Name { get => throw null; } - public override string Namespace { get => throw null; } - public override System.Type ReflectedType { get => throw null; } - public void SetCustomAttribute(System.Reflection.ConstructorInfo con, byte[] binaryAttribute) => throw null; - public void SetCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder customBuilder) => throw null; - protected abstract void SetCustomAttributeCore(System.Reflection.ConstructorInfo con, System.ReadOnlySpan binaryAttribute); - public override System.RuntimeTypeHandle TypeHandle { get => throw null; } - public System.Reflection.Emit.FieldBuilder UnderlyingField { get => throw null; } - protected abstract System.Reflection.Emit.FieldBuilder UnderlyingFieldCore { get; } - public override System.Type UnderlyingSystemType { get => throw null; } - } - public abstract class EventBuilder - { - public void AddOtherMethod(System.Reflection.Emit.MethodBuilder mdBuilder) => throw null; - protected abstract void AddOtherMethodCore(System.Reflection.Emit.MethodBuilder mdBuilder); - protected EventBuilder() => throw null; - public void SetAddOnMethod(System.Reflection.Emit.MethodBuilder mdBuilder) => throw null; - protected abstract void SetAddOnMethodCore(System.Reflection.Emit.MethodBuilder mdBuilder); - public void SetCustomAttribute(System.Reflection.ConstructorInfo con, byte[] binaryAttribute) => throw null; - public void SetCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder customBuilder) => throw null; - protected abstract void SetCustomAttributeCore(System.Reflection.ConstructorInfo con, System.ReadOnlySpan binaryAttribute); - public void SetRaiseMethod(System.Reflection.Emit.MethodBuilder mdBuilder) => throw null; - protected abstract void SetRaiseMethodCore(System.Reflection.Emit.MethodBuilder mdBuilder); - public void SetRemoveOnMethod(System.Reflection.Emit.MethodBuilder mdBuilder) => throw null; - protected abstract void SetRemoveOnMethodCore(System.Reflection.Emit.MethodBuilder mdBuilder); - } - public abstract class FieldBuilder : System.Reflection.FieldInfo - { - public override System.Reflection.FieldAttributes Attributes { get => throw null; } - protected FieldBuilder() => throw null; - public override System.Type DeclaringType { get => throw null; } - public override System.RuntimeFieldHandle FieldHandle { get => throw null; } - public override System.Type FieldType { get => throw null; } - public override object[] GetCustomAttributes(bool inherit) => throw null; - public override object[] GetCustomAttributes(System.Type attributeType, bool inherit) => throw null; - public override object GetValue(object obj) => throw null; - public override bool IsDefined(System.Type attributeType, bool inherit) => throw null; - public override int MetadataToken { get => throw null; } - public override System.Reflection.Module Module { get => throw null; } - public override string Name { get => throw null; } - public override System.Type ReflectedType { get => throw null; } - public void SetConstant(object defaultValue) => throw null; - protected abstract void SetConstantCore(object defaultValue); - public void SetCustomAttribute(System.Reflection.ConstructorInfo con, byte[] binaryAttribute) => throw null; - public void SetCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder customBuilder) => throw null; - protected abstract void SetCustomAttributeCore(System.Reflection.ConstructorInfo con, System.ReadOnlySpan binaryAttribute); - public void SetOffset(int iOffset) => throw null; - protected abstract void SetOffsetCore(int iOffset); - public override void SetValue(object obj, object val, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Globalization.CultureInfo culture) => throw null; - } - public abstract class GenericTypeParameterBuilder : System.Reflection.TypeInfo - { - public override System.Reflection.Assembly Assembly { get => throw null; } - public override string AssemblyQualifiedName { get => throw null; } - public override System.Type BaseType { get => throw null; } - public override bool ContainsGenericParameters { get => throw null; } - protected GenericTypeParameterBuilder() => throw null; - public override System.Reflection.MethodBase DeclaringMethod { get => throw null; } - public override System.Type DeclaringType { get => throw null; } - public override bool Equals(object o) => throw null; - public override string FullName { get => throw null; } - public override System.Reflection.GenericParameterAttributes GenericParameterAttributes { get => throw null; } - public override int GenericParameterPosition { get => throw null; } - protected override System.Reflection.TypeAttributes GetAttributeFlagsImpl() => throw null; - protected override System.Reflection.ConstructorInfo GetConstructorImpl(System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Reflection.CallingConventions callConvention, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; - public override System.Reflection.ConstructorInfo[] GetConstructors(System.Reflection.BindingFlags bindingAttr) => throw null; - public override object[] GetCustomAttributes(bool inherit) => throw null; - public override object[] GetCustomAttributes(System.Type attributeType, bool inherit) => throw null; - public override System.Type GetElementType() => throw null; - public override System.Reflection.EventInfo GetEvent(string name, System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Reflection.EventInfo[] GetEvents() => throw null; - public override System.Reflection.EventInfo[] GetEvents(System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Reflection.FieldInfo GetField(string name, System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Reflection.FieldInfo[] GetFields(System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Type[] GetGenericArguments() => throw null; - public override System.Type GetGenericTypeDefinition() => throw null; - public override int GetHashCode() => throw null; - public override System.Type GetInterface(string name, bool ignoreCase) => throw null; - public override System.Reflection.InterfaceMapping GetInterfaceMap(System.Type interfaceType) => throw null; - public override System.Type[] GetInterfaces() => throw null; - public override System.Reflection.MemberInfo[] GetMember(string name, System.Reflection.MemberTypes type, System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Reflection.MemberInfo[] GetMembers(System.Reflection.BindingFlags bindingAttr) => throw null; - protected override System.Reflection.MethodInfo GetMethodImpl(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Reflection.CallingConventions callConvention, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; - public override System.Reflection.MethodInfo[] GetMethods(System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Type GetNestedType(string name, System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Type[] GetNestedTypes(System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Reflection.PropertyInfo[] GetProperties(System.Reflection.BindingFlags bindingAttr) => throw null; - protected override System.Reflection.PropertyInfo GetPropertyImpl(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type returnType, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; - public override System.Guid GUID { get => throw null; } - protected override bool HasElementTypeImpl() => throw null; - public override object InvokeMember(string name, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object target, object[] args, System.Reflection.ParameterModifier[] modifiers, System.Globalization.CultureInfo culture, string[] namedParameters) => throw null; - protected override bool IsArrayImpl() => throw null; - public override bool IsAssignableFrom(System.Reflection.TypeInfo typeInfo) => throw null; - public override bool IsAssignableFrom(System.Type c) => throw null; - protected override bool IsByRefImpl() => throw null; - public override bool IsByRefLike { get => throw null; } - protected override bool IsCOMObjectImpl() => throw null; - public override bool IsConstructedGenericType { get => throw null; } - public override bool IsDefined(System.Type attributeType, bool inherit) => throw null; - public override bool IsGenericParameter { get => throw null; } - public override bool IsGenericType { get => throw null; } - public override bool IsGenericTypeDefinition { get => throw null; } - protected override bool IsPointerImpl() => throw null; - protected override bool IsPrimitiveImpl() => throw null; - public override bool IsSubclassOf(System.Type c) => throw null; - public override bool IsSZArray { get => throw null; } - public override bool IsTypeDefinition { get => throw null; } - protected override bool IsValueTypeImpl() => throw null; - public override System.Type MakeArrayType() => throw null; - public override System.Type MakeArrayType(int rank) => throw null; - public override System.Type MakeByRefType() => throw null; - public override System.Type MakeGenericType(params System.Type[] typeArguments) => throw null; - public override System.Type MakePointerType() => throw null; - public override int MetadataToken { get => throw null; } - public override System.Reflection.Module Module { get => throw null; } - public override string Name { get => throw null; } - public override string Namespace { get => throw null; } - public override System.Type ReflectedType { get => throw null; } - public void SetBaseTypeConstraint(System.Type baseTypeConstraint) => throw null; - protected abstract void SetBaseTypeConstraintCore(System.Type baseTypeConstraint); - public void SetCustomAttribute(System.Reflection.ConstructorInfo con, byte[] binaryAttribute) => throw null; - public void SetCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder customBuilder) => throw null; - protected abstract void SetCustomAttributeCore(System.Reflection.ConstructorInfo con, System.ReadOnlySpan binaryAttribute); - public void SetGenericParameterAttributes(System.Reflection.GenericParameterAttributes genericParameterAttributes) => throw null; - protected abstract void SetGenericParameterAttributesCore(System.Reflection.GenericParameterAttributes genericParameterAttributes); - public void SetInterfaceConstraints(params System.Type[] interfaceConstraints) => throw null; - protected abstract void SetInterfaceConstraintsCore(params System.Type[] interfaceConstraints); - public override string ToString() => throw null; - public override System.RuntimeTypeHandle TypeHandle { get => throw null; } - public override System.Type UnderlyingSystemType { get => throw null; } - } - public abstract class MethodBuilder : System.Reflection.MethodInfo - { - public override System.Reflection.MethodAttributes Attributes { get => throw null; } - public override System.Reflection.CallingConventions CallingConvention { get => throw null; } - public override bool ContainsGenericParameters { get => throw null; } - protected MethodBuilder() => throw null; - public override System.Type DeclaringType { get => throw null; } - public System.Reflection.Emit.GenericTypeParameterBuilder[] DefineGenericParameters(params string[] names) => throw null; - protected abstract System.Reflection.Emit.GenericTypeParameterBuilder[] DefineGenericParametersCore(params string[] names); - public System.Reflection.Emit.ParameterBuilder DefineParameter(int position, System.Reflection.ParameterAttributes attributes, string strParamName) => throw null; - protected abstract System.Reflection.Emit.ParameterBuilder DefineParameterCore(int position, System.Reflection.ParameterAttributes attributes, string strParamName); - public override bool Equals(object obj) => throw null; - public override System.Reflection.MethodInfo GetBaseDefinition() => throw null; - public override object[] GetCustomAttributes(bool inherit) => throw null; - public override object[] GetCustomAttributes(System.Type attributeType, bool inherit) => throw null; - public override System.Type[] GetGenericArguments() => throw null; - public override System.Reflection.MethodInfo GetGenericMethodDefinition() => throw null; - public override int GetHashCode() => throw null; - public System.Reflection.Emit.ILGenerator GetILGenerator() => throw null; - public System.Reflection.Emit.ILGenerator GetILGenerator(int size) => throw null; - protected abstract System.Reflection.Emit.ILGenerator GetILGeneratorCore(int size); - public override System.Reflection.MethodImplAttributes GetMethodImplementationFlags() => throw null; - public override System.Reflection.ParameterInfo[] GetParameters() => throw null; - public bool InitLocals { get => throw null; set { } } - protected abstract bool InitLocalsCore { get; set; } - public override object Invoke(object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object[] parameters, System.Globalization.CultureInfo culture) => throw null; - public override bool IsDefined(System.Type attributeType, bool inherit) => throw null; - public override bool IsGenericMethod { get => throw null; } - public override bool IsGenericMethodDefinition { get => throw null; } - public override bool IsSecurityCritical { get => throw null; } - public override bool IsSecuritySafeCritical { get => throw null; } - public override bool IsSecurityTransparent { get => throw null; } - public override System.Reflection.MethodInfo MakeGenericMethod(params System.Type[] typeArguments) => throw null; - public override int MetadataToken { get => throw null; } - public override System.RuntimeMethodHandle MethodHandle { get => throw null; } - public override System.Reflection.Module Module { get => throw null; } - public override string Name { get => throw null; } - public override System.Type ReflectedType { get => throw null; } - public override System.Reflection.ParameterInfo ReturnParameter { get => throw null; } - public override System.Type ReturnType { get => throw null; } - public override System.Reflection.ICustomAttributeProvider ReturnTypeCustomAttributes { get => throw null; } - public void SetCustomAttribute(System.Reflection.ConstructorInfo con, byte[] binaryAttribute) => throw null; - public void SetCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder customBuilder) => throw null; - protected abstract void SetCustomAttributeCore(System.Reflection.ConstructorInfo con, System.ReadOnlySpan binaryAttribute); - public void SetImplementationFlags(System.Reflection.MethodImplAttributes attributes) => throw null; - protected abstract void SetImplementationFlagsCore(System.Reflection.MethodImplAttributes attributes); - public void SetParameters(params System.Type[] parameterTypes) => throw null; - public void SetReturnType(System.Type returnType) => throw null; - public void SetSignature(System.Type returnType, System.Type[] returnTypeRequiredCustomModifiers, System.Type[] returnTypeOptionalCustomModifiers, System.Type[] parameterTypes, System.Type[][] parameterTypeRequiredCustomModifiers, System.Type[][] parameterTypeOptionalCustomModifiers) => throw null; - protected abstract void SetSignatureCore(System.Type returnType, System.Type[] returnTypeRequiredCustomModifiers, System.Type[] returnTypeOptionalCustomModifiers, System.Type[] parameterTypes, System.Type[][] parameterTypeRequiredCustomModifiers, System.Type[][] parameterTypeOptionalCustomModifiers); - public override string ToString() => throw null; - } - public abstract class ModuleBuilder : System.Reflection.Module - { - public override System.Reflection.Assembly Assembly { get => throw null; } - public void CreateGlobalFunctions() => throw null; - protected abstract void CreateGlobalFunctionsCore(); - protected ModuleBuilder() => throw null; - public System.Reflection.Emit.EnumBuilder DefineEnum(string name, System.Reflection.TypeAttributes visibility, System.Type underlyingType) => throw null; - protected abstract System.Reflection.Emit.EnumBuilder DefineEnumCore(string name, System.Reflection.TypeAttributes visibility, System.Type underlyingType); - public System.Reflection.Emit.MethodBuilder DefineGlobalMethod(string name, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] parameterTypes) => throw null; - public System.Reflection.Emit.MethodBuilder DefineGlobalMethod(string name, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] requiredReturnTypeCustomModifiers, System.Type[] optionalReturnTypeCustomModifiers, System.Type[] parameterTypes, System.Type[][] requiredParameterTypeCustomModifiers, System.Type[][] optionalParameterTypeCustomModifiers) => throw null; - public System.Reflection.Emit.MethodBuilder DefineGlobalMethod(string name, System.Reflection.MethodAttributes attributes, System.Type returnType, System.Type[] parameterTypes) => throw null; - protected abstract System.Reflection.Emit.MethodBuilder DefineGlobalMethodCore(string name, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] requiredReturnTypeCustomModifiers, System.Type[] optionalReturnTypeCustomModifiers, System.Type[] parameterTypes, System.Type[][] requiredParameterTypeCustomModifiers, System.Type[][] optionalParameterTypeCustomModifiers); - public System.Reflection.Emit.FieldBuilder DefineInitializedData(string name, byte[] data, System.Reflection.FieldAttributes attributes) => throw null; - protected abstract System.Reflection.Emit.FieldBuilder DefineInitializedDataCore(string name, byte[] data, System.Reflection.FieldAttributes attributes); - public System.Reflection.Emit.MethodBuilder DefinePInvokeMethod(string name, string dllName, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] parameterTypes, System.Runtime.InteropServices.CallingConvention nativeCallConv, System.Runtime.InteropServices.CharSet nativeCharSet) => throw null; - public System.Reflection.Emit.MethodBuilder DefinePInvokeMethod(string name, string dllName, string entryName, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] parameterTypes, System.Runtime.InteropServices.CallingConvention nativeCallConv, System.Runtime.InteropServices.CharSet nativeCharSet) => throw null; - protected abstract System.Reflection.Emit.MethodBuilder DefinePInvokeMethodCore(string name, string dllName, string entryName, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] parameterTypes, System.Runtime.InteropServices.CallingConvention nativeCallConv, System.Runtime.InteropServices.CharSet nativeCharSet); - public System.Reflection.Emit.TypeBuilder DefineType(string name) => throw null; - public System.Reflection.Emit.TypeBuilder DefineType(string name, System.Reflection.TypeAttributes attr) => throw null; - public System.Reflection.Emit.TypeBuilder DefineType(string name, System.Reflection.TypeAttributes attr, System.Type parent) => throw null; - public System.Reflection.Emit.TypeBuilder DefineType(string name, System.Reflection.TypeAttributes attr, System.Type parent, int typesize) => throw null; - public System.Reflection.Emit.TypeBuilder DefineType(string name, System.Reflection.TypeAttributes attr, System.Type parent, System.Reflection.Emit.PackingSize packsize) => throw null; - public System.Reflection.Emit.TypeBuilder DefineType(string name, System.Reflection.TypeAttributes attr, System.Type parent, System.Reflection.Emit.PackingSize packingSize, int typesize) => throw null; - public System.Reflection.Emit.TypeBuilder DefineType(string name, System.Reflection.TypeAttributes attr, System.Type parent, System.Type[] interfaces) => throw null; - protected abstract System.Reflection.Emit.TypeBuilder DefineTypeCore(string name, System.Reflection.TypeAttributes attr, System.Type parent, System.Type[] interfaces, System.Reflection.Emit.PackingSize packingSize, int typesize); - public System.Reflection.Emit.FieldBuilder DefineUninitializedData(string name, int size, System.Reflection.FieldAttributes attributes) => throw null; - protected abstract System.Reflection.Emit.FieldBuilder DefineUninitializedDataCore(string name, int size, System.Reflection.FieldAttributes attributes); - public override bool Equals(object obj) => throw null; - public override string FullyQualifiedName { get => throw null; } - public System.Reflection.MethodInfo GetArrayMethod(System.Type arrayClass, string methodName, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] parameterTypes) => throw null; - protected abstract System.Reflection.MethodInfo GetArrayMethodCore(System.Type arrayClass, string methodName, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] parameterTypes); - public override object[] GetCustomAttributes(bool inherit) => throw null; - public override object[] GetCustomAttributes(System.Type attributeType, bool inherit) => throw null; - public override System.Collections.Generic.IList GetCustomAttributesData() => throw null; - public override System.Reflection.FieldInfo GetField(string name, System.Reflection.BindingFlags bindingAttr) => throw null; - public abstract int GetFieldMetadataToken(System.Reflection.FieldInfo field); - public override System.Reflection.FieldInfo[] GetFields(System.Reflection.BindingFlags bindingFlags) => throw null; - public override int GetHashCode() => throw null; - protected override System.Reflection.MethodInfo GetMethodImpl(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Reflection.CallingConventions callConvention, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; - public abstract int GetMethodMetadataToken(System.Reflection.ConstructorInfo constructor); - public abstract int GetMethodMetadataToken(System.Reflection.MethodInfo method); - public override System.Reflection.MethodInfo[] GetMethods(System.Reflection.BindingFlags bindingFlags) => throw null; - public override void GetPEKind(out System.Reflection.PortableExecutableKinds peKind, out System.Reflection.ImageFileMachine machine) => throw null; - public abstract int GetSignatureMetadataToken(System.Reflection.Emit.SignatureHelper signature); - public abstract int GetStringMetadataToken(string stringConstant); - public override System.Type GetType(string className) => throw null; - public override System.Type GetType(string className, bool ignoreCase) => throw null; - public override System.Type GetType(string className, bool throwOnError, bool ignoreCase) => throw null; - public abstract int GetTypeMetadataToken(System.Type type); - public override System.Type[] GetTypes() => throw null; - public override bool IsDefined(System.Type attributeType, bool inherit) => throw null; - public override bool IsResource() => throw null; - public override int MDStreamVersion { get => throw null; } - public override int MetadataToken { get => throw null; } - public override System.Guid ModuleVersionId { get => throw null; } - public override string Name { get => throw null; } - public override System.Reflection.FieldInfo ResolveField(int metadataToken, System.Type[] genericTypeArguments, System.Type[] genericMethodArguments) => throw null; - public override System.Reflection.MemberInfo ResolveMember(int metadataToken, System.Type[] genericTypeArguments, System.Type[] genericMethodArguments) => throw null; - public override System.Reflection.MethodBase ResolveMethod(int metadataToken, System.Type[] genericTypeArguments, System.Type[] genericMethodArguments) => throw null; - public override byte[] ResolveSignature(int metadataToken) => throw null; - public override string ResolveString(int metadataToken) => throw null; - public override System.Type ResolveType(int metadataToken, System.Type[] genericTypeArguments, System.Type[] genericMethodArguments) => throw null; - public override string ScopeName { get => throw null; } - public void SetCustomAttribute(System.Reflection.ConstructorInfo con, byte[] binaryAttribute) => throw null; - public void SetCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder customBuilder) => throw null; - protected abstract void SetCustomAttributeCore(System.Reflection.ConstructorInfo con, System.ReadOnlySpan binaryAttribute); - } - public abstract class PropertyBuilder : System.Reflection.PropertyInfo - { - public void AddOtherMethod(System.Reflection.Emit.MethodBuilder mdBuilder) => throw null; - protected abstract void AddOtherMethodCore(System.Reflection.Emit.MethodBuilder mdBuilder); - public override System.Reflection.PropertyAttributes Attributes { get => throw null; } - public override bool CanRead { get => throw null; } - public override bool CanWrite { get => throw null; } - protected PropertyBuilder() => throw null; - public override System.Type DeclaringType { get => throw null; } - public override System.Reflection.MethodInfo[] GetAccessors(bool nonPublic) => throw null; - public override object[] GetCustomAttributes(bool inherit) => throw null; - public override object[] GetCustomAttributes(System.Type attributeType, bool inherit) => throw null; - public override System.Reflection.MethodInfo GetGetMethod(bool nonPublic) => throw null; - public override System.Reflection.ParameterInfo[] GetIndexParameters() => throw null; - public override System.Reflection.MethodInfo GetSetMethod(bool nonPublic) => throw null; - public override object GetValue(object obj, object[] index) => throw null; - public override object GetValue(object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object[] index, System.Globalization.CultureInfo culture) => throw null; - public override bool IsDefined(System.Type attributeType, bool inherit) => throw null; - public override System.Reflection.Module Module { get => throw null; } - public override string Name { get => throw null; } - public override System.Type PropertyType { get => throw null; } - public override System.Type ReflectedType { get => throw null; } - public void SetConstant(object defaultValue) => throw null; - protected abstract void SetConstantCore(object defaultValue); - public void SetCustomAttribute(System.Reflection.ConstructorInfo con, byte[] binaryAttribute) => throw null; - public void SetCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder customBuilder) => throw null; - protected abstract void SetCustomAttributeCore(System.Reflection.ConstructorInfo con, System.ReadOnlySpan binaryAttribute); - public void SetGetMethod(System.Reflection.Emit.MethodBuilder mdBuilder) => throw null; - protected abstract void SetGetMethodCore(System.Reflection.Emit.MethodBuilder mdBuilder); - public void SetSetMethod(System.Reflection.Emit.MethodBuilder mdBuilder) => throw null; - protected abstract void SetSetMethodCore(System.Reflection.Emit.MethodBuilder mdBuilder); - public override void SetValue(object obj, object value, object[] index) => throw null; - public override void SetValue(object obj, object value, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object[] index, System.Globalization.CultureInfo culture) => throw null; - } - public abstract class TypeBuilder : System.Reflection.TypeInfo - { - public void AddInterfaceImplementation(System.Type interfaceType) => throw null; - protected abstract void AddInterfaceImplementationCore(System.Type interfaceType); - public override System.Reflection.Assembly Assembly { get => throw null; } - public override string AssemblyQualifiedName { get => throw null; } - public override System.Type BaseType { get => throw null; } - public System.Type CreateType() => throw null; - public System.Reflection.TypeInfo CreateTypeInfo() => throw null; - protected abstract System.Reflection.TypeInfo CreateTypeInfoCore(); - protected TypeBuilder() => throw null; - public override System.Reflection.MethodBase DeclaringMethod { get => throw null; } - public override System.Type DeclaringType { get => throw null; } - public System.Reflection.Emit.ConstructorBuilder DefineConstructor(System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type[] parameterTypes) => throw null; - public System.Reflection.Emit.ConstructorBuilder DefineConstructor(System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type[] parameterTypes, System.Type[][] requiredCustomModifiers, System.Type[][] optionalCustomModifiers) => throw null; - protected abstract System.Reflection.Emit.ConstructorBuilder DefineConstructorCore(System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type[] parameterTypes, System.Type[][] requiredCustomModifiers, System.Type[][] optionalCustomModifiers); - public System.Reflection.Emit.ConstructorBuilder DefineDefaultConstructor(System.Reflection.MethodAttributes attributes) => throw null; - protected abstract System.Reflection.Emit.ConstructorBuilder DefineDefaultConstructorCore(System.Reflection.MethodAttributes attributes); - public System.Reflection.Emit.EventBuilder DefineEvent(string name, System.Reflection.EventAttributes attributes, System.Type eventtype) => throw null; - protected abstract System.Reflection.Emit.EventBuilder DefineEventCore(string name, System.Reflection.EventAttributes attributes, System.Type eventtype); - public System.Reflection.Emit.FieldBuilder DefineField(string fieldName, System.Type type, System.Reflection.FieldAttributes attributes) => throw null; - public System.Reflection.Emit.FieldBuilder DefineField(string fieldName, System.Type type, System.Type[] requiredCustomModifiers, System.Type[] optionalCustomModifiers, System.Reflection.FieldAttributes attributes) => throw null; - protected abstract System.Reflection.Emit.FieldBuilder DefineFieldCore(string fieldName, System.Type type, System.Type[] requiredCustomModifiers, System.Type[] optionalCustomModifiers, System.Reflection.FieldAttributes attributes); - public System.Reflection.Emit.GenericTypeParameterBuilder[] DefineGenericParameters(params string[] names) => throw null; - protected abstract System.Reflection.Emit.GenericTypeParameterBuilder[] DefineGenericParametersCore(params string[] names); - public System.Reflection.Emit.FieldBuilder DefineInitializedData(string name, byte[] data, System.Reflection.FieldAttributes attributes) => throw null; - protected abstract System.Reflection.Emit.FieldBuilder DefineInitializedDataCore(string name, byte[] data, System.Reflection.FieldAttributes attributes); - public System.Reflection.Emit.MethodBuilder DefineMethod(string name, System.Reflection.MethodAttributes attributes) => throw null; - public System.Reflection.Emit.MethodBuilder DefineMethod(string name, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention) => throw null; - public System.Reflection.Emit.MethodBuilder DefineMethod(string name, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] parameterTypes) => throw null; - public System.Reflection.Emit.MethodBuilder DefineMethod(string name, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] returnTypeRequiredCustomModifiers, System.Type[] returnTypeOptionalCustomModifiers, System.Type[] parameterTypes, System.Type[][] parameterTypeRequiredCustomModifiers, System.Type[][] parameterTypeOptionalCustomModifiers) => throw null; - public System.Reflection.Emit.MethodBuilder DefineMethod(string name, System.Reflection.MethodAttributes attributes, System.Type returnType, System.Type[] parameterTypes) => throw null; - protected abstract System.Reflection.Emit.MethodBuilder DefineMethodCore(string name, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] returnTypeRequiredCustomModifiers, System.Type[] returnTypeOptionalCustomModifiers, System.Type[] parameterTypes, System.Type[][] parameterTypeRequiredCustomModifiers, System.Type[][] parameterTypeOptionalCustomModifiers); - public void DefineMethodOverride(System.Reflection.MethodInfo methodInfoBody, System.Reflection.MethodInfo methodInfoDeclaration) => throw null; - protected abstract void DefineMethodOverrideCore(System.Reflection.MethodInfo methodInfoBody, System.Reflection.MethodInfo methodInfoDeclaration); - public System.Reflection.Emit.TypeBuilder DefineNestedType(string name) => throw null; - public System.Reflection.Emit.TypeBuilder DefineNestedType(string name, System.Reflection.TypeAttributes attr) => throw null; - public System.Reflection.Emit.TypeBuilder DefineNestedType(string name, System.Reflection.TypeAttributes attr, System.Type parent) => throw null; - public System.Reflection.Emit.TypeBuilder DefineNestedType(string name, System.Reflection.TypeAttributes attr, System.Type parent, int typeSize) => throw null; - public System.Reflection.Emit.TypeBuilder DefineNestedType(string name, System.Reflection.TypeAttributes attr, System.Type parent, System.Reflection.Emit.PackingSize packSize) => throw null; - public System.Reflection.Emit.TypeBuilder DefineNestedType(string name, System.Reflection.TypeAttributes attr, System.Type parent, System.Reflection.Emit.PackingSize packSize, int typeSize) => throw null; - public System.Reflection.Emit.TypeBuilder DefineNestedType(string name, System.Reflection.TypeAttributes attr, System.Type parent, System.Type[] interfaces) => throw null; - protected abstract System.Reflection.Emit.TypeBuilder DefineNestedTypeCore(string name, System.Reflection.TypeAttributes attr, System.Type parent, System.Type[] interfaces, System.Reflection.Emit.PackingSize packSize, int typeSize); - public System.Reflection.Emit.MethodBuilder DefinePInvokeMethod(string name, string dllName, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] parameterTypes, System.Runtime.InteropServices.CallingConvention nativeCallConv, System.Runtime.InteropServices.CharSet nativeCharSet) => throw null; - public System.Reflection.Emit.MethodBuilder DefinePInvokeMethod(string name, string dllName, string entryName, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] parameterTypes, System.Runtime.InteropServices.CallingConvention nativeCallConv, System.Runtime.InteropServices.CharSet nativeCharSet) => throw null; - public System.Reflection.Emit.MethodBuilder DefinePInvokeMethod(string name, string dllName, string entryName, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] returnTypeRequiredCustomModifiers, System.Type[] returnTypeOptionalCustomModifiers, System.Type[] parameterTypes, System.Type[][] parameterTypeRequiredCustomModifiers, System.Type[][] parameterTypeOptionalCustomModifiers, System.Runtime.InteropServices.CallingConvention nativeCallConv, System.Runtime.InteropServices.CharSet nativeCharSet) => throw null; - protected abstract System.Reflection.Emit.MethodBuilder DefinePInvokeMethodCore(string name, string dllName, string entryName, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] returnTypeRequiredCustomModifiers, System.Type[] returnTypeOptionalCustomModifiers, System.Type[] parameterTypes, System.Type[][] parameterTypeRequiredCustomModifiers, System.Type[][] parameterTypeOptionalCustomModifiers, System.Runtime.InteropServices.CallingConvention nativeCallConv, System.Runtime.InteropServices.CharSet nativeCharSet); - public System.Reflection.Emit.PropertyBuilder DefineProperty(string name, System.Reflection.PropertyAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] parameterTypes) => throw null; - public System.Reflection.Emit.PropertyBuilder DefineProperty(string name, System.Reflection.PropertyAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] returnTypeRequiredCustomModifiers, System.Type[] returnTypeOptionalCustomModifiers, System.Type[] parameterTypes, System.Type[][] parameterTypeRequiredCustomModifiers, System.Type[][] parameterTypeOptionalCustomModifiers) => throw null; - public System.Reflection.Emit.PropertyBuilder DefineProperty(string name, System.Reflection.PropertyAttributes attributes, System.Type returnType, System.Type[] parameterTypes) => throw null; - public System.Reflection.Emit.PropertyBuilder DefineProperty(string name, System.Reflection.PropertyAttributes attributes, System.Type returnType, System.Type[] returnTypeRequiredCustomModifiers, System.Type[] returnTypeOptionalCustomModifiers, System.Type[] parameterTypes, System.Type[][] parameterTypeRequiredCustomModifiers, System.Type[][] parameterTypeOptionalCustomModifiers) => throw null; - protected abstract System.Reflection.Emit.PropertyBuilder DefinePropertyCore(string name, System.Reflection.PropertyAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] returnTypeRequiredCustomModifiers, System.Type[] returnTypeOptionalCustomModifiers, System.Type[] parameterTypes, System.Type[][] parameterTypeRequiredCustomModifiers, System.Type[][] parameterTypeOptionalCustomModifiers); - public System.Reflection.Emit.ConstructorBuilder DefineTypeInitializer() => throw null; - protected abstract System.Reflection.Emit.ConstructorBuilder DefineTypeInitializerCore(); - public System.Reflection.Emit.FieldBuilder DefineUninitializedData(string name, int size, System.Reflection.FieldAttributes attributes) => throw null; - protected abstract System.Reflection.Emit.FieldBuilder DefineUninitializedDataCore(string name, int size, System.Reflection.FieldAttributes attributes); - public override string FullName { get => throw null; } - public override System.Reflection.GenericParameterAttributes GenericParameterAttributes { get => throw null; } - public override int GenericParameterPosition { get => throw null; } - protected override System.Reflection.TypeAttributes GetAttributeFlagsImpl() => throw null; - public static System.Reflection.ConstructorInfo GetConstructor(System.Type type, System.Reflection.ConstructorInfo constructor) => throw null; - protected override System.Reflection.ConstructorInfo GetConstructorImpl(System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Reflection.CallingConventions callConvention, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; - public override System.Reflection.ConstructorInfo[] GetConstructors(System.Reflection.BindingFlags bindingAttr) => throw null; - public override object[] GetCustomAttributes(bool inherit) => throw null; - public override object[] GetCustomAttributes(System.Type attributeType, bool inherit) => throw null; - public override System.Type GetElementType() => throw null; - public override System.Reflection.EventInfo GetEvent(string name, System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Reflection.EventInfo[] GetEvents() => throw null; - public override System.Reflection.EventInfo[] GetEvents(System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Reflection.FieldInfo GetField(string name, System.Reflection.BindingFlags bindingAttr) => throw null; - public static System.Reflection.FieldInfo GetField(System.Type type, System.Reflection.FieldInfo field) => throw null; - public override System.Reflection.FieldInfo[] GetFields(System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Type[] GetGenericArguments() => throw null; - public override System.Type GetGenericTypeDefinition() => throw null; - public override System.Type GetInterface(string name, bool ignoreCase) => throw null; - public override System.Reflection.InterfaceMapping GetInterfaceMap(System.Type interfaceType) => throw null; - public override System.Type[] GetInterfaces() => throw null; - public override System.Reflection.MemberInfo[] GetMember(string name, System.Reflection.MemberTypes type, System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Reflection.MemberInfo[] GetMembers(System.Reflection.BindingFlags bindingAttr) => throw null; - public static System.Reflection.MethodInfo GetMethod(System.Type type, System.Reflection.MethodInfo method) => throw null; - protected override System.Reflection.MethodInfo GetMethodImpl(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Reflection.CallingConventions callConvention, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; - public override System.Reflection.MethodInfo[] GetMethods(System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Type GetNestedType(string name, System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Type[] GetNestedTypes(System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Reflection.PropertyInfo[] GetProperties(System.Reflection.BindingFlags bindingAttr) => throw null; - protected override System.Reflection.PropertyInfo GetPropertyImpl(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type returnType, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; - public override System.Guid GUID { get => throw null; } - protected override bool HasElementTypeImpl() => throw null; - public override object InvokeMember(string name, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object target, object[] args, System.Reflection.ParameterModifier[] modifiers, System.Globalization.CultureInfo culture, string[] namedParameters) => throw null; - protected override bool IsArrayImpl() => throw null; - public override bool IsAssignableFrom(System.Reflection.TypeInfo typeInfo) => throw null; - public override bool IsAssignableFrom(System.Type c) => throw null; - protected override bool IsByRefImpl() => throw null; - public override bool IsByRefLike { get => throw null; } - protected override bool IsCOMObjectImpl() => throw null; - public override bool IsConstructedGenericType { get => throw null; } - public bool IsCreated() => throw null; - protected abstract bool IsCreatedCore(); - public override bool IsDefined(System.Type attributeType, bool inherit) => throw null; - public override bool IsGenericParameter { get => throw null; } - public override bool IsGenericType { get => throw null; } - public override bool IsGenericTypeDefinition { get => throw null; } - protected override bool IsPointerImpl() => throw null; - protected override bool IsPrimitiveImpl() => throw null; - public override bool IsSecurityCritical { get => throw null; } - public override bool IsSecuritySafeCritical { get => throw null; } - public override bool IsSecurityTransparent { get => throw null; } - public override bool IsSubclassOf(System.Type c) => throw null; - public override bool IsSZArray { get => throw null; } - public override bool IsTypeDefinition { get => throw null; } - public override System.Type MakeArrayType() => throw null; - public override System.Type MakeArrayType(int rank) => throw null; - public override System.Type MakeByRefType() => throw null; - public override System.Type MakeGenericType(params System.Type[] typeArguments) => throw null; - public override System.Type MakePointerType() => throw null; - public override int MetadataToken { get => throw null; } - public override System.Reflection.Module Module { get => throw null; } - public override string Name { get => throw null; } - public override string Namespace { get => throw null; } - public System.Reflection.Emit.PackingSize PackingSize { get => throw null; } - protected abstract System.Reflection.Emit.PackingSize PackingSizeCore { get; } - public override System.Type ReflectedType { get => throw null; } - public void SetCustomAttribute(System.Reflection.ConstructorInfo con, byte[] binaryAttribute) => throw null; - public void SetCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder customBuilder) => throw null; - protected abstract void SetCustomAttributeCore(System.Reflection.ConstructorInfo con, System.ReadOnlySpan binaryAttribute); - public void SetParent(System.Type parent) => throw null; - protected abstract void SetParentCore(System.Type parent); - public int Size { get => throw null; } - protected abstract int SizeCore { get; } - public override string ToString() => throw null; - public override System.RuntimeTypeHandle TypeHandle { get => throw null; } - public override System.Type UnderlyingSystemType { get => throw null; } - public const int UnspecifiedTypeSize = 0; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Metadata.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Metadata.cs deleted file mode 100644 index 5a772b3e..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Metadata.cs +++ /dev/null @@ -1,3278 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Reflection.Metadata, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Reflection - { - [System.Flags] - public enum AssemblyFlags - { - PublicKey = 1, - Retargetable = 256, - WindowsRuntime = 512, - ContentTypeMask = 3584, - DisableJitCompileOptimizer = 16384, - EnableJitCompileTracking = 32768, - } - public enum AssemblyHashAlgorithm - { - None = 0, - MD5 = 32771, - Sha1 = 32772, - Sha256 = 32780, - Sha384 = 32781, - Sha512 = 32782, - } - public enum DeclarativeSecurityAction : short - { - None = 0, - Demand = 2, - Assert = 3, - Deny = 4, - PermitOnly = 5, - LinkDemand = 6, - InheritanceDemand = 7, - RequestMinimum = 8, - RequestOptional = 9, - RequestRefuse = 10, - } - [System.Flags] - public enum ManifestResourceAttributes - { - Public = 1, - Private = 2, - VisibilityMask = 7, - } - namespace Metadata - { - public struct ArrayShape - { - public ArrayShape(int rank, System.Collections.Immutable.ImmutableArray sizes, System.Collections.Immutable.ImmutableArray lowerBounds) => throw null; - public System.Collections.Immutable.ImmutableArray LowerBounds { get => throw null; } - public int Rank { get => throw null; } - public System.Collections.Immutable.ImmutableArray Sizes { get => throw null; } - } - public struct AssemblyDefinition - { - public System.Reflection.Metadata.StringHandle Culture { get => throw null; } - public System.Reflection.AssemblyFlags Flags { get => throw null; } - public System.Reflection.AssemblyName GetAssemblyName() => throw null; - public System.Reflection.Metadata.CustomAttributeHandleCollection GetCustomAttributes() => throw null; - public System.Reflection.Metadata.DeclarativeSecurityAttributeHandleCollection GetDeclarativeSecurityAttributes() => throw null; - public System.Reflection.AssemblyHashAlgorithm HashAlgorithm { get => throw null; } - public System.Reflection.Metadata.StringHandle Name { get => throw null; } - public System.Reflection.Metadata.BlobHandle PublicKey { get => throw null; } - public System.Version Version { get => throw null; } - } - public struct AssemblyDefinitionHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.AssemblyDefinitionHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.AssemblyDefinitionHandle left, System.Reflection.Metadata.AssemblyDefinitionHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.AssemblyDefinitionHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.AssemblyDefinitionHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.AssemblyDefinitionHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.AssemblyDefinitionHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.AssemblyDefinitionHandle left, System.Reflection.Metadata.AssemblyDefinitionHandle right) => throw null; - } - public struct AssemblyFile - { - public bool ContainsMetadata { get => throw null; } - public System.Reflection.Metadata.CustomAttributeHandleCollection GetCustomAttributes() => throw null; - public System.Reflection.Metadata.BlobHandle HashValue { get => throw null; } - public System.Reflection.Metadata.StringHandle Name { get => throw null; } - } - public struct AssemblyFileHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.AssemblyFileHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.AssemblyFileHandle left, System.Reflection.Metadata.AssemblyFileHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.AssemblyFileHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.AssemblyFileHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.AssemblyFileHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.AssemblyFileHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.AssemblyFileHandle left, System.Reflection.Metadata.AssemblyFileHandle right) => throw null; - } - public struct AssemblyFileHandleCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - public int Count { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.AssemblyFileHandle Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Reflection.Metadata.AssemblyFileHandleCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public struct AssemblyReference - { - public System.Reflection.Metadata.StringHandle Culture { get => throw null; } - public System.Reflection.AssemblyFlags Flags { get => throw null; } - public System.Reflection.AssemblyName GetAssemblyName() => throw null; - public System.Reflection.Metadata.CustomAttributeHandleCollection GetCustomAttributes() => throw null; - public System.Reflection.Metadata.BlobHandle HashValue { get => throw null; } - public System.Reflection.Metadata.StringHandle Name { get => throw null; } - public System.Reflection.Metadata.BlobHandle PublicKeyOrToken { get => throw null; } - public System.Version Version { get => throw null; } - } - public struct AssemblyReferenceHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.AssemblyReferenceHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.AssemblyReferenceHandle left, System.Reflection.Metadata.AssemblyReferenceHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.AssemblyReferenceHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.AssemblyReferenceHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.AssemblyReferenceHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.AssemblyReferenceHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.AssemblyReferenceHandle left, System.Reflection.Metadata.AssemblyReferenceHandle right) => throw null; - } - public struct AssemblyReferenceHandleCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - public int Count { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.AssemblyReferenceHandle Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Reflection.Metadata.AssemblyReferenceHandleCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public struct Blob - { - public System.ArraySegment GetBytes() => throw null; - public bool IsDefault { get => throw null; } - public int Length { get => throw null; } - } - public class BlobBuilder - { - public void Align(int alignment) => throw null; - protected virtual System.Reflection.Metadata.BlobBuilder AllocateChunk(int minimalSize) => throw null; - public struct Blobs : System.IDisposable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.Blob Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public System.Reflection.Metadata.BlobBuilder.Blobs GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public bool MoveNext() => throw null; - public void Reset() => throw null; - } - protected int ChunkCapacity { get => throw null; } - public void Clear() => throw null; - public bool ContentEquals(System.Reflection.Metadata.BlobBuilder other) => throw null; - public int Count { get => throw null; } - public BlobBuilder(int capacity = default(int)) => throw null; - protected void Free() => throw null; - protected int FreeBytes { get => throw null; } - protected virtual void FreeChunk() => throw null; - public System.Reflection.Metadata.BlobBuilder.Blobs GetBlobs() => throw null; - public void LinkPrefix(System.Reflection.Metadata.BlobBuilder prefix) => throw null; - public void LinkSuffix(System.Reflection.Metadata.BlobBuilder suffix) => throw null; - public void PadTo(int position) => throw null; - public System.Reflection.Metadata.Blob ReserveBytes(int byteCount) => throw null; - public byte[] ToArray() => throw null; - public byte[] ToArray(int start, int byteCount) => throw null; - public System.Collections.Immutable.ImmutableArray ToImmutableArray() => throw null; - public System.Collections.Immutable.ImmutableArray ToImmutableArray(int start, int byteCount) => throw null; - public int TryWriteBytes(System.IO.Stream source, int byteCount) => throw null; - public void WriteBoolean(bool value) => throw null; - public void WriteByte(byte value) => throw null; - public unsafe void WriteBytes(byte* buffer, int byteCount) => throw null; - public void WriteBytes(byte value, int byteCount) => throw null; - public void WriteBytes(byte[] buffer) => throw null; - public void WriteBytes(byte[] buffer, int start, int byteCount) => throw null; - public void WriteBytes(System.Collections.Immutable.ImmutableArray buffer) => throw null; - public void WriteBytes(System.Collections.Immutable.ImmutableArray buffer, int start, int byteCount) => throw null; - public void WriteCompressedInteger(int value) => throw null; - public void WriteCompressedSignedInteger(int value) => throw null; - public void WriteConstant(object value) => throw null; - public void WriteContentTo(System.IO.Stream destination) => throw null; - public void WriteContentTo(System.Reflection.Metadata.BlobBuilder destination) => throw null; - public void WriteContentTo(ref System.Reflection.Metadata.BlobWriter destination) => throw null; - public void WriteDateTime(System.DateTime value) => throw null; - public void WriteDecimal(decimal value) => throw null; - public void WriteDouble(double value) => throw null; - public void WriteGuid(System.Guid value) => throw null; - public void WriteInt16(short value) => throw null; - public void WriteInt16BE(short value) => throw null; - public void WriteInt32(int value) => throw null; - public void WriteInt32BE(int value) => throw null; - public void WriteInt64(long value) => throw null; - public void WriteReference(int reference, bool isSmall) => throw null; - public void WriteSByte(sbyte value) => throw null; - public void WriteSerializedString(string value) => throw null; - public void WriteSingle(float value) => throw null; - public void WriteUInt16(ushort value) => throw null; - public void WriteUInt16BE(ushort value) => throw null; - public void WriteUInt32(uint value) => throw null; - public void WriteUInt32BE(uint value) => throw null; - public void WriteUInt64(ulong value) => throw null; - public void WriteUserString(string value) => throw null; - public void WriteUTF16(char[] value) => throw null; - public void WriteUTF16(string value) => throw null; - public void WriteUTF8(string value, bool allowUnpairedSurrogates = default(bool)) => throw null; - } - public struct BlobContentId : System.IEquatable - { - public BlobContentId(byte[] id) => throw null; - public BlobContentId(System.Collections.Immutable.ImmutableArray id) => throw null; - public BlobContentId(System.Guid guid, uint stamp) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.BlobContentId other) => throw null; - public static System.Reflection.Metadata.BlobContentId FromHash(byte[] hashCode) => throw null; - public static System.Reflection.Metadata.BlobContentId FromHash(System.Collections.Immutable.ImmutableArray hashCode) => throw null; - public override int GetHashCode() => throw null; - public static System.Func, System.Reflection.Metadata.BlobContentId> GetTimeBasedProvider() => throw null; - public System.Guid Guid { get => throw null; } - public bool IsDefault { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.BlobContentId left, System.Reflection.Metadata.BlobContentId right) => throw null; - public static bool operator !=(System.Reflection.Metadata.BlobContentId left, System.Reflection.Metadata.BlobContentId right) => throw null; - public uint Stamp { get => throw null; } - } - public struct BlobHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.BlobHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.BlobHandle left, System.Reflection.Metadata.BlobHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.BlobHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.BlobHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.BlobHandle left, System.Reflection.Metadata.BlobHandle right) => throw null; - } - public struct BlobReader - { - public void Align(byte alignment) => throw null; - public unsafe BlobReader(byte* buffer, int length) => throw null; - public unsafe byte* CurrentPointer { get => throw null; } - public int IndexOf(byte value) => throw null; - public int Length { get => throw null; } - public int Offset { get => throw null; set { } } - public System.Reflection.Metadata.BlobHandle ReadBlobHandle() => throw null; - public bool ReadBoolean() => throw null; - public byte ReadByte() => throw null; - public byte[] ReadBytes(int byteCount) => throw null; - public void ReadBytes(int byteCount, byte[] buffer, int bufferOffset) => throw null; - public char ReadChar() => throw null; - public int ReadCompressedInteger() => throw null; - public int ReadCompressedSignedInteger() => throw null; - public object ReadConstant(System.Reflection.Metadata.ConstantTypeCode typeCode) => throw null; - public System.DateTime ReadDateTime() => throw null; - public decimal ReadDecimal() => throw null; - public double ReadDouble() => throw null; - public System.Guid ReadGuid() => throw null; - public short ReadInt16() => throw null; - public int ReadInt32() => throw null; - public long ReadInt64() => throw null; - public sbyte ReadSByte() => throw null; - public System.Reflection.Metadata.SerializationTypeCode ReadSerializationTypeCode() => throw null; - public string ReadSerializedString() => throw null; - public System.Reflection.Metadata.SignatureHeader ReadSignatureHeader() => throw null; - public System.Reflection.Metadata.SignatureTypeCode ReadSignatureTypeCode() => throw null; - public float ReadSingle() => throw null; - public System.Reflection.Metadata.EntityHandle ReadTypeHandle() => throw null; - public ushort ReadUInt16() => throw null; - public uint ReadUInt32() => throw null; - public ulong ReadUInt64() => throw null; - public string ReadUTF16(int byteCount) => throw null; - public string ReadUTF8(int byteCount) => throw null; - public int RemainingBytes { get => throw null; } - public void Reset() => throw null; - public unsafe byte* StartPointer { get => throw null; } - public bool TryReadCompressedInteger(out int value) => throw null; - public bool TryReadCompressedSignedInteger(out int value) => throw null; - } - public struct BlobWriter - { - public void Align(int alignment) => throw null; - public System.Reflection.Metadata.Blob Blob { get => throw null; } - public void Clear() => throw null; - public bool ContentEquals(System.Reflection.Metadata.BlobWriter other) => throw null; - public BlobWriter(byte[] buffer) => throw null; - public BlobWriter(byte[] buffer, int start, int count) => throw null; - public BlobWriter(int size) => throw null; - public BlobWriter(System.Reflection.Metadata.Blob blob) => throw null; - public int Length { get => throw null; } - public int Offset { get => throw null; set { } } - public void PadTo(int offset) => throw null; - public int RemainingBytes { get => throw null; } - public byte[] ToArray() => throw null; - public byte[] ToArray(int start, int byteCount) => throw null; - public System.Collections.Immutable.ImmutableArray ToImmutableArray() => throw null; - public System.Collections.Immutable.ImmutableArray ToImmutableArray(int start, int byteCount) => throw null; - public void WriteBoolean(bool value) => throw null; - public void WriteByte(byte value) => throw null; - public unsafe void WriteBytes(byte* buffer, int byteCount) => throw null; - public void WriteBytes(byte value, int byteCount) => throw null; - public void WriteBytes(byte[] buffer) => throw null; - public void WriteBytes(byte[] buffer, int start, int byteCount) => throw null; - public void WriteBytes(System.Collections.Immutable.ImmutableArray buffer) => throw null; - public void WriteBytes(System.Collections.Immutable.ImmutableArray buffer, int start, int byteCount) => throw null; - public int WriteBytes(System.IO.Stream source, int byteCount) => throw null; - public void WriteBytes(System.Reflection.Metadata.BlobBuilder source) => throw null; - public void WriteCompressedInteger(int value) => throw null; - public void WriteCompressedSignedInteger(int value) => throw null; - public void WriteConstant(object value) => throw null; - public void WriteDateTime(System.DateTime value) => throw null; - public void WriteDecimal(decimal value) => throw null; - public void WriteDouble(double value) => throw null; - public void WriteGuid(System.Guid value) => throw null; - public void WriteInt16(short value) => throw null; - public void WriteInt16BE(short value) => throw null; - public void WriteInt32(int value) => throw null; - public void WriteInt32BE(int value) => throw null; - public void WriteInt64(long value) => throw null; - public void WriteReference(int reference, bool isSmall) => throw null; - public void WriteSByte(sbyte value) => throw null; - public void WriteSerializedString(string str) => throw null; - public void WriteSingle(float value) => throw null; - public void WriteUInt16(ushort value) => throw null; - public void WriteUInt16BE(ushort value) => throw null; - public void WriteUInt32(uint value) => throw null; - public void WriteUInt32BE(uint value) => throw null; - public void WriteUInt64(ulong value) => throw null; - public void WriteUserString(string value) => throw null; - public void WriteUTF16(char[] value) => throw null; - public void WriteUTF16(string value) => throw null; - public void WriteUTF8(string value, bool allowUnpairedSurrogates) => throw null; - } - public struct Constant - { - public System.Reflection.Metadata.EntityHandle Parent { get => throw null; } - public System.Reflection.Metadata.ConstantTypeCode TypeCode { get => throw null; } - public System.Reflection.Metadata.BlobHandle Value { get => throw null; } - } - public struct ConstantHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.ConstantHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.ConstantHandle left, System.Reflection.Metadata.ConstantHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.ConstantHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.ConstantHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.ConstantHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.ConstantHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.ConstantHandle left, System.Reflection.Metadata.ConstantHandle right) => throw null; - } - public enum ConstantTypeCode : byte - { - Invalid = 0, - Boolean = 2, - Char = 3, - SByte = 4, - Byte = 5, - Int16 = 6, - UInt16 = 7, - Int32 = 8, - UInt32 = 9, - Int64 = 10, - UInt64 = 11, - Single = 12, - Double = 13, - String = 14, - NullReference = 18, - } - public struct CustomAttribute - { - public System.Reflection.Metadata.EntityHandle Constructor { get => throw null; } - public System.Reflection.Metadata.CustomAttributeValue DecodeValue(System.Reflection.Metadata.ICustomAttributeTypeProvider provider) => throw null; - public System.Reflection.Metadata.EntityHandle Parent { get => throw null; } - public System.Reflection.Metadata.BlobHandle Value { get => throw null; } - } - public struct CustomAttributeHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.CustomAttributeHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.CustomAttributeHandle left, System.Reflection.Metadata.CustomAttributeHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.CustomAttributeHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.CustomAttributeHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.CustomAttributeHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.CustomAttributeHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.CustomAttributeHandle left, System.Reflection.Metadata.CustomAttributeHandle right) => throw null; - } - public struct CustomAttributeHandleCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - public int Count { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.CustomAttributeHandle Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Reflection.Metadata.CustomAttributeHandleCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public struct CustomAttributeNamedArgument - { - public CustomAttributeNamedArgument(string name, System.Reflection.Metadata.CustomAttributeNamedArgumentKind kind, TType type, object value) => throw null; - public System.Reflection.Metadata.CustomAttributeNamedArgumentKind Kind { get => throw null; } - public string Name { get => throw null; } - public TType Type { get => throw null; } - public object Value { get => throw null; } - } - public enum CustomAttributeNamedArgumentKind : byte - { - Field = 83, - Property = 84, - } - public struct CustomAttributeTypedArgument - { - public CustomAttributeTypedArgument(TType type, object value) => throw null; - public TType Type { get => throw null; } - public object Value { get => throw null; } - } - public struct CustomAttributeValue - { - public CustomAttributeValue(System.Collections.Immutable.ImmutableArray> fixedArguments, System.Collections.Immutable.ImmutableArray> namedArguments) => throw null; - public System.Collections.Immutable.ImmutableArray> FixedArguments { get => throw null; } - public System.Collections.Immutable.ImmutableArray> NamedArguments { get => throw null; } - } - public struct CustomDebugInformation - { - public System.Reflection.Metadata.GuidHandle Kind { get => throw null; } - public System.Reflection.Metadata.EntityHandle Parent { get => throw null; } - public System.Reflection.Metadata.BlobHandle Value { get => throw null; } - } - public struct CustomDebugInformationHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.CustomDebugInformationHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.CustomDebugInformationHandle left, System.Reflection.Metadata.CustomDebugInformationHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.CustomDebugInformationHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.CustomDebugInformationHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.CustomDebugInformationHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.CustomDebugInformationHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.CustomDebugInformationHandle left, System.Reflection.Metadata.CustomDebugInformationHandle right) => throw null; - } - public struct CustomDebugInformationHandleCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - public int Count { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.CustomDebugInformationHandle Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Reflection.Metadata.CustomDebugInformationHandleCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public sealed class DebugMetadataHeader - { - public System.Reflection.Metadata.MethodDefinitionHandle EntryPoint { get => throw null; } - public System.Collections.Immutable.ImmutableArray Id { get => throw null; } - public int IdStartOffset { get => throw null; } - } - public struct DeclarativeSecurityAttribute - { - public System.Reflection.DeclarativeSecurityAction Action { get => throw null; } - public System.Reflection.Metadata.EntityHandle Parent { get => throw null; } - public System.Reflection.Metadata.BlobHandle PermissionSet { get => throw null; } - } - public struct DeclarativeSecurityAttributeHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.DeclarativeSecurityAttributeHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.DeclarativeSecurityAttributeHandle left, System.Reflection.Metadata.DeclarativeSecurityAttributeHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.DeclarativeSecurityAttributeHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.DeclarativeSecurityAttributeHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.DeclarativeSecurityAttributeHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.DeclarativeSecurityAttributeHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.DeclarativeSecurityAttributeHandle left, System.Reflection.Metadata.DeclarativeSecurityAttributeHandle right) => throw null; - } - public struct DeclarativeSecurityAttributeHandleCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - public int Count { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.DeclarativeSecurityAttributeHandle Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Reflection.Metadata.DeclarativeSecurityAttributeHandleCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public struct Document - { - public System.Reflection.Metadata.BlobHandle Hash { get => throw null; } - public System.Reflection.Metadata.GuidHandle HashAlgorithm { get => throw null; } - public System.Reflection.Metadata.GuidHandle Language { get => throw null; } - public System.Reflection.Metadata.DocumentNameBlobHandle Name { get => throw null; } - } - public struct DocumentHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.DocumentHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.DocumentHandle left, System.Reflection.Metadata.DocumentHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.DocumentHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.DocumentHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.DocumentHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.DocumentHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.DocumentHandle left, System.Reflection.Metadata.DocumentHandle right) => throw null; - } - public struct DocumentHandleCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - public int Count { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.DocumentHandle Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Reflection.Metadata.DocumentHandleCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public struct DocumentNameBlobHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.DocumentNameBlobHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.DocumentNameBlobHandle left, System.Reflection.Metadata.DocumentNameBlobHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.DocumentNameBlobHandle(System.Reflection.Metadata.BlobHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.BlobHandle(System.Reflection.Metadata.DocumentNameBlobHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.DocumentNameBlobHandle left, System.Reflection.Metadata.DocumentNameBlobHandle right) => throw null; - } - namespace Ecma335 - { - public struct ArrayShapeEncoder - { - public System.Reflection.Metadata.BlobBuilder Builder { get => throw null; } - public ArrayShapeEncoder(System.Reflection.Metadata.BlobBuilder builder) => throw null; - public void Shape(int rank, System.Collections.Immutable.ImmutableArray sizes, System.Collections.Immutable.ImmutableArray lowerBounds) => throw null; - } - public struct BlobEncoder - { - public System.Reflection.Metadata.BlobBuilder Builder { get => throw null; } - public BlobEncoder(System.Reflection.Metadata.BlobBuilder builder) => throw null; - public void CustomAttributeSignature(System.Action fixedArguments, System.Action namedArguments) => throw null; - public void CustomAttributeSignature(out System.Reflection.Metadata.Ecma335.FixedArgumentsEncoder fixedArguments, out System.Reflection.Metadata.Ecma335.CustomAttributeNamedArgumentsEncoder namedArguments) => throw null; - public System.Reflection.Metadata.Ecma335.FieldTypeEncoder Field() => throw null; - public System.Reflection.Metadata.Ecma335.SignatureTypeEncoder FieldSignature() => throw null; - public System.Reflection.Metadata.Ecma335.LocalVariablesEncoder LocalVariableSignature(int variableCount) => throw null; - public System.Reflection.Metadata.Ecma335.MethodSignatureEncoder MethodSignature(System.Reflection.Metadata.SignatureCallingConvention convention = default(System.Reflection.Metadata.SignatureCallingConvention), int genericParameterCount = default(int), bool isInstanceMethod = default(bool)) => throw null; - public System.Reflection.Metadata.Ecma335.GenericTypeArgumentsEncoder MethodSpecificationSignature(int genericArgumentCount) => throw null; - public System.Reflection.Metadata.Ecma335.NamedArgumentsEncoder PermissionSetArguments(int argumentCount) => throw null; - public System.Reflection.Metadata.Ecma335.PermissionSetEncoder PermissionSetBlob(int attributeCount) => throw null; - public System.Reflection.Metadata.Ecma335.MethodSignatureEncoder PropertySignature(bool isInstanceProperty = default(bool)) => throw null; - public System.Reflection.Metadata.Ecma335.SignatureTypeEncoder TypeSpecificationSignature() => throw null; - } - public static class CodedIndex - { - public static int CustomAttributeType(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static int HasConstant(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static int HasCustomAttribute(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static int HasCustomDebugInformation(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static int HasDeclSecurity(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static int HasFieldMarshal(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static int HasSemantics(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static int Implementation(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static int MemberForwarded(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static int MemberRefParent(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static int MethodDefOrRef(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static int ResolutionScope(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static int TypeDefOrRef(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static int TypeDefOrRefOrSpec(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static int TypeOrMethodDef(System.Reflection.Metadata.EntityHandle handle) => throw null; - } - public sealed class ControlFlowBuilder - { - public void AddCatchRegion(System.Reflection.Metadata.Ecma335.LabelHandle tryStart, System.Reflection.Metadata.Ecma335.LabelHandle tryEnd, System.Reflection.Metadata.Ecma335.LabelHandle handlerStart, System.Reflection.Metadata.Ecma335.LabelHandle handlerEnd, System.Reflection.Metadata.EntityHandle catchType) => throw null; - public void AddFaultRegion(System.Reflection.Metadata.Ecma335.LabelHandle tryStart, System.Reflection.Metadata.Ecma335.LabelHandle tryEnd, System.Reflection.Metadata.Ecma335.LabelHandle handlerStart, System.Reflection.Metadata.Ecma335.LabelHandle handlerEnd) => throw null; - public void AddFilterRegion(System.Reflection.Metadata.Ecma335.LabelHandle tryStart, System.Reflection.Metadata.Ecma335.LabelHandle tryEnd, System.Reflection.Metadata.Ecma335.LabelHandle handlerStart, System.Reflection.Metadata.Ecma335.LabelHandle handlerEnd, System.Reflection.Metadata.Ecma335.LabelHandle filterStart) => throw null; - public void AddFinallyRegion(System.Reflection.Metadata.Ecma335.LabelHandle tryStart, System.Reflection.Metadata.Ecma335.LabelHandle tryEnd, System.Reflection.Metadata.Ecma335.LabelHandle handlerStart, System.Reflection.Metadata.Ecma335.LabelHandle handlerEnd) => throw null; - public void Clear() => throw null; - public ControlFlowBuilder() => throw null; - } - public struct CustomAttributeArrayTypeEncoder - { - public System.Reflection.Metadata.BlobBuilder Builder { get => throw null; } - public CustomAttributeArrayTypeEncoder(System.Reflection.Metadata.BlobBuilder builder) => throw null; - public System.Reflection.Metadata.Ecma335.CustomAttributeElementTypeEncoder ElementType() => throw null; - public void ObjectArray() => throw null; - } - public struct CustomAttributeElementTypeEncoder - { - public void Boolean() => throw null; - public System.Reflection.Metadata.BlobBuilder Builder { get => throw null; } - public void Byte() => throw null; - public void Char() => throw null; - public CustomAttributeElementTypeEncoder(System.Reflection.Metadata.BlobBuilder builder) => throw null; - public void Double() => throw null; - public void Enum(string enumTypeName) => throw null; - public void Int16() => throw null; - public void Int32() => throw null; - public void Int64() => throw null; - public void PrimitiveType(System.Reflection.Metadata.PrimitiveSerializationTypeCode type) => throw null; - public void SByte() => throw null; - public void Single() => throw null; - public void String() => throw null; - public void SystemType() => throw null; - public void UInt16() => throw null; - public void UInt32() => throw null; - public void UInt64() => throw null; - } - public struct CustomAttributeNamedArgumentsEncoder - { - public System.Reflection.Metadata.BlobBuilder Builder { get => throw null; } - public System.Reflection.Metadata.Ecma335.NamedArgumentsEncoder Count(int count) => throw null; - public CustomAttributeNamedArgumentsEncoder(System.Reflection.Metadata.BlobBuilder builder) => throw null; - } - public struct CustomModifiersEncoder - { - public System.Reflection.Metadata.Ecma335.CustomModifiersEncoder AddModifier(System.Reflection.Metadata.EntityHandle type, bool isOptional) => throw null; - public System.Reflection.Metadata.BlobBuilder Builder { get => throw null; } - public CustomModifiersEncoder(System.Reflection.Metadata.BlobBuilder builder) => throw null; - } - public struct EditAndContinueLogEntry : System.IEquatable - { - public EditAndContinueLogEntry(System.Reflection.Metadata.EntityHandle handle, System.Reflection.Metadata.Ecma335.EditAndContinueOperation operation) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.Ecma335.EditAndContinueLogEntry other) => throw null; - public override int GetHashCode() => throw null; - public System.Reflection.Metadata.EntityHandle Handle { get => throw null; } - public System.Reflection.Metadata.Ecma335.EditAndContinueOperation Operation { get => throw null; } - } - public enum EditAndContinueOperation - { - Default = 0, - AddMethod = 1, - AddField = 2, - AddParameter = 3, - AddProperty = 4, - AddEvent = 5, - } - public struct ExceptionRegionEncoder - { - public System.Reflection.Metadata.Ecma335.ExceptionRegionEncoder Add(System.Reflection.Metadata.ExceptionRegionKind kind, int tryOffset, int tryLength, int handlerOffset, int handlerLength, System.Reflection.Metadata.EntityHandle catchType = default(System.Reflection.Metadata.EntityHandle), int filterOffset = default(int)) => throw null; - public System.Reflection.Metadata.Ecma335.ExceptionRegionEncoder AddCatch(int tryOffset, int tryLength, int handlerOffset, int handlerLength, System.Reflection.Metadata.EntityHandle catchType) => throw null; - public System.Reflection.Metadata.Ecma335.ExceptionRegionEncoder AddFault(int tryOffset, int tryLength, int handlerOffset, int handlerLength) => throw null; - public System.Reflection.Metadata.Ecma335.ExceptionRegionEncoder AddFilter(int tryOffset, int tryLength, int handlerOffset, int handlerLength, int filterOffset) => throw null; - public System.Reflection.Metadata.Ecma335.ExceptionRegionEncoder AddFinally(int tryOffset, int tryLength, int handlerOffset, int handlerLength) => throw null; - public System.Reflection.Metadata.BlobBuilder Builder { get => throw null; } - public bool HasSmallFormat { get => throw null; } - public static bool IsSmallExceptionRegion(int startOffset, int length) => throw null; - public static bool IsSmallRegionCount(int exceptionRegionCount) => throw null; - } - public static partial class ExportedTypeExtensions - { - public static int GetTypeDefinitionId(this System.Reflection.Metadata.ExportedType exportedType) => throw null; - } - public struct FieldTypeEncoder - { - public System.Reflection.Metadata.BlobBuilder Builder { get => throw null; } - public FieldTypeEncoder(System.Reflection.Metadata.BlobBuilder builder) => throw null; - public System.Reflection.Metadata.Ecma335.CustomModifiersEncoder CustomModifiers() => throw null; - public System.Reflection.Metadata.Ecma335.SignatureTypeEncoder Type(bool isByRef = default(bool)) => throw null; - public void TypedReference() => throw null; - } - public struct FixedArgumentsEncoder - { - public System.Reflection.Metadata.Ecma335.LiteralEncoder AddArgument() => throw null; - public System.Reflection.Metadata.BlobBuilder Builder { get => throw null; } - public FixedArgumentsEncoder(System.Reflection.Metadata.BlobBuilder builder) => throw null; - } - public enum FunctionPointerAttributes - { - None = 0, - HasThis = 32, - HasExplicitThis = 96, - } - public struct GenericTypeArgumentsEncoder - { - public System.Reflection.Metadata.Ecma335.SignatureTypeEncoder AddArgument() => throw null; - public System.Reflection.Metadata.BlobBuilder Builder { get => throw null; } - public GenericTypeArgumentsEncoder(System.Reflection.Metadata.BlobBuilder builder) => throw null; - } - public enum HeapIndex - { - UserString = 0, - String = 1, - Blob = 2, - Guid = 3, - } - public struct InstructionEncoder - { - public void Branch(System.Reflection.Metadata.ILOpCode code, System.Reflection.Metadata.Ecma335.LabelHandle label) => throw null; - public void Call(System.Reflection.Metadata.EntityHandle methodHandle) => throw null; - public void Call(System.Reflection.Metadata.MemberReferenceHandle methodHandle) => throw null; - public void Call(System.Reflection.Metadata.MethodDefinitionHandle methodHandle) => throw null; - public void Call(System.Reflection.Metadata.MethodSpecificationHandle methodHandle) => throw null; - public void CallIndirect(System.Reflection.Metadata.StandaloneSignatureHandle signature) => throw null; - public System.Reflection.Metadata.BlobBuilder CodeBuilder { get => throw null; } - public System.Reflection.Metadata.Ecma335.ControlFlowBuilder ControlFlowBuilder { get => throw null; } - public InstructionEncoder(System.Reflection.Metadata.BlobBuilder codeBuilder, System.Reflection.Metadata.Ecma335.ControlFlowBuilder controlFlowBuilder = default(System.Reflection.Metadata.Ecma335.ControlFlowBuilder)) => throw null; - public System.Reflection.Metadata.Ecma335.LabelHandle DefineLabel() => throw null; - public void LoadArgument(int argumentIndex) => throw null; - public void LoadArgumentAddress(int argumentIndex) => throw null; - public void LoadConstantI4(int value) => throw null; - public void LoadConstantI8(long value) => throw null; - public void LoadConstantR4(float value) => throw null; - public void LoadConstantR8(double value) => throw null; - public void LoadLocal(int slotIndex) => throw null; - public void LoadLocalAddress(int slotIndex) => throw null; - public void LoadString(System.Reflection.Metadata.UserStringHandle handle) => throw null; - public void MarkLabel(System.Reflection.Metadata.Ecma335.LabelHandle label) => throw null; - public int Offset { get => throw null; } - public void OpCode(System.Reflection.Metadata.ILOpCode code) => throw null; - public void StoreArgument(int argumentIndex) => throw null; - public void StoreLocal(int slotIndex) => throw null; - public System.Reflection.Metadata.Ecma335.SwitchInstructionEncoder Switch(int branchCount) => throw null; - public void Token(int token) => throw null; - public void Token(System.Reflection.Metadata.EntityHandle handle) => throw null; - } - public struct LabelHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.Ecma335.LabelHandle other) => throw null; - public override int GetHashCode() => throw null; - public int Id { get => throw null; } - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.Ecma335.LabelHandle left, System.Reflection.Metadata.Ecma335.LabelHandle right) => throw null; - public static bool operator !=(System.Reflection.Metadata.Ecma335.LabelHandle left, System.Reflection.Metadata.Ecma335.LabelHandle right) => throw null; - } - public struct LiteralEncoder - { - public System.Reflection.Metadata.BlobBuilder Builder { get => throw null; } - public LiteralEncoder(System.Reflection.Metadata.BlobBuilder builder) => throw null; - public System.Reflection.Metadata.Ecma335.ScalarEncoder Scalar() => throw null; - public void TaggedScalar(System.Action type, System.Action scalar) => throw null; - public void TaggedScalar(out System.Reflection.Metadata.Ecma335.CustomAttributeElementTypeEncoder type, out System.Reflection.Metadata.Ecma335.ScalarEncoder scalar) => throw null; - public void TaggedVector(System.Action arrayType, System.Action vector) => throw null; - public void TaggedVector(out System.Reflection.Metadata.Ecma335.CustomAttributeArrayTypeEncoder arrayType, out System.Reflection.Metadata.Ecma335.VectorEncoder vector) => throw null; - public System.Reflection.Metadata.Ecma335.VectorEncoder Vector() => throw null; - } - public struct LiteralsEncoder - { - public System.Reflection.Metadata.Ecma335.LiteralEncoder AddLiteral() => throw null; - public System.Reflection.Metadata.BlobBuilder Builder { get => throw null; } - public LiteralsEncoder(System.Reflection.Metadata.BlobBuilder builder) => throw null; - } - public struct LocalVariablesEncoder - { - public System.Reflection.Metadata.Ecma335.LocalVariableTypeEncoder AddVariable() => throw null; - public System.Reflection.Metadata.BlobBuilder Builder { get => throw null; } - public LocalVariablesEncoder(System.Reflection.Metadata.BlobBuilder builder) => throw null; - } - public struct LocalVariableTypeEncoder - { - public System.Reflection.Metadata.BlobBuilder Builder { get => throw null; } - public LocalVariableTypeEncoder(System.Reflection.Metadata.BlobBuilder builder) => throw null; - public System.Reflection.Metadata.Ecma335.CustomModifiersEncoder CustomModifiers() => throw null; - public System.Reflection.Metadata.Ecma335.SignatureTypeEncoder Type(bool isByRef = default(bool), bool isPinned = default(bool)) => throw null; - public void TypedReference() => throw null; - } - public sealed class MetadataAggregator - { - public MetadataAggregator(System.Collections.Generic.IReadOnlyList baseTableRowCounts, System.Collections.Generic.IReadOnlyList baseHeapSizes, System.Collections.Generic.IReadOnlyList deltaReaders) => throw null; - public MetadataAggregator(System.Reflection.Metadata.MetadataReader baseReader, System.Collections.Generic.IReadOnlyList deltaReaders) => throw null; - public System.Reflection.Metadata.Handle GetGenerationHandle(System.Reflection.Metadata.Handle handle, out int generation) => throw null; - } - public sealed class MetadataBuilder - { - public System.Reflection.Metadata.AssemblyDefinitionHandle AddAssembly(System.Reflection.Metadata.StringHandle name, System.Version version, System.Reflection.Metadata.StringHandle culture, System.Reflection.Metadata.BlobHandle publicKey, System.Reflection.AssemblyFlags flags, System.Reflection.AssemblyHashAlgorithm hashAlgorithm) => throw null; - public System.Reflection.Metadata.AssemblyFileHandle AddAssemblyFile(System.Reflection.Metadata.StringHandle name, System.Reflection.Metadata.BlobHandle hashValue, bool containsMetadata) => throw null; - public System.Reflection.Metadata.AssemblyReferenceHandle AddAssemblyReference(System.Reflection.Metadata.StringHandle name, System.Version version, System.Reflection.Metadata.StringHandle culture, System.Reflection.Metadata.BlobHandle publicKeyOrToken, System.Reflection.AssemblyFlags flags, System.Reflection.Metadata.BlobHandle hashValue) => throw null; - public System.Reflection.Metadata.ConstantHandle AddConstant(System.Reflection.Metadata.EntityHandle parent, object value) => throw null; - public System.Reflection.Metadata.CustomAttributeHandle AddCustomAttribute(System.Reflection.Metadata.EntityHandle parent, System.Reflection.Metadata.EntityHandle constructor, System.Reflection.Metadata.BlobHandle value) => throw null; - public System.Reflection.Metadata.CustomDebugInformationHandle AddCustomDebugInformation(System.Reflection.Metadata.EntityHandle parent, System.Reflection.Metadata.GuidHandle kind, System.Reflection.Metadata.BlobHandle value) => throw null; - public System.Reflection.Metadata.DeclarativeSecurityAttributeHandle AddDeclarativeSecurityAttribute(System.Reflection.Metadata.EntityHandle parent, System.Reflection.DeclarativeSecurityAction action, System.Reflection.Metadata.BlobHandle permissionSet) => throw null; - public System.Reflection.Metadata.DocumentHandle AddDocument(System.Reflection.Metadata.BlobHandle name, System.Reflection.Metadata.GuidHandle hashAlgorithm, System.Reflection.Metadata.BlobHandle hash, System.Reflection.Metadata.GuidHandle language) => throw null; - public void AddEncLogEntry(System.Reflection.Metadata.EntityHandle entity, System.Reflection.Metadata.Ecma335.EditAndContinueOperation code) => throw null; - public void AddEncMapEntry(System.Reflection.Metadata.EntityHandle entity) => throw null; - public System.Reflection.Metadata.EventDefinitionHandle AddEvent(System.Reflection.EventAttributes attributes, System.Reflection.Metadata.StringHandle name, System.Reflection.Metadata.EntityHandle type) => throw null; - public void AddEventMap(System.Reflection.Metadata.TypeDefinitionHandle declaringType, System.Reflection.Metadata.EventDefinitionHandle eventList) => throw null; - public System.Reflection.Metadata.ExportedTypeHandle AddExportedType(System.Reflection.TypeAttributes attributes, System.Reflection.Metadata.StringHandle @namespace, System.Reflection.Metadata.StringHandle name, System.Reflection.Metadata.EntityHandle implementation, int typeDefinitionId) => throw null; - public System.Reflection.Metadata.FieldDefinitionHandle AddFieldDefinition(System.Reflection.FieldAttributes attributes, System.Reflection.Metadata.StringHandle name, System.Reflection.Metadata.BlobHandle signature) => throw null; - public void AddFieldLayout(System.Reflection.Metadata.FieldDefinitionHandle field, int offset) => throw null; - public void AddFieldRelativeVirtualAddress(System.Reflection.Metadata.FieldDefinitionHandle field, int offset) => throw null; - public System.Reflection.Metadata.GenericParameterHandle AddGenericParameter(System.Reflection.Metadata.EntityHandle parent, System.Reflection.GenericParameterAttributes attributes, System.Reflection.Metadata.StringHandle name, int index) => throw null; - public System.Reflection.Metadata.GenericParameterConstraintHandle AddGenericParameterConstraint(System.Reflection.Metadata.GenericParameterHandle genericParameter, System.Reflection.Metadata.EntityHandle constraint) => throw null; - public System.Reflection.Metadata.ImportScopeHandle AddImportScope(System.Reflection.Metadata.ImportScopeHandle parentScope, System.Reflection.Metadata.BlobHandle imports) => throw null; - public System.Reflection.Metadata.InterfaceImplementationHandle AddInterfaceImplementation(System.Reflection.Metadata.TypeDefinitionHandle type, System.Reflection.Metadata.EntityHandle implementedInterface) => throw null; - public System.Reflection.Metadata.LocalConstantHandle AddLocalConstant(System.Reflection.Metadata.StringHandle name, System.Reflection.Metadata.BlobHandle signature) => throw null; - public System.Reflection.Metadata.LocalScopeHandle AddLocalScope(System.Reflection.Metadata.MethodDefinitionHandle method, System.Reflection.Metadata.ImportScopeHandle importScope, System.Reflection.Metadata.LocalVariableHandle variableList, System.Reflection.Metadata.LocalConstantHandle constantList, int startOffset, int length) => throw null; - public System.Reflection.Metadata.LocalVariableHandle AddLocalVariable(System.Reflection.Metadata.LocalVariableAttributes attributes, int index, System.Reflection.Metadata.StringHandle name) => throw null; - public System.Reflection.Metadata.ManifestResourceHandle AddManifestResource(System.Reflection.ManifestResourceAttributes attributes, System.Reflection.Metadata.StringHandle name, System.Reflection.Metadata.EntityHandle implementation, uint offset) => throw null; - public void AddMarshallingDescriptor(System.Reflection.Metadata.EntityHandle parent, System.Reflection.Metadata.BlobHandle descriptor) => throw null; - public System.Reflection.Metadata.MemberReferenceHandle AddMemberReference(System.Reflection.Metadata.EntityHandle parent, System.Reflection.Metadata.StringHandle name, System.Reflection.Metadata.BlobHandle signature) => throw null; - public System.Reflection.Metadata.MethodDebugInformationHandle AddMethodDebugInformation(System.Reflection.Metadata.DocumentHandle document, System.Reflection.Metadata.BlobHandle sequencePoints) => throw null; - public System.Reflection.Metadata.MethodDefinitionHandle AddMethodDefinition(System.Reflection.MethodAttributes attributes, System.Reflection.MethodImplAttributes implAttributes, System.Reflection.Metadata.StringHandle name, System.Reflection.Metadata.BlobHandle signature, int bodyOffset, System.Reflection.Metadata.ParameterHandle parameterList) => throw null; - public System.Reflection.Metadata.MethodImplementationHandle AddMethodImplementation(System.Reflection.Metadata.TypeDefinitionHandle type, System.Reflection.Metadata.EntityHandle methodBody, System.Reflection.Metadata.EntityHandle methodDeclaration) => throw null; - public void AddMethodImport(System.Reflection.Metadata.MethodDefinitionHandle method, System.Reflection.MethodImportAttributes attributes, System.Reflection.Metadata.StringHandle name, System.Reflection.Metadata.ModuleReferenceHandle module) => throw null; - public void AddMethodSemantics(System.Reflection.Metadata.EntityHandle association, System.Reflection.MethodSemanticsAttributes semantics, System.Reflection.Metadata.MethodDefinitionHandle methodDefinition) => throw null; - public System.Reflection.Metadata.MethodSpecificationHandle AddMethodSpecification(System.Reflection.Metadata.EntityHandle method, System.Reflection.Metadata.BlobHandle instantiation) => throw null; - public System.Reflection.Metadata.ModuleDefinitionHandle AddModule(int generation, System.Reflection.Metadata.StringHandle moduleName, System.Reflection.Metadata.GuidHandle mvid, System.Reflection.Metadata.GuidHandle encId, System.Reflection.Metadata.GuidHandle encBaseId) => throw null; - public System.Reflection.Metadata.ModuleReferenceHandle AddModuleReference(System.Reflection.Metadata.StringHandle moduleName) => throw null; - public void AddNestedType(System.Reflection.Metadata.TypeDefinitionHandle type, System.Reflection.Metadata.TypeDefinitionHandle enclosingType) => throw null; - public System.Reflection.Metadata.ParameterHandle AddParameter(System.Reflection.ParameterAttributes attributes, System.Reflection.Metadata.StringHandle name, int sequenceNumber) => throw null; - public System.Reflection.Metadata.PropertyDefinitionHandle AddProperty(System.Reflection.PropertyAttributes attributes, System.Reflection.Metadata.StringHandle name, System.Reflection.Metadata.BlobHandle signature) => throw null; - public void AddPropertyMap(System.Reflection.Metadata.TypeDefinitionHandle declaringType, System.Reflection.Metadata.PropertyDefinitionHandle propertyList) => throw null; - public System.Reflection.Metadata.StandaloneSignatureHandle AddStandaloneSignature(System.Reflection.Metadata.BlobHandle signature) => throw null; - public void AddStateMachineMethod(System.Reflection.Metadata.MethodDefinitionHandle moveNextMethod, System.Reflection.Metadata.MethodDefinitionHandle kickoffMethod) => throw null; - public System.Reflection.Metadata.TypeDefinitionHandle AddTypeDefinition(System.Reflection.TypeAttributes attributes, System.Reflection.Metadata.StringHandle @namespace, System.Reflection.Metadata.StringHandle name, System.Reflection.Metadata.EntityHandle baseType, System.Reflection.Metadata.FieldDefinitionHandle fieldList, System.Reflection.Metadata.MethodDefinitionHandle methodList) => throw null; - public void AddTypeLayout(System.Reflection.Metadata.TypeDefinitionHandle type, ushort packingSize, uint size) => throw null; - public System.Reflection.Metadata.TypeReferenceHandle AddTypeReference(System.Reflection.Metadata.EntityHandle resolutionScope, System.Reflection.Metadata.StringHandle @namespace, System.Reflection.Metadata.StringHandle name) => throw null; - public System.Reflection.Metadata.TypeSpecificationHandle AddTypeSpecification(System.Reflection.Metadata.BlobHandle signature) => throw null; - public MetadataBuilder(int userStringHeapStartOffset = default(int), int stringHeapStartOffset = default(int), int blobHeapStartOffset = default(int), int guidHeapStartOffset = default(int)) => throw null; - public System.Reflection.Metadata.BlobHandle GetOrAddBlob(byte[] value) => throw null; - public System.Reflection.Metadata.BlobHandle GetOrAddBlob(System.Collections.Immutable.ImmutableArray value) => throw null; - public System.Reflection.Metadata.BlobHandle GetOrAddBlob(System.Reflection.Metadata.BlobBuilder value) => throw null; - public System.Reflection.Metadata.BlobHandle GetOrAddBlobUTF16(string value) => throw null; - public System.Reflection.Metadata.BlobHandle GetOrAddBlobUTF8(string value, bool allowUnpairedSurrogates = default(bool)) => throw null; - public System.Reflection.Metadata.BlobHandle GetOrAddConstantBlob(object value) => throw null; - public System.Reflection.Metadata.BlobHandle GetOrAddDocumentName(string value) => throw null; - public System.Reflection.Metadata.GuidHandle GetOrAddGuid(System.Guid guid) => throw null; - public System.Reflection.Metadata.StringHandle GetOrAddString(string value) => throw null; - public System.Reflection.Metadata.UserStringHandle GetOrAddUserString(string value) => throw null; - public int GetRowCount(System.Reflection.Metadata.Ecma335.TableIndex table) => throw null; - public System.Collections.Immutable.ImmutableArray GetRowCounts() => throw null; - public System.Reflection.Metadata.ReservedBlob ReserveGuid() => throw null; - public System.Reflection.Metadata.ReservedBlob ReserveUserString(int length) => throw null; - public void SetCapacity(System.Reflection.Metadata.Ecma335.HeapIndex heap, int byteCount) => throw null; - public void SetCapacity(System.Reflection.Metadata.Ecma335.TableIndex table, int rowCount) => throw null; - } - public static partial class MetadataReaderExtensions - { - public static System.Collections.Generic.IEnumerable GetEditAndContinueLogEntries(this System.Reflection.Metadata.MetadataReader reader) => throw null; - public static System.Collections.Generic.IEnumerable GetEditAndContinueMapEntries(this System.Reflection.Metadata.MetadataReader reader) => throw null; - public static int GetHeapMetadataOffset(this System.Reflection.Metadata.MetadataReader reader, System.Reflection.Metadata.Ecma335.HeapIndex heapIndex) => throw null; - public static int GetHeapSize(this System.Reflection.Metadata.MetadataReader reader, System.Reflection.Metadata.Ecma335.HeapIndex heapIndex) => throw null; - public static System.Reflection.Metadata.BlobHandle GetNextHandle(this System.Reflection.Metadata.MetadataReader reader, System.Reflection.Metadata.BlobHandle handle) => throw null; - public static System.Reflection.Metadata.StringHandle GetNextHandle(this System.Reflection.Metadata.MetadataReader reader, System.Reflection.Metadata.StringHandle handle) => throw null; - public static System.Reflection.Metadata.UserStringHandle GetNextHandle(this System.Reflection.Metadata.MetadataReader reader, System.Reflection.Metadata.UserStringHandle handle) => throw null; - public static int GetTableMetadataOffset(this System.Reflection.Metadata.MetadataReader reader, System.Reflection.Metadata.Ecma335.TableIndex tableIndex) => throw null; - public static int GetTableRowCount(this System.Reflection.Metadata.MetadataReader reader, System.Reflection.Metadata.Ecma335.TableIndex tableIndex) => throw null; - public static int GetTableRowSize(this System.Reflection.Metadata.MetadataReader reader, System.Reflection.Metadata.Ecma335.TableIndex tableIndex) => throw null; - public static System.Collections.Generic.IEnumerable GetTypesWithEvents(this System.Reflection.Metadata.MetadataReader reader) => throw null; - public static System.Collections.Generic.IEnumerable GetTypesWithProperties(this System.Reflection.Metadata.MetadataReader reader) => throw null; - public static System.Reflection.Metadata.SignatureTypeKind ResolveSignatureTypeKind(this System.Reflection.Metadata.MetadataReader reader, System.Reflection.Metadata.EntityHandle typeHandle, byte rawTypeKind) => throw null; - } - public sealed class MetadataRootBuilder - { - public MetadataRootBuilder(System.Reflection.Metadata.Ecma335.MetadataBuilder tablesAndHeaps, string metadataVersion = default(string), bool suppressValidation = default(bool)) => throw null; - public string MetadataVersion { get => throw null; } - public void Serialize(System.Reflection.Metadata.BlobBuilder builder, int methodBodyStreamRva, int mappedFieldDataStreamRva) => throw null; - public System.Reflection.Metadata.Ecma335.MetadataSizes Sizes { get => throw null; } - public bool SuppressValidation { get => throw null; } - } - public sealed class MetadataSizes - { - public System.Collections.Immutable.ImmutableArray ExternalRowCounts { get => throw null; } - public int GetAlignedHeapSize(System.Reflection.Metadata.Ecma335.HeapIndex index) => throw null; - public System.Collections.Immutable.ImmutableArray HeapSizes { get => throw null; } - public System.Collections.Immutable.ImmutableArray RowCounts { get => throw null; } - } - public static class MetadataTokens - { - public static System.Reflection.Metadata.AssemblyFileHandle AssemblyFileHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.AssemblyReferenceHandle AssemblyReferenceHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.BlobHandle BlobHandle(int offset) => throw null; - public static System.Reflection.Metadata.ConstantHandle ConstantHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.CustomAttributeHandle CustomAttributeHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.CustomDebugInformationHandle CustomDebugInformationHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.DeclarativeSecurityAttributeHandle DeclarativeSecurityAttributeHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.DocumentHandle DocumentHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.DocumentNameBlobHandle DocumentNameBlobHandle(int offset) => throw null; - public static System.Reflection.Metadata.EntityHandle EntityHandle(int token) => throw null; - public static System.Reflection.Metadata.EntityHandle EntityHandle(System.Reflection.Metadata.Ecma335.TableIndex tableIndex, int rowNumber) => throw null; - public static System.Reflection.Metadata.EventDefinitionHandle EventDefinitionHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.ExportedTypeHandle ExportedTypeHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.FieldDefinitionHandle FieldDefinitionHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.GenericParameterConstraintHandle GenericParameterConstraintHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.GenericParameterHandle GenericParameterHandle(int rowNumber) => throw null; - public static int GetHeapOffset(System.Reflection.Metadata.BlobHandle handle) => throw null; - public static int GetHeapOffset(System.Reflection.Metadata.GuidHandle handle) => throw null; - public static int GetHeapOffset(System.Reflection.Metadata.Handle handle) => throw null; - public static int GetHeapOffset(this System.Reflection.Metadata.MetadataReader reader, System.Reflection.Metadata.Handle handle) => throw null; - public static int GetHeapOffset(System.Reflection.Metadata.StringHandle handle) => throw null; - public static int GetHeapOffset(System.Reflection.Metadata.UserStringHandle handle) => throw null; - public static int GetRowNumber(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static int GetRowNumber(this System.Reflection.Metadata.MetadataReader reader, System.Reflection.Metadata.EntityHandle handle) => throw null; - public static int GetToken(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static int GetToken(System.Reflection.Metadata.Handle handle) => throw null; - public static int GetToken(this System.Reflection.Metadata.MetadataReader reader, System.Reflection.Metadata.EntityHandle handle) => throw null; - public static int GetToken(this System.Reflection.Metadata.MetadataReader reader, System.Reflection.Metadata.Handle handle) => throw null; - public static System.Reflection.Metadata.GuidHandle GuidHandle(int offset) => throw null; - public static System.Reflection.Metadata.Handle Handle(int token) => throw null; - public static System.Reflection.Metadata.EntityHandle Handle(System.Reflection.Metadata.Ecma335.TableIndex tableIndex, int rowNumber) => throw null; - public static readonly int HeapCount; - public static System.Reflection.Metadata.ImportScopeHandle ImportScopeHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.InterfaceImplementationHandle InterfaceImplementationHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.LocalConstantHandle LocalConstantHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.LocalScopeHandle LocalScopeHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.LocalVariableHandle LocalVariableHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.ManifestResourceHandle ManifestResourceHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.MemberReferenceHandle MemberReferenceHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.MethodDebugInformationHandle MethodDebugInformationHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.MethodDefinitionHandle MethodDefinitionHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.MethodImplementationHandle MethodImplementationHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.MethodSpecificationHandle MethodSpecificationHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.ModuleReferenceHandle ModuleReferenceHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.ParameterHandle ParameterHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.PropertyDefinitionHandle PropertyDefinitionHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.StandaloneSignatureHandle StandaloneSignatureHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.StringHandle StringHandle(int offset) => throw null; - public static readonly int TableCount; - public static bool TryGetHeapIndex(System.Reflection.Metadata.HandleKind type, out System.Reflection.Metadata.Ecma335.HeapIndex index) => throw null; - public static bool TryGetTableIndex(System.Reflection.Metadata.HandleKind type, out System.Reflection.Metadata.Ecma335.TableIndex index) => throw null; - public static System.Reflection.Metadata.TypeDefinitionHandle TypeDefinitionHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.TypeReferenceHandle TypeReferenceHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.TypeSpecificationHandle TypeSpecificationHandle(int rowNumber) => throw null; - public static System.Reflection.Metadata.UserStringHandle UserStringHandle(int offset) => throw null; - } - [System.Flags] - public enum MethodBodyAttributes - { - None = 0, - InitLocals = 1, - } - public struct MethodBodyStreamEncoder - { - public System.Reflection.Metadata.Ecma335.MethodBodyStreamEncoder.MethodBody AddMethodBody(int codeSize, int maxStack, int exceptionRegionCount, bool hasSmallExceptionRegions, System.Reflection.Metadata.StandaloneSignatureHandle localVariablesSignature, System.Reflection.Metadata.Ecma335.MethodBodyAttributes attributes) => throw null; - public System.Reflection.Metadata.Ecma335.MethodBodyStreamEncoder.MethodBody AddMethodBody(int codeSize, int maxStack = default(int), int exceptionRegionCount = default(int), bool hasSmallExceptionRegions = default(bool), System.Reflection.Metadata.StandaloneSignatureHandle localVariablesSignature = default(System.Reflection.Metadata.StandaloneSignatureHandle), System.Reflection.Metadata.Ecma335.MethodBodyAttributes attributes = default(System.Reflection.Metadata.Ecma335.MethodBodyAttributes), bool hasDynamicStackAllocation = default(bool)) => throw null; - public int AddMethodBody(System.Reflection.Metadata.Ecma335.InstructionEncoder instructionEncoder, int maxStack, System.Reflection.Metadata.StandaloneSignatureHandle localVariablesSignature, System.Reflection.Metadata.Ecma335.MethodBodyAttributes attributes) => throw null; - public int AddMethodBody(System.Reflection.Metadata.Ecma335.InstructionEncoder instructionEncoder, int maxStack = default(int), System.Reflection.Metadata.StandaloneSignatureHandle localVariablesSignature = default(System.Reflection.Metadata.StandaloneSignatureHandle), System.Reflection.Metadata.Ecma335.MethodBodyAttributes attributes = default(System.Reflection.Metadata.Ecma335.MethodBodyAttributes), bool hasDynamicStackAllocation = default(bool)) => throw null; - public System.Reflection.Metadata.BlobBuilder Builder { get => throw null; } - public MethodBodyStreamEncoder(System.Reflection.Metadata.BlobBuilder builder) => throw null; - public struct MethodBody - { - public System.Reflection.Metadata.Ecma335.ExceptionRegionEncoder ExceptionRegions { get => throw null; } - public System.Reflection.Metadata.Blob Instructions { get => throw null; } - public int Offset { get => throw null; } - } - } - public struct MethodSignatureEncoder - { - public System.Reflection.Metadata.BlobBuilder Builder { get => throw null; } - public MethodSignatureEncoder(System.Reflection.Metadata.BlobBuilder builder, bool hasVarArgs) => throw null; - public bool HasVarArgs { get => throw null; } - public void Parameters(int parameterCount, System.Action returnType, System.Action parameters) => throw null; - public void Parameters(int parameterCount, out System.Reflection.Metadata.Ecma335.ReturnTypeEncoder returnType, out System.Reflection.Metadata.Ecma335.ParametersEncoder parameters) => throw null; - } - public struct NamedArgumentsEncoder - { - public void AddArgument(bool isField, System.Action type, System.Action name, System.Action literal) => throw null; - public void AddArgument(bool isField, out System.Reflection.Metadata.Ecma335.NamedArgumentTypeEncoder type, out System.Reflection.Metadata.Ecma335.NameEncoder name, out System.Reflection.Metadata.Ecma335.LiteralEncoder literal) => throw null; - public System.Reflection.Metadata.BlobBuilder Builder { get => throw null; } - public NamedArgumentsEncoder(System.Reflection.Metadata.BlobBuilder builder) => throw null; - } - public struct NamedArgumentTypeEncoder - { - public System.Reflection.Metadata.BlobBuilder Builder { get => throw null; } - public NamedArgumentTypeEncoder(System.Reflection.Metadata.BlobBuilder builder) => throw null; - public void Object() => throw null; - public System.Reflection.Metadata.Ecma335.CustomAttributeElementTypeEncoder ScalarType() => throw null; - public System.Reflection.Metadata.Ecma335.CustomAttributeArrayTypeEncoder SZArray() => throw null; - } - public struct NameEncoder - { - public System.Reflection.Metadata.BlobBuilder Builder { get => throw null; } - public NameEncoder(System.Reflection.Metadata.BlobBuilder builder) => throw null; - public void Name(string name) => throw null; - } - public struct ParametersEncoder - { - public System.Reflection.Metadata.Ecma335.ParameterTypeEncoder AddParameter() => throw null; - public System.Reflection.Metadata.BlobBuilder Builder { get => throw null; } - public ParametersEncoder(System.Reflection.Metadata.BlobBuilder builder, bool hasVarArgs = default(bool)) => throw null; - public bool HasVarArgs { get => throw null; } - public System.Reflection.Metadata.Ecma335.ParametersEncoder StartVarArgs() => throw null; - } - public struct ParameterTypeEncoder - { - public System.Reflection.Metadata.BlobBuilder Builder { get => throw null; } - public ParameterTypeEncoder(System.Reflection.Metadata.BlobBuilder builder) => throw null; - public System.Reflection.Metadata.Ecma335.CustomModifiersEncoder CustomModifiers() => throw null; - public System.Reflection.Metadata.Ecma335.SignatureTypeEncoder Type(bool isByRef = default(bool)) => throw null; - public void TypedReference() => throw null; - } - public struct PermissionSetEncoder - { - public System.Reflection.Metadata.Ecma335.PermissionSetEncoder AddPermission(string typeName, System.Collections.Immutable.ImmutableArray encodedArguments) => throw null; - public System.Reflection.Metadata.Ecma335.PermissionSetEncoder AddPermission(string typeName, System.Reflection.Metadata.BlobBuilder encodedArguments) => throw null; - public System.Reflection.Metadata.BlobBuilder Builder { get => throw null; } - public PermissionSetEncoder(System.Reflection.Metadata.BlobBuilder builder) => throw null; - } - public sealed class PortablePdbBuilder - { - public PortablePdbBuilder(System.Reflection.Metadata.Ecma335.MetadataBuilder tablesAndHeaps, System.Collections.Immutable.ImmutableArray typeSystemRowCounts, System.Reflection.Metadata.MethodDefinitionHandle entryPoint, System.Func, System.Reflection.Metadata.BlobContentId> idProvider = default(System.Func, System.Reflection.Metadata.BlobContentId>)) => throw null; - public ushort FormatVersion { get => throw null; } - public System.Func, System.Reflection.Metadata.BlobContentId> IdProvider { get => throw null; } - public string MetadataVersion { get => throw null; } - public System.Reflection.Metadata.BlobContentId Serialize(System.Reflection.Metadata.BlobBuilder builder) => throw null; - } - public struct ReturnTypeEncoder - { - public System.Reflection.Metadata.BlobBuilder Builder { get => throw null; } - public ReturnTypeEncoder(System.Reflection.Metadata.BlobBuilder builder) => throw null; - public System.Reflection.Metadata.Ecma335.CustomModifiersEncoder CustomModifiers() => throw null; - public System.Reflection.Metadata.Ecma335.SignatureTypeEncoder Type(bool isByRef = default(bool)) => throw null; - public void TypedReference() => throw null; - public void Void() => throw null; - } - public struct ScalarEncoder - { - public System.Reflection.Metadata.BlobBuilder Builder { get => throw null; } - public void Constant(object value) => throw null; - public ScalarEncoder(System.Reflection.Metadata.BlobBuilder builder) => throw null; - public void NullArray() => throw null; - public void SystemType(string serializedTypeName) => throw null; - } - public struct SignatureDecoder - { - public SignatureDecoder(System.Reflection.Metadata.ISignatureTypeProvider provider, System.Reflection.Metadata.MetadataReader metadataReader, TGenericContext genericContext) => throw null; - public TType DecodeFieldSignature(ref System.Reflection.Metadata.BlobReader blobReader) => throw null; - public System.Collections.Immutable.ImmutableArray DecodeLocalSignature(ref System.Reflection.Metadata.BlobReader blobReader) => throw null; - public System.Reflection.Metadata.MethodSignature DecodeMethodSignature(ref System.Reflection.Metadata.BlobReader blobReader) => throw null; - public System.Collections.Immutable.ImmutableArray DecodeMethodSpecificationSignature(ref System.Reflection.Metadata.BlobReader blobReader) => throw null; - public TType DecodeType(ref System.Reflection.Metadata.BlobReader blobReader, bool allowTypeSpecifications = default(bool)) => throw null; - } - public struct SignatureTypeEncoder - { - public void Array(System.Action elementType, System.Action arrayShape) => throw null; - public void Array(out System.Reflection.Metadata.Ecma335.SignatureTypeEncoder elementType, out System.Reflection.Metadata.Ecma335.ArrayShapeEncoder arrayShape) => throw null; - public void Boolean() => throw null; - public System.Reflection.Metadata.BlobBuilder Builder { get => throw null; } - public void Byte() => throw null; - public void Char() => throw null; - public SignatureTypeEncoder(System.Reflection.Metadata.BlobBuilder builder) => throw null; - public System.Reflection.Metadata.Ecma335.CustomModifiersEncoder CustomModifiers() => throw null; - public void Double() => throw null; - public System.Reflection.Metadata.Ecma335.MethodSignatureEncoder FunctionPointer(System.Reflection.Metadata.SignatureCallingConvention convention = default(System.Reflection.Metadata.SignatureCallingConvention), System.Reflection.Metadata.Ecma335.FunctionPointerAttributes attributes = default(System.Reflection.Metadata.Ecma335.FunctionPointerAttributes), int genericParameterCount = default(int)) => throw null; - public System.Reflection.Metadata.Ecma335.GenericTypeArgumentsEncoder GenericInstantiation(System.Reflection.Metadata.EntityHandle genericType, int genericArgumentCount, bool isValueType) => throw null; - public void GenericMethodTypeParameter(int parameterIndex) => throw null; - public void GenericTypeParameter(int parameterIndex) => throw null; - public void Int16() => throw null; - public void Int32() => throw null; - public void Int64() => throw null; - public void IntPtr() => throw null; - public void Object() => throw null; - public System.Reflection.Metadata.Ecma335.SignatureTypeEncoder Pointer() => throw null; - public void PrimitiveType(System.Reflection.Metadata.PrimitiveTypeCode type) => throw null; - public void SByte() => throw null; - public void Single() => throw null; - public void String() => throw null; - public System.Reflection.Metadata.Ecma335.SignatureTypeEncoder SZArray() => throw null; - public void Type(System.Reflection.Metadata.EntityHandle type, bool isValueType) => throw null; - public void TypedReference() => throw null; - public void UInt16() => throw null; - public void UInt32() => throw null; - public void UInt64() => throw null; - public void UIntPtr() => throw null; - public void VoidPointer() => throw null; - } - public struct SwitchInstructionEncoder - { - public void Branch(System.Reflection.Metadata.Ecma335.LabelHandle label) => throw null; - } - public enum TableIndex : byte - { - Module = 0, - TypeRef = 1, - TypeDef = 2, - FieldPtr = 3, - Field = 4, - MethodPtr = 5, - MethodDef = 6, - ParamPtr = 7, - Param = 8, - InterfaceImpl = 9, - MemberRef = 10, - Constant = 11, - CustomAttribute = 12, - FieldMarshal = 13, - DeclSecurity = 14, - ClassLayout = 15, - FieldLayout = 16, - StandAloneSig = 17, - EventMap = 18, - EventPtr = 19, - Event = 20, - PropertyMap = 21, - PropertyPtr = 22, - Property = 23, - MethodSemantics = 24, - MethodImpl = 25, - ModuleRef = 26, - TypeSpec = 27, - ImplMap = 28, - FieldRva = 29, - EncLog = 30, - EncMap = 31, - Assembly = 32, - AssemblyProcessor = 33, - AssemblyOS = 34, - AssemblyRef = 35, - AssemblyRefProcessor = 36, - AssemblyRefOS = 37, - File = 38, - ExportedType = 39, - ManifestResource = 40, - NestedClass = 41, - GenericParam = 42, - MethodSpec = 43, - GenericParamConstraint = 44, - Document = 48, - MethodDebugInformation = 49, - LocalScope = 50, - LocalVariable = 51, - LocalConstant = 52, - ImportScope = 53, - StateMachineMethod = 54, - CustomDebugInformation = 55, - } - public struct VectorEncoder - { - public System.Reflection.Metadata.BlobBuilder Builder { get => throw null; } - public System.Reflection.Metadata.Ecma335.LiteralsEncoder Count(int count) => throw null; - public VectorEncoder(System.Reflection.Metadata.BlobBuilder builder) => throw null; - } - } - public struct EntityHandle : System.IEquatable - { - public static readonly System.Reflection.Metadata.AssemblyDefinitionHandle AssemblyDefinition; - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.EntityHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public System.Reflection.Metadata.HandleKind Kind { get => throw null; } - public static readonly System.Reflection.Metadata.ModuleDefinitionHandle ModuleDefinition; - public static bool operator ==(System.Reflection.Metadata.EntityHandle left, System.Reflection.Metadata.EntityHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.EntityHandle left, System.Reflection.Metadata.EntityHandle right) => throw null; - } - public struct EventAccessors - { - public System.Reflection.Metadata.MethodDefinitionHandle Adder { get => throw null; } - public System.Collections.Immutable.ImmutableArray Others { get => throw null; } - public System.Reflection.Metadata.MethodDefinitionHandle Raiser { get => throw null; } - public System.Reflection.Metadata.MethodDefinitionHandle Remover { get => throw null; } - } - public struct EventDefinition - { - public System.Reflection.EventAttributes Attributes { get => throw null; } - public System.Reflection.Metadata.EventAccessors GetAccessors() => throw null; - public System.Reflection.Metadata.CustomAttributeHandleCollection GetCustomAttributes() => throw null; - public System.Reflection.Metadata.StringHandle Name { get => throw null; } - public System.Reflection.Metadata.EntityHandle Type { get => throw null; } - } - public struct EventDefinitionHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.EventDefinitionHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.EventDefinitionHandle left, System.Reflection.Metadata.EventDefinitionHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.EventDefinitionHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.EventDefinitionHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.EventDefinitionHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.EventDefinitionHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.EventDefinitionHandle left, System.Reflection.Metadata.EventDefinitionHandle right) => throw null; - } - public struct EventDefinitionHandleCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - public int Count { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.EventDefinitionHandle Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Reflection.Metadata.EventDefinitionHandleCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public struct ExceptionRegion - { - public System.Reflection.Metadata.EntityHandle CatchType { get => throw null; } - public int FilterOffset { get => throw null; } - public int HandlerLength { get => throw null; } - public int HandlerOffset { get => throw null; } - public System.Reflection.Metadata.ExceptionRegionKind Kind { get => throw null; } - public int TryLength { get => throw null; } - public int TryOffset { get => throw null; } - } - public enum ExceptionRegionKind : ushort - { - Catch = 0, - Filter = 1, - Finally = 2, - Fault = 4, - } - public struct ExportedType - { - public System.Reflection.TypeAttributes Attributes { get => throw null; } - public System.Reflection.Metadata.CustomAttributeHandleCollection GetCustomAttributes() => throw null; - public System.Reflection.Metadata.EntityHandle Implementation { get => throw null; } - public bool IsForwarder { get => throw null; } - public System.Reflection.Metadata.StringHandle Name { get => throw null; } - public System.Reflection.Metadata.StringHandle Namespace { get => throw null; } - public System.Reflection.Metadata.NamespaceDefinitionHandle NamespaceDefinition { get => throw null; } - } - public struct ExportedTypeHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.ExportedTypeHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.ExportedTypeHandle left, System.Reflection.Metadata.ExportedTypeHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.ExportedTypeHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.ExportedTypeHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.ExportedTypeHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.ExportedTypeHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.ExportedTypeHandle left, System.Reflection.Metadata.ExportedTypeHandle right) => throw null; - } - public struct ExportedTypeHandleCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - public int Count { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.ExportedTypeHandle Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Reflection.Metadata.ExportedTypeHandleCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public struct FieldDefinition - { - public System.Reflection.FieldAttributes Attributes { get => throw null; } - public TType DecodeSignature(System.Reflection.Metadata.ISignatureTypeProvider provider, TGenericContext genericContext) => throw null; - public System.Reflection.Metadata.CustomAttributeHandleCollection GetCustomAttributes() => throw null; - public System.Reflection.Metadata.TypeDefinitionHandle GetDeclaringType() => throw null; - public System.Reflection.Metadata.ConstantHandle GetDefaultValue() => throw null; - public System.Reflection.Metadata.BlobHandle GetMarshallingDescriptor() => throw null; - public int GetOffset() => throw null; - public int GetRelativeVirtualAddress() => throw null; - public System.Reflection.Metadata.StringHandle Name { get => throw null; } - public System.Reflection.Metadata.BlobHandle Signature { get => throw null; } - } - public struct FieldDefinitionHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.FieldDefinitionHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.FieldDefinitionHandle left, System.Reflection.Metadata.FieldDefinitionHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.FieldDefinitionHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.FieldDefinitionHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.FieldDefinitionHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.FieldDefinitionHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.FieldDefinitionHandle left, System.Reflection.Metadata.FieldDefinitionHandle right) => throw null; - } - public struct FieldDefinitionHandleCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - public int Count { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.FieldDefinitionHandle Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Reflection.Metadata.FieldDefinitionHandleCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public struct GenericParameter - { - public System.Reflection.GenericParameterAttributes Attributes { get => throw null; } - public System.Reflection.Metadata.GenericParameterConstraintHandleCollection GetConstraints() => throw null; - public System.Reflection.Metadata.CustomAttributeHandleCollection GetCustomAttributes() => throw null; - public int Index { get => throw null; } - public System.Reflection.Metadata.StringHandle Name { get => throw null; } - public System.Reflection.Metadata.EntityHandle Parent { get => throw null; } - } - public struct GenericParameterConstraint - { - public System.Reflection.Metadata.CustomAttributeHandleCollection GetCustomAttributes() => throw null; - public System.Reflection.Metadata.GenericParameterHandle Parameter { get => throw null; } - public System.Reflection.Metadata.EntityHandle Type { get => throw null; } - } - public struct GenericParameterConstraintHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.GenericParameterConstraintHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.GenericParameterConstraintHandle left, System.Reflection.Metadata.GenericParameterConstraintHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.GenericParameterConstraintHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.GenericParameterConstraintHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.GenericParameterConstraintHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.GenericParameterConstraintHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.GenericParameterConstraintHandle left, System.Reflection.Metadata.GenericParameterConstraintHandle right) => throw null; - } - public struct GenericParameterConstraintHandleCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyList - { - public int Count { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.GenericParameterConstraintHandle Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Reflection.Metadata.GenericParameterConstraintHandleCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public System.Reflection.Metadata.GenericParameterConstraintHandle this[int index] { get => throw null; } - } - public struct GenericParameterHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.GenericParameterHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.GenericParameterHandle left, System.Reflection.Metadata.GenericParameterHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.GenericParameterHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.GenericParameterHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.GenericParameterHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.GenericParameterHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.GenericParameterHandle left, System.Reflection.Metadata.GenericParameterHandle right) => throw null; - } - public struct GenericParameterHandleCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyList - { - public int Count { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.GenericParameterHandle Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Reflection.Metadata.GenericParameterHandleCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public System.Reflection.Metadata.GenericParameterHandle this[int index] { get => throw null; } - } - public struct GuidHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.GuidHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.GuidHandle left, System.Reflection.Metadata.GuidHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.GuidHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.GuidHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.GuidHandle left, System.Reflection.Metadata.GuidHandle right) => throw null; - } - public struct Handle : System.IEquatable - { - public static readonly System.Reflection.Metadata.AssemblyDefinitionHandle AssemblyDefinition; - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.Handle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public System.Reflection.Metadata.HandleKind Kind { get => throw null; } - public static readonly System.Reflection.Metadata.ModuleDefinitionHandle ModuleDefinition; - public static bool operator ==(System.Reflection.Metadata.Handle left, System.Reflection.Metadata.Handle right) => throw null; - public static bool operator !=(System.Reflection.Metadata.Handle left, System.Reflection.Metadata.Handle right) => throw null; - } - public sealed class HandleComparer : System.Collections.Generic.IComparer, System.Collections.Generic.IComparer, System.Collections.Generic.IEqualityComparer, System.Collections.Generic.IEqualityComparer - { - public int Compare(System.Reflection.Metadata.EntityHandle x, System.Reflection.Metadata.EntityHandle y) => throw null; - public int Compare(System.Reflection.Metadata.Handle x, System.Reflection.Metadata.Handle y) => throw null; - public static System.Reflection.Metadata.HandleComparer Default { get => throw null; } - public bool Equals(System.Reflection.Metadata.EntityHandle x, System.Reflection.Metadata.EntityHandle y) => throw null; - public bool Equals(System.Reflection.Metadata.Handle x, System.Reflection.Metadata.Handle y) => throw null; - public int GetHashCode(System.Reflection.Metadata.EntityHandle obj) => throw null; - public int GetHashCode(System.Reflection.Metadata.Handle obj) => throw null; - } - public enum HandleKind : byte - { - ModuleDefinition = 0, - TypeReference = 1, - TypeDefinition = 2, - FieldDefinition = 4, - MethodDefinition = 6, - Parameter = 8, - InterfaceImplementation = 9, - MemberReference = 10, - Constant = 11, - CustomAttribute = 12, - DeclarativeSecurityAttribute = 14, - StandaloneSignature = 17, - EventDefinition = 20, - PropertyDefinition = 23, - MethodImplementation = 25, - ModuleReference = 26, - TypeSpecification = 27, - AssemblyDefinition = 32, - AssemblyReference = 35, - AssemblyFile = 38, - ExportedType = 39, - ManifestResource = 40, - GenericParameter = 42, - MethodSpecification = 43, - GenericParameterConstraint = 44, - Document = 48, - MethodDebugInformation = 49, - LocalScope = 50, - LocalVariable = 51, - LocalConstant = 52, - ImportScope = 53, - CustomDebugInformation = 55, - UserString = 112, - Blob = 113, - Guid = 114, - String = 120, - NamespaceDefinition = 124, - } - public interface IConstructedTypeProvider : System.Reflection.Metadata.ISZArrayTypeProvider - { - TType GetArrayType(TType elementType, System.Reflection.Metadata.ArrayShape shape); - TType GetByReferenceType(TType elementType); - TType GetGenericInstantiation(TType genericType, System.Collections.Immutable.ImmutableArray typeArguments); - TType GetPointerType(TType elementType); - } - public interface ICustomAttributeTypeProvider : System.Reflection.Metadata.ISimpleTypeProvider, System.Reflection.Metadata.ISZArrayTypeProvider - { - TType GetSystemType(); - TType GetTypeFromSerializedName(string name); - System.Reflection.Metadata.PrimitiveTypeCode GetUnderlyingEnumType(TType type); - bool IsSystemType(TType type); - } - public enum ILOpCode : ushort - { - Nop = 0, - Break = 1, - Ldarg_0 = 2, - Ldarg_1 = 3, - Ldarg_2 = 4, - Ldarg_3 = 5, - Ldloc_0 = 6, - Ldloc_1 = 7, - Ldloc_2 = 8, - Ldloc_3 = 9, - Stloc_0 = 10, - Stloc_1 = 11, - Stloc_2 = 12, - Stloc_3 = 13, - Ldarg_s = 14, - Ldarga_s = 15, - Starg_s = 16, - Ldloc_s = 17, - Ldloca_s = 18, - Stloc_s = 19, - Ldnull = 20, - Ldc_i4_m1 = 21, - Ldc_i4_0 = 22, - Ldc_i4_1 = 23, - Ldc_i4_2 = 24, - Ldc_i4_3 = 25, - Ldc_i4_4 = 26, - Ldc_i4_5 = 27, - Ldc_i4_6 = 28, - Ldc_i4_7 = 29, - Ldc_i4_8 = 30, - Ldc_i4_s = 31, - Ldc_i4 = 32, - Ldc_i8 = 33, - Ldc_r4 = 34, - Ldc_r8 = 35, - Dup = 37, - Pop = 38, - Jmp = 39, - Call = 40, - Calli = 41, - Ret = 42, - Br_s = 43, - Brfalse_s = 44, - Brtrue_s = 45, - Beq_s = 46, - Bge_s = 47, - Bgt_s = 48, - Ble_s = 49, - Blt_s = 50, - Bne_un_s = 51, - Bge_un_s = 52, - Bgt_un_s = 53, - Ble_un_s = 54, - Blt_un_s = 55, - Br = 56, - Brfalse = 57, - Brtrue = 58, - Beq = 59, - Bge = 60, - Bgt = 61, - Ble = 62, - Blt = 63, - Bne_un = 64, - Bge_un = 65, - Bgt_un = 66, - Ble_un = 67, - Blt_un = 68, - Switch = 69, - Ldind_i1 = 70, - Ldind_u1 = 71, - Ldind_i2 = 72, - Ldind_u2 = 73, - Ldind_i4 = 74, - Ldind_u4 = 75, - Ldind_i8 = 76, - Ldind_i = 77, - Ldind_r4 = 78, - Ldind_r8 = 79, - Ldind_ref = 80, - Stind_ref = 81, - Stind_i1 = 82, - Stind_i2 = 83, - Stind_i4 = 84, - Stind_i8 = 85, - Stind_r4 = 86, - Stind_r8 = 87, - Add = 88, - Sub = 89, - Mul = 90, - Div = 91, - Div_un = 92, - Rem = 93, - Rem_un = 94, - And = 95, - Or = 96, - Xor = 97, - Shl = 98, - Shr = 99, - Shr_un = 100, - Neg = 101, - Not = 102, - Conv_i1 = 103, - Conv_i2 = 104, - Conv_i4 = 105, - Conv_i8 = 106, - Conv_r4 = 107, - Conv_r8 = 108, - Conv_u4 = 109, - Conv_u8 = 110, - Callvirt = 111, - Cpobj = 112, - Ldobj = 113, - Ldstr = 114, - Newobj = 115, - Castclass = 116, - Isinst = 117, - Conv_r_un = 118, - Unbox = 121, - Throw = 122, - Ldfld = 123, - Ldflda = 124, - Stfld = 125, - Ldsfld = 126, - Ldsflda = 127, - Stsfld = 128, - Stobj = 129, - Conv_ovf_i1_un = 130, - Conv_ovf_i2_un = 131, - Conv_ovf_i4_un = 132, - Conv_ovf_i8_un = 133, - Conv_ovf_u1_un = 134, - Conv_ovf_u2_un = 135, - Conv_ovf_u4_un = 136, - Conv_ovf_u8_un = 137, - Conv_ovf_i_un = 138, - Conv_ovf_u_un = 139, - Box = 140, - Newarr = 141, - Ldlen = 142, - Ldelema = 143, - Ldelem_i1 = 144, - Ldelem_u1 = 145, - Ldelem_i2 = 146, - Ldelem_u2 = 147, - Ldelem_i4 = 148, - Ldelem_u4 = 149, - Ldelem_i8 = 150, - Ldelem_i = 151, - Ldelem_r4 = 152, - Ldelem_r8 = 153, - Ldelem_ref = 154, - Stelem_i = 155, - Stelem_i1 = 156, - Stelem_i2 = 157, - Stelem_i4 = 158, - Stelem_i8 = 159, - Stelem_r4 = 160, - Stelem_r8 = 161, - Stelem_ref = 162, - Ldelem = 163, - Stelem = 164, - Unbox_any = 165, - Conv_ovf_i1 = 179, - Conv_ovf_u1 = 180, - Conv_ovf_i2 = 181, - Conv_ovf_u2 = 182, - Conv_ovf_i4 = 183, - Conv_ovf_u4 = 184, - Conv_ovf_i8 = 185, - Conv_ovf_u8 = 186, - Refanyval = 194, - Ckfinite = 195, - Mkrefany = 198, - Ldtoken = 208, - Conv_u2 = 209, - Conv_u1 = 210, - Conv_i = 211, - Conv_ovf_i = 212, - Conv_ovf_u = 213, - Add_ovf = 214, - Add_ovf_un = 215, - Mul_ovf = 216, - Mul_ovf_un = 217, - Sub_ovf = 218, - Sub_ovf_un = 219, - Endfinally = 220, - Leave = 221, - Leave_s = 222, - Stind_i = 223, - Conv_u = 224, - Arglist = 65024, - Ceq = 65025, - Cgt = 65026, - Cgt_un = 65027, - Clt = 65028, - Clt_un = 65029, - Ldftn = 65030, - Ldvirtftn = 65031, - Ldarg = 65033, - Ldarga = 65034, - Starg = 65035, - Ldloc = 65036, - Ldloca = 65037, - Stloc = 65038, - Localloc = 65039, - Endfilter = 65041, - Unaligned = 65042, - Volatile = 65043, - Tail = 65044, - Initobj = 65045, - Constrained = 65046, - Cpblk = 65047, - Initblk = 65048, - Rethrow = 65050, - Sizeof = 65052, - Refanytype = 65053, - Readonly = 65054, - } - public static partial class ILOpCodeExtensions - { - public static int GetBranchOperandSize(this System.Reflection.Metadata.ILOpCode opCode) => throw null; - public static System.Reflection.Metadata.ILOpCode GetLongBranch(this System.Reflection.Metadata.ILOpCode opCode) => throw null; - public static System.Reflection.Metadata.ILOpCode GetShortBranch(this System.Reflection.Metadata.ILOpCode opCode) => throw null; - public static bool IsBranch(this System.Reflection.Metadata.ILOpCode opCode) => throw null; - } - public class ImageFormatLimitationException : System.Exception - { - public ImageFormatLimitationException() => throw null; - public ImageFormatLimitationException(string message) => throw null; - public ImageFormatLimitationException(string message, System.Exception innerException) => throw null; - protected ImageFormatLimitationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - } - public struct ImportDefinition - { - public System.Reflection.Metadata.BlobHandle Alias { get => throw null; } - public System.Reflection.Metadata.ImportDefinitionKind Kind { get => throw null; } - public System.Reflection.Metadata.AssemblyReferenceHandle TargetAssembly { get => throw null; } - public System.Reflection.Metadata.BlobHandle TargetNamespace { get => throw null; } - public System.Reflection.Metadata.EntityHandle TargetType { get => throw null; } - } - public struct ImportDefinitionCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.ImportDefinition Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - public void Reset() => throw null; - } - public System.Reflection.Metadata.ImportDefinitionCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public enum ImportDefinitionKind - { - ImportNamespace = 1, - ImportAssemblyNamespace = 2, - ImportType = 3, - ImportXmlNamespace = 4, - ImportAssemblyReferenceAlias = 5, - AliasAssemblyReference = 6, - AliasNamespace = 7, - AliasAssemblyNamespace = 8, - AliasType = 9, - } - public struct ImportScope - { - public System.Reflection.Metadata.ImportDefinitionCollection GetImports() => throw null; - public System.Reflection.Metadata.BlobHandle ImportsBlob { get => throw null; } - public System.Reflection.Metadata.ImportScopeHandle Parent { get => throw null; } - } - public struct ImportScopeCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - public int Count { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.ImportScopeHandle Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Reflection.Metadata.ImportScopeCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public struct ImportScopeHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.ImportScopeHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.ImportScopeHandle left, System.Reflection.Metadata.ImportScopeHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.ImportScopeHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.ImportScopeHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.ImportScopeHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.ImportScopeHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.ImportScopeHandle left, System.Reflection.Metadata.ImportScopeHandle right) => throw null; - } - public struct InterfaceImplementation - { - public System.Reflection.Metadata.CustomAttributeHandleCollection GetCustomAttributes() => throw null; - public System.Reflection.Metadata.EntityHandle Interface { get => throw null; } - } - public struct InterfaceImplementationHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.InterfaceImplementationHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.InterfaceImplementationHandle left, System.Reflection.Metadata.InterfaceImplementationHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.InterfaceImplementationHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.InterfaceImplementationHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.InterfaceImplementationHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.InterfaceImplementationHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.InterfaceImplementationHandle left, System.Reflection.Metadata.InterfaceImplementationHandle right) => throw null; - } - public struct InterfaceImplementationHandleCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - public int Count { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.InterfaceImplementationHandle Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Reflection.Metadata.InterfaceImplementationHandleCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public interface ISignatureTypeProvider : System.Reflection.Metadata.IConstructedTypeProvider, System.Reflection.Metadata.ISimpleTypeProvider, System.Reflection.Metadata.ISZArrayTypeProvider - { - TType GetFunctionPointerType(System.Reflection.Metadata.MethodSignature signature); - TType GetGenericMethodParameter(TGenericContext genericContext, int index); - TType GetGenericTypeParameter(TGenericContext genericContext, int index); - TType GetModifiedType(TType modifier, TType unmodifiedType, bool isRequired); - TType GetPinnedType(TType elementType); - TType GetTypeFromSpecification(System.Reflection.Metadata.MetadataReader reader, TGenericContext genericContext, System.Reflection.Metadata.TypeSpecificationHandle handle, byte rawTypeKind); - } - public interface ISimpleTypeProvider - { - TType GetPrimitiveType(System.Reflection.Metadata.PrimitiveTypeCode typeCode); - TType GetTypeFromDefinition(System.Reflection.Metadata.MetadataReader reader, System.Reflection.Metadata.TypeDefinitionHandle handle, byte rawTypeKind); - TType GetTypeFromReference(System.Reflection.Metadata.MetadataReader reader, System.Reflection.Metadata.TypeReferenceHandle handle, byte rawTypeKind); - } - public interface ISZArrayTypeProvider - { - TType GetSZArrayType(TType elementType); - } - public struct LocalConstant - { - public System.Reflection.Metadata.StringHandle Name { get => throw null; } - public System.Reflection.Metadata.BlobHandle Signature { get => throw null; } - } - public struct LocalConstantHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.LocalConstantHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.LocalConstantHandle left, System.Reflection.Metadata.LocalConstantHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.LocalConstantHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.LocalConstantHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.LocalConstantHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.LocalConstantHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.LocalConstantHandle left, System.Reflection.Metadata.LocalConstantHandle right) => throw null; - } - public struct LocalConstantHandleCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - public int Count { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.LocalConstantHandle Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Reflection.Metadata.LocalConstantHandleCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public struct LocalScope - { - public int EndOffset { get => throw null; } - public System.Reflection.Metadata.LocalScopeHandleCollection.ChildrenEnumerator GetChildren() => throw null; - public System.Reflection.Metadata.LocalConstantHandleCollection GetLocalConstants() => throw null; - public System.Reflection.Metadata.LocalVariableHandleCollection GetLocalVariables() => throw null; - public System.Reflection.Metadata.ImportScopeHandle ImportScope { get => throw null; } - public int Length { get => throw null; } - public System.Reflection.Metadata.MethodDefinitionHandle Method { get => throw null; } - public int StartOffset { get => throw null; } - } - public struct LocalScopeHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.LocalScopeHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.LocalScopeHandle left, System.Reflection.Metadata.LocalScopeHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.LocalScopeHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.LocalScopeHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.LocalScopeHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.LocalScopeHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.LocalScopeHandle left, System.Reflection.Metadata.LocalScopeHandle right) => throw null; - } - public struct LocalScopeHandleCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - public struct ChildrenEnumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.LocalScopeHandle Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public int Count { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.LocalScopeHandle Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Reflection.Metadata.LocalScopeHandleCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public struct LocalVariable - { - public System.Reflection.Metadata.LocalVariableAttributes Attributes { get => throw null; } - public int Index { get => throw null; } - public System.Reflection.Metadata.StringHandle Name { get => throw null; } - } - [System.Flags] - public enum LocalVariableAttributes - { - None = 0, - DebuggerHidden = 1, - } - public struct LocalVariableHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.LocalVariableHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.LocalVariableHandle left, System.Reflection.Metadata.LocalVariableHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.LocalVariableHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.LocalVariableHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.LocalVariableHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.LocalVariableHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.LocalVariableHandle left, System.Reflection.Metadata.LocalVariableHandle right) => throw null; - } - public struct LocalVariableHandleCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - public int Count { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.LocalVariableHandle Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Reflection.Metadata.LocalVariableHandleCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public struct ManifestResource - { - public System.Reflection.ManifestResourceAttributes Attributes { get => throw null; } - public System.Reflection.Metadata.CustomAttributeHandleCollection GetCustomAttributes() => throw null; - public System.Reflection.Metadata.EntityHandle Implementation { get => throw null; } - public System.Reflection.Metadata.StringHandle Name { get => throw null; } - public long Offset { get => throw null; } - } - public struct ManifestResourceHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.ManifestResourceHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.ManifestResourceHandle left, System.Reflection.Metadata.ManifestResourceHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.ManifestResourceHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.ManifestResourceHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.ManifestResourceHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.ManifestResourceHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.ManifestResourceHandle left, System.Reflection.Metadata.ManifestResourceHandle right) => throw null; - } - public struct ManifestResourceHandleCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - public int Count { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.ManifestResourceHandle Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Reflection.Metadata.ManifestResourceHandleCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public struct MemberReference - { - public TType DecodeFieldSignature(System.Reflection.Metadata.ISignatureTypeProvider provider, TGenericContext genericContext) => throw null; - public System.Reflection.Metadata.MethodSignature DecodeMethodSignature(System.Reflection.Metadata.ISignatureTypeProvider provider, TGenericContext genericContext) => throw null; - public System.Reflection.Metadata.CustomAttributeHandleCollection GetCustomAttributes() => throw null; - public System.Reflection.Metadata.MemberReferenceKind GetKind() => throw null; - public System.Reflection.Metadata.StringHandle Name { get => throw null; } - public System.Reflection.Metadata.EntityHandle Parent { get => throw null; } - public System.Reflection.Metadata.BlobHandle Signature { get => throw null; } - } - public struct MemberReferenceHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.MemberReferenceHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.MemberReferenceHandle left, System.Reflection.Metadata.MemberReferenceHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.MemberReferenceHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.MemberReferenceHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.MemberReferenceHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.MemberReferenceHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.MemberReferenceHandle left, System.Reflection.Metadata.MemberReferenceHandle right) => throw null; - } - public struct MemberReferenceHandleCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - public int Count { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.MemberReferenceHandle Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Reflection.Metadata.MemberReferenceHandleCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public enum MemberReferenceKind - { - Method = 0, - Field = 1, - } - public enum MetadataKind - { - Ecma335 = 0, - WindowsMetadata = 1, - ManagedWindowsMetadata = 2, - } - public sealed class MetadataReader - { - public System.Reflection.Metadata.AssemblyFileHandleCollection AssemblyFiles { get => throw null; } - public System.Reflection.Metadata.AssemblyReferenceHandleCollection AssemblyReferences { get => throw null; } - public unsafe MetadataReader(byte* metadata, int length) => throw null; - public unsafe MetadataReader(byte* metadata, int length, System.Reflection.Metadata.MetadataReaderOptions options) => throw null; - public unsafe MetadataReader(byte* metadata, int length, System.Reflection.Metadata.MetadataReaderOptions options, System.Reflection.Metadata.MetadataStringDecoder utf8Decoder) => throw null; - public System.Reflection.Metadata.CustomAttributeHandleCollection CustomAttributes { get => throw null; } - public System.Reflection.Metadata.CustomDebugInformationHandleCollection CustomDebugInformation { get => throw null; } - public System.Reflection.Metadata.DebugMetadataHeader DebugMetadataHeader { get => throw null; } - public System.Reflection.Metadata.DeclarativeSecurityAttributeHandleCollection DeclarativeSecurityAttributes { get => throw null; } - public System.Reflection.Metadata.DocumentHandleCollection Documents { get => throw null; } - public System.Reflection.Metadata.EventDefinitionHandleCollection EventDefinitions { get => throw null; } - public System.Reflection.Metadata.ExportedTypeHandleCollection ExportedTypes { get => throw null; } - public System.Reflection.Metadata.FieldDefinitionHandleCollection FieldDefinitions { get => throw null; } - public System.Reflection.Metadata.AssemblyDefinition GetAssemblyDefinition() => throw null; - public System.Reflection.Metadata.AssemblyFile GetAssemblyFile(System.Reflection.Metadata.AssemblyFileHandle handle) => throw null; - public static System.Reflection.AssemblyName GetAssemblyName(string assemblyFile) => throw null; - public System.Reflection.Metadata.AssemblyReference GetAssemblyReference(System.Reflection.Metadata.AssemblyReferenceHandle handle) => throw null; - public byte[] GetBlobBytes(System.Reflection.Metadata.BlobHandle handle) => throw null; - public System.Collections.Immutable.ImmutableArray GetBlobContent(System.Reflection.Metadata.BlobHandle handle) => throw null; - public System.Reflection.Metadata.BlobReader GetBlobReader(System.Reflection.Metadata.BlobHandle handle) => throw null; - public System.Reflection.Metadata.BlobReader GetBlobReader(System.Reflection.Metadata.StringHandle handle) => throw null; - public System.Reflection.Metadata.Constant GetConstant(System.Reflection.Metadata.ConstantHandle handle) => throw null; - public System.Reflection.Metadata.CustomAttribute GetCustomAttribute(System.Reflection.Metadata.CustomAttributeHandle handle) => throw null; - public System.Reflection.Metadata.CustomAttributeHandleCollection GetCustomAttributes(System.Reflection.Metadata.EntityHandle handle) => throw null; - public System.Reflection.Metadata.CustomDebugInformation GetCustomDebugInformation(System.Reflection.Metadata.CustomDebugInformationHandle handle) => throw null; - public System.Reflection.Metadata.CustomDebugInformationHandleCollection GetCustomDebugInformation(System.Reflection.Metadata.EntityHandle handle) => throw null; - public System.Reflection.Metadata.DeclarativeSecurityAttribute GetDeclarativeSecurityAttribute(System.Reflection.Metadata.DeclarativeSecurityAttributeHandle handle) => throw null; - public System.Reflection.Metadata.Document GetDocument(System.Reflection.Metadata.DocumentHandle handle) => throw null; - public System.Reflection.Metadata.EventDefinition GetEventDefinition(System.Reflection.Metadata.EventDefinitionHandle handle) => throw null; - public System.Reflection.Metadata.ExportedType GetExportedType(System.Reflection.Metadata.ExportedTypeHandle handle) => throw null; - public System.Reflection.Metadata.FieldDefinition GetFieldDefinition(System.Reflection.Metadata.FieldDefinitionHandle handle) => throw null; - public System.Reflection.Metadata.GenericParameter GetGenericParameter(System.Reflection.Metadata.GenericParameterHandle handle) => throw null; - public System.Reflection.Metadata.GenericParameterConstraint GetGenericParameterConstraint(System.Reflection.Metadata.GenericParameterConstraintHandle handle) => throw null; - public System.Guid GetGuid(System.Reflection.Metadata.GuidHandle handle) => throw null; - public System.Reflection.Metadata.ImportScope GetImportScope(System.Reflection.Metadata.ImportScopeHandle handle) => throw null; - public System.Reflection.Metadata.InterfaceImplementation GetInterfaceImplementation(System.Reflection.Metadata.InterfaceImplementationHandle handle) => throw null; - public System.Reflection.Metadata.LocalConstant GetLocalConstant(System.Reflection.Metadata.LocalConstantHandle handle) => throw null; - public System.Reflection.Metadata.LocalScope GetLocalScope(System.Reflection.Metadata.LocalScopeHandle handle) => throw null; - public System.Reflection.Metadata.LocalScopeHandleCollection GetLocalScopes(System.Reflection.Metadata.MethodDebugInformationHandle handle) => throw null; - public System.Reflection.Metadata.LocalScopeHandleCollection GetLocalScopes(System.Reflection.Metadata.MethodDefinitionHandle handle) => throw null; - public System.Reflection.Metadata.LocalVariable GetLocalVariable(System.Reflection.Metadata.LocalVariableHandle handle) => throw null; - public System.Reflection.Metadata.ManifestResource GetManifestResource(System.Reflection.Metadata.ManifestResourceHandle handle) => throw null; - public System.Reflection.Metadata.MemberReference GetMemberReference(System.Reflection.Metadata.MemberReferenceHandle handle) => throw null; - public System.Reflection.Metadata.MethodDebugInformation GetMethodDebugInformation(System.Reflection.Metadata.MethodDebugInformationHandle handle) => throw null; - public System.Reflection.Metadata.MethodDebugInformation GetMethodDebugInformation(System.Reflection.Metadata.MethodDefinitionHandle handle) => throw null; - public System.Reflection.Metadata.MethodDefinition GetMethodDefinition(System.Reflection.Metadata.MethodDefinitionHandle handle) => throw null; - public System.Reflection.Metadata.MethodImplementation GetMethodImplementation(System.Reflection.Metadata.MethodImplementationHandle handle) => throw null; - public System.Reflection.Metadata.MethodSpecification GetMethodSpecification(System.Reflection.Metadata.MethodSpecificationHandle handle) => throw null; - public System.Reflection.Metadata.ModuleDefinition GetModuleDefinition() => throw null; - public System.Reflection.Metadata.ModuleReference GetModuleReference(System.Reflection.Metadata.ModuleReferenceHandle handle) => throw null; - public System.Reflection.Metadata.NamespaceDefinition GetNamespaceDefinition(System.Reflection.Metadata.NamespaceDefinitionHandle handle) => throw null; - public System.Reflection.Metadata.NamespaceDefinition GetNamespaceDefinitionRoot() => throw null; - public System.Reflection.Metadata.Parameter GetParameter(System.Reflection.Metadata.ParameterHandle handle) => throw null; - public System.Reflection.Metadata.PropertyDefinition GetPropertyDefinition(System.Reflection.Metadata.PropertyDefinitionHandle handle) => throw null; - public System.Reflection.Metadata.StandaloneSignature GetStandaloneSignature(System.Reflection.Metadata.StandaloneSignatureHandle handle) => throw null; - public string GetString(System.Reflection.Metadata.DocumentNameBlobHandle handle) => throw null; - public string GetString(System.Reflection.Metadata.NamespaceDefinitionHandle handle) => throw null; - public string GetString(System.Reflection.Metadata.StringHandle handle) => throw null; - public System.Reflection.Metadata.TypeDefinition GetTypeDefinition(System.Reflection.Metadata.TypeDefinitionHandle handle) => throw null; - public System.Reflection.Metadata.TypeReference GetTypeReference(System.Reflection.Metadata.TypeReferenceHandle handle) => throw null; - public System.Reflection.Metadata.TypeSpecification GetTypeSpecification(System.Reflection.Metadata.TypeSpecificationHandle handle) => throw null; - public string GetUserString(System.Reflection.Metadata.UserStringHandle handle) => throw null; - public System.Reflection.Metadata.ImportScopeCollection ImportScopes { get => throw null; } - public bool IsAssembly { get => throw null; } - public System.Reflection.Metadata.LocalConstantHandleCollection LocalConstants { get => throw null; } - public System.Reflection.Metadata.LocalScopeHandleCollection LocalScopes { get => throw null; } - public System.Reflection.Metadata.LocalVariableHandleCollection LocalVariables { get => throw null; } - public System.Reflection.Metadata.ManifestResourceHandleCollection ManifestResources { get => throw null; } - public System.Reflection.Metadata.MemberReferenceHandleCollection MemberReferences { get => throw null; } - public System.Reflection.Metadata.MetadataKind MetadataKind { get => throw null; } - public int MetadataLength { get => throw null; } - public unsafe byte* MetadataPointer { get => throw null; } - public string MetadataVersion { get => throw null; } - public System.Reflection.Metadata.MethodDebugInformationHandleCollection MethodDebugInformation { get => throw null; } - public System.Reflection.Metadata.MethodDefinitionHandleCollection MethodDefinitions { get => throw null; } - public System.Reflection.Metadata.MetadataReaderOptions Options { get => throw null; } - public System.Reflection.Metadata.PropertyDefinitionHandleCollection PropertyDefinitions { get => throw null; } - public System.Reflection.Metadata.MetadataStringComparer StringComparer { get => throw null; } - public System.Reflection.Metadata.TypeDefinitionHandleCollection TypeDefinitions { get => throw null; } - public System.Reflection.Metadata.TypeReferenceHandleCollection TypeReferences { get => throw null; } - public System.Reflection.Metadata.MetadataStringDecoder UTF8Decoder { get => throw null; } - } - [System.Flags] - public enum MetadataReaderOptions - { - None = 0, - ApplyWindowsRuntimeProjections = 1, - Default = 1, - } - public sealed class MetadataReaderProvider : System.IDisposable - { - public void Dispose() => throw null; - public static unsafe System.Reflection.Metadata.MetadataReaderProvider FromMetadataImage(byte* start, int size) => throw null; - public static System.Reflection.Metadata.MetadataReaderProvider FromMetadataImage(System.Collections.Immutable.ImmutableArray image) => throw null; - public static System.Reflection.Metadata.MetadataReaderProvider FromMetadataStream(System.IO.Stream stream, System.Reflection.Metadata.MetadataStreamOptions options = default(System.Reflection.Metadata.MetadataStreamOptions), int size = default(int)) => throw null; - public static unsafe System.Reflection.Metadata.MetadataReaderProvider FromPortablePdbImage(byte* start, int size) => throw null; - public static System.Reflection.Metadata.MetadataReaderProvider FromPortablePdbImage(System.Collections.Immutable.ImmutableArray image) => throw null; - public static System.Reflection.Metadata.MetadataReaderProvider FromPortablePdbStream(System.IO.Stream stream, System.Reflection.Metadata.MetadataStreamOptions options = default(System.Reflection.Metadata.MetadataStreamOptions), int size = default(int)) => throw null; - public System.Reflection.Metadata.MetadataReader GetMetadataReader(System.Reflection.Metadata.MetadataReaderOptions options = default(System.Reflection.Metadata.MetadataReaderOptions), System.Reflection.Metadata.MetadataStringDecoder utf8Decoder = default(System.Reflection.Metadata.MetadataStringDecoder)) => throw null; - } - [System.Flags] - public enum MetadataStreamOptions - { - Default = 0, - LeaveOpen = 1, - PrefetchMetadata = 2, - } - public struct MetadataStringComparer - { - public bool Equals(System.Reflection.Metadata.DocumentNameBlobHandle handle, string value) => throw null; - public bool Equals(System.Reflection.Metadata.DocumentNameBlobHandle handle, string value, bool ignoreCase) => throw null; - public bool Equals(System.Reflection.Metadata.NamespaceDefinitionHandle handle, string value) => throw null; - public bool Equals(System.Reflection.Metadata.NamespaceDefinitionHandle handle, string value, bool ignoreCase) => throw null; - public bool Equals(System.Reflection.Metadata.StringHandle handle, string value) => throw null; - public bool Equals(System.Reflection.Metadata.StringHandle handle, string value, bool ignoreCase) => throw null; - public bool StartsWith(System.Reflection.Metadata.StringHandle handle, string value) => throw null; - public bool StartsWith(System.Reflection.Metadata.StringHandle handle, string value, bool ignoreCase) => throw null; - } - public class MetadataStringDecoder - { - public MetadataStringDecoder(System.Text.Encoding encoding) => throw null; - public static System.Reflection.Metadata.MetadataStringDecoder DefaultUTF8 { get => throw null; } - public System.Text.Encoding Encoding { get => throw null; } - public virtual unsafe string GetString(byte* bytes, int byteCount) => throw null; - } - public sealed class MethodBodyBlock - { - public static System.Reflection.Metadata.MethodBodyBlock Create(System.Reflection.Metadata.BlobReader reader) => throw null; - public System.Collections.Immutable.ImmutableArray ExceptionRegions { get => throw null; } - public byte[] GetILBytes() => throw null; - public System.Collections.Immutable.ImmutableArray GetILContent() => throw null; - public System.Reflection.Metadata.BlobReader GetILReader() => throw null; - public System.Reflection.Metadata.StandaloneSignatureHandle LocalSignature { get => throw null; } - public bool LocalVariablesInitialized { get => throw null; } - public int MaxStack { get => throw null; } - public int Size { get => throw null; } - } - public struct MethodDebugInformation - { - public System.Reflection.Metadata.DocumentHandle Document { get => throw null; } - public System.Reflection.Metadata.SequencePointCollection GetSequencePoints() => throw null; - public System.Reflection.Metadata.MethodDefinitionHandle GetStateMachineKickoffMethod() => throw null; - public System.Reflection.Metadata.StandaloneSignatureHandle LocalSignature { get => throw null; } - public System.Reflection.Metadata.BlobHandle SequencePointsBlob { get => throw null; } - } - public struct MethodDebugInformationHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.MethodDebugInformationHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.MethodDebugInformationHandle left, System.Reflection.Metadata.MethodDebugInformationHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.MethodDebugInformationHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.MethodDebugInformationHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.MethodDebugInformationHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.MethodDebugInformationHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.MethodDebugInformationHandle left, System.Reflection.Metadata.MethodDebugInformationHandle right) => throw null; - public System.Reflection.Metadata.MethodDefinitionHandle ToDefinitionHandle() => throw null; - } - public struct MethodDebugInformationHandleCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - public int Count { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.MethodDebugInformationHandle Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Reflection.Metadata.MethodDebugInformationHandleCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public struct MethodDefinition - { - public System.Reflection.MethodAttributes Attributes { get => throw null; } - public System.Reflection.Metadata.MethodSignature DecodeSignature(System.Reflection.Metadata.ISignatureTypeProvider provider, TGenericContext genericContext) => throw null; - public System.Reflection.Metadata.CustomAttributeHandleCollection GetCustomAttributes() => throw null; - public System.Reflection.Metadata.DeclarativeSecurityAttributeHandleCollection GetDeclarativeSecurityAttributes() => throw null; - public System.Reflection.Metadata.TypeDefinitionHandle GetDeclaringType() => throw null; - public System.Reflection.Metadata.GenericParameterHandleCollection GetGenericParameters() => throw null; - public System.Reflection.Metadata.MethodImport GetImport() => throw null; - public System.Reflection.Metadata.ParameterHandleCollection GetParameters() => throw null; - public System.Reflection.MethodImplAttributes ImplAttributes { get => throw null; } - public System.Reflection.Metadata.StringHandle Name { get => throw null; } - public int RelativeVirtualAddress { get => throw null; } - public System.Reflection.Metadata.BlobHandle Signature { get => throw null; } - } - public struct MethodDefinitionHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.MethodDefinitionHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.MethodDefinitionHandle left, System.Reflection.Metadata.MethodDefinitionHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.MethodDefinitionHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.MethodDefinitionHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.MethodDefinitionHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.MethodDefinitionHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.MethodDefinitionHandle left, System.Reflection.Metadata.MethodDefinitionHandle right) => throw null; - public System.Reflection.Metadata.MethodDebugInformationHandle ToDebugInformationHandle() => throw null; - } - public struct MethodDefinitionHandleCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - public int Count { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.MethodDefinitionHandle Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Reflection.Metadata.MethodDefinitionHandleCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public struct MethodImplementation - { - public System.Reflection.Metadata.CustomAttributeHandleCollection GetCustomAttributes() => throw null; - public System.Reflection.Metadata.EntityHandle MethodBody { get => throw null; } - public System.Reflection.Metadata.EntityHandle MethodDeclaration { get => throw null; } - public System.Reflection.Metadata.TypeDefinitionHandle Type { get => throw null; } - } - public struct MethodImplementationHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.MethodImplementationHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.MethodImplementationHandle left, System.Reflection.Metadata.MethodImplementationHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.MethodImplementationHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.MethodImplementationHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.MethodImplementationHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.MethodImplementationHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.MethodImplementationHandle left, System.Reflection.Metadata.MethodImplementationHandle right) => throw null; - } - public struct MethodImplementationHandleCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - public int Count { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.MethodImplementationHandle Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Reflection.Metadata.MethodImplementationHandleCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public struct MethodImport - { - public System.Reflection.MethodImportAttributes Attributes { get => throw null; } - public System.Reflection.Metadata.ModuleReferenceHandle Module { get => throw null; } - public System.Reflection.Metadata.StringHandle Name { get => throw null; } - } - public struct MethodSignature - { - public MethodSignature(System.Reflection.Metadata.SignatureHeader header, TType returnType, int requiredParameterCount, int genericParameterCount, System.Collections.Immutable.ImmutableArray parameterTypes) => throw null; - public int GenericParameterCount { get => throw null; } - public System.Reflection.Metadata.SignatureHeader Header { get => throw null; } - public System.Collections.Immutable.ImmutableArray ParameterTypes { get => throw null; } - public int RequiredParameterCount { get => throw null; } - public TType ReturnType { get => throw null; } - } - public struct MethodSpecification - { - public System.Collections.Immutable.ImmutableArray DecodeSignature(System.Reflection.Metadata.ISignatureTypeProvider provider, TGenericContext genericContext) => throw null; - public System.Reflection.Metadata.CustomAttributeHandleCollection GetCustomAttributes() => throw null; - public System.Reflection.Metadata.EntityHandle Method { get => throw null; } - public System.Reflection.Metadata.BlobHandle Signature { get => throw null; } - } - public struct MethodSpecificationHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.MethodSpecificationHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.MethodSpecificationHandle left, System.Reflection.Metadata.MethodSpecificationHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.MethodSpecificationHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.MethodSpecificationHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.MethodSpecificationHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.MethodSpecificationHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.MethodSpecificationHandle left, System.Reflection.Metadata.MethodSpecificationHandle right) => throw null; - } - public struct ModuleDefinition - { - public System.Reflection.Metadata.GuidHandle BaseGenerationId { get => throw null; } - public int Generation { get => throw null; } - public System.Reflection.Metadata.GuidHandle GenerationId { get => throw null; } - public System.Reflection.Metadata.CustomAttributeHandleCollection GetCustomAttributes() => throw null; - public System.Reflection.Metadata.GuidHandle Mvid { get => throw null; } - public System.Reflection.Metadata.StringHandle Name { get => throw null; } - } - public struct ModuleDefinitionHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.ModuleDefinitionHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.ModuleDefinitionHandle left, System.Reflection.Metadata.ModuleDefinitionHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.ModuleDefinitionHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.ModuleDefinitionHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.ModuleDefinitionHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.ModuleDefinitionHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.ModuleDefinitionHandle left, System.Reflection.Metadata.ModuleDefinitionHandle right) => throw null; - } - public struct ModuleReference - { - public System.Reflection.Metadata.CustomAttributeHandleCollection GetCustomAttributes() => throw null; - public System.Reflection.Metadata.StringHandle Name { get => throw null; } - } - public struct ModuleReferenceHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.ModuleReferenceHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.ModuleReferenceHandle left, System.Reflection.Metadata.ModuleReferenceHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.ModuleReferenceHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.ModuleReferenceHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.ModuleReferenceHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.ModuleReferenceHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.ModuleReferenceHandle left, System.Reflection.Metadata.ModuleReferenceHandle right) => throw null; - } - public struct NamespaceDefinition - { - public System.Collections.Immutable.ImmutableArray ExportedTypes { get => throw null; } - public System.Reflection.Metadata.StringHandle Name { get => throw null; } - public System.Collections.Immutable.ImmutableArray NamespaceDefinitions { get => throw null; } - public System.Reflection.Metadata.NamespaceDefinitionHandle Parent { get => throw null; } - public System.Collections.Immutable.ImmutableArray TypeDefinitions { get => throw null; } - } - public struct NamespaceDefinitionHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.NamespaceDefinitionHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.NamespaceDefinitionHandle left, System.Reflection.Metadata.NamespaceDefinitionHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.NamespaceDefinitionHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.NamespaceDefinitionHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.NamespaceDefinitionHandle left, System.Reflection.Metadata.NamespaceDefinitionHandle right) => throw null; - } - public struct Parameter - { - public System.Reflection.ParameterAttributes Attributes { get => throw null; } - public System.Reflection.Metadata.CustomAttributeHandleCollection GetCustomAttributes() => throw null; - public System.Reflection.Metadata.ConstantHandle GetDefaultValue() => throw null; - public System.Reflection.Metadata.BlobHandle GetMarshallingDescriptor() => throw null; - public System.Reflection.Metadata.StringHandle Name { get => throw null; } - public int SequenceNumber { get => throw null; } - } - public struct ParameterHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.ParameterHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.ParameterHandle left, System.Reflection.Metadata.ParameterHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.ParameterHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.ParameterHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.ParameterHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.ParameterHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.ParameterHandle left, System.Reflection.Metadata.ParameterHandle right) => throw null; - } - public struct ParameterHandleCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - public int Count { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.ParameterHandle Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Reflection.Metadata.ParameterHandleCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public static partial class PEReaderExtensions - { - public static System.Reflection.Metadata.MetadataReader GetMetadataReader(this System.Reflection.PortableExecutable.PEReader peReader) => throw null; - public static System.Reflection.Metadata.MetadataReader GetMetadataReader(this System.Reflection.PortableExecutable.PEReader peReader, System.Reflection.Metadata.MetadataReaderOptions options) => throw null; - public static System.Reflection.Metadata.MetadataReader GetMetadataReader(this System.Reflection.PortableExecutable.PEReader peReader, System.Reflection.Metadata.MetadataReaderOptions options, System.Reflection.Metadata.MetadataStringDecoder utf8Decoder) => throw null; - public static System.Reflection.Metadata.MethodBodyBlock GetMethodBody(this System.Reflection.PortableExecutable.PEReader peReader, int relativeVirtualAddress) => throw null; - } - public enum PrimitiveSerializationTypeCode : byte - { - Boolean = 2, - Char = 3, - SByte = 4, - Byte = 5, - Int16 = 6, - UInt16 = 7, - Int32 = 8, - UInt32 = 9, - Int64 = 10, - UInt64 = 11, - Single = 12, - Double = 13, - String = 14, - } - public enum PrimitiveTypeCode : byte - { - Void = 1, - Boolean = 2, - Char = 3, - SByte = 4, - Byte = 5, - Int16 = 6, - UInt16 = 7, - Int32 = 8, - UInt32 = 9, - Int64 = 10, - UInt64 = 11, - Single = 12, - Double = 13, - String = 14, - TypedReference = 22, - IntPtr = 24, - UIntPtr = 25, - Object = 28, - } - public struct PropertyAccessors - { - public System.Reflection.Metadata.MethodDefinitionHandle Getter { get => throw null; } - public System.Collections.Immutable.ImmutableArray Others { get => throw null; } - public System.Reflection.Metadata.MethodDefinitionHandle Setter { get => throw null; } - } - public struct PropertyDefinition - { - public System.Reflection.PropertyAttributes Attributes { get => throw null; } - public System.Reflection.Metadata.MethodSignature DecodeSignature(System.Reflection.Metadata.ISignatureTypeProvider provider, TGenericContext genericContext) => throw null; - public System.Reflection.Metadata.PropertyAccessors GetAccessors() => throw null; - public System.Reflection.Metadata.CustomAttributeHandleCollection GetCustomAttributes() => throw null; - public System.Reflection.Metadata.ConstantHandle GetDefaultValue() => throw null; - public System.Reflection.Metadata.StringHandle Name { get => throw null; } - public System.Reflection.Metadata.BlobHandle Signature { get => throw null; } - } - public struct PropertyDefinitionHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.PropertyDefinitionHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.PropertyDefinitionHandle left, System.Reflection.Metadata.PropertyDefinitionHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.PropertyDefinitionHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.PropertyDefinitionHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.PropertyDefinitionHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.PropertyDefinitionHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.PropertyDefinitionHandle left, System.Reflection.Metadata.PropertyDefinitionHandle right) => throw null; - } - public struct PropertyDefinitionHandleCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - public int Count { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.PropertyDefinitionHandle Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Reflection.Metadata.PropertyDefinitionHandleCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public struct ReservedBlob where THandle : struct - { - public System.Reflection.Metadata.Blob Content { get => throw null; } - public System.Reflection.Metadata.BlobWriter CreateWriter() => throw null; - public THandle Handle { get => throw null; } - } - public struct SequencePoint : System.IEquatable - { - public System.Reflection.Metadata.DocumentHandle Document { get => throw null; } - public int EndColumn { get => throw null; } - public int EndLine { get => throw null; } - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.SequencePoint other) => throw null; - public override int GetHashCode() => throw null; - public const int HiddenLine = 16707566; - public bool IsHidden { get => throw null; } - public int Offset { get => throw null; } - public int StartColumn { get => throw null; } - public int StartLine { get => throw null; } - } - public struct SequencePointCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.SequencePoint Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - public void Reset() => throw null; - } - public System.Reflection.Metadata.SequencePointCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public enum SerializationTypeCode : byte - { - Invalid = 0, - Boolean = 2, - Char = 3, - SByte = 4, - Byte = 5, - Int16 = 6, - UInt16 = 7, - Int32 = 8, - UInt32 = 9, - Int64 = 10, - UInt64 = 11, - Single = 12, - Double = 13, - String = 14, - SZArray = 29, - Type = 80, - TaggedObject = 81, - Enum = 85, - } - [System.Flags] - public enum SignatureAttributes : byte - { - None = 0, - Generic = 16, - Instance = 32, - ExplicitThis = 64, - } - public enum SignatureCallingConvention : byte - { - Default = 0, - CDecl = 1, - StdCall = 2, - ThisCall = 3, - FastCall = 4, - VarArgs = 5, - Unmanaged = 9, - } - public struct SignatureHeader : System.IEquatable - { - public System.Reflection.Metadata.SignatureAttributes Attributes { get => throw null; } - public System.Reflection.Metadata.SignatureCallingConvention CallingConvention { get => throw null; } - public const byte CallingConventionOrKindMask = 15; - public SignatureHeader(byte rawValue) => throw null; - public SignatureHeader(System.Reflection.Metadata.SignatureKind kind, System.Reflection.Metadata.SignatureCallingConvention convention, System.Reflection.Metadata.SignatureAttributes attributes) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.SignatureHeader other) => throw null; - public override int GetHashCode() => throw null; - public bool HasExplicitThis { get => throw null; } - public bool IsGeneric { get => throw null; } - public bool IsInstance { get => throw null; } - public System.Reflection.Metadata.SignatureKind Kind { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.SignatureHeader left, System.Reflection.Metadata.SignatureHeader right) => throw null; - public static bool operator !=(System.Reflection.Metadata.SignatureHeader left, System.Reflection.Metadata.SignatureHeader right) => throw null; - public byte RawValue { get => throw null; } - public override string ToString() => throw null; - } - public enum SignatureKind : byte - { - Method = 0, - Field = 6, - LocalVariables = 7, - Property = 8, - MethodSpecification = 10, - } - public enum SignatureTypeCode : byte - { - Invalid = 0, - Void = 1, - Boolean = 2, - Char = 3, - SByte = 4, - Byte = 5, - Int16 = 6, - UInt16 = 7, - Int32 = 8, - UInt32 = 9, - Int64 = 10, - UInt64 = 11, - Single = 12, - Double = 13, - String = 14, - Pointer = 15, - ByReference = 16, - GenericTypeParameter = 19, - Array = 20, - GenericTypeInstance = 21, - TypedReference = 22, - IntPtr = 24, - UIntPtr = 25, - FunctionPointer = 27, - Object = 28, - SZArray = 29, - GenericMethodParameter = 30, - RequiredModifier = 31, - OptionalModifier = 32, - TypeHandle = 64, - Sentinel = 65, - Pinned = 69, - } - public enum SignatureTypeKind : byte - { - Unknown = 0, - ValueType = 17, - Class = 18, - } - public struct StandaloneSignature - { - public System.Collections.Immutable.ImmutableArray DecodeLocalSignature(System.Reflection.Metadata.ISignatureTypeProvider provider, TGenericContext genericContext) => throw null; - public System.Reflection.Metadata.MethodSignature DecodeMethodSignature(System.Reflection.Metadata.ISignatureTypeProvider provider, TGenericContext genericContext) => throw null; - public System.Reflection.Metadata.CustomAttributeHandleCollection GetCustomAttributes() => throw null; - public System.Reflection.Metadata.StandaloneSignatureKind GetKind() => throw null; - public System.Reflection.Metadata.BlobHandle Signature { get => throw null; } - } - public struct StandaloneSignatureHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.StandaloneSignatureHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.StandaloneSignatureHandle left, System.Reflection.Metadata.StandaloneSignatureHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.StandaloneSignatureHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.StandaloneSignatureHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.StandaloneSignatureHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.StandaloneSignatureHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.StandaloneSignatureHandle left, System.Reflection.Metadata.StandaloneSignatureHandle right) => throw null; - } - public enum StandaloneSignatureKind - { - Method = 0, - LocalVariables = 1, - } - public struct StringHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.StringHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.StringHandle left, System.Reflection.Metadata.StringHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.StringHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.StringHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.StringHandle left, System.Reflection.Metadata.StringHandle right) => throw null; - } - public struct TypeDefinition - { - public System.Reflection.TypeAttributes Attributes { get => throw null; } - public System.Reflection.Metadata.EntityHandle BaseType { get => throw null; } - public System.Reflection.Metadata.CustomAttributeHandleCollection GetCustomAttributes() => throw null; - public System.Reflection.Metadata.DeclarativeSecurityAttributeHandleCollection GetDeclarativeSecurityAttributes() => throw null; - public System.Reflection.Metadata.TypeDefinitionHandle GetDeclaringType() => throw null; - public System.Reflection.Metadata.EventDefinitionHandleCollection GetEvents() => throw null; - public System.Reflection.Metadata.FieldDefinitionHandleCollection GetFields() => throw null; - public System.Reflection.Metadata.GenericParameterHandleCollection GetGenericParameters() => throw null; - public System.Reflection.Metadata.InterfaceImplementationHandleCollection GetInterfaceImplementations() => throw null; - public System.Reflection.Metadata.TypeLayout GetLayout() => throw null; - public System.Reflection.Metadata.MethodImplementationHandleCollection GetMethodImplementations() => throw null; - public System.Reflection.Metadata.MethodDefinitionHandleCollection GetMethods() => throw null; - public System.Collections.Immutable.ImmutableArray GetNestedTypes() => throw null; - public System.Reflection.Metadata.PropertyDefinitionHandleCollection GetProperties() => throw null; - public bool IsNested { get => throw null; } - public System.Reflection.Metadata.StringHandle Name { get => throw null; } - public System.Reflection.Metadata.StringHandle Namespace { get => throw null; } - public System.Reflection.Metadata.NamespaceDefinitionHandle NamespaceDefinition { get => throw null; } - } - public struct TypeDefinitionHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.TypeDefinitionHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.TypeDefinitionHandle left, System.Reflection.Metadata.TypeDefinitionHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.TypeDefinitionHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.TypeDefinitionHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.TypeDefinitionHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.TypeDefinitionHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.TypeDefinitionHandle left, System.Reflection.Metadata.TypeDefinitionHandle right) => throw null; - } - public struct TypeDefinitionHandleCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - public int Count { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.TypeDefinitionHandle Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Reflection.Metadata.TypeDefinitionHandleCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public struct TypeLayout - { - public TypeLayout(int size, int packingSize) => throw null; - public bool IsDefault { get => throw null; } - public int PackingSize { get => throw null; } - public int Size { get => throw null; } - } - public struct TypeReference - { - public System.Reflection.Metadata.StringHandle Name { get => throw null; } - public System.Reflection.Metadata.StringHandle Namespace { get => throw null; } - public System.Reflection.Metadata.EntityHandle ResolutionScope { get => throw null; } - } - public struct TypeReferenceHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.TypeReferenceHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.TypeReferenceHandle left, System.Reflection.Metadata.TypeReferenceHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.TypeReferenceHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.TypeReferenceHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.TypeReferenceHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.TypeReferenceHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.TypeReferenceHandle left, System.Reflection.Metadata.TypeReferenceHandle right) => throw null; - } - public struct TypeReferenceHandleCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - public int Count { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Reflection.Metadata.TypeReferenceHandle Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public System.Reflection.Metadata.TypeReferenceHandleCollection.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - } - public struct TypeSpecification - { - public TType DecodeSignature(System.Reflection.Metadata.ISignatureTypeProvider provider, TGenericContext genericContext) => throw null; - public System.Reflection.Metadata.CustomAttributeHandleCollection GetCustomAttributes() => throw null; - public System.Reflection.Metadata.BlobHandle Signature { get => throw null; } - } - public struct TypeSpecificationHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.TypeSpecificationHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.TypeSpecificationHandle left, System.Reflection.Metadata.TypeSpecificationHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.TypeSpecificationHandle(System.Reflection.Metadata.EntityHandle handle) => throw null; - public static explicit operator System.Reflection.Metadata.TypeSpecificationHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.TypeSpecificationHandle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.TypeSpecificationHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.TypeSpecificationHandle left, System.Reflection.Metadata.TypeSpecificationHandle right) => throw null; - } - public struct UserStringHandle : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Metadata.UserStringHandle other) => throw null; - public override int GetHashCode() => throw null; - public bool IsNil { get => throw null; } - public static bool operator ==(System.Reflection.Metadata.UserStringHandle left, System.Reflection.Metadata.UserStringHandle right) => throw null; - public static explicit operator System.Reflection.Metadata.UserStringHandle(System.Reflection.Metadata.Handle handle) => throw null; - public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.UserStringHandle handle) => throw null; - public static bool operator !=(System.Reflection.Metadata.UserStringHandle left, System.Reflection.Metadata.UserStringHandle right) => throw null; - } - } - [System.Flags] - public enum MethodImportAttributes : short - { - None = 0, - ExactSpelling = 1, - CharSetAnsi = 2, - CharSetUnicode = 4, - CharSetAuto = 6, - CharSetMask = 6, - BestFitMappingEnable = 16, - BestFitMappingDisable = 32, - BestFitMappingMask = 48, - SetLastError = 64, - CallingConventionWinApi = 256, - CallingConventionCDecl = 512, - CallingConventionStdCall = 768, - CallingConventionThisCall = 1024, - CallingConventionFastCall = 1280, - CallingConventionMask = 1792, - ThrowOnUnmappableCharEnable = 4096, - ThrowOnUnmappableCharDisable = 8192, - ThrowOnUnmappableCharMask = 12288, - } - [System.Flags] - public enum MethodSemanticsAttributes - { - Setter = 1, - Getter = 2, - Other = 4, - Adder = 8, - Remover = 16, - Raiser = 32, - } - namespace PortableExecutable - { - [System.Flags] - public enum Characteristics : ushort - { - RelocsStripped = 1, - ExecutableImage = 2, - LineNumsStripped = 4, - LocalSymsStripped = 8, - AggressiveWSTrim = 16, - LargeAddressAware = 32, - BytesReversedLo = 128, - Bit32Machine = 256, - DebugStripped = 512, - RemovableRunFromSwap = 1024, - NetRunFromSwap = 2048, - System = 4096, - Dll = 8192, - UpSystemOnly = 16384, - BytesReversedHi = 32768, - } - public struct CodeViewDebugDirectoryData - { - public int Age { get => throw null; } - public System.Guid Guid { get => throw null; } - public string Path { get => throw null; } - } - public sealed class CoffHeader - { - public System.Reflection.PortableExecutable.Characteristics Characteristics { get => throw null; } - public System.Reflection.PortableExecutable.Machine Machine { get => throw null; } - public short NumberOfSections { get => throw null; } - public int NumberOfSymbols { get => throw null; } - public int PointerToSymbolTable { get => throw null; } - public short SizeOfOptionalHeader { get => throw null; } - public int TimeDateStamp { get => throw null; } - } - [System.Flags] - public enum CorFlags - { - ILOnly = 1, - Requires32Bit = 2, - ILLibrary = 4, - StrongNameSigned = 8, - NativeEntryPoint = 16, - TrackDebugData = 65536, - Prefers32Bit = 131072, - } - public sealed class CorHeader - { - public System.Reflection.PortableExecutable.DirectoryEntry CodeManagerTableDirectory { get => throw null; } - public int EntryPointTokenOrRelativeVirtualAddress { get => throw null; } - public System.Reflection.PortableExecutable.DirectoryEntry ExportAddressTableJumpsDirectory { get => throw null; } - public System.Reflection.PortableExecutable.CorFlags Flags { get => throw null; } - public ushort MajorRuntimeVersion { get => throw null; } - public System.Reflection.PortableExecutable.DirectoryEntry ManagedNativeHeaderDirectory { get => throw null; } - public System.Reflection.PortableExecutable.DirectoryEntry MetadataDirectory { get => throw null; } - public ushort MinorRuntimeVersion { get => throw null; } - public System.Reflection.PortableExecutable.DirectoryEntry ResourcesDirectory { get => throw null; } - public System.Reflection.PortableExecutable.DirectoryEntry StrongNameSignatureDirectory { get => throw null; } - public System.Reflection.PortableExecutable.DirectoryEntry VtableFixupsDirectory { get => throw null; } - } - public sealed class DebugDirectoryBuilder - { - public void AddCodeViewEntry(string pdbPath, System.Reflection.Metadata.BlobContentId pdbContentId, ushort portablePdbVersion) => throw null; - public void AddCodeViewEntry(string pdbPath, System.Reflection.Metadata.BlobContentId pdbContentId, ushort portablePdbVersion, int age) => throw null; - public void AddEmbeddedPortablePdbEntry(System.Reflection.Metadata.BlobBuilder debugMetadata, ushort portablePdbVersion) => throw null; - public void AddEntry(System.Reflection.PortableExecutable.DebugDirectoryEntryType type, uint version, uint stamp) => throw null; - public void AddEntry(System.Reflection.PortableExecutable.DebugDirectoryEntryType type, uint version, uint stamp, TData data, System.Action dataSerializer) => throw null; - public void AddPdbChecksumEntry(string algorithmName, System.Collections.Immutable.ImmutableArray checksum) => throw null; - public void AddReproducibleEntry() => throw null; - public DebugDirectoryBuilder() => throw null; - } - public struct DebugDirectoryEntry - { - public DebugDirectoryEntry(uint stamp, ushort majorVersion, ushort minorVersion, System.Reflection.PortableExecutable.DebugDirectoryEntryType type, int dataSize, int dataRelativeVirtualAddress, int dataPointer) => throw null; - public int DataPointer { get => throw null; } - public int DataRelativeVirtualAddress { get => throw null; } - public int DataSize { get => throw null; } - public bool IsPortableCodeView { get => throw null; } - public ushort MajorVersion { get => throw null; } - public ushort MinorVersion { get => throw null; } - public uint Stamp { get => throw null; } - public System.Reflection.PortableExecutable.DebugDirectoryEntryType Type { get => throw null; } - } - public enum DebugDirectoryEntryType - { - Unknown = 0, - Coff = 1, - CodeView = 2, - Reproducible = 16, - EmbeddedPortablePdb = 17, - PdbChecksum = 19, - } - public struct DirectoryEntry - { - public DirectoryEntry(int relativeVirtualAddress, int size) => throw null; - public readonly int RelativeVirtualAddress; - public readonly int Size; - } - [System.Flags] - public enum DllCharacteristics : ushort - { - ProcessInit = 1, - ProcessTerm = 2, - ThreadInit = 4, - ThreadTerm = 8, - HighEntropyVirtualAddressSpace = 32, - DynamicBase = 64, - ForceIntegrity = 128, - NxCompatible = 256, - NoIsolation = 512, - NoSeh = 1024, - NoBind = 2048, - AppContainer = 4096, - WdmDriver = 8192, - ControlFlowGuard = 16384, - TerminalServerAware = 32768, - } - public enum Machine : ushort - { - Unknown = 0, - I386 = 332, - WceMipsV2 = 361, - Alpha = 388, - SH3 = 418, - SH3Dsp = 419, - SH3E = 420, - SH4 = 422, - SH5 = 424, - Arm = 448, - Thumb = 450, - ArmThumb2 = 452, - AM33 = 467, - PowerPC = 496, - PowerPCFP = 497, - IA64 = 512, - MIPS16 = 614, - Alpha64 = 644, - MipsFpu = 870, - MipsFpu16 = 1126, - Tricore = 1312, - Ebc = 3772, - Amd64 = 34404, - M32R = 36929, - Arm64 = 43620, - LoongArch32 = 25138, - LoongArch64 = 25188, - } - public class ManagedPEBuilder : System.Reflection.PortableExecutable.PEBuilder - { - protected override System.Collections.Immutable.ImmutableArray CreateSections() => throw null; - public ManagedPEBuilder(System.Reflection.PortableExecutable.PEHeaderBuilder header, System.Reflection.Metadata.Ecma335.MetadataRootBuilder metadataRootBuilder, System.Reflection.Metadata.BlobBuilder ilStream, System.Reflection.Metadata.BlobBuilder mappedFieldData = default(System.Reflection.Metadata.BlobBuilder), System.Reflection.Metadata.BlobBuilder managedResources = default(System.Reflection.Metadata.BlobBuilder), System.Reflection.PortableExecutable.ResourceSectionBuilder nativeResources = default(System.Reflection.PortableExecutable.ResourceSectionBuilder), System.Reflection.PortableExecutable.DebugDirectoryBuilder debugDirectoryBuilder = default(System.Reflection.PortableExecutable.DebugDirectoryBuilder), int strongNameSignatureSize = default(int), System.Reflection.Metadata.MethodDefinitionHandle entryPoint = default(System.Reflection.Metadata.MethodDefinitionHandle), System.Reflection.PortableExecutable.CorFlags flags = default(System.Reflection.PortableExecutable.CorFlags), System.Func, System.Reflection.Metadata.BlobContentId> deterministicIdProvider = default(System.Func, System.Reflection.Metadata.BlobContentId>)) : base(default(System.Reflection.PortableExecutable.PEHeaderBuilder), default(System.Func, System.Reflection.Metadata.BlobContentId>)) => throw null; - protected override System.Reflection.PortableExecutable.PEDirectoriesBuilder GetDirectories() => throw null; - public const int ManagedResourcesDataAlignment = 8; - public const int MappedFieldDataAlignment = 8; - protected override System.Reflection.Metadata.BlobBuilder SerializeSection(string name, System.Reflection.PortableExecutable.SectionLocation location) => throw null; - public void Sign(System.Reflection.Metadata.BlobBuilder peImage, System.Func, byte[]> signatureProvider) => throw null; - } - public struct PdbChecksumDebugDirectoryData - { - public string AlgorithmName { get => throw null; } - public System.Collections.Immutable.ImmutableArray Checksum { get => throw null; } - } - public abstract class PEBuilder - { - protected abstract System.Collections.Immutable.ImmutableArray CreateSections(); - protected PEBuilder(System.Reflection.PortableExecutable.PEHeaderBuilder header, System.Func, System.Reflection.Metadata.BlobContentId> deterministicIdProvider) => throw null; - protected abstract System.Reflection.PortableExecutable.PEDirectoriesBuilder GetDirectories(); - protected System.Collections.Immutable.ImmutableArray GetSections() => throw null; - public System.Reflection.PortableExecutable.PEHeaderBuilder Header { get => throw null; } - public System.Func, System.Reflection.Metadata.BlobContentId> IdProvider { get => throw null; } - public bool IsDeterministic { get => throw null; } - protected struct Section - { - public readonly System.Reflection.PortableExecutable.SectionCharacteristics Characteristics; - public Section(string name, System.Reflection.PortableExecutable.SectionCharacteristics characteristics) => throw null; - public readonly string Name; - } - public System.Reflection.Metadata.BlobContentId Serialize(System.Reflection.Metadata.BlobBuilder builder) => throw null; - protected abstract System.Reflection.Metadata.BlobBuilder SerializeSection(string name, System.Reflection.PortableExecutable.SectionLocation location); - } - public sealed class PEDirectoriesBuilder - { - public int AddressOfEntryPoint { get => throw null; set { } } - public System.Reflection.PortableExecutable.DirectoryEntry BaseRelocationTable { get => throw null; set { } } - public System.Reflection.PortableExecutable.DirectoryEntry BoundImportTable { get => throw null; set { } } - public System.Reflection.PortableExecutable.DirectoryEntry CopyrightTable { get => throw null; set { } } - public System.Reflection.PortableExecutable.DirectoryEntry CorHeaderTable { get => throw null; set { } } - public PEDirectoriesBuilder() => throw null; - public System.Reflection.PortableExecutable.DirectoryEntry DebugTable { get => throw null; set { } } - public System.Reflection.PortableExecutable.DirectoryEntry DelayImportTable { get => throw null; set { } } - public System.Reflection.PortableExecutable.DirectoryEntry ExceptionTable { get => throw null; set { } } - public System.Reflection.PortableExecutable.DirectoryEntry ExportTable { get => throw null; set { } } - public System.Reflection.PortableExecutable.DirectoryEntry GlobalPointerTable { get => throw null; set { } } - public System.Reflection.PortableExecutable.DirectoryEntry ImportAddressTable { get => throw null; set { } } - public System.Reflection.PortableExecutable.DirectoryEntry ImportTable { get => throw null; set { } } - public System.Reflection.PortableExecutable.DirectoryEntry LoadConfigTable { get => throw null; set { } } - public System.Reflection.PortableExecutable.DirectoryEntry ResourceTable { get => throw null; set { } } - public System.Reflection.PortableExecutable.DirectoryEntry ThreadLocalStorageTable { get => throw null; set { } } - } - public sealed class PEHeader - { - public int AddressOfEntryPoint { get => throw null; } - public int BaseOfCode { get => throw null; } - public int BaseOfData { get => throw null; } - public System.Reflection.PortableExecutable.DirectoryEntry BaseRelocationTableDirectory { get => throw null; } - public System.Reflection.PortableExecutable.DirectoryEntry BoundImportTableDirectory { get => throw null; } - public System.Reflection.PortableExecutable.DirectoryEntry CertificateTableDirectory { get => throw null; } - public uint CheckSum { get => throw null; } - public System.Reflection.PortableExecutable.DirectoryEntry CopyrightTableDirectory { get => throw null; } - public System.Reflection.PortableExecutable.DirectoryEntry CorHeaderTableDirectory { get => throw null; } - public System.Reflection.PortableExecutable.DirectoryEntry DebugTableDirectory { get => throw null; } - public System.Reflection.PortableExecutable.DirectoryEntry DelayImportTableDirectory { get => throw null; } - public System.Reflection.PortableExecutable.DllCharacteristics DllCharacteristics { get => throw null; } - public System.Reflection.PortableExecutable.DirectoryEntry ExceptionTableDirectory { get => throw null; } - public System.Reflection.PortableExecutable.DirectoryEntry ExportTableDirectory { get => throw null; } - public int FileAlignment { get => throw null; } - public System.Reflection.PortableExecutable.DirectoryEntry GlobalPointerTableDirectory { get => throw null; } - public ulong ImageBase { get => throw null; } - public System.Reflection.PortableExecutable.DirectoryEntry ImportAddressTableDirectory { get => throw null; } - public System.Reflection.PortableExecutable.DirectoryEntry ImportTableDirectory { get => throw null; } - public System.Reflection.PortableExecutable.DirectoryEntry LoadConfigTableDirectory { get => throw null; } - public System.Reflection.PortableExecutable.PEMagic Magic { get => throw null; } - public ushort MajorImageVersion { get => throw null; } - public byte MajorLinkerVersion { get => throw null; } - public ushort MajorOperatingSystemVersion { get => throw null; } - public ushort MajorSubsystemVersion { get => throw null; } - public ushort MinorImageVersion { get => throw null; } - public byte MinorLinkerVersion { get => throw null; } - public ushort MinorOperatingSystemVersion { get => throw null; } - public ushort MinorSubsystemVersion { get => throw null; } - public int NumberOfRvaAndSizes { get => throw null; } - public System.Reflection.PortableExecutable.DirectoryEntry ResourceTableDirectory { get => throw null; } - public int SectionAlignment { get => throw null; } - public int SizeOfCode { get => throw null; } - public int SizeOfHeaders { get => throw null; } - public ulong SizeOfHeapCommit { get => throw null; } - public ulong SizeOfHeapReserve { get => throw null; } - public int SizeOfImage { get => throw null; } - public int SizeOfInitializedData { get => throw null; } - public ulong SizeOfStackCommit { get => throw null; } - public ulong SizeOfStackReserve { get => throw null; } - public int SizeOfUninitializedData { get => throw null; } - public System.Reflection.PortableExecutable.Subsystem Subsystem { get => throw null; } - public System.Reflection.PortableExecutable.DirectoryEntry ThreadLocalStorageTableDirectory { get => throw null; } - } - public sealed class PEHeaderBuilder - { - public static System.Reflection.PortableExecutable.PEHeaderBuilder CreateExecutableHeader() => throw null; - public static System.Reflection.PortableExecutable.PEHeaderBuilder CreateLibraryHeader() => throw null; - public PEHeaderBuilder(System.Reflection.PortableExecutable.Machine machine = default(System.Reflection.PortableExecutable.Machine), int sectionAlignment = default(int), int fileAlignment = default(int), ulong imageBase = default(ulong), byte majorLinkerVersion = default(byte), byte minorLinkerVersion = default(byte), ushort majorOperatingSystemVersion = default(ushort), ushort minorOperatingSystemVersion = default(ushort), ushort majorImageVersion = default(ushort), ushort minorImageVersion = default(ushort), ushort majorSubsystemVersion = default(ushort), ushort minorSubsystemVersion = default(ushort), System.Reflection.PortableExecutable.Subsystem subsystem = default(System.Reflection.PortableExecutable.Subsystem), System.Reflection.PortableExecutable.DllCharacteristics dllCharacteristics = default(System.Reflection.PortableExecutable.DllCharacteristics), System.Reflection.PortableExecutable.Characteristics imageCharacteristics = default(System.Reflection.PortableExecutable.Characteristics), ulong sizeOfStackReserve = default(ulong), ulong sizeOfStackCommit = default(ulong), ulong sizeOfHeapReserve = default(ulong), ulong sizeOfHeapCommit = default(ulong)) => throw null; - public System.Reflection.PortableExecutable.DllCharacteristics DllCharacteristics { get => throw null; } - public int FileAlignment { get => throw null; } - public ulong ImageBase { get => throw null; } - public System.Reflection.PortableExecutable.Characteristics ImageCharacteristics { get => throw null; } - public System.Reflection.PortableExecutable.Machine Machine { get => throw null; } - public ushort MajorImageVersion { get => throw null; } - public byte MajorLinkerVersion { get => throw null; } - public ushort MajorOperatingSystemVersion { get => throw null; } - public ushort MajorSubsystemVersion { get => throw null; } - public ushort MinorImageVersion { get => throw null; } - public byte MinorLinkerVersion { get => throw null; } - public ushort MinorOperatingSystemVersion { get => throw null; } - public ushort MinorSubsystemVersion { get => throw null; } - public int SectionAlignment { get => throw null; } - public ulong SizeOfHeapCommit { get => throw null; } - public ulong SizeOfHeapReserve { get => throw null; } - public ulong SizeOfStackCommit { get => throw null; } - public ulong SizeOfStackReserve { get => throw null; } - public System.Reflection.PortableExecutable.Subsystem Subsystem { get => throw null; } - } - public sealed class PEHeaders - { - public System.Reflection.PortableExecutable.CoffHeader CoffHeader { get => throw null; } - public int CoffHeaderStartOffset { get => throw null; } - public System.Reflection.PortableExecutable.CorHeader CorHeader { get => throw null; } - public int CorHeaderStartOffset { get => throw null; } - public PEHeaders(System.IO.Stream peStream) => throw null; - public PEHeaders(System.IO.Stream peStream, int size) => throw null; - public PEHeaders(System.IO.Stream peStream, int size, bool isLoadedImage) => throw null; - public int GetContainingSectionIndex(int relativeVirtualAddress) => throw null; - public bool IsCoffOnly { get => throw null; } - public bool IsConsoleApplication { get => throw null; } - public bool IsDll { get => throw null; } - public bool IsExe { get => throw null; } - public int MetadataSize { get => throw null; } - public int MetadataStartOffset { get => throw null; } - public System.Reflection.PortableExecutable.PEHeader PEHeader { get => throw null; } - public int PEHeaderStartOffset { get => throw null; } - public System.Collections.Immutable.ImmutableArray SectionHeaders { get => throw null; } - public bool TryGetDirectoryOffset(System.Reflection.PortableExecutable.DirectoryEntry directory, out int offset) => throw null; - } - public enum PEMagic : ushort - { - PE32 = 267, - PE32Plus = 523, - } - public struct PEMemoryBlock - { - public System.Collections.Immutable.ImmutableArray GetContent() => throw null; - public System.Collections.Immutable.ImmutableArray GetContent(int start, int length) => throw null; - public System.Reflection.Metadata.BlobReader GetReader() => throw null; - public System.Reflection.Metadata.BlobReader GetReader(int start, int length) => throw null; - public int Length { get => throw null; } - public unsafe byte* Pointer { get => throw null; } - } - public sealed class PEReader : System.IDisposable - { - public unsafe PEReader(byte* peImage, int size) => throw null; - public unsafe PEReader(byte* peImage, int size, bool isLoadedImage) => throw null; - public PEReader(System.Collections.Immutable.ImmutableArray peImage) => throw null; - public PEReader(System.IO.Stream peStream) => throw null; - public PEReader(System.IO.Stream peStream, System.Reflection.PortableExecutable.PEStreamOptions options) => throw null; - public PEReader(System.IO.Stream peStream, System.Reflection.PortableExecutable.PEStreamOptions options, int size) => throw null; - public void Dispose() => throw null; - public System.Reflection.PortableExecutable.PEMemoryBlock GetEntireImage() => throw null; - public System.Reflection.PortableExecutable.PEMemoryBlock GetMetadata() => throw null; - public System.Reflection.PortableExecutable.PEMemoryBlock GetSectionData(int relativeVirtualAddress) => throw null; - public System.Reflection.PortableExecutable.PEMemoryBlock GetSectionData(string sectionName) => throw null; - public bool HasMetadata { get => throw null; } - public bool IsEntireImageAvailable { get => throw null; } - public bool IsLoadedImage { get => throw null; } - public System.Reflection.PortableExecutable.PEHeaders PEHeaders { get => throw null; } - public System.Reflection.PortableExecutable.CodeViewDebugDirectoryData ReadCodeViewDebugDirectoryData(System.Reflection.PortableExecutable.DebugDirectoryEntry entry) => throw null; - public System.Collections.Immutable.ImmutableArray ReadDebugDirectory() => throw null; - public System.Reflection.Metadata.MetadataReaderProvider ReadEmbeddedPortablePdbDebugDirectoryData(System.Reflection.PortableExecutable.DebugDirectoryEntry entry) => throw null; - public System.Reflection.PortableExecutable.PdbChecksumDebugDirectoryData ReadPdbChecksumDebugDirectoryData(System.Reflection.PortableExecutable.DebugDirectoryEntry entry) => throw null; - public bool TryOpenAssociatedPortablePdb(string peImagePath, System.Func pdbFileStreamProvider, out System.Reflection.Metadata.MetadataReaderProvider pdbReaderProvider, out string pdbPath) => throw null; - } - [System.Flags] - public enum PEStreamOptions - { - Default = 0, - LeaveOpen = 1, - PrefetchMetadata = 2, - PrefetchEntireImage = 4, - IsLoadedImage = 8, - } - public abstract class ResourceSectionBuilder - { - protected ResourceSectionBuilder() => throw null; - protected abstract void Serialize(System.Reflection.Metadata.BlobBuilder builder, System.Reflection.PortableExecutable.SectionLocation location); - } - [System.Flags] - public enum SectionCharacteristics : uint - { - TypeReg = 0, - TypeDSect = 1, - TypeNoLoad = 2, - TypeGroup = 4, - TypeNoPad = 8, - TypeCopy = 16, - ContainsCode = 32, - ContainsInitializedData = 64, - ContainsUninitializedData = 128, - LinkerOther = 256, - LinkerInfo = 512, - TypeOver = 1024, - LinkerRemove = 2048, - LinkerComdat = 4096, - MemProtected = 16384, - NoDeferSpecExc = 16384, - GPRel = 32768, - MemFardata = 32768, - MemSysheap = 65536, - Mem16Bit = 131072, - MemPurgeable = 131072, - MemLocked = 262144, - MemPreload = 524288, - Align1Bytes = 1048576, - Align2Bytes = 2097152, - Align4Bytes = 3145728, - Align8Bytes = 4194304, - Align16Bytes = 5242880, - Align32Bytes = 6291456, - Align64Bytes = 7340032, - Align128Bytes = 8388608, - Align256Bytes = 9437184, - Align512Bytes = 10485760, - Align1024Bytes = 11534336, - Align2048Bytes = 12582912, - Align4096Bytes = 13631488, - Align8192Bytes = 14680064, - AlignMask = 15728640, - LinkerNRelocOvfl = 16777216, - MemDiscardable = 33554432, - MemNotCached = 67108864, - MemNotPaged = 134217728, - MemShared = 268435456, - MemExecute = 536870912, - MemRead = 1073741824, - MemWrite = 2147483648, - } - public struct SectionHeader - { - public string Name { get => throw null; } - public ushort NumberOfLineNumbers { get => throw null; } - public ushort NumberOfRelocations { get => throw null; } - public int PointerToLineNumbers { get => throw null; } - public int PointerToRawData { get => throw null; } - public int PointerToRelocations { get => throw null; } - public System.Reflection.PortableExecutable.SectionCharacteristics SectionCharacteristics { get => throw null; } - public int SizeOfRawData { get => throw null; } - public int VirtualAddress { get => throw null; } - public int VirtualSize { get => throw null; } - } - public struct SectionLocation - { - public SectionLocation(int relativeVirtualAddress, int pointerToRawData) => throw null; - public int PointerToRawData { get => throw null; } - public int RelativeVirtualAddress { get => throw null; } - } - public enum Subsystem : ushort - { - Unknown = 0, - Native = 1, - WindowsGui = 2, - WindowsCui = 3, - OS2Cui = 5, - PosixCui = 7, - NativeWindows = 8, - WindowsCEGui = 9, - EfiApplication = 10, - EfiBootServiceDriver = 11, - EfiRuntimeDriver = 12, - EfiRom = 13, - Xbox = 14, - WindowsBootApplication = 16, - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Primitives.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Primitives.cs deleted file mode 100644 index 67c1e745..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Primitives.cs +++ /dev/null @@ -1,344 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Reflection.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Reflection - { - namespace Emit - { - public enum FlowControl - { - Branch = 0, - Break = 1, - Call = 2, - Cond_Branch = 3, - Meta = 4, - Next = 5, - Phi = 6, - Return = 7, - Throw = 8, - } - public struct OpCode : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.Emit.OpCode obj) => throw null; - public System.Reflection.Emit.FlowControl FlowControl { get => throw null; } - public override int GetHashCode() => throw null; - public string Name { get => throw null; } - public static bool operator ==(System.Reflection.Emit.OpCode a, System.Reflection.Emit.OpCode b) => throw null; - public static bool operator !=(System.Reflection.Emit.OpCode a, System.Reflection.Emit.OpCode b) => throw null; - public System.Reflection.Emit.OpCodeType OpCodeType { get => throw null; } - public System.Reflection.Emit.OperandType OperandType { get => throw null; } - public int Size { get => throw null; } - public System.Reflection.Emit.StackBehaviour StackBehaviourPop { get => throw null; } - public System.Reflection.Emit.StackBehaviour StackBehaviourPush { get => throw null; } - public override string ToString() => throw null; - public short Value { get => throw null; } - } - public class OpCodes - { - public static readonly System.Reflection.Emit.OpCode Add; - public static readonly System.Reflection.Emit.OpCode Add_Ovf; - public static readonly System.Reflection.Emit.OpCode Add_Ovf_Un; - public static readonly System.Reflection.Emit.OpCode And; - public static readonly System.Reflection.Emit.OpCode Arglist; - public static readonly System.Reflection.Emit.OpCode Beq; - public static readonly System.Reflection.Emit.OpCode Beq_S; - public static readonly System.Reflection.Emit.OpCode Bge; - public static readonly System.Reflection.Emit.OpCode Bge_S; - public static readonly System.Reflection.Emit.OpCode Bge_Un; - public static readonly System.Reflection.Emit.OpCode Bge_Un_S; - public static readonly System.Reflection.Emit.OpCode Bgt; - public static readonly System.Reflection.Emit.OpCode Bgt_S; - public static readonly System.Reflection.Emit.OpCode Bgt_Un; - public static readonly System.Reflection.Emit.OpCode Bgt_Un_S; - public static readonly System.Reflection.Emit.OpCode Ble; - public static readonly System.Reflection.Emit.OpCode Ble_S; - public static readonly System.Reflection.Emit.OpCode Ble_Un; - public static readonly System.Reflection.Emit.OpCode Ble_Un_S; - public static readonly System.Reflection.Emit.OpCode Blt; - public static readonly System.Reflection.Emit.OpCode Blt_S; - public static readonly System.Reflection.Emit.OpCode Blt_Un; - public static readonly System.Reflection.Emit.OpCode Blt_Un_S; - public static readonly System.Reflection.Emit.OpCode Bne_Un; - public static readonly System.Reflection.Emit.OpCode Bne_Un_S; - public static readonly System.Reflection.Emit.OpCode Box; - public static readonly System.Reflection.Emit.OpCode Br; - public static readonly System.Reflection.Emit.OpCode Br_S; - public static readonly System.Reflection.Emit.OpCode Break; - public static readonly System.Reflection.Emit.OpCode Brfalse; - public static readonly System.Reflection.Emit.OpCode Brfalse_S; - public static readonly System.Reflection.Emit.OpCode Brtrue; - public static readonly System.Reflection.Emit.OpCode Brtrue_S; - public static readonly System.Reflection.Emit.OpCode Call; - public static readonly System.Reflection.Emit.OpCode Calli; - public static readonly System.Reflection.Emit.OpCode Callvirt; - public static readonly System.Reflection.Emit.OpCode Castclass; - public static readonly System.Reflection.Emit.OpCode Ceq; - public static readonly System.Reflection.Emit.OpCode Cgt; - public static readonly System.Reflection.Emit.OpCode Cgt_Un; - public static readonly System.Reflection.Emit.OpCode Ckfinite; - public static readonly System.Reflection.Emit.OpCode Clt; - public static readonly System.Reflection.Emit.OpCode Clt_Un; - public static readonly System.Reflection.Emit.OpCode Constrained; - public static readonly System.Reflection.Emit.OpCode Conv_I; - public static readonly System.Reflection.Emit.OpCode Conv_I1; - public static readonly System.Reflection.Emit.OpCode Conv_I2; - public static readonly System.Reflection.Emit.OpCode Conv_I4; - public static readonly System.Reflection.Emit.OpCode Conv_I8; - public static readonly System.Reflection.Emit.OpCode Conv_Ovf_I; - public static readonly System.Reflection.Emit.OpCode Conv_Ovf_I_Un; - public static readonly System.Reflection.Emit.OpCode Conv_Ovf_I1; - public static readonly System.Reflection.Emit.OpCode Conv_Ovf_I1_Un; - public static readonly System.Reflection.Emit.OpCode Conv_Ovf_I2; - public static readonly System.Reflection.Emit.OpCode Conv_Ovf_I2_Un; - public static readonly System.Reflection.Emit.OpCode Conv_Ovf_I4; - public static readonly System.Reflection.Emit.OpCode Conv_Ovf_I4_Un; - public static readonly System.Reflection.Emit.OpCode Conv_Ovf_I8; - public static readonly System.Reflection.Emit.OpCode Conv_Ovf_I8_Un; - public static readonly System.Reflection.Emit.OpCode Conv_Ovf_U; - public static readonly System.Reflection.Emit.OpCode Conv_Ovf_U_Un; - public static readonly System.Reflection.Emit.OpCode Conv_Ovf_U1; - public static readonly System.Reflection.Emit.OpCode Conv_Ovf_U1_Un; - public static readonly System.Reflection.Emit.OpCode Conv_Ovf_U2; - public static readonly System.Reflection.Emit.OpCode Conv_Ovf_U2_Un; - public static readonly System.Reflection.Emit.OpCode Conv_Ovf_U4; - public static readonly System.Reflection.Emit.OpCode Conv_Ovf_U4_Un; - public static readonly System.Reflection.Emit.OpCode Conv_Ovf_U8; - public static readonly System.Reflection.Emit.OpCode Conv_Ovf_U8_Un; - public static readonly System.Reflection.Emit.OpCode Conv_R_Un; - public static readonly System.Reflection.Emit.OpCode Conv_R4; - public static readonly System.Reflection.Emit.OpCode Conv_R8; - public static readonly System.Reflection.Emit.OpCode Conv_U; - public static readonly System.Reflection.Emit.OpCode Conv_U1; - public static readonly System.Reflection.Emit.OpCode Conv_U2; - public static readonly System.Reflection.Emit.OpCode Conv_U4; - public static readonly System.Reflection.Emit.OpCode Conv_U8; - public static readonly System.Reflection.Emit.OpCode Cpblk; - public static readonly System.Reflection.Emit.OpCode Cpobj; - public static readonly System.Reflection.Emit.OpCode Div; - public static readonly System.Reflection.Emit.OpCode Div_Un; - public static readonly System.Reflection.Emit.OpCode Dup; - public static readonly System.Reflection.Emit.OpCode Endfilter; - public static readonly System.Reflection.Emit.OpCode Endfinally; - public static readonly System.Reflection.Emit.OpCode Initblk; - public static readonly System.Reflection.Emit.OpCode Initobj; - public static readonly System.Reflection.Emit.OpCode Isinst; - public static readonly System.Reflection.Emit.OpCode Jmp; - public static readonly System.Reflection.Emit.OpCode Ldarg; - public static readonly System.Reflection.Emit.OpCode Ldarg_0; - public static readonly System.Reflection.Emit.OpCode Ldarg_1; - public static readonly System.Reflection.Emit.OpCode Ldarg_2; - public static readonly System.Reflection.Emit.OpCode Ldarg_3; - public static readonly System.Reflection.Emit.OpCode Ldarg_S; - public static readonly System.Reflection.Emit.OpCode Ldarga; - public static readonly System.Reflection.Emit.OpCode Ldarga_S; - public static readonly System.Reflection.Emit.OpCode Ldc_I4; - public static readonly System.Reflection.Emit.OpCode Ldc_I4_0; - public static readonly System.Reflection.Emit.OpCode Ldc_I4_1; - public static readonly System.Reflection.Emit.OpCode Ldc_I4_2; - public static readonly System.Reflection.Emit.OpCode Ldc_I4_3; - public static readonly System.Reflection.Emit.OpCode Ldc_I4_4; - public static readonly System.Reflection.Emit.OpCode Ldc_I4_5; - public static readonly System.Reflection.Emit.OpCode Ldc_I4_6; - public static readonly System.Reflection.Emit.OpCode Ldc_I4_7; - public static readonly System.Reflection.Emit.OpCode Ldc_I4_8; - public static readonly System.Reflection.Emit.OpCode Ldc_I4_M1; - public static readonly System.Reflection.Emit.OpCode Ldc_I4_S; - public static readonly System.Reflection.Emit.OpCode Ldc_I8; - public static readonly System.Reflection.Emit.OpCode Ldc_R4; - public static readonly System.Reflection.Emit.OpCode Ldc_R8; - public static readonly System.Reflection.Emit.OpCode Ldelem; - public static readonly System.Reflection.Emit.OpCode Ldelem_I; - public static readonly System.Reflection.Emit.OpCode Ldelem_I1; - public static readonly System.Reflection.Emit.OpCode Ldelem_I2; - public static readonly System.Reflection.Emit.OpCode Ldelem_I4; - public static readonly System.Reflection.Emit.OpCode Ldelem_I8; - public static readonly System.Reflection.Emit.OpCode Ldelem_R4; - public static readonly System.Reflection.Emit.OpCode Ldelem_R8; - public static readonly System.Reflection.Emit.OpCode Ldelem_Ref; - public static readonly System.Reflection.Emit.OpCode Ldelem_U1; - public static readonly System.Reflection.Emit.OpCode Ldelem_U2; - public static readonly System.Reflection.Emit.OpCode Ldelem_U4; - public static readonly System.Reflection.Emit.OpCode Ldelema; - public static readonly System.Reflection.Emit.OpCode Ldfld; - public static readonly System.Reflection.Emit.OpCode Ldflda; - public static readonly System.Reflection.Emit.OpCode Ldftn; - public static readonly System.Reflection.Emit.OpCode Ldind_I; - public static readonly System.Reflection.Emit.OpCode Ldind_I1; - public static readonly System.Reflection.Emit.OpCode Ldind_I2; - public static readonly System.Reflection.Emit.OpCode Ldind_I4; - public static readonly System.Reflection.Emit.OpCode Ldind_I8; - public static readonly System.Reflection.Emit.OpCode Ldind_R4; - public static readonly System.Reflection.Emit.OpCode Ldind_R8; - public static readonly System.Reflection.Emit.OpCode Ldind_Ref; - public static readonly System.Reflection.Emit.OpCode Ldind_U1; - public static readonly System.Reflection.Emit.OpCode Ldind_U2; - public static readonly System.Reflection.Emit.OpCode Ldind_U4; - public static readonly System.Reflection.Emit.OpCode Ldlen; - public static readonly System.Reflection.Emit.OpCode Ldloc; - public static readonly System.Reflection.Emit.OpCode Ldloc_0; - public static readonly System.Reflection.Emit.OpCode Ldloc_1; - public static readonly System.Reflection.Emit.OpCode Ldloc_2; - public static readonly System.Reflection.Emit.OpCode Ldloc_3; - public static readonly System.Reflection.Emit.OpCode Ldloc_S; - public static readonly System.Reflection.Emit.OpCode Ldloca; - public static readonly System.Reflection.Emit.OpCode Ldloca_S; - public static readonly System.Reflection.Emit.OpCode Ldnull; - public static readonly System.Reflection.Emit.OpCode Ldobj; - public static readonly System.Reflection.Emit.OpCode Ldsfld; - public static readonly System.Reflection.Emit.OpCode Ldsflda; - public static readonly System.Reflection.Emit.OpCode Ldstr; - public static readonly System.Reflection.Emit.OpCode Ldtoken; - public static readonly System.Reflection.Emit.OpCode Ldvirtftn; - public static readonly System.Reflection.Emit.OpCode Leave; - public static readonly System.Reflection.Emit.OpCode Leave_S; - public static readonly System.Reflection.Emit.OpCode Localloc; - public static readonly System.Reflection.Emit.OpCode Mkrefany; - public static readonly System.Reflection.Emit.OpCode Mul; - public static readonly System.Reflection.Emit.OpCode Mul_Ovf; - public static readonly System.Reflection.Emit.OpCode Mul_Ovf_Un; - public static readonly System.Reflection.Emit.OpCode Neg; - public static readonly System.Reflection.Emit.OpCode Newarr; - public static readonly System.Reflection.Emit.OpCode Newobj; - public static readonly System.Reflection.Emit.OpCode Nop; - public static readonly System.Reflection.Emit.OpCode Not; - public static readonly System.Reflection.Emit.OpCode Or; - public static readonly System.Reflection.Emit.OpCode Pop; - public static readonly System.Reflection.Emit.OpCode Prefix1; - public static readonly System.Reflection.Emit.OpCode Prefix2; - public static readonly System.Reflection.Emit.OpCode Prefix3; - public static readonly System.Reflection.Emit.OpCode Prefix4; - public static readonly System.Reflection.Emit.OpCode Prefix5; - public static readonly System.Reflection.Emit.OpCode Prefix6; - public static readonly System.Reflection.Emit.OpCode Prefix7; - public static readonly System.Reflection.Emit.OpCode Prefixref; - public static readonly System.Reflection.Emit.OpCode Readonly; - public static readonly System.Reflection.Emit.OpCode Refanytype; - public static readonly System.Reflection.Emit.OpCode Refanyval; - public static readonly System.Reflection.Emit.OpCode Rem; - public static readonly System.Reflection.Emit.OpCode Rem_Un; - public static readonly System.Reflection.Emit.OpCode Ret; - public static readonly System.Reflection.Emit.OpCode Rethrow; - public static readonly System.Reflection.Emit.OpCode Shl; - public static readonly System.Reflection.Emit.OpCode Shr; - public static readonly System.Reflection.Emit.OpCode Shr_Un; - public static readonly System.Reflection.Emit.OpCode Sizeof; - public static readonly System.Reflection.Emit.OpCode Starg; - public static readonly System.Reflection.Emit.OpCode Starg_S; - public static readonly System.Reflection.Emit.OpCode Stelem; - public static readonly System.Reflection.Emit.OpCode Stelem_I; - public static readonly System.Reflection.Emit.OpCode Stelem_I1; - public static readonly System.Reflection.Emit.OpCode Stelem_I2; - public static readonly System.Reflection.Emit.OpCode Stelem_I4; - public static readonly System.Reflection.Emit.OpCode Stelem_I8; - public static readonly System.Reflection.Emit.OpCode Stelem_R4; - public static readonly System.Reflection.Emit.OpCode Stelem_R8; - public static readonly System.Reflection.Emit.OpCode Stelem_Ref; - public static readonly System.Reflection.Emit.OpCode Stfld; - public static readonly System.Reflection.Emit.OpCode Stind_I; - public static readonly System.Reflection.Emit.OpCode Stind_I1; - public static readonly System.Reflection.Emit.OpCode Stind_I2; - public static readonly System.Reflection.Emit.OpCode Stind_I4; - public static readonly System.Reflection.Emit.OpCode Stind_I8; - public static readonly System.Reflection.Emit.OpCode Stind_R4; - public static readonly System.Reflection.Emit.OpCode Stind_R8; - public static readonly System.Reflection.Emit.OpCode Stind_Ref; - public static readonly System.Reflection.Emit.OpCode Stloc; - public static readonly System.Reflection.Emit.OpCode Stloc_0; - public static readonly System.Reflection.Emit.OpCode Stloc_1; - public static readonly System.Reflection.Emit.OpCode Stloc_2; - public static readonly System.Reflection.Emit.OpCode Stloc_3; - public static readonly System.Reflection.Emit.OpCode Stloc_S; - public static readonly System.Reflection.Emit.OpCode Stobj; - public static readonly System.Reflection.Emit.OpCode Stsfld; - public static readonly System.Reflection.Emit.OpCode Sub; - public static readonly System.Reflection.Emit.OpCode Sub_Ovf; - public static readonly System.Reflection.Emit.OpCode Sub_Ovf_Un; - public static readonly System.Reflection.Emit.OpCode Switch; - public static readonly System.Reflection.Emit.OpCode Tailcall; - public static bool TakesSingleByteArgument(System.Reflection.Emit.OpCode inst) => throw null; - public static readonly System.Reflection.Emit.OpCode Throw; - public static readonly System.Reflection.Emit.OpCode Unaligned; - public static readonly System.Reflection.Emit.OpCode Unbox; - public static readonly System.Reflection.Emit.OpCode Unbox_Any; - public static readonly System.Reflection.Emit.OpCode Volatile; - public static readonly System.Reflection.Emit.OpCode Xor; - } - public enum OpCodeType - { - Annotation = 0, - Macro = 1, - Nternal = 2, - Objmodel = 3, - Prefix = 4, - Primitive = 5, - } - public enum OperandType - { - InlineBrTarget = 0, - InlineField = 1, - InlineI = 2, - InlineI8 = 3, - InlineMethod = 4, - InlineNone = 5, - InlinePhi = 6, - InlineR = 7, - InlineSig = 9, - InlineString = 10, - InlineSwitch = 11, - InlineTok = 12, - InlineType = 13, - InlineVar = 14, - ShortInlineBrTarget = 15, - ShortInlineI = 16, - ShortInlineR = 17, - ShortInlineVar = 18, - } - public enum PackingSize - { - Unspecified = 0, - Size1 = 1, - Size2 = 2, - Size4 = 4, - Size8 = 8, - Size16 = 16, - Size32 = 32, - Size64 = 64, - Size128 = 128, - } - public enum StackBehaviour - { - Pop0 = 0, - Pop1 = 1, - Pop1_pop1 = 2, - Popi = 3, - Popi_pop1 = 4, - Popi_popi = 5, - Popi_popi8 = 6, - Popi_popi_popi = 7, - Popi_popr4 = 8, - Popi_popr8 = 9, - Popref = 10, - Popref_pop1 = 11, - Popref_popi = 12, - Popref_popi_popi = 13, - Popref_popi_popi8 = 14, - Popref_popi_popr4 = 15, - Popref_popi_popr8 = 16, - Popref_popi_popref = 17, - Push0 = 18, - Push1 = 19, - Push1_push1 = 20, - Pushi = 21, - Pushi8 = 22, - Pushr4 = 23, - Pushr8 = 24, - Pushref = 25, - Varpop = 26, - Varpush = 27, - Popref_popi_pop1 = 28, - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.TypeExtensions.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.TypeExtensions.cs deleted file mode 100644 index e90b0fbb..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.TypeExtensions.cs +++ /dev/null @@ -1,82 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Reflection.TypeExtensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Reflection - { - public static partial class AssemblyExtensions - { - public static System.Type[] GetExportedTypes(this System.Reflection.Assembly assembly) => throw null; - public static System.Reflection.Module[] GetModules(this System.Reflection.Assembly assembly) => throw null; - public static System.Type[] GetTypes(this System.Reflection.Assembly assembly) => throw null; - } - public static partial class EventInfoExtensions - { - public static System.Reflection.MethodInfo GetAddMethod(this System.Reflection.EventInfo eventInfo) => throw null; - public static System.Reflection.MethodInfo GetAddMethod(this System.Reflection.EventInfo eventInfo, bool nonPublic) => throw null; - public static System.Reflection.MethodInfo GetRaiseMethod(this System.Reflection.EventInfo eventInfo) => throw null; - public static System.Reflection.MethodInfo GetRaiseMethod(this System.Reflection.EventInfo eventInfo, bool nonPublic) => throw null; - public static System.Reflection.MethodInfo GetRemoveMethod(this System.Reflection.EventInfo eventInfo) => throw null; - public static System.Reflection.MethodInfo GetRemoveMethod(this System.Reflection.EventInfo eventInfo, bool nonPublic) => throw null; - } - public static partial class MemberInfoExtensions - { - public static int GetMetadataToken(this System.Reflection.MemberInfo member) => throw null; - public static bool HasMetadataToken(this System.Reflection.MemberInfo member) => throw null; - } - public static partial class MethodInfoExtensions - { - public static System.Reflection.MethodInfo GetBaseDefinition(this System.Reflection.MethodInfo method) => throw null; - } - public static partial class ModuleExtensions - { - public static System.Guid GetModuleVersionId(this System.Reflection.Module module) => throw null; - public static bool HasModuleVersionId(this System.Reflection.Module module) => throw null; - } - public static partial class PropertyInfoExtensions - { - public static System.Reflection.MethodInfo[] GetAccessors(this System.Reflection.PropertyInfo property) => throw null; - public static System.Reflection.MethodInfo[] GetAccessors(this System.Reflection.PropertyInfo property, bool nonPublic) => throw null; - public static System.Reflection.MethodInfo GetGetMethod(this System.Reflection.PropertyInfo property) => throw null; - public static System.Reflection.MethodInfo GetGetMethod(this System.Reflection.PropertyInfo property, bool nonPublic) => throw null; - public static System.Reflection.MethodInfo GetSetMethod(this System.Reflection.PropertyInfo property) => throw null; - public static System.Reflection.MethodInfo GetSetMethod(this System.Reflection.PropertyInfo property, bool nonPublic) => throw null; - } - public static partial class TypeExtensions - { - public static System.Reflection.ConstructorInfo GetConstructor(this System.Type type, System.Type[] types) => throw null; - public static System.Reflection.ConstructorInfo[] GetConstructors(this System.Type type) => throw null; - public static System.Reflection.ConstructorInfo[] GetConstructors(this System.Type type, System.Reflection.BindingFlags bindingAttr) => throw null; - public static System.Reflection.MemberInfo[] GetDefaultMembers(this System.Type type) => throw null; - public static System.Reflection.EventInfo GetEvent(this System.Type type, string name) => throw null; - public static System.Reflection.EventInfo GetEvent(this System.Type type, string name, System.Reflection.BindingFlags bindingAttr) => throw null; - public static System.Reflection.EventInfo[] GetEvents(this System.Type type) => throw null; - public static System.Reflection.EventInfo[] GetEvents(this System.Type type, System.Reflection.BindingFlags bindingAttr) => throw null; - public static System.Reflection.FieldInfo GetField(this System.Type type, string name) => throw null; - public static System.Reflection.FieldInfo GetField(this System.Type type, string name, System.Reflection.BindingFlags bindingAttr) => throw null; - public static System.Reflection.FieldInfo[] GetFields(this System.Type type) => throw null; - public static System.Reflection.FieldInfo[] GetFields(this System.Type type, System.Reflection.BindingFlags bindingAttr) => throw null; - public static System.Type[] GetGenericArguments(this System.Type type) => throw null; - public static System.Type[] GetInterfaces(this System.Type type) => throw null; - public static System.Reflection.MemberInfo[] GetMember(this System.Type type, string name) => throw null; - public static System.Reflection.MemberInfo[] GetMember(this System.Type type, string name, System.Reflection.BindingFlags bindingAttr) => throw null; - public static System.Reflection.MemberInfo[] GetMembers(this System.Type type) => throw null; - public static System.Reflection.MemberInfo[] GetMembers(this System.Type type, System.Reflection.BindingFlags bindingAttr) => throw null; - public static System.Reflection.MethodInfo GetMethod(this System.Type type, string name) => throw null; - public static System.Reflection.MethodInfo GetMethod(this System.Type type, string name, System.Reflection.BindingFlags bindingAttr) => throw null; - public static System.Reflection.MethodInfo GetMethod(this System.Type type, string name, System.Type[] types) => throw null; - public static System.Reflection.MethodInfo[] GetMethods(this System.Type type) => throw null; - public static System.Reflection.MethodInfo[] GetMethods(this System.Type type, System.Reflection.BindingFlags bindingAttr) => throw null; - public static System.Type GetNestedType(this System.Type type, string name, System.Reflection.BindingFlags bindingAttr) => throw null; - public static System.Type[] GetNestedTypes(this System.Type type, System.Reflection.BindingFlags bindingAttr) => throw null; - public static System.Reflection.PropertyInfo[] GetProperties(this System.Type type) => throw null; - public static System.Reflection.PropertyInfo[] GetProperties(this System.Type type, System.Reflection.BindingFlags bindingAttr) => throw null; - public static System.Reflection.PropertyInfo GetProperty(this System.Type type, string name) => throw null; - public static System.Reflection.PropertyInfo GetProperty(this System.Type type, string name, System.Reflection.BindingFlags bindingAttr) => throw null; - public static System.Reflection.PropertyInfo GetProperty(this System.Type type, string name, System.Type returnType) => throw null; - public static System.Reflection.PropertyInfo GetProperty(this System.Type type, string name, System.Type returnType, System.Type[] types) => throw null; - public static bool IsAssignableFrom(this System.Type type, System.Type c) => throw null; - public static bool IsInstanceOfType(this System.Type type, object o) => throw null; - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Resources.Writer.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Resources.Writer.cs deleted file mode 100644 index 663a191c..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Resources.Writer.cs +++ /dev/null @@ -1,31 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Resources.Writer, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Resources - { - public interface IResourceWriter : System.IDisposable - { - void AddResource(string name, byte[] value); - void AddResource(string name, object value); - void AddResource(string name, string value); - void Close(); - void Generate(); - } - public sealed class ResourceWriter : System.IDisposable, System.Resources.IResourceWriter - { - public void AddResource(string name, byte[] value) => throw null; - public void AddResource(string name, System.IO.Stream value) => throw null; - public void AddResource(string name, System.IO.Stream value, bool closeAfterWrite = default(bool)) => throw null; - public void AddResource(string name, object value) => throw null; - public void AddResource(string name, string value) => throw null; - public void AddResourceData(string name, string typeName, byte[] serializedData) => throw null; - public void Close() => throw null; - public ResourceWriter(System.IO.Stream stream) => throw null; - public ResourceWriter(string fileName) => throw null; - public void Dispose() => throw null; - public void Generate() => throw null; - public System.Func TypeNameConverter { get => throw null; set { } } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.CompilerServices.VisualC.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.CompilerServices.VisualC.cs deleted file mode 100644 index 0c155ab7..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.CompilerServices.VisualC.cs +++ /dev/null @@ -1,70 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Runtime.CompilerServices.VisualC, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Runtime - { - namespace CompilerServices - { - public static class CompilerMarshalOverride - { - } - [System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = true)] - public sealed class CppInlineNamespaceAttribute : System.Attribute - { - public CppInlineNamespaceAttribute(string dottedName) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)8)] - public sealed class HasCopySemanticsAttribute : System.Attribute - { - public HasCopySemanticsAttribute() => throw null; - } - public static class IsBoxed - { - } - public static class IsByValue - { - } - public static class IsCopyConstructed - { - } - public static class IsExplicitlyDereferenced - { - } - public static class IsImplicitlyDereferenced - { - } - public static class IsJitIntrinsic - { - } - public static class IsLong - { - } - public static class IsPinned - { - } - public static class IsSignUnspecifiedByte - { - } - public static class IsUdtReturn - { - } - [System.AttributeUsage((System.AttributeTargets)8, Inherited = true)] - public sealed class NativeCppClassAttribute : System.Attribute - { - public NativeCppClassAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)1052, AllowMultiple = true, Inherited = false)] - public sealed class RequiredAttributeAttribute : System.Attribute - { - public RequiredAttributeAttribute(System.Type requiredContract) => throw null; - public System.Type RequiredContract { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)16)] - public sealed class ScopelessEnumAttribute : System.Attribute - { - public ScopelessEnumAttribute() => throw null; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.InteropServices.JavaScript.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.InteropServices.JavaScript.cs deleted file mode 100644 index 438ac208..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.InteropServices.JavaScript.cs +++ /dev/null @@ -1,267 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Runtime.InteropServices.JavaScript, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Runtime - { - namespace InteropServices - { - namespace JavaScript - { - public sealed class JSException : System.Exception - { - public JSException(string msg) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)64, Inherited = false, AllowMultiple = false)] - public sealed class JSExportAttribute : System.Attribute - { - public JSExportAttribute() => throw null; - } - public sealed class JSFunctionBinding - { - public static System.Runtime.InteropServices.JavaScript.JSFunctionBinding BindJSFunction(string functionName, string moduleName, System.ReadOnlySpan signatures) => throw null; - public static System.Runtime.InteropServices.JavaScript.JSFunctionBinding BindManagedFunction(string fullyQualifiedName, int signatureHash, System.ReadOnlySpan signatures) => throw null; - public static void InvokeJS(System.Runtime.InteropServices.JavaScript.JSFunctionBinding signature, System.Span arguments) => throw null; - } - public static class JSHost - { - public static System.Runtime.InteropServices.JavaScript.JSObject DotnetInstance { get => throw null; } - public static System.Runtime.InteropServices.JavaScript.JSObject GlobalThis { get => throw null; } - public static System.Threading.Tasks.Task ImportAsync(string moduleName, string moduleUrl, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)64, Inherited = false, AllowMultiple = false)] - public sealed class JSImportAttribute : System.Attribute - { - public JSImportAttribute(string functionName) => throw null; - public JSImportAttribute(string functionName, string moduleName) => throw null; - public string FunctionName { get => throw null; } - public string ModuleName { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)10240, Inherited = false, AllowMultiple = false)] - public sealed class JSMarshalAsAttribute : System.Attribute where T : System.Runtime.InteropServices.JavaScript.JSType - { - public JSMarshalAsAttribute() => throw null; - } - public struct JSMarshalerArgument - { - public delegate void ArgumentToJSCallback(ref System.Runtime.InteropServices.JavaScript.JSMarshalerArgument arg, T value); - public delegate void ArgumentToManagedCallback(ref System.Runtime.InteropServices.JavaScript.JSMarshalerArgument arg, out T value); - public void Initialize() => throw null; - public void ToJS(bool value) => throw null; - public void ToJS(bool? value) => throw null; - public void ToJS(byte value) => throw null; - public void ToJS(byte? value) => throw null; - public void ToJS(byte[] value) => throw null; - public void ToJS(char value) => throw null; - public void ToJS(char? value) => throw null; - public void ToJS(short value) => throw null; - public void ToJS(short? value) => throw null; - public void ToJS(int value) => throw null; - public void ToJS(int? value) => throw null; - public void ToJS(int[] value) => throw null; - public void ToJS(long value) => throw null; - public void ToJS(long? value) => throw null; - public void ToJS(float value) => throw null; - public void ToJS(float? value) => throw null; - public void ToJS(double value) => throw null; - public void ToJS(double? value) => throw null; - public void ToJS(double[] value) => throw null; - public void ToJS(nint value) => throw null; - public void ToJS(nint? value) => throw null; - public void ToJS(System.DateTimeOffset value) => throw null; - public void ToJS(System.DateTimeOffset? value) => throw null; - public void ToJS(System.DateTime value) => throw null; - public void ToJS(System.DateTime? value) => throw null; - public void ToJS(string value) => throw null; - public void ToJS(string[] value) => throw null; - public void ToJS(System.Exception value) => throw null; - public void ToJS(object value) => throw null; - public void ToJS(object[] value) => throw null; - public void ToJS(System.Runtime.InteropServices.JavaScript.JSObject value) => throw null; - public void ToJS(System.Runtime.InteropServices.JavaScript.JSObject[] value) => throw null; - public void ToJS(System.Threading.Tasks.Task value) => throw null; - public void ToJS(System.Threading.Tasks.Task value, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToJSCallback marshaler) => throw null; - public void ToJS(System.Action value) => throw null; - public void ToJS(System.Action value, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToManagedCallback arg1Marshaler) => throw null; - public void ToJS(System.Action value, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToManagedCallback arg1Marshaler, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToManagedCallback arg2Marshaler) => throw null; - public void ToJS(System.Action value, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToManagedCallback arg1Marshaler, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToManagedCallback arg2Marshaler, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToManagedCallback arg3Marshaler) => throw null; - public void ToJS(System.Func value, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToJSCallback resMarshaler) => throw null; - public void ToJS(System.Func value, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToManagedCallback arg1Marshaler, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToJSCallback resMarshaler) => throw null; - public void ToJS(System.Func value, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToManagedCallback arg1Marshaler, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToManagedCallback arg2Marshaler, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToJSCallback resMarshaler) => throw null; - public void ToJS(System.Func value, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToManagedCallback arg1Marshaler, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToManagedCallback arg2Marshaler, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToManagedCallback arg3Marshaler, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToJSCallback resMarshaler) => throw null; - public unsafe void ToJS(void* value) => throw null; - public void ToJS(System.Span value) => throw null; - public void ToJS(System.ArraySegment value) => throw null; - public void ToJS(System.Span value) => throw null; - public void ToJS(System.Span value) => throw null; - public void ToJS(System.ArraySegment value) => throw null; - public void ToJS(System.ArraySegment value) => throw null; - public void ToJSBig(long value) => throw null; - public void ToJSBig(long? value) => throw null; - public void ToManaged(out bool value) => throw null; - public void ToManaged(out bool? value) => throw null; - public void ToManaged(out byte value) => throw null; - public void ToManaged(out byte? value) => throw null; - public void ToManaged(out byte[] value) => throw null; - public void ToManaged(out char value) => throw null; - public void ToManaged(out char? value) => throw null; - public void ToManaged(out short value) => throw null; - public void ToManaged(out short? value) => throw null; - public void ToManaged(out int value) => throw null; - public void ToManaged(out int? value) => throw null; - public void ToManaged(out int[] value) => throw null; - public void ToManaged(out long value) => throw null; - public void ToManaged(out long? value) => throw null; - public void ToManaged(out float value) => throw null; - public void ToManaged(out float? value) => throw null; - public void ToManaged(out double value) => throw null; - public void ToManaged(out double? value) => throw null; - public void ToManaged(out double[] value) => throw null; - public void ToManaged(out nint value) => throw null; - public void ToManaged(out nint? value) => throw null; - public void ToManaged(out System.DateTimeOffset value) => throw null; - public void ToManaged(out System.DateTimeOffset? value) => throw null; - public void ToManaged(out System.DateTime value) => throw null; - public void ToManaged(out System.DateTime? value) => throw null; - public void ToManaged(out string value) => throw null; - public void ToManaged(out string[] value) => throw null; - public void ToManaged(out System.Exception value) => throw null; - public void ToManaged(out object value) => throw null; - public void ToManaged(out object[] value) => throw null; - public void ToManaged(out System.Runtime.InteropServices.JavaScript.JSObject value) => throw null; - public void ToManaged(out System.Runtime.InteropServices.JavaScript.JSObject[] value) => throw null; - public void ToManaged(out System.Threading.Tasks.Task value) => throw null; - public void ToManaged(out System.Threading.Tasks.Task value, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToManagedCallback marshaler) => throw null; - public void ToManaged(out System.Action value) => throw null; - public void ToManaged(out System.Action value, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToJSCallback arg1Marshaler) => throw null; - public void ToManaged(out System.Action value, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToJSCallback arg1Marshaler, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToJSCallback arg2Marshaler) => throw null; - public void ToManaged(out System.Action value, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToJSCallback arg1Marshaler, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToJSCallback arg2Marshaler, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToJSCallback arg3Marshaler) => throw null; - public void ToManaged(out System.Func value, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToManagedCallback resMarshaler) => throw null; - public void ToManaged(out System.Func value, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToJSCallback arg1Marshaler, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToManagedCallback resMarshaler) => throw null; - public void ToManaged(out System.Func value, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToJSCallback arg1Marshaler, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToJSCallback arg2Marshaler, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToManagedCallback resMarshaler) => throw null; - public void ToManaged(out System.Func value, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToJSCallback arg1Marshaler, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToJSCallback arg2Marshaler, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToJSCallback arg3Marshaler, System.Runtime.InteropServices.JavaScript.JSMarshalerArgument.ArgumentToManagedCallback resMarshaler) => throw null; - public unsafe void ToManaged(out void* value) => throw null; - public void ToManaged(out System.Span value) => throw null; - public void ToManaged(out System.ArraySegment value) => throw null; - public void ToManaged(out System.Span value) => throw null; - public void ToManaged(out System.Span value) => throw null; - public void ToManaged(out System.ArraySegment value) => throw null; - public void ToManaged(out System.ArraySegment value) => throw null; - public void ToManagedBig(out long value) => throw null; - public void ToManagedBig(out long? value) => throw null; - } - public sealed class JSMarshalerType - { - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType Action() => throw null; - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType Action(System.Runtime.InteropServices.JavaScript.JSMarshalerType arg1) => throw null; - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType Action(System.Runtime.InteropServices.JavaScript.JSMarshalerType arg1, System.Runtime.InteropServices.JavaScript.JSMarshalerType arg2) => throw null; - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType Action(System.Runtime.InteropServices.JavaScript.JSMarshalerType arg1, System.Runtime.InteropServices.JavaScript.JSMarshalerType arg2, System.Runtime.InteropServices.JavaScript.JSMarshalerType arg3) => throw null; - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType Array(System.Runtime.InteropServices.JavaScript.JSMarshalerType element) => throw null; - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType ArraySegment(System.Runtime.InteropServices.JavaScript.JSMarshalerType element) => throw null; - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType BigInt64 { get => throw null; } - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType Boolean { get => throw null; } - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType Byte { get => throw null; } - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType Char { get => throw null; } - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType DateTime { get => throw null; } - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType DateTimeOffset { get => throw null; } - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType Discard { get => throw null; } - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType Double { get => throw null; } - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType Exception { get => throw null; } - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType Function(System.Runtime.InteropServices.JavaScript.JSMarshalerType result) => throw null; - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType Function(System.Runtime.InteropServices.JavaScript.JSMarshalerType arg1, System.Runtime.InteropServices.JavaScript.JSMarshalerType result) => throw null; - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType Function(System.Runtime.InteropServices.JavaScript.JSMarshalerType arg1, System.Runtime.InteropServices.JavaScript.JSMarshalerType arg2, System.Runtime.InteropServices.JavaScript.JSMarshalerType result) => throw null; - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType Function(System.Runtime.InteropServices.JavaScript.JSMarshalerType arg1, System.Runtime.InteropServices.JavaScript.JSMarshalerType arg2, System.Runtime.InteropServices.JavaScript.JSMarshalerType arg3, System.Runtime.InteropServices.JavaScript.JSMarshalerType result) => throw null; - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType Int16 { get => throw null; } - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType Int32 { get => throw null; } - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType Int52 { get => throw null; } - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType IntPtr { get => throw null; } - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType JSObject { get => throw null; } - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType Nullable(System.Runtime.InteropServices.JavaScript.JSMarshalerType primitive) => throw null; - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType Object { get => throw null; } - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType Single { get => throw null; } - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType Span(System.Runtime.InteropServices.JavaScript.JSMarshalerType element) => throw null; - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType String { get => throw null; } - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType Task() => throw null; - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType Task(System.Runtime.InteropServices.JavaScript.JSMarshalerType result) => throw null; - public static System.Runtime.InteropServices.JavaScript.JSMarshalerType Void { get => throw null; } - } - public class JSObject : System.IDisposable - { - public void Dispose() => throw null; - public bool GetPropertyAsBoolean(string propertyName) => throw null; - public byte[] GetPropertyAsByteArray(string propertyName) => throw null; - public double GetPropertyAsDouble(string propertyName) => throw null; - public int GetPropertyAsInt32(string propertyName) => throw null; - public System.Runtime.InteropServices.JavaScript.JSObject GetPropertyAsJSObject(string propertyName) => throw null; - public string GetPropertyAsString(string propertyName) => throw null; - public string GetTypeOfProperty(string propertyName) => throw null; - public bool HasProperty(string propertyName) => throw null; - public bool IsDisposed { get => throw null; } - public void SetProperty(string propertyName, bool value) => throw null; - public void SetProperty(string propertyName, int value) => throw null; - public void SetProperty(string propertyName, double value) => throw null; - public void SetProperty(string propertyName, string value) => throw null; - public void SetProperty(string propertyName, System.Runtime.InteropServices.JavaScript.JSObject value) => throw null; - public void SetProperty(string propertyName, byte[] value) => throw null; - } - public abstract class JSType - { - public sealed class Any : System.Runtime.InteropServices.JavaScript.JSType - { - } - public sealed class Array : System.Runtime.InteropServices.JavaScript.JSType where T : System.Runtime.InteropServices.JavaScript.JSType - { - } - public sealed class BigInt : System.Runtime.InteropServices.JavaScript.JSType - { - } - public sealed class Boolean : System.Runtime.InteropServices.JavaScript.JSType - { - } - public sealed class Date : System.Runtime.InteropServices.JavaScript.JSType - { - } - public sealed class Discard : System.Runtime.InteropServices.JavaScript.JSType - { - } - public sealed class Error : System.Runtime.InteropServices.JavaScript.JSType - { - } - public sealed class Function : System.Runtime.InteropServices.JavaScript.JSType - { - } - public sealed class Function : System.Runtime.InteropServices.JavaScript.JSType where T : System.Runtime.InteropServices.JavaScript.JSType - { - } - public sealed class Function : System.Runtime.InteropServices.JavaScript.JSType where T1 : System.Runtime.InteropServices.JavaScript.JSType where T2 : System.Runtime.InteropServices.JavaScript.JSType - { - } - public sealed class Function : System.Runtime.InteropServices.JavaScript.JSType where T1 : System.Runtime.InteropServices.JavaScript.JSType where T2 : System.Runtime.InteropServices.JavaScript.JSType where T3 : System.Runtime.InteropServices.JavaScript.JSType - { - } - public sealed class Function : System.Runtime.InteropServices.JavaScript.JSType where T1 : System.Runtime.InteropServices.JavaScript.JSType where T2 : System.Runtime.InteropServices.JavaScript.JSType where T3 : System.Runtime.InteropServices.JavaScript.JSType where T4 : System.Runtime.InteropServices.JavaScript.JSType - { - } - public sealed class MemoryView : System.Runtime.InteropServices.JavaScript.JSType - { - } - public sealed class Number : System.Runtime.InteropServices.JavaScript.JSType - { - } - public sealed class Object : System.Runtime.InteropServices.JavaScript.JSType - { - } - public sealed class Promise : System.Runtime.InteropServices.JavaScript.JSType where T : System.Runtime.InteropServices.JavaScript.JSType - { - } - public sealed class String : System.Runtime.InteropServices.JavaScript.JSType - { - } - public sealed class Void : System.Runtime.InteropServices.JavaScript.JSType - { - } - } - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.InteropServices.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.InteropServices.cs deleted file mode 100644 index 4994641a..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.InteropServices.cs +++ /dev/null @@ -1,2101 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Runtime.InteropServices, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - public sealed class DataMisalignedException : System.SystemException - { - public DataMisalignedException() => throw null; - public DataMisalignedException(string message) => throw null; - public DataMisalignedException(string message, System.Exception innerException) => throw null; - } - public class DllNotFoundException : System.TypeLoadException - { - public DllNotFoundException() => throw null; - protected DllNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public DllNotFoundException(string message) => throw null; - public DllNotFoundException(string message, System.Exception inner) => throw null; - } - namespace IO - { - public class UnmanagedMemoryAccessor : System.IDisposable - { - public bool CanRead { get => throw null; } - public bool CanWrite { get => throw null; } - public long Capacity { get => throw null; } - protected UnmanagedMemoryAccessor() => throw null; - public UnmanagedMemoryAccessor(System.Runtime.InteropServices.SafeBuffer buffer, long offset, long capacity) => throw null; - public UnmanagedMemoryAccessor(System.Runtime.InteropServices.SafeBuffer buffer, long offset, long capacity, System.IO.FileAccess access) => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - protected void Initialize(System.Runtime.InteropServices.SafeBuffer buffer, long offset, long capacity, System.IO.FileAccess access) => throw null; - protected bool IsOpen { get => throw null; } - public void Read(long position, out T structure) where T : struct => throw null; - public int ReadArray(long position, T[] array, int offset, int count) where T : struct => throw null; - public bool ReadBoolean(long position) => throw null; - public byte ReadByte(long position) => throw null; - public char ReadChar(long position) => throw null; - public decimal ReadDecimal(long position) => throw null; - public double ReadDouble(long position) => throw null; - public short ReadInt16(long position) => throw null; - public int ReadInt32(long position) => throw null; - public long ReadInt64(long position) => throw null; - public sbyte ReadSByte(long position) => throw null; - public float ReadSingle(long position) => throw null; - public ushort ReadUInt16(long position) => throw null; - public uint ReadUInt32(long position) => throw null; - public ulong ReadUInt64(long position) => throw null; - public void Write(long position, bool value) => throw null; - public void Write(long position, byte value) => throw null; - public void Write(long position, char value) => throw null; - public void Write(long position, decimal value) => throw null; - public void Write(long position, double value) => throw null; - public void Write(long position, short value) => throw null; - public void Write(long position, int value) => throw null; - public void Write(long position, long value) => throw null; - public void Write(long position, sbyte value) => throw null; - public void Write(long position, float value) => throw null; - public void Write(long position, ushort value) => throw null; - public void Write(long position, uint value) => throw null; - public void Write(long position, ulong value) => throw null; - public void Write(long position, ref T structure) where T : struct => throw null; - public void WriteArray(long position, T[] array, int offset, int count) where T : struct => throw null; - } - } - namespace Runtime - { - namespace CompilerServices - { - [System.AttributeUsage((System.AttributeTargets)2304, Inherited = false)] - public sealed class IDispatchConstantAttribute : System.Runtime.CompilerServices.CustomConstantAttribute - { - public IDispatchConstantAttribute() => throw null; - public override object Value { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)2304, Inherited = false)] - public sealed class IUnknownConstantAttribute : System.Runtime.CompilerServices.CustomConstantAttribute - { - public IUnknownConstantAttribute() => throw null; - public override object Value { get => throw null; } - } - } - namespace InteropServices - { - [System.AttributeUsage((System.AttributeTargets)64, AllowMultiple = false, Inherited = false)] - public sealed class AllowReversePInvokeCallsAttribute : System.Attribute - { - public AllowReversePInvokeCallsAttribute() => throw null; - } - public struct ArrayWithOffset : System.IEquatable - { - public ArrayWithOffset(object array, int offset) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(System.Runtime.InteropServices.ArrayWithOffset obj) => throw null; - public object GetArray() => throw null; - public override int GetHashCode() => throw null; - public int GetOffset() => throw null; - public static bool operator ==(System.Runtime.InteropServices.ArrayWithOffset a, System.Runtime.InteropServices.ArrayWithOffset b) => throw null; - public static bool operator !=(System.Runtime.InteropServices.ArrayWithOffset a, System.Runtime.InteropServices.ArrayWithOffset b) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)1029, Inherited = false)] - public sealed class AutomationProxyAttribute : System.Attribute - { - public AutomationProxyAttribute(bool val) => throw null; - public bool Value { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)1037, Inherited = false)] - public sealed class BestFitMappingAttribute : System.Attribute - { - public bool BestFitMapping { get => throw null; } - public BestFitMappingAttribute(bool BestFitMapping) => throw null; - public bool ThrowOnUnmappableChar; - } - public sealed class BStrWrapper - { - public BStrWrapper(object value) => throw null; - public BStrWrapper(string value) => throw null; - public string WrappedObject { get => throw null; } - } - public enum CallingConvention - { - Winapi = 1, - Cdecl = 2, - StdCall = 3, - ThisCall = 4, - FastCall = 5, - } - [System.AttributeUsage((System.AttributeTargets)5, Inherited = false)] - public sealed class ClassInterfaceAttribute : System.Attribute - { - public ClassInterfaceAttribute(short classInterfaceType) => throw null; - public ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType classInterfaceType) => throw null; - public System.Runtime.InteropServices.ClassInterfaceType Value { get => throw null; } - } - public enum ClassInterfaceType - { - None = 0, - AutoDispatch = 1, - AutoDual = 2, - } - public struct CLong : System.IEquatable - { - public CLong(int value) => throw null; - public CLong(nint value) => throw null; - public override bool Equals(object o) => throw null; - public bool Equals(System.Runtime.InteropServices.CLong other) => throw null; - public override int GetHashCode() => throw null; - public override string ToString() => throw null; - public nint Value { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)1024, Inherited = false)] - public sealed class CoClassAttribute : System.Attribute - { - public System.Type CoClass { get => throw null; } - public CoClassAttribute(System.Type coClass) => throw null; - } - public static class CollectionsMarshal - { - public static System.Span AsSpan(System.Collections.Generic.List list) => throw null; - public static TValue GetValueRefOrAddDefault(System.Collections.Generic.Dictionary dictionary, TKey key, out bool exists) => throw null; - public static TValue GetValueRefOrNullRef(System.Collections.Generic.Dictionary dictionary, TKey key) => throw null; - public static void SetCount(System.Collections.Generic.List list, int count) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)10624, Inherited = false)] - public sealed class ComAliasNameAttribute : System.Attribute - { - public ComAliasNameAttribute(string alias) => throw null; - public string Value { get => throw null; } - } - public class ComAwareEventInfo : System.Reflection.EventInfo - { - public override void AddEventHandler(object target, System.Delegate handler) => throw null; - public override System.Reflection.EventAttributes Attributes { get => throw null; } - public ComAwareEventInfo(System.Type type, string eventName) => throw null; - public override System.Type DeclaringType { get => throw null; } - public override System.Reflection.MethodInfo GetAddMethod(bool nonPublic) => throw null; - public override object[] GetCustomAttributes(bool inherit) => throw null; - public override object[] GetCustomAttributes(System.Type attributeType, bool inherit) => throw null; - public override System.Collections.Generic.IList GetCustomAttributesData() => throw null; - public override System.Reflection.MethodInfo[] GetOtherMethods(bool nonPublic) => throw null; - public override System.Reflection.MethodInfo GetRaiseMethod(bool nonPublic) => throw null; - public override System.Reflection.MethodInfo GetRemoveMethod(bool nonPublic) => throw null; - public override bool IsDefined(System.Type attributeType, bool inherit) => throw null; - public override int MetadataToken { get => throw null; } - public override System.Reflection.Module Module { get => throw null; } - public override string Name { get => throw null; } - public override System.Type ReflectedType { get => throw null; } - public override void RemoveEventHandler(object target, System.Delegate handler) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)1, Inherited = false)] - public sealed class ComCompatibleVersionAttribute : System.Attribute - { - public int BuildNumber { get => throw null; } - public ComCompatibleVersionAttribute(int major, int minor, int build, int revision) => throw null; - public int MajorVersion { get => throw null; } - public int MinorVersion { get => throw null; } - public int RevisionNumber { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)32767, Inherited = false)] - public sealed class ComConversionLossAttribute : System.Attribute - { - public ComConversionLossAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)4, Inherited = false)] - public sealed class ComDefaultInterfaceAttribute : System.Attribute - { - public ComDefaultInterfaceAttribute(System.Type defaultInterface) => throw null; - public System.Type Value { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)1024, Inherited = false)] - public sealed class ComEventInterfaceAttribute : System.Attribute - { - public ComEventInterfaceAttribute(System.Type SourceInterface, System.Type EventProvider) => throw null; - public System.Type EventProvider { get => throw null; } - public System.Type SourceInterface { get => throw null; } - } - public static class ComEventsHelper - { - public static void Combine(object rcw, System.Guid iid, int dispid, System.Delegate d) => throw null; - public static System.Delegate Remove(object rcw, System.Guid iid, int dispid, System.Delegate d) => throw null; - } - public class COMException : System.Runtime.InteropServices.ExternalException - { - public COMException() => throw null; - protected COMException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public COMException(string message) => throw null; - public COMException(string message, System.Exception inner) => throw null; - public COMException(string message, int errorCode) => throw null; - public override string ToString() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)1028, Inherited = false)] - public sealed class ComImportAttribute : System.Attribute - { - public ComImportAttribute() => throw null; - } - public enum ComInterfaceType - { - InterfaceIsDual = 0, - InterfaceIsIUnknown = 1, - InterfaceIsIDispatch = 2, - InterfaceIsIInspectable = 3, - } - public enum ComMemberType - { - Method = 0, - PropGet = 1, - PropSet = 2, - } - [System.AttributeUsage((System.AttributeTargets)64, Inherited = false)] - public sealed class ComRegisterFunctionAttribute : System.Attribute - { - public ComRegisterFunctionAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)4, Inherited = true)] - public sealed class ComSourceInterfacesAttribute : System.Attribute - { - public ComSourceInterfacesAttribute(string sourceInterfaces) => throw null; - public ComSourceInterfacesAttribute(System.Type sourceInterface) => throw null; - public ComSourceInterfacesAttribute(System.Type sourceInterface1, System.Type sourceInterface2) => throw null; - public ComSourceInterfacesAttribute(System.Type sourceInterface1, System.Type sourceInterface2, System.Type sourceInterface3) => throw null; - public ComSourceInterfacesAttribute(System.Type sourceInterface1, System.Type sourceInterface2, System.Type sourceInterface3, System.Type sourceInterface4) => throw null; - public string Value { get => throw null; } - } - namespace ComTypes - { - [System.Flags] - public enum ADVF - { - ADVF_NODATA = 1, - ADVF_PRIMEFIRST = 2, - ADVF_ONLYONCE = 4, - ADVFCACHE_NOHANDLER = 8, - ADVFCACHE_FORCEBUILTIN = 16, - ADVFCACHE_ONSAVE = 32, - ADVF_DATAONSTOP = 64, - } - public struct BIND_OPTS - { - public int cbStruct; - public int dwTickCountDeadline; - public int grfFlags; - public int grfMode; - } - public struct BINDPTR - { - public nint lpfuncdesc; - public nint lptcomp; - public nint lpvardesc; - } - public enum CALLCONV - { - CC_CDECL = 1, - CC_MSCPASCAL = 2, - CC_PASCAL = 2, - CC_MACPASCAL = 3, - CC_STDCALL = 4, - CC_RESERVED = 5, - CC_SYSCALL = 6, - CC_MPWCDECL = 7, - CC_MPWPASCAL = 8, - CC_MAX = 9, - } - public struct CONNECTDATA - { - public int dwCookie; - public object pUnk; - } - public enum DATADIR - { - DATADIR_GET = 1, - DATADIR_SET = 2, - } - public enum DESCKIND - { - DESCKIND_NONE = 0, - DESCKIND_FUNCDESC = 1, - DESCKIND_VARDESC = 2, - DESCKIND_TYPECOMP = 3, - DESCKIND_IMPLICITAPPOBJ = 4, - DESCKIND_MAX = 5, - } - public struct DISPPARAMS - { - public int cArgs; - public int cNamedArgs; - public nint rgdispidNamedArgs; - public nint rgvarg; - } - [System.Flags] - public enum DVASPECT - { - DVASPECT_CONTENT = 1, - DVASPECT_THUMBNAIL = 2, - DVASPECT_ICON = 4, - DVASPECT_DOCPRINT = 8, - } - public struct ELEMDESC - { - public System.Runtime.InteropServices.ComTypes.ELEMDESC.DESCUNION desc; - public struct DESCUNION - { - public System.Runtime.InteropServices.ComTypes.IDLDESC idldesc; - public System.Runtime.InteropServices.ComTypes.PARAMDESC paramdesc; - } - public System.Runtime.InteropServices.ComTypes.TYPEDESC tdesc; - } - public struct EXCEPINFO - { - public string bstrDescription; - public string bstrHelpFile; - public string bstrSource; - public int dwHelpContext; - public nint pfnDeferredFillIn; - public nint pvReserved; - public int scode; - public short wCode; - public short wReserved; - } - public struct FILETIME - { - public int dwHighDateTime; - public int dwLowDateTime; - } - public struct FORMATETC - { - public short cfFormat; - public System.Runtime.InteropServices.ComTypes.DVASPECT dwAspect; - public int lindex; - public nint ptd; - public System.Runtime.InteropServices.ComTypes.TYMED tymed; - } - public struct FUNCDESC - { - public System.Runtime.InteropServices.ComTypes.CALLCONV callconv; - public short cParams; - public short cParamsOpt; - public short cScodes; - public System.Runtime.InteropServices.ComTypes.ELEMDESC elemdescFunc; - public System.Runtime.InteropServices.ComTypes.FUNCKIND funckind; - public System.Runtime.InteropServices.ComTypes.INVOKEKIND invkind; - public nint lprgelemdescParam; - public nint lprgscode; - public int memid; - public short oVft; - public short wFuncFlags; - } - [System.Flags] - public enum FUNCFLAGS : short - { - FUNCFLAG_FRESTRICTED = 1, - FUNCFLAG_FSOURCE = 2, - FUNCFLAG_FBINDABLE = 4, - FUNCFLAG_FREQUESTEDIT = 8, - FUNCFLAG_FDISPLAYBIND = 16, - FUNCFLAG_FDEFAULTBIND = 32, - FUNCFLAG_FHIDDEN = 64, - FUNCFLAG_FUSESGETLASTERROR = 128, - FUNCFLAG_FDEFAULTCOLLELEM = 256, - FUNCFLAG_FUIDEFAULT = 512, - FUNCFLAG_FNONBROWSABLE = 1024, - FUNCFLAG_FREPLACEABLE = 2048, - FUNCFLAG_FIMMEDIATEBIND = 4096, - } - public enum FUNCKIND - { - FUNC_VIRTUAL = 0, - FUNC_PUREVIRTUAL = 1, - FUNC_NONVIRTUAL = 2, - FUNC_STATIC = 3, - FUNC_DISPATCH = 4, - } - public interface IAdviseSink - { - void OnClose(); - void OnDataChange(ref System.Runtime.InteropServices.ComTypes.FORMATETC format, ref System.Runtime.InteropServices.ComTypes.STGMEDIUM stgmedium); - void OnRename(System.Runtime.InteropServices.ComTypes.IMoniker moniker); - void OnSave(); - void OnViewChange(int aspect, int index); - } - public interface IBindCtx - { - void EnumObjectParam(out System.Runtime.InteropServices.ComTypes.IEnumString ppenum); - void GetBindOptions(ref System.Runtime.InteropServices.ComTypes.BIND_OPTS pbindopts); - void GetObjectParam(string pszKey, out object ppunk); - void GetRunningObjectTable(out System.Runtime.InteropServices.ComTypes.IRunningObjectTable pprot); - void RegisterObjectBound(object punk); - void RegisterObjectParam(string pszKey, object punk); - void ReleaseBoundObjects(); - void RevokeObjectBound(object punk); - int RevokeObjectParam(string pszKey); - void SetBindOptions(ref System.Runtime.InteropServices.ComTypes.BIND_OPTS pbindopts); - } - public interface IConnectionPoint - { - void Advise(object pUnkSink, out int pdwCookie); - void EnumConnections(out System.Runtime.InteropServices.ComTypes.IEnumConnections ppEnum); - void GetConnectionInterface(out System.Guid pIID); - void GetConnectionPointContainer(out System.Runtime.InteropServices.ComTypes.IConnectionPointContainer ppCPC); - void Unadvise(int dwCookie); - } - public interface IConnectionPointContainer - { - void EnumConnectionPoints(out System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints ppEnum); - void FindConnectionPoint(ref System.Guid riid, out System.Runtime.InteropServices.ComTypes.IConnectionPoint ppCP); - } - public interface IDataObject - { - int DAdvise(ref System.Runtime.InteropServices.ComTypes.FORMATETC pFormatetc, System.Runtime.InteropServices.ComTypes.ADVF advf, System.Runtime.InteropServices.ComTypes.IAdviseSink adviseSink, out int connection); - void DUnadvise(int connection); - int EnumDAdvise(out System.Runtime.InteropServices.ComTypes.IEnumSTATDATA enumAdvise); - System.Runtime.InteropServices.ComTypes.IEnumFORMATETC EnumFormatEtc(System.Runtime.InteropServices.ComTypes.DATADIR direction); - int GetCanonicalFormatEtc(ref System.Runtime.InteropServices.ComTypes.FORMATETC formatIn, out System.Runtime.InteropServices.ComTypes.FORMATETC formatOut); - void GetData(ref System.Runtime.InteropServices.ComTypes.FORMATETC format, out System.Runtime.InteropServices.ComTypes.STGMEDIUM medium); - void GetDataHere(ref System.Runtime.InteropServices.ComTypes.FORMATETC format, ref System.Runtime.InteropServices.ComTypes.STGMEDIUM medium); - int QueryGetData(ref System.Runtime.InteropServices.ComTypes.FORMATETC format); - void SetData(ref System.Runtime.InteropServices.ComTypes.FORMATETC formatIn, ref System.Runtime.InteropServices.ComTypes.STGMEDIUM medium, bool release); - } - public struct IDLDESC - { - public nint dwReserved; - public System.Runtime.InteropServices.ComTypes.IDLFLAG wIDLFlags; - } - [System.Flags] - public enum IDLFLAG : short - { - IDLFLAG_NONE = 0, - IDLFLAG_FIN = 1, - IDLFLAG_FOUT = 2, - IDLFLAG_FLCID = 4, - IDLFLAG_FRETVAL = 8, - } - public interface IEnumConnectionPoints - { - void Clone(out System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints ppenum); - int Next(int celt, System.Runtime.InteropServices.ComTypes.IConnectionPoint[] rgelt, nint pceltFetched); - void Reset(); - int Skip(int celt); - } - public interface IEnumConnections - { - void Clone(out System.Runtime.InteropServices.ComTypes.IEnumConnections ppenum); - int Next(int celt, System.Runtime.InteropServices.ComTypes.CONNECTDATA[] rgelt, nint pceltFetched); - void Reset(); - int Skip(int celt); - } - public interface IEnumFORMATETC - { - void Clone(out System.Runtime.InteropServices.ComTypes.IEnumFORMATETC newEnum); - int Next(int celt, System.Runtime.InteropServices.ComTypes.FORMATETC[] rgelt, int[] pceltFetched); - int Reset(); - int Skip(int celt); - } - public interface IEnumMoniker - { - void Clone(out System.Runtime.InteropServices.ComTypes.IEnumMoniker ppenum); - int Next(int celt, System.Runtime.InteropServices.ComTypes.IMoniker[] rgelt, nint pceltFetched); - void Reset(); - int Skip(int celt); - } - public interface IEnumSTATDATA - { - void Clone(out System.Runtime.InteropServices.ComTypes.IEnumSTATDATA newEnum); - int Next(int celt, System.Runtime.InteropServices.ComTypes.STATDATA[] rgelt, int[] pceltFetched); - int Reset(); - int Skip(int celt); - } - public interface IEnumString - { - void Clone(out System.Runtime.InteropServices.ComTypes.IEnumString ppenum); - int Next(int celt, string[] rgelt, nint pceltFetched); - void Reset(); - int Skip(int celt); - } - public interface IEnumVARIANT - { - System.Runtime.InteropServices.ComTypes.IEnumVARIANT Clone(); - int Next(int celt, object[] rgVar, nint pceltFetched); - int Reset(); - int Skip(int celt); - } - public interface IMoniker - { - void BindToObject(System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker pmkToLeft, ref System.Guid riidResult, out object ppvResult); - void BindToStorage(System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker pmkToLeft, ref System.Guid riid, out object ppvObj); - void CommonPrefixWith(System.Runtime.InteropServices.ComTypes.IMoniker pmkOther, out System.Runtime.InteropServices.ComTypes.IMoniker ppmkPrefix); - void ComposeWith(System.Runtime.InteropServices.ComTypes.IMoniker pmkRight, bool fOnlyIfNotGeneric, out System.Runtime.InteropServices.ComTypes.IMoniker ppmkComposite); - void Enum(bool fForward, out System.Runtime.InteropServices.ComTypes.IEnumMoniker ppenumMoniker); - void GetClassID(out System.Guid pClassID); - void GetDisplayName(System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker pmkToLeft, out string ppszDisplayName); - void GetSizeMax(out long pcbSize); - void GetTimeOfLastChange(System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker pmkToLeft, out System.Runtime.InteropServices.ComTypes.FILETIME pFileTime); - void Hash(out int pdwHash); - void Inverse(out System.Runtime.InteropServices.ComTypes.IMoniker ppmk); - int IsDirty(); - int IsEqual(System.Runtime.InteropServices.ComTypes.IMoniker pmkOtherMoniker); - int IsRunning(System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker pmkToLeft, System.Runtime.InteropServices.ComTypes.IMoniker pmkNewlyRunning); - int IsSystemMoniker(out int pdwMksys); - void Load(System.Runtime.InteropServices.ComTypes.IStream pStm); - void ParseDisplayName(System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker pmkToLeft, string pszDisplayName, out int pchEaten, out System.Runtime.InteropServices.ComTypes.IMoniker ppmkOut); - void Reduce(System.Runtime.InteropServices.ComTypes.IBindCtx pbc, int dwReduceHowFar, ref System.Runtime.InteropServices.ComTypes.IMoniker ppmkToLeft, out System.Runtime.InteropServices.ComTypes.IMoniker ppmkReduced); - void RelativePathTo(System.Runtime.InteropServices.ComTypes.IMoniker pmkOther, out System.Runtime.InteropServices.ComTypes.IMoniker ppmkRelPath); - void Save(System.Runtime.InteropServices.ComTypes.IStream pStm, bool fClearDirty); - } - [System.Flags] - public enum IMPLTYPEFLAGS - { - IMPLTYPEFLAG_FDEFAULT = 1, - IMPLTYPEFLAG_FSOURCE = 2, - IMPLTYPEFLAG_FRESTRICTED = 4, - IMPLTYPEFLAG_FDEFAULTVTABLE = 8, - } - [System.Flags] - public enum INVOKEKIND - { - INVOKE_FUNC = 1, - INVOKE_PROPERTYGET = 2, - INVOKE_PROPERTYPUT = 4, - INVOKE_PROPERTYPUTREF = 8, - } - public interface IPersistFile - { - void GetClassID(out System.Guid pClassID); - void GetCurFile(out string ppszFileName); - int IsDirty(); - void Load(string pszFileName, int dwMode); - void Save(string pszFileName, bool fRemember); - void SaveCompleted(string pszFileName); - } - public interface IRunningObjectTable - { - void EnumRunning(out System.Runtime.InteropServices.ComTypes.IEnumMoniker ppenumMoniker); - int GetObject(System.Runtime.InteropServices.ComTypes.IMoniker pmkObjectName, out object ppunkObject); - int GetTimeOfLastChange(System.Runtime.InteropServices.ComTypes.IMoniker pmkObjectName, out System.Runtime.InteropServices.ComTypes.FILETIME pfiletime); - int IsRunning(System.Runtime.InteropServices.ComTypes.IMoniker pmkObjectName); - void NoteChangeTime(int dwRegister, ref System.Runtime.InteropServices.ComTypes.FILETIME pfiletime); - int Register(int grfFlags, object punkObject, System.Runtime.InteropServices.ComTypes.IMoniker pmkObjectName); - void Revoke(int dwRegister); - } - public interface IStream - { - void Clone(out System.Runtime.InteropServices.ComTypes.IStream ppstm); - void Commit(int grfCommitFlags); - void CopyTo(System.Runtime.InteropServices.ComTypes.IStream pstm, long cb, nint pcbRead, nint pcbWritten); - void LockRegion(long libOffset, long cb, int dwLockType); - void Read(byte[] pv, int cb, nint pcbRead); - void Revert(); - void Seek(long dlibMove, int dwOrigin, nint plibNewPosition); - void SetSize(long libNewSize); - void Stat(out System.Runtime.InteropServices.ComTypes.STATSTG pstatstg, int grfStatFlag); - void UnlockRegion(long libOffset, long cb, int dwLockType); - void Write(byte[] pv, int cb, nint pcbWritten); - } - public interface ITypeComp - { - void Bind(string szName, int lHashVal, short wFlags, out System.Runtime.InteropServices.ComTypes.ITypeInfo ppTInfo, out System.Runtime.InteropServices.ComTypes.DESCKIND pDescKind, out System.Runtime.InteropServices.ComTypes.BINDPTR pBindPtr); - void BindType(string szName, int lHashVal, out System.Runtime.InteropServices.ComTypes.ITypeInfo ppTInfo, out System.Runtime.InteropServices.ComTypes.ITypeComp ppTComp); - } - public interface ITypeInfo - { - void AddressOfMember(int memid, System.Runtime.InteropServices.ComTypes.INVOKEKIND invKind, out nint ppv); - void CreateInstance(object pUnkOuter, ref System.Guid riid, out object ppvObj); - void GetContainingTypeLib(out System.Runtime.InteropServices.ComTypes.ITypeLib ppTLB, out int pIndex); - void GetDllEntry(int memid, System.Runtime.InteropServices.ComTypes.INVOKEKIND invKind, nint pBstrDllName, nint pBstrName, nint pwOrdinal); - void GetDocumentation(int index, out string strName, out string strDocString, out int dwHelpContext, out string strHelpFile); - void GetFuncDesc(int index, out nint ppFuncDesc); - void GetIDsOfNames(string[] rgszNames, int cNames, int[] pMemId); - void GetImplTypeFlags(int index, out System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS pImplTypeFlags); - void GetMops(int memid, out string pBstrMops); - void GetNames(int memid, string[] rgBstrNames, int cMaxNames, out int pcNames); - void GetRefTypeInfo(int hRef, out System.Runtime.InteropServices.ComTypes.ITypeInfo ppTI); - void GetRefTypeOfImplType(int index, out int href); - void GetTypeAttr(out nint ppTypeAttr); - void GetTypeComp(out System.Runtime.InteropServices.ComTypes.ITypeComp ppTComp); - void GetVarDesc(int index, out nint ppVarDesc); - void Invoke(object pvInstance, int memid, short wFlags, ref System.Runtime.InteropServices.ComTypes.DISPPARAMS pDispParams, nint pVarResult, nint pExcepInfo, out int puArgErr); - void ReleaseFuncDesc(nint pFuncDesc); - void ReleaseTypeAttr(nint pTypeAttr); - void ReleaseVarDesc(nint pVarDesc); - } - public interface ITypeInfo2 : System.Runtime.InteropServices.ComTypes.ITypeInfo - { - void AddressOfMember(int memid, System.Runtime.InteropServices.ComTypes.INVOKEKIND invKind, out nint ppv); - void CreateInstance(object pUnkOuter, ref System.Guid riid, out object ppvObj); - void GetAllCustData(nint pCustData); - void GetAllFuncCustData(int index, nint pCustData); - void GetAllImplTypeCustData(int index, nint pCustData); - void GetAllParamCustData(int indexFunc, int indexParam, nint pCustData); - void GetAllVarCustData(int index, nint pCustData); - void GetContainingTypeLib(out System.Runtime.InteropServices.ComTypes.ITypeLib ppTLB, out int pIndex); - void GetCustData(ref System.Guid guid, out object pVarVal); - void GetDllEntry(int memid, System.Runtime.InteropServices.ComTypes.INVOKEKIND invKind, nint pBstrDllName, nint pBstrName, nint pwOrdinal); - void GetDocumentation(int index, out string strName, out string strDocString, out int dwHelpContext, out string strHelpFile); - void GetDocumentation2(int memid, out string pbstrHelpString, out int pdwHelpStringContext, out string pbstrHelpStringDll); - void GetFuncCustData(int index, ref System.Guid guid, out object pVarVal); - void GetFuncDesc(int index, out nint ppFuncDesc); - void GetFuncIndexOfMemId(int memid, System.Runtime.InteropServices.ComTypes.INVOKEKIND invKind, out int pFuncIndex); - void GetIDsOfNames(string[] rgszNames, int cNames, int[] pMemId); - void GetImplTypeCustData(int index, ref System.Guid guid, out object pVarVal); - void GetImplTypeFlags(int index, out System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS pImplTypeFlags); - void GetMops(int memid, out string pBstrMops); - void GetNames(int memid, string[] rgBstrNames, int cMaxNames, out int pcNames); - void GetParamCustData(int indexFunc, int indexParam, ref System.Guid guid, out object pVarVal); - void GetRefTypeInfo(int hRef, out System.Runtime.InteropServices.ComTypes.ITypeInfo ppTI); - void GetRefTypeOfImplType(int index, out int href); - void GetTypeAttr(out nint ppTypeAttr); - void GetTypeComp(out System.Runtime.InteropServices.ComTypes.ITypeComp ppTComp); - void GetTypeFlags(out int pTypeFlags); - void GetTypeKind(out System.Runtime.InteropServices.ComTypes.TYPEKIND pTypeKind); - void GetVarCustData(int index, ref System.Guid guid, out object pVarVal); - void GetVarDesc(int index, out nint ppVarDesc); - void GetVarIndexOfMemId(int memid, out int pVarIndex); - void Invoke(object pvInstance, int memid, short wFlags, ref System.Runtime.InteropServices.ComTypes.DISPPARAMS pDispParams, nint pVarResult, nint pExcepInfo, out int puArgErr); - void ReleaseFuncDesc(nint pFuncDesc); - void ReleaseTypeAttr(nint pTypeAttr); - void ReleaseVarDesc(nint pVarDesc); - } - public interface ITypeLib - { - void FindName(string szNameBuf, int lHashVal, System.Runtime.InteropServices.ComTypes.ITypeInfo[] ppTInfo, int[] rgMemId, ref short pcFound); - void GetDocumentation(int index, out string strName, out string strDocString, out int dwHelpContext, out string strHelpFile); - void GetLibAttr(out nint ppTLibAttr); - void GetTypeComp(out System.Runtime.InteropServices.ComTypes.ITypeComp ppTComp); - void GetTypeInfo(int index, out System.Runtime.InteropServices.ComTypes.ITypeInfo ppTI); - int GetTypeInfoCount(); - void GetTypeInfoOfGuid(ref System.Guid guid, out System.Runtime.InteropServices.ComTypes.ITypeInfo ppTInfo); - void GetTypeInfoType(int index, out System.Runtime.InteropServices.ComTypes.TYPEKIND pTKind); - bool IsName(string szNameBuf, int lHashVal); - void ReleaseTLibAttr(nint pTLibAttr); - } - public interface ITypeLib2 : System.Runtime.InteropServices.ComTypes.ITypeLib - { - void FindName(string szNameBuf, int lHashVal, System.Runtime.InteropServices.ComTypes.ITypeInfo[] ppTInfo, int[] rgMemId, ref short pcFound); - void GetAllCustData(nint pCustData); - void GetCustData(ref System.Guid guid, out object pVarVal); - void GetDocumentation(int index, out string strName, out string strDocString, out int dwHelpContext, out string strHelpFile); - void GetDocumentation2(int index, out string pbstrHelpString, out int pdwHelpStringContext, out string pbstrHelpStringDll); - void GetLibAttr(out nint ppTLibAttr); - void GetLibStatistics(nint pcUniqueNames, out int pcchUniqueNames); - void GetTypeComp(out System.Runtime.InteropServices.ComTypes.ITypeComp ppTComp); - void GetTypeInfo(int index, out System.Runtime.InteropServices.ComTypes.ITypeInfo ppTI); - int GetTypeInfoCount(); - void GetTypeInfoOfGuid(ref System.Guid guid, out System.Runtime.InteropServices.ComTypes.ITypeInfo ppTInfo); - void GetTypeInfoType(int index, out System.Runtime.InteropServices.ComTypes.TYPEKIND pTKind); - bool IsName(string szNameBuf, int lHashVal); - void ReleaseTLibAttr(nint pTLibAttr); - } - [System.Flags] - public enum LIBFLAGS : short - { - LIBFLAG_FRESTRICTED = 1, - LIBFLAG_FCONTROL = 2, - LIBFLAG_FHIDDEN = 4, - LIBFLAG_FHASDISKIMAGE = 8, - } - public struct PARAMDESC - { - public nint lpVarValue; - public System.Runtime.InteropServices.ComTypes.PARAMFLAG wParamFlags; - } - [System.Flags] - public enum PARAMFLAG : short - { - PARAMFLAG_NONE = 0, - PARAMFLAG_FIN = 1, - PARAMFLAG_FOUT = 2, - PARAMFLAG_FLCID = 4, - PARAMFLAG_FRETVAL = 8, - PARAMFLAG_FOPT = 16, - PARAMFLAG_FHASDEFAULT = 32, - PARAMFLAG_FHASCUSTDATA = 64, - } - public struct STATDATA - { - public System.Runtime.InteropServices.ComTypes.ADVF advf; - public System.Runtime.InteropServices.ComTypes.IAdviseSink advSink; - public int connection; - public System.Runtime.InteropServices.ComTypes.FORMATETC formatetc; - } - public struct STATSTG - { - public System.Runtime.InteropServices.ComTypes.FILETIME atime; - public long cbSize; - public System.Guid clsid; - public System.Runtime.InteropServices.ComTypes.FILETIME ctime; - public int grfLocksSupported; - public int grfMode; - public int grfStateBits; - public System.Runtime.InteropServices.ComTypes.FILETIME mtime; - public string pwcsName; - public int reserved; - public int type; - } - public struct STGMEDIUM - { - public object pUnkForRelease; - public System.Runtime.InteropServices.ComTypes.TYMED tymed; - public nint unionmember; - } - public enum SYSKIND - { - SYS_WIN16 = 0, - SYS_WIN32 = 1, - SYS_MAC = 2, - SYS_WIN64 = 3, - } - [System.Flags] - public enum TYMED - { - TYMED_NULL = 0, - TYMED_HGLOBAL = 1, - TYMED_FILE = 2, - TYMED_ISTREAM = 4, - TYMED_ISTORAGE = 8, - TYMED_GDI = 16, - TYMED_MFPICT = 32, - TYMED_ENHMF = 64, - } - public struct TYPEATTR - { - public short cbAlignment; - public int cbSizeInstance; - public short cbSizeVft; - public short cFuncs; - public short cImplTypes; - public short cVars; - public int dwReserved; - public System.Guid guid; - public System.Runtime.InteropServices.ComTypes.IDLDESC idldescType; - public int lcid; - public nint lpstrSchema; - public const int MEMBER_ID_NIL = -1; - public int memidConstructor; - public int memidDestructor; - public System.Runtime.InteropServices.ComTypes.TYPEDESC tdescAlias; - public System.Runtime.InteropServices.ComTypes.TYPEKIND typekind; - public short wMajorVerNum; - public short wMinorVerNum; - public System.Runtime.InteropServices.ComTypes.TYPEFLAGS wTypeFlags; - } - public struct TYPEDESC - { - public nint lpValue; - public short vt; - } - [System.Flags] - public enum TYPEFLAGS : short - { - TYPEFLAG_FAPPOBJECT = 1, - TYPEFLAG_FCANCREATE = 2, - TYPEFLAG_FLICENSED = 4, - TYPEFLAG_FPREDECLID = 8, - TYPEFLAG_FHIDDEN = 16, - TYPEFLAG_FCONTROL = 32, - TYPEFLAG_FDUAL = 64, - TYPEFLAG_FNONEXTENSIBLE = 128, - TYPEFLAG_FOLEAUTOMATION = 256, - TYPEFLAG_FRESTRICTED = 512, - TYPEFLAG_FAGGREGATABLE = 1024, - TYPEFLAG_FREPLACEABLE = 2048, - TYPEFLAG_FDISPATCHABLE = 4096, - TYPEFLAG_FREVERSEBIND = 8192, - TYPEFLAG_FPROXY = 16384, - } - public enum TYPEKIND - { - TKIND_ENUM = 0, - TKIND_RECORD = 1, - TKIND_MODULE = 2, - TKIND_INTERFACE = 3, - TKIND_DISPATCH = 4, - TKIND_COCLASS = 5, - TKIND_ALIAS = 6, - TKIND_UNION = 7, - TKIND_MAX = 8, - } - public struct TYPELIBATTR - { - public System.Guid guid; - public int lcid; - public System.Runtime.InteropServices.ComTypes.SYSKIND syskind; - public System.Runtime.InteropServices.ComTypes.LIBFLAGS wLibFlags; - public short wMajorVerNum; - public short wMinorVerNum; - } - public struct VARDESC - { - public System.Runtime.InteropServices.ComTypes.VARDESC.DESCUNION desc; - public struct DESCUNION - { - public nint lpvarValue; - public int oInst; - } - public System.Runtime.InteropServices.ComTypes.ELEMDESC elemdescVar; - public string lpstrSchema; - public int memid; - public System.Runtime.InteropServices.ComTypes.VARKIND varkind; - public short wVarFlags; - } - [System.Flags] - public enum VARFLAGS : short - { - VARFLAG_FREADONLY = 1, - VARFLAG_FSOURCE = 2, - VARFLAG_FBINDABLE = 4, - VARFLAG_FREQUESTEDIT = 8, - VARFLAG_FDISPLAYBIND = 16, - VARFLAG_FDEFAULTBIND = 32, - VARFLAG_FHIDDEN = 64, - VARFLAG_FRESTRICTED = 128, - VARFLAG_FDEFAULTCOLLELEM = 256, - VARFLAG_FUIDEFAULT = 512, - VARFLAG_FNONBROWSABLE = 1024, - VARFLAG_FREPLACEABLE = 2048, - VARFLAG_FIMMEDIATEBIND = 4096, - } - public enum VARKIND - { - VAR_PERINSTANCE = 0, - VAR_STATIC = 1, - VAR_CONST = 2, - VAR_DISPATCH = 3, - } - } - [System.AttributeUsage((System.AttributeTargets)64, Inherited = false)] - public sealed class ComUnregisterFunctionAttribute : System.Attribute - { - public ComUnregisterFunctionAttribute() => throw null; - } - public abstract class ComWrappers - { - public struct ComInterfaceDispatch - { - public static unsafe T GetInstance(System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* dispatchPtr) where T : class => throw null; - public nint Vtable; - } - public struct ComInterfaceEntry - { - public System.Guid IID; - public nint Vtable; - } - protected abstract unsafe System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry* ComputeVtables(object obj, System.Runtime.InteropServices.CreateComInterfaceFlags flags, out int count); - protected abstract object CreateObject(nint externalComObject, System.Runtime.InteropServices.CreateObjectFlags flags); - protected ComWrappers() => throw null; - public static void GetIUnknownImpl(out nint fpQueryInterface, out nint fpAddRef, out nint fpRelease) => throw null; - public nint GetOrCreateComInterfaceForObject(object instance, System.Runtime.InteropServices.CreateComInterfaceFlags flags) => throw null; - public object GetOrCreateObjectForComInstance(nint externalComObject, System.Runtime.InteropServices.CreateObjectFlags flags) => throw null; - public object GetOrRegisterObjectForComInstance(nint externalComObject, System.Runtime.InteropServices.CreateObjectFlags flags, object wrapper) => throw null; - public object GetOrRegisterObjectForComInstance(nint externalComObject, System.Runtime.InteropServices.CreateObjectFlags flags, object wrapper, nint inner) => throw null; - public static void RegisterForMarshalling(System.Runtime.InteropServices.ComWrappers instance) => throw null; - public static void RegisterForTrackerSupport(System.Runtime.InteropServices.ComWrappers instance) => throw null; - protected abstract void ReleaseObjects(System.Collections.IEnumerable objects); - public static bool TryGetComInstance(object obj, out nint unknown) => throw null; - public static bool TryGetObject(nint unknown, out object obj) => throw null; - } - [System.Flags] - public enum CreateComInterfaceFlags - { - None = 0, - CallerDefinedIUnknown = 1, - TrackerSupport = 2, - } - [System.Flags] - public enum CreateObjectFlags - { - None = 0, - TrackerObject = 1, - UniqueInstance = 2, - Aggregation = 4, - Unwrap = 8, - } - public struct CULong : System.IEquatable - { - public CULong(uint value) => throw null; - public CULong(nuint value) => throw null; - public override bool Equals(object o) => throw null; - public bool Equals(System.Runtime.InteropServices.CULong other) => throw null; - public override int GetHashCode() => throw null; - public override string ToString() => throw null; - public nuint Value { get => throw null; } - } - public sealed class CurrencyWrapper - { - public CurrencyWrapper(decimal obj) => throw null; - public CurrencyWrapper(object obj) => throw null; - public decimal WrappedObject { get => throw null; } - } - public enum CustomQueryInterfaceMode - { - Ignore = 0, - Allow = 1, - } - public enum CustomQueryInterfaceResult - { - Handled = 0, - NotHandled = 1, - Failed = 2, - } - [System.AttributeUsage((System.AttributeTargets)2, Inherited = false)] - public sealed class DefaultCharSetAttribute : System.Attribute - { - public System.Runtime.InteropServices.CharSet CharSet { get => throw null; } - public DefaultCharSetAttribute(System.Runtime.InteropServices.CharSet charSet) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)65, AllowMultiple = false)] - public sealed class DefaultDllImportSearchPathsAttribute : System.Attribute - { - public DefaultDllImportSearchPathsAttribute(System.Runtime.InteropServices.DllImportSearchPath paths) => throw null; - public System.Runtime.InteropServices.DllImportSearchPath Paths { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)2048)] - public sealed class DefaultParameterValueAttribute : System.Attribute - { - public DefaultParameterValueAttribute(object value) => throw null; - public object Value { get => throw null; } - } - public sealed class DispatchWrapper - { - public DispatchWrapper(object obj) => throw null; - public object WrappedObject { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)960, Inherited = false)] - public sealed class DispIdAttribute : System.Attribute - { - public DispIdAttribute(int dispId) => throw null; - public int Value { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)64, Inherited = false)] - public sealed class DllImportAttribute : System.Attribute - { - public bool BestFitMapping; - public System.Runtime.InteropServices.CallingConvention CallingConvention; - public System.Runtime.InteropServices.CharSet CharSet; - public DllImportAttribute(string dllName) => throw null; - public string EntryPoint; - public bool ExactSpelling; - public bool PreserveSig; - public bool SetLastError; - public bool ThrowOnUnmappableChar; - public string Value { get => throw null; } - } - public delegate nint DllImportResolver(string libraryName, System.Reflection.Assembly assembly, System.Runtime.InteropServices.DllImportSearchPath? searchPath); - [System.Flags] - public enum DllImportSearchPath - { - LegacyBehavior = 0, - AssemblyDirectory = 2, - UseDllDirectoryForDependencies = 256, - ApplicationDirectory = 512, - UserDirectories = 1024, - System32 = 2048, - SafeDirectories = 4096, - } - [System.AttributeUsage((System.AttributeTargets)1024, AllowMultiple = false, Inherited = false)] - public sealed class DynamicInterfaceCastableImplementationAttribute : System.Attribute - { - public DynamicInterfaceCastableImplementationAttribute() => throw null; - } - public sealed class ErrorWrapper - { - public ErrorWrapper(System.Exception e) => throw null; - public ErrorWrapper(int errorCode) => throw null; - public ErrorWrapper(object errorCode) => throw null; - public int ErrorCode { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)5149, Inherited = false)] - public sealed class GuidAttribute : System.Attribute - { - public GuidAttribute(string guid) => throw null; - public string Value { get => throw null; } - } - public sealed class HandleCollector - { - public void Add() => throw null; - public int Count { get => throw null; } - public HandleCollector(string name, int initialThreshold) => throw null; - public HandleCollector(string name, int initialThreshold, int maximumThreshold) => throw null; - public int InitialThreshold { get => throw null; } - public int MaximumThreshold { get => throw null; } - public string Name { get => throw null; } - public void Remove() => throw null; - } - public struct HandleRef - { - public HandleRef(object wrapper, nint handle) => throw null; - public nint Handle { get => throw null; } - public static explicit operator nint(System.Runtime.InteropServices.HandleRef value) => throw null; - public static nint ToIntPtr(System.Runtime.InteropServices.HandleRef value) => throw null; - public object Wrapper { get => throw null; } - } - public interface ICustomAdapter - { - object GetUnderlyingObject(); - } - public interface ICustomFactory - { - System.MarshalByRefObject CreateInstance(System.Type serverType); - } - public interface ICustomMarshaler - { - void CleanUpManagedData(object ManagedObj); - void CleanUpNativeData(nint pNativeData); - int GetNativeDataSize(); - nint MarshalManagedToNative(object ManagedObj); - object MarshalNativeToManaged(nint pNativeData); - } - public interface ICustomQueryInterface - { - System.Runtime.InteropServices.CustomQueryInterfaceResult GetInterface(ref System.Guid iid, out nint ppv); - } - public interface IDynamicInterfaceCastable - { - System.RuntimeTypeHandle GetInterfaceImplementation(System.RuntimeTypeHandle interfaceType); - bool IsInterfaceImplemented(System.RuntimeTypeHandle interfaceType, bool throwIfNotImplemented); - } - [System.AttributeUsage((System.AttributeTargets)1, Inherited = false)] - public sealed class ImportedFromTypeLibAttribute : System.Attribute - { - public ImportedFromTypeLibAttribute(string tlbFile) => throw null; - public string Value { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)1024, Inherited = false)] - public sealed class InterfaceTypeAttribute : System.Attribute - { - public InterfaceTypeAttribute(short interfaceType) => throw null; - public InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType interfaceType) => throw null; - public System.Runtime.InteropServices.ComInterfaceType Value { get => throw null; } - } - public class InvalidComObjectException : System.SystemException - { - public InvalidComObjectException() => throw null; - protected InvalidComObjectException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public InvalidComObjectException(string message) => throw null; - public InvalidComObjectException(string message, System.Exception inner) => throw null; - } - public class InvalidOleVariantTypeException : System.SystemException - { - public InvalidOleVariantTypeException() => throw null; - protected InvalidOleVariantTypeException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public InvalidOleVariantTypeException(string message) => throw null; - public InvalidOleVariantTypeException(string message, System.Exception inner) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)64, Inherited = false)] - public sealed class LCIDConversionAttribute : System.Attribute - { - public LCIDConversionAttribute(int lcid) => throw null; - public int Value { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)64, AllowMultiple = false, Inherited = false)] - public sealed class LibraryImportAttribute : System.Attribute - { - public LibraryImportAttribute(string libraryName) => throw null; - public string EntryPoint { get => throw null; set { } } - public string LibraryName { get => throw null; } - public bool SetLastError { get => throw null; set { } } - public System.Runtime.InteropServices.StringMarshalling StringMarshalling { get => throw null; set { } } - public System.Type StringMarshallingCustomType { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)64, Inherited = false, AllowMultiple = false)] - public sealed class ManagedToNativeComInteropStubAttribute : System.Attribute - { - public System.Type ClassType { get => throw null; } - public ManagedToNativeComInteropStubAttribute(System.Type classType, string methodName) => throw null; - public string MethodName { get => throw null; } - } - public static class Marshal - { - public static int AddRef(nint pUnk) => throw null; - public static nint AllocCoTaskMem(int cb) => throw null; - public static nint AllocHGlobal(int cb) => throw null; - public static nint AllocHGlobal(nint cb) => throw null; - public static bool AreComObjectsAvailableForCleanup() => throw null; - public static object BindToMoniker(string monikerName) => throw null; - public static void ChangeWrapperHandleStrength(object otp, bool fIsWeak) => throw null; - public static void CleanupUnusedObjectsInCurrentContext() => throw null; - public static void Copy(byte[] source, int startIndex, nint destination, int length) => throw null; - public static void Copy(char[] source, int startIndex, nint destination, int length) => throw null; - public static void Copy(double[] source, int startIndex, nint destination, int length) => throw null; - public static void Copy(short[] source, int startIndex, nint destination, int length) => throw null; - public static void Copy(int[] source, int startIndex, nint destination, int length) => throw null; - public static void Copy(long[] source, int startIndex, nint destination, int length) => throw null; - public static void Copy(nint source, byte[] destination, int startIndex, int length) => throw null; - public static void Copy(nint source, char[] destination, int startIndex, int length) => throw null; - public static void Copy(nint source, double[] destination, int startIndex, int length) => throw null; - public static void Copy(nint source, short[] destination, int startIndex, int length) => throw null; - public static void Copy(nint source, int[] destination, int startIndex, int length) => throw null; - public static void Copy(nint source, long[] destination, int startIndex, int length) => throw null; - public static void Copy(nint source, nint[] destination, int startIndex, int length) => throw null; - public static void Copy(nint source, float[] destination, int startIndex, int length) => throw null; - public static void Copy(nint[] source, int startIndex, nint destination, int length) => throw null; - public static void Copy(float[] source, int startIndex, nint destination, int length) => throw null; - public static nint CreateAggregatedObject(nint pOuter, object o) => throw null; - public static nint CreateAggregatedObject(nint pOuter, T o) => throw null; - public static object CreateWrapperOfType(object o, System.Type t) => throw null; - public static TWrapper CreateWrapperOfType(T o) => throw null; - public static void DestroyStructure(nint ptr, System.Type structuretype) => throw null; - public static void DestroyStructure(nint ptr) => throw null; - public static int FinalReleaseComObject(object o) => throw null; - public static void FreeBSTR(nint ptr) => throw null; - public static void FreeCoTaskMem(nint ptr) => throw null; - public static void FreeHGlobal(nint hglobal) => throw null; - public static System.Guid GenerateGuidForType(System.Type type) => throw null; - public static string GenerateProgIdForType(System.Type type) => throw null; - public static nint GetComInterfaceForObject(object o, System.Type T) => throw null; - public static nint GetComInterfaceForObject(object o, System.Type T, System.Runtime.InteropServices.CustomQueryInterfaceMode mode) => throw null; - public static nint GetComInterfaceForObject(T o) => throw null; - public static object GetComObjectData(object obj, object key) => throw null; - public static System.Delegate GetDelegateForFunctionPointer(nint ptr, System.Type t) => throw null; - public static TDelegate GetDelegateForFunctionPointer(nint ptr) => throw null; - public static int GetEndComSlot(System.Type t) => throw null; - public static int GetExceptionCode() => throw null; - public static System.Exception GetExceptionForHR(int errorCode) => throw null; - public static System.Exception GetExceptionForHR(int errorCode, nint errorInfo) => throw null; - public static nint GetExceptionPointers() => throw null; - public static nint GetFunctionPointerForDelegate(System.Delegate d) => throw null; - public static nint GetFunctionPointerForDelegate(TDelegate d) => throw null; - public static nint GetHINSTANCE(System.Reflection.Module m) => throw null; - public static int GetHRForException(System.Exception e) => throw null; - public static int GetHRForLastWin32Error() => throw null; - public static nint GetIDispatchForObject(object o) => throw null; - public static nint GetIUnknownForObject(object o) => throw null; - public static int GetLastPInvokeError() => throw null; - public static string GetLastPInvokeErrorMessage() => throw null; - public static int GetLastSystemError() => throw null; - public static int GetLastWin32Error() => throw null; - public static void GetNativeVariantForObject(object obj, nint pDstNativeVariant) => throw null; - public static void GetNativeVariantForObject(T obj, nint pDstNativeVariant) => throw null; - public static object GetObjectForIUnknown(nint pUnk) => throw null; - public static object GetObjectForNativeVariant(nint pSrcNativeVariant) => throw null; - public static T GetObjectForNativeVariant(nint pSrcNativeVariant) => throw null; - public static object[] GetObjectsForNativeVariants(nint aSrcNativeVariant, int cVars) => throw null; - public static T[] GetObjectsForNativeVariants(nint aSrcNativeVariant, int cVars) => throw null; - public static string GetPInvokeErrorMessage(int error) => throw null; - public static int GetStartComSlot(System.Type t) => throw null; - public static object GetTypedObjectForIUnknown(nint pUnk, System.Type t) => throw null; - public static System.Type GetTypeFromCLSID(System.Guid clsid) => throw null; - public static string GetTypeInfoName(System.Runtime.InteropServices.ComTypes.ITypeInfo typeInfo) => throw null; - public static object GetUniqueObjectForIUnknown(nint unknown) => throw null; - public static void InitHandle(System.Runtime.InteropServices.SafeHandle safeHandle, nint handle) => throw null; - public static bool IsComObject(object o) => throw null; - public static bool IsTypeVisibleFromCom(System.Type t) => throw null; - public static nint OffsetOf(System.Type t, string fieldName) => throw null; - public static nint OffsetOf(string fieldName) => throw null; - public static void Prelink(System.Reflection.MethodInfo m) => throw null; - public static void PrelinkAll(System.Type c) => throw null; - public static string PtrToStringAnsi(nint ptr) => throw null; - public static string PtrToStringAnsi(nint ptr, int len) => throw null; - public static string PtrToStringAuto(nint ptr) => throw null; - public static string PtrToStringAuto(nint ptr, int len) => throw null; - public static string PtrToStringBSTR(nint ptr) => throw null; - public static string PtrToStringUni(nint ptr) => throw null; - public static string PtrToStringUni(nint ptr, int len) => throw null; - public static string PtrToStringUTF8(nint ptr) => throw null; - public static string PtrToStringUTF8(nint ptr, int byteLen) => throw null; - public static void PtrToStructure(nint ptr, object structure) => throw null; - public static object PtrToStructure(nint ptr, System.Type structureType) => throw null; - public static T PtrToStructure(nint ptr) => throw null; - public static void PtrToStructure(nint ptr, T structure) => throw null; - public static int QueryInterface(nint pUnk, ref readonly System.Guid iid, out nint ppv) => throw null; - public static byte ReadByte(nint ptr) => throw null; - public static byte ReadByte(nint ptr, int ofs) => throw null; - public static byte ReadByte(object ptr, int ofs) => throw null; - public static short ReadInt16(nint ptr) => throw null; - public static short ReadInt16(nint ptr, int ofs) => throw null; - public static short ReadInt16(object ptr, int ofs) => throw null; - public static int ReadInt32(nint ptr) => throw null; - public static int ReadInt32(nint ptr, int ofs) => throw null; - public static int ReadInt32(object ptr, int ofs) => throw null; - public static long ReadInt64(nint ptr) => throw null; - public static long ReadInt64(nint ptr, int ofs) => throw null; - public static long ReadInt64(object ptr, int ofs) => throw null; - public static nint ReadIntPtr(nint ptr) => throw null; - public static nint ReadIntPtr(nint ptr, int ofs) => throw null; - public static nint ReadIntPtr(object ptr, int ofs) => throw null; - public static nint ReAllocCoTaskMem(nint pv, int cb) => throw null; - public static nint ReAllocHGlobal(nint pv, nint cb) => throw null; - public static int Release(nint pUnk) => throw null; - public static int ReleaseComObject(object o) => throw null; - public static nint SecureStringToBSTR(System.Security.SecureString s) => throw null; - public static nint SecureStringToCoTaskMemAnsi(System.Security.SecureString s) => throw null; - public static nint SecureStringToCoTaskMemUnicode(System.Security.SecureString s) => throw null; - public static nint SecureStringToGlobalAllocAnsi(System.Security.SecureString s) => throw null; - public static nint SecureStringToGlobalAllocUnicode(System.Security.SecureString s) => throw null; - public static bool SetComObjectData(object obj, object key, object data) => throw null; - public static void SetLastPInvokeError(int error) => throw null; - public static void SetLastSystemError(int error) => throw null; - public static int SizeOf(object structure) => throw null; - public static int SizeOf(System.Type t) => throw null; - public static int SizeOf() => throw null; - public static int SizeOf(T structure) => throw null; - public static nint StringToBSTR(string s) => throw null; - public static nint StringToCoTaskMemAnsi(string s) => throw null; - public static nint StringToCoTaskMemAuto(string s) => throw null; - public static nint StringToCoTaskMemUni(string s) => throw null; - public static nint StringToCoTaskMemUTF8(string s) => throw null; - public static nint StringToHGlobalAnsi(string s) => throw null; - public static nint StringToHGlobalAuto(string s) => throw null; - public static nint StringToHGlobalUni(string s) => throw null; - public static void StructureToPtr(object structure, nint ptr, bool fDeleteOld) => throw null; - public static void StructureToPtr(T structure, nint ptr, bool fDeleteOld) => throw null; - public static readonly int SystemDefaultCharSize; - public static readonly int SystemMaxDBCSCharSize; - public static void ThrowExceptionForHR(int errorCode) => throw null; - public static void ThrowExceptionForHR(int errorCode, nint errorInfo) => throw null; - public static nint UnsafeAddrOfPinnedArrayElement(System.Array arr, int index) => throw null; - public static nint UnsafeAddrOfPinnedArrayElement(T[] arr, int index) => throw null; - public static void WriteByte(nint ptr, byte val) => throw null; - public static void WriteByte(nint ptr, int ofs, byte val) => throw null; - public static void WriteByte(object ptr, int ofs, byte val) => throw null; - public static void WriteInt16(nint ptr, char val) => throw null; - public static void WriteInt16(nint ptr, short val) => throw null; - public static void WriteInt16(nint ptr, int ofs, char val) => throw null; - public static void WriteInt16(nint ptr, int ofs, short val) => throw null; - public static void WriteInt16(object ptr, int ofs, char val) => throw null; - public static void WriteInt16(object ptr, int ofs, short val) => throw null; - public static void WriteInt32(nint ptr, int val) => throw null; - public static void WriteInt32(nint ptr, int ofs, int val) => throw null; - public static void WriteInt32(object ptr, int ofs, int val) => throw null; - public static void WriteInt64(nint ptr, int ofs, long val) => throw null; - public static void WriteInt64(nint ptr, long val) => throw null; - public static void WriteInt64(object ptr, int ofs, long val) => throw null; - public static void WriteIntPtr(nint ptr, int ofs, nint val) => throw null; - public static void WriteIntPtr(nint ptr, nint val) => throw null; - public static void WriteIntPtr(object ptr, int ofs, nint val) => throw null; - public static void ZeroFreeBSTR(nint s) => throw null; - public static void ZeroFreeCoTaskMemAnsi(nint s) => throw null; - public static void ZeroFreeCoTaskMemUnicode(nint s) => throw null; - public static void ZeroFreeCoTaskMemUTF8(nint s) => throw null; - public static void ZeroFreeGlobalAllocAnsi(nint s) => throw null; - public static void ZeroFreeGlobalAllocUnicode(nint s) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)10496, Inherited = false)] - public sealed class MarshalAsAttribute : System.Attribute - { - public System.Runtime.InteropServices.UnmanagedType ArraySubType; - public MarshalAsAttribute(short unmanagedType) => throw null; - public MarshalAsAttribute(System.Runtime.InteropServices.UnmanagedType unmanagedType) => throw null; - public int IidParameterIndex; - public string MarshalCookie; - public string MarshalType; - public System.Type MarshalTypeRef; - public System.Runtime.InteropServices.VarEnum SafeArraySubType; - public System.Type SafeArrayUserDefinedSubType; - public int SizeConst; - public short SizeParamIndex; - public System.Runtime.InteropServices.UnmanagedType Value { get => throw null; } - } - public class MarshalDirectiveException : System.SystemException - { - public MarshalDirectiveException() => throw null; - protected MarshalDirectiveException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public MarshalDirectiveException(string message) => throw null; - public MarshalDirectiveException(string message, System.Exception inner) => throw null; - } - namespace Marshalling - { - public static class AnsiStringMarshaller - { - public static unsafe string ConvertToManaged(byte* unmanaged) => throw null; - public static unsafe byte* ConvertToUnmanaged(string managed) => throw null; - public static unsafe void Free(byte* unmanaged) => throw null; - public struct ManagedToUnmanagedIn - { - public static int BufferSize { get => throw null; } - public void Free() => throw null; - public void FromManaged(string managed, System.Span buffer) => throw null; - public unsafe byte* ToUnmanaged() => throw null; - } - } - public static class ArrayMarshaller where TUnmanagedElement : unmanaged - { - public static unsafe T[] AllocateContainerForManagedElements(TUnmanagedElement* unmanaged, int numElements) => throw null; - public static unsafe TUnmanagedElement* AllocateContainerForUnmanagedElements(T[] managed, out int numElements) => throw null; - public static unsafe void Free(TUnmanagedElement* unmanaged) => throw null; - public static System.Span GetManagedValuesDestination(T[] managed) => throw null; - public static System.ReadOnlySpan GetManagedValuesSource(T[] managed) => throw null; - public static unsafe System.Span GetUnmanagedValuesDestination(TUnmanagedElement* unmanaged, int numElements) => throw null; - public static unsafe System.ReadOnlySpan GetUnmanagedValuesSource(TUnmanagedElement* unmanagedValue, int numElements) => throw null; - public struct ManagedToUnmanagedIn - { - public static int BufferSize { get => throw null; } - public void Free() => throw null; - public void FromManaged(T[] array, System.Span buffer) => throw null; - public System.ReadOnlySpan GetManagedValuesSource() => throw null; - public TUnmanagedElement GetPinnableReference() => throw null; - public static T GetPinnableReference(T[] array) => throw null; - public System.Span GetUnmanagedValuesDestination() => throw null; - public unsafe TUnmanagedElement* ToUnmanaged() => throw null; - } - } - public static class BStrStringMarshaller - { - public static unsafe string ConvertToManaged(ushort* unmanaged) => throw null; - public static unsafe ushort* ConvertToUnmanaged(string managed) => throw null; - public static unsafe void Free(ushort* unmanaged) => throw null; - public struct ManagedToUnmanagedIn - { - public static int BufferSize { get => throw null; } - public void Free() => throw null; - public void FromManaged(string managed, System.Span buffer) => throw null; - public unsafe ushort* ToUnmanaged() => throw null; - } - } - [System.AttributeUsage((System.AttributeTargets)4, Inherited = false)] - public sealed class ComExposedClassAttribute : System.Attribute, System.Runtime.InteropServices.Marshalling.IComExposedDetails where T : System.Runtime.InteropServices.Marshalling.IComExposedClass - { - public ComExposedClassAttribute() => throw null; - public unsafe System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry* GetComInterfaceEntries(out int count) => throw null; - } - public static class ComInterfaceMarshaller - { - public static unsafe T ConvertToManaged(void* unmanaged) => throw null; - public static unsafe void* ConvertToUnmanaged(T managed) => throw null; - public static unsafe void Free(void* unmanaged) => throw null; - } - [System.Flags] - public enum ComInterfaceOptions - { - None = 0, - ManagedObjectWrapper = 1, - ComObjectWrapper = 2, - } - public sealed class ComObject : System.Runtime.InteropServices.IDynamicInterfaceCastable, System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider - { - public void FinalRelease() => throw null; - System.RuntimeTypeHandle System.Runtime.InteropServices.IDynamicInterfaceCastable.GetInterfaceImplementation(System.RuntimeTypeHandle interfaceType) => throw null; - System.Runtime.InteropServices.Marshalling.VirtualMethodTableInfo System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider.GetVirtualMethodTableInfoForKey(System.Type type) => throw null; - bool System.Runtime.InteropServices.IDynamicInterfaceCastable.IsInterfaceImplemented(System.RuntimeTypeHandle interfaceType, bool throwIfNotImplemented) => throw null; - } - public static class ExceptionAsDefaultMarshaller where T : struct - { - public static T ConvertToUnmanaged(System.Exception e) => throw null; - } - public static class ExceptionAsHResultMarshaller where T : struct - { - public static T ConvertToUnmanaged(System.Exception e) => throw null; - } - public static class ExceptionAsNaNMarshaller where T : struct - { - public static T ConvertToUnmanaged(System.Exception e) => throw null; - } - public static class ExceptionAsVoidMarshaller - { - public static void ConvertToUnmanaged(System.Exception e) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)4)] - public sealed class GeneratedComClassAttribute : System.Attribute - { - public GeneratedComClassAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)1024)] - public class GeneratedComInterfaceAttribute : System.Attribute - { - public GeneratedComInterfaceAttribute() => throw null; - public System.Runtime.InteropServices.Marshalling.ComInterfaceOptions Options { get => throw null; set { } } - public System.Runtime.InteropServices.StringMarshalling StringMarshalling { get => throw null; set { } } - public System.Type StringMarshallingCustomType { get => throw null; set { } } - } - public interface IComExposedClass - { - abstract static unsafe System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry* GetComInterfaceEntries(out int count); - } - public interface IComExposedDetails - { - unsafe System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry* GetComInterfaceEntries(out int count); - } - public interface IIUnknownCacheStrategy - { - void Clear(System.Runtime.InteropServices.Marshalling.IIUnknownStrategy unknownStrategy); - unsafe System.Runtime.InteropServices.Marshalling.IIUnknownCacheStrategy.TableInfo ConstructTableInfo(System.RuntimeTypeHandle handle, System.Runtime.InteropServices.Marshalling.IIUnknownDerivedDetails interfaceDetails, void* ptr); - struct TableInfo - { - public System.RuntimeTypeHandle ManagedType { get => throw null; set { } } - public unsafe void** Table { get => throw null; set { } } - public unsafe void* ThisPtr { get => throw null; set { } } - } - bool TryGetTableInfo(System.RuntimeTypeHandle handle, out System.Runtime.InteropServices.Marshalling.IIUnknownCacheStrategy.TableInfo info); - bool TrySetTableInfo(System.RuntimeTypeHandle handle, System.Runtime.InteropServices.Marshalling.IIUnknownCacheStrategy.TableInfo info); - } - public interface IIUnknownDerivedDetails - { - System.Guid Iid { get; } - System.Type Implementation { get; } - unsafe void** ManagedVirtualMethodTable { get; } - } - public interface IIUnknownInterfaceDetailsStrategy - { - System.Runtime.InteropServices.Marshalling.IComExposedDetails GetComExposedTypeDetails(System.RuntimeTypeHandle type); - System.Runtime.InteropServices.Marshalling.IIUnknownDerivedDetails GetIUnknownDerivedDetails(System.RuntimeTypeHandle type); - } - public interface IIUnknownInterfaceType - { - abstract static System.Guid Iid { get; } - abstract static unsafe void** ManagedVirtualMethodTable { get; } - } - public interface IIUnknownStrategy - { - unsafe void* CreateInstancePointer(void* unknown); - unsafe int QueryInterface(void* instancePtr, in System.Guid iid, out void* ppObj); - unsafe int Release(void* instancePtr); - } - [System.AttributeUsage((System.AttributeTargets)1024, Inherited = false)] - public class IUnknownDerivedAttribute : System.Attribute, System.Runtime.InteropServices.Marshalling.IIUnknownDerivedDetails where T : System.Runtime.InteropServices.Marshalling.IIUnknownInterfaceType - { - public IUnknownDerivedAttribute() => throw null; - public System.Guid Iid { get => throw null; } - public System.Type Implementation { get => throw null; } - public unsafe void** ManagedVirtualMethodTable { get => throw null; } - } - public interface IUnmanagedVirtualMethodTableProvider - { - System.Runtime.InteropServices.Marshalling.VirtualMethodTableInfo GetVirtualMethodTableInfoForKey(System.Type type); - } - [System.AttributeUsage((System.AttributeTargets)10240, AllowMultiple = true)] - public sealed class MarshalUsingAttribute : System.Attribute - { - public int ConstantElementCount { get => throw null; set { } } - public string CountElementName { get => throw null; set { } } - public MarshalUsingAttribute() => throw null; - public MarshalUsingAttribute(System.Type nativeType) => throw null; - public int ElementIndirectionDepth { get => throw null; set { } } - public System.Type NativeType { get => throw null; } - public const string ReturnsCountValue = default; - } - public static class PointerArrayMarshaller where T : unmanaged where TUnmanagedElement : unmanaged - { - public static unsafe T*[] AllocateContainerForManagedElements(TUnmanagedElement* unmanaged, int numElements) => throw null; - public static unsafe TUnmanagedElement* AllocateContainerForUnmanagedElements(T*[] managed, out int numElements) => throw null; - public static unsafe void Free(TUnmanagedElement* unmanaged) => throw null; - public static unsafe System.Span GetManagedValuesDestination(T*[] managed) => throw null; - public static unsafe System.ReadOnlySpan GetManagedValuesSource(T*[] managed) => throw null; - public static unsafe System.Span GetUnmanagedValuesDestination(TUnmanagedElement* unmanaged, int numElements) => throw null; - public static unsafe System.ReadOnlySpan GetUnmanagedValuesSource(TUnmanagedElement* unmanagedValue, int numElements) => throw null; - public struct ManagedToUnmanagedIn - { - public static int BufferSize { get => throw null; } - public void Free() => throw null; - public unsafe void FromManaged(T*[] array, System.Span buffer) => throw null; - public System.ReadOnlySpan GetManagedValuesSource() => throw null; - public TUnmanagedElement GetPinnableReference() => throw null; - public static unsafe byte GetPinnableReference(T*[] array) => throw null; - public System.Span GetUnmanagedValuesDestination() => throw null; - public unsafe TUnmanagedElement* ToUnmanaged() => throw null; - } - } - public class StrategyBasedComWrappers : System.Runtime.InteropServices.ComWrappers - { - protected override sealed unsafe System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry* ComputeVtables(object obj, System.Runtime.InteropServices.CreateComInterfaceFlags flags, out int count) => throw null; - protected virtual System.Runtime.InteropServices.Marshalling.IIUnknownCacheStrategy CreateCacheStrategy() => throw null; - protected static System.Runtime.InteropServices.Marshalling.IIUnknownCacheStrategy CreateDefaultCacheStrategy() => throw null; - protected override sealed object CreateObject(nint externalComObject, System.Runtime.InteropServices.CreateObjectFlags flags) => throw null; - public StrategyBasedComWrappers() => throw null; - public static System.Runtime.InteropServices.Marshalling.IIUnknownInterfaceDetailsStrategy DefaultIUnknownInterfaceDetailsStrategy { get => throw null; } - public static System.Runtime.InteropServices.Marshalling.IIUnknownStrategy DefaultIUnknownStrategy { get => throw null; } - protected virtual System.Runtime.InteropServices.Marshalling.IIUnknownInterfaceDetailsStrategy GetOrCreateInterfaceDetailsStrategy() => throw null; - protected virtual System.Runtime.InteropServices.Marshalling.IIUnknownStrategy GetOrCreateIUnknownStrategy() => throw null; - protected override sealed void ReleaseObjects(System.Collections.IEnumerable objects) => throw null; - } - public static class UniqueComInterfaceMarshaller - { - public static unsafe T ConvertToManaged(void* unmanaged) => throw null; - public static unsafe void* ConvertToUnmanaged(T managed) => throw null; - public static unsafe void Free(void* unmanaged) => throw null; - } - public static class Utf16StringMarshaller - { - public static unsafe string ConvertToManaged(ushort* unmanaged) => throw null; - public static unsafe ushort* ConvertToUnmanaged(string managed) => throw null; - public static unsafe void Free(ushort* unmanaged) => throw null; - public static char GetPinnableReference(string str) => throw null; - } - public static class Utf8StringMarshaller - { - public static unsafe string ConvertToManaged(byte* unmanaged) => throw null; - public static unsafe byte* ConvertToUnmanaged(string managed) => throw null; - public static unsafe void Free(byte* unmanaged) => throw null; - public struct ManagedToUnmanagedIn - { - public static int BufferSize { get => throw null; } - public void Free() => throw null; - public void FromManaged(string managed, System.Span buffer) => throw null; - public unsafe byte* ToUnmanaged() => throw null; - } - } - public struct VirtualMethodTableInfo - { - public unsafe VirtualMethodTableInfo(void* thisPointer, void** virtualMethodTable) => throw null; - public unsafe void Deconstruct(out void* thisPointer, out void** virtualMethodTable) => throw null; - public unsafe void* ThisPointer { get => throw null; } - public unsafe void** VirtualMethodTable { get => throw null; } - } - } - public static class NativeLibrary - { - public static void Free(nint handle) => throw null; - public static nint GetExport(nint handle, string name) => throw null; - public static nint GetMainProgramHandle() => throw null; - public static nint Load(string libraryPath) => throw null; - public static nint Load(string libraryName, System.Reflection.Assembly assembly, System.Runtime.InteropServices.DllImportSearchPath? searchPath) => throw null; - public static void SetDllImportResolver(System.Reflection.Assembly assembly, System.Runtime.InteropServices.DllImportResolver resolver) => throw null; - public static bool TryGetExport(nint handle, string name, out nint address) => throw null; - public static bool TryLoad(string libraryPath, out nint handle) => throw null; - public static bool TryLoad(string libraryName, System.Reflection.Assembly assembly, System.Runtime.InteropServices.DllImportSearchPath? searchPath, out nint handle) => throw null; - } - public static class NativeMemory - { - public static unsafe void* AlignedAlloc(nuint byteCount, nuint alignment) => throw null; - public static unsafe void AlignedFree(void* ptr) => throw null; - public static unsafe void* AlignedRealloc(void* ptr, nuint byteCount, nuint alignment) => throw null; - public static unsafe void* Alloc(nuint byteCount) => throw null; - public static unsafe void* Alloc(nuint elementCount, nuint elementSize) => throw null; - public static unsafe void* AllocZeroed(nuint byteCount) => throw null; - public static unsafe void* AllocZeroed(nuint elementCount, nuint elementSize) => throw null; - public static unsafe void Clear(void* ptr, nuint byteCount) => throw null; - public static unsafe void Copy(void* source, void* destination, nuint byteCount) => throw null; - public static unsafe void Fill(void* ptr, nuint byteCount, byte value) => throw null; - public static unsafe void Free(void* ptr) => throw null; - public static unsafe void* Realloc(void* ptr, nuint byteCount) => throw null; - } - public struct NFloat : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IBinaryFloatingPointIeee754, System.Numerics.IBinaryNumber, System.Numerics.IBitwiseOperators, System.IComparable, System.IComparable, System.Numerics.IComparisonOperators, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.Numerics.IExponentialFunctions, System.Numerics.IFloatingPoint, System.Numerics.IFloatingPointConstants, System.Numerics.IFloatingPointIeee754, System.IFormattable, System.Numerics.IHyperbolicFunctions, System.Numerics.IIncrementOperators, System.Numerics.ILogarithmicFunctions, System.Numerics.IMinMaxValue, System.Numerics.IModulusOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumber, System.Numerics.INumberBase, System.IParsable, System.Numerics.IPowerFunctions, System.Numerics.IRootFunctions, System.Numerics.ISignedNumber, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.ITrigonometricFunctions, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable - { - static System.Runtime.InteropServices.NFloat System.Numerics.INumberBase.Abs(System.Runtime.InteropServices.NFloat value) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.ITrigonometricFunctions.Acos(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IHyperbolicFunctions.Acosh(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.ITrigonometricFunctions.AcosPi(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IAdditiveIdentity.AdditiveIdentity { get => throw null; } - static System.Runtime.InteropServices.NFloat System.Numerics.IBinaryNumber.AllBitsSet { get => throw null; } - static System.Runtime.InteropServices.NFloat System.Numerics.ITrigonometricFunctions.Asin(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IHyperbolicFunctions.Asinh(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.ITrigonometricFunctions.AsinPi(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.ITrigonometricFunctions.Atan(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IFloatingPointIeee754.Atan2(System.Runtime.InteropServices.NFloat y, System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IFloatingPointIeee754.Atan2Pi(System.Runtime.InteropServices.NFloat y, System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IHyperbolicFunctions.Atanh(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.ITrigonometricFunctions.AtanPi(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IFloatingPointIeee754.BitDecrement(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IFloatingPointIeee754.BitIncrement(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IRootFunctions.Cbrt(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IFloatingPoint.Ceiling(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.INumber.Clamp(System.Runtime.InteropServices.NFloat value, System.Runtime.InteropServices.NFloat min, System.Runtime.InteropServices.NFloat max) => throw null; - public int CompareTo(object obj) => throw null; - public int CompareTo(System.Runtime.InteropServices.NFloat other) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.INumber.CopySign(System.Runtime.InteropServices.NFloat value, System.Runtime.InteropServices.NFloat sign) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.ITrigonometricFunctions.Cos(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IHyperbolicFunctions.Cosh(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.ITrigonometricFunctions.CosPi(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.INumberBase.CreateChecked(TOther value) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.INumberBase.CreateSaturating(TOther value) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.INumberBase.CreateTruncating(TOther value) => throw null; - public NFloat(double value) => throw null; - public NFloat(float value) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.ITrigonometricFunctions.DegreesToRadians(System.Runtime.InteropServices.NFloat degrees) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IFloatingPointConstants.E { get => throw null; } - static System.Runtime.InteropServices.NFloat System.Numerics.IFloatingPointIeee754.Epsilon { get => throw null; } - public override bool Equals(object obj) => throw null; - public bool Equals(System.Runtime.InteropServices.NFloat other) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IExponentialFunctions.Exp(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IExponentialFunctions.Exp10(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IExponentialFunctions.Exp10M1(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IExponentialFunctions.Exp2(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IExponentialFunctions.Exp2M1(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IExponentialFunctions.ExpM1(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IFloatingPoint.Floor(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IFloatingPointIeee754.FusedMultiplyAdd(System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right, System.Runtime.InteropServices.NFloat addend) => throw null; - int System.Numerics.IFloatingPoint.GetExponentByteCount() => throw null; - int System.Numerics.IFloatingPoint.GetExponentShortestBitLength() => throw null; - public override int GetHashCode() => throw null; - int System.Numerics.IFloatingPoint.GetSignificandBitLength() => throw null; - int System.Numerics.IFloatingPoint.GetSignificandByteCount() => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IRootFunctions.Hypot(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IFloatingPointIeee754.Ieee754Remainder(System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right) => throw null; - static int System.Numerics.IFloatingPointIeee754.ILogB(System.Runtime.InteropServices.NFloat x) => throw null; - static bool System.Numerics.INumberBase.IsCanonical(System.Runtime.InteropServices.NFloat value) => throw null; - static bool System.Numerics.INumberBase.IsComplexNumber(System.Runtime.InteropServices.NFloat value) => throw null; - static bool System.Numerics.INumberBase.IsEvenInteger(System.Runtime.InteropServices.NFloat value) => throw null; - static bool System.Numerics.INumberBase.IsFinite(System.Runtime.InteropServices.NFloat value) => throw null; - static bool System.Numerics.INumberBase.IsImaginaryNumber(System.Runtime.InteropServices.NFloat value) => throw null; - static bool System.Numerics.INumberBase.IsInfinity(System.Runtime.InteropServices.NFloat value) => throw null; - static bool System.Numerics.INumberBase.IsInteger(System.Runtime.InteropServices.NFloat value) => throw null; - static bool System.Numerics.INumberBase.IsNaN(System.Runtime.InteropServices.NFloat value) => throw null; - static bool System.Numerics.INumberBase.IsNegative(System.Runtime.InteropServices.NFloat value) => throw null; - static bool System.Numerics.INumberBase.IsNegativeInfinity(System.Runtime.InteropServices.NFloat value) => throw null; - static bool System.Numerics.INumberBase.IsNormal(System.Runtime.InteropServices.NFloat value) => throw null; - static bool System.Numerics.INumberBase.IsOddInteger(System.Runtime.InteropServices.NFloat value) => throw null; - static bool System.Numerics.INumberBase.IsPositive(System.Runtime.InteropServices.NFloat value) => throw null; - static bool System.Numerics.INumberBase.IsPositiveInfinity(System.Runtime.InteropServices.NFloat value) => throw null; - static bool System.Numerics.IBinaryNumber.IsPow2(System.Runtime.InteropServices.NFloat value) => throw null; - static bool System.Numerics.INumberBase.IsRealNumber(System.Runtime.InteropServices.NFloat value) => throw null; - static bool System.Numerics.INumberBase.IsSubnormal(System.Runtime.InteropServices.NFloat value) => throw null; - static bool System.Numerics.INumberBase.IsZero(System.Runtime.InteropServices.NFloat value) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IFloatingPointIeee754.Lerp(System.Runtime.InteropServices.NFloat value1, System.Runtime.InteropServices.NFloat value2, System.Runtime.InteropServices.NFloat amount) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.ILogarithmicFunctions.Log(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.ILogarithmicFunctions.Log(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat newBase) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.ILogarithmicFunctions.Log10(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.ILogarithmicFunctions.Log10P1(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IBinaryNumber.Log2(System.Runtime.InteropServices.NFloat value) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.ILogarithmicFunctions.Log2(System.Runtime.InteropServices.NFloat value) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.ILogarithmicFunctions.Log2P1(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.ILogarithmicFunctions.LogP1(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.INumber.Max(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.INumberBase.MaxMagnitude(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.INumberBase.MaxMagnitudeNumber(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.INumber.MaxNumber(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IMinMaxValue.MaxValue { get => throw null; } - static System.Runtime.InteropServices.NFloat System.Numerics.INumber.Min(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.INumberBase.MinMagnitude(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.INumberBase.MinMagnitudeNumber(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.INumber.MinNumber(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IMinMaxValue.MinValue { get => throw null; } - static System.Runtime.InteropServices.NFloat System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } - static System.Runtime.InteropServices.NFloat System.Numerics.IFloatingPointIeee754.NaN { get => throw null; } - static System.Runtime.InteropServices.NFloat System.Numerics.IFloatingPointIeee754.NegativeInfinity { get => throw null; } - static System.Runtime.InteropServices.NFloat System.Numerics.ISignedNumber.NegativeOne { get => throw null; } - static System.Runtime.InteropServices.NFloat System.Numerics.IFloatingPointIeee754.NegativeZero { get => throw null; } - static System.Runtime.InteropServices.NFloat System.Numerics.INumberBase.One { get => throw null; } - static System.Runtime.InteropServices.NFloat System.Numerics.IAdditionOperators.operator +(System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IBitwiseOperators.operator &(System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IBitwiseOperators.operator |(System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IAdditionOperators.operator checked +(System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IDecrementOperators.operator checked --(System.Runtime.InteropServices.NFloat value) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IDivisionOperators.operator checked /(System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right) => throw null; - public static explicit operator checked byte(System.Runtime.InteropServices.NFloat value) => throw null; - public static explicit operator checked char(System.Runtime.InteropServices.NFloat value) => throw null; - public static explicit operator checked short(System.Runtime.InteropServices.NFloat value) => throw null; - public static explicit operator checked int(System.Runtime.InteropServices.NFloat value) => throw null; - public static explicit operator checked long(System.Runtime.InteropServices.NFloat value) => throw null; - public static explicit operator checked System.Int128(System.Runtime.InteropServices.NFloat value) => throw null; - public static explicit operator checked nint(System.Runtime.InteropServices.NFloat value) => throw null; - public static explicit operator checked sbyte(System.Runtime.InteropServices.NFloat value) => throw null; - public static explicit operator checked ushort(System.Runtime.InteropServices.NFloat value) => throw null; - public static explicit operator checked uint(System.Runtime.InteropServices.NFloat value) => throw null; - public static explicit operator checked ulong(System.Runtime.InteropServices.NFloat value) => throw null; - public static explicit operator checked System.UInt128(System.Runtime.InteropServices.NFloat value) => throw null; - public static explicit operator checked nuint(System.Runtime.InteropServices.NFloat value) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IIncrementOperators.operator checked ++(System.Runtime.InteropServices.NFloat value) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IMultiplyOperators.operator checked *(System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.ISubtractionOperators.operator checked -(System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IUnaryNegationOperators.operator checked -(System.Runtime.InteropServices.NFloat value) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IDecrementOperators.operator --(System.Runtime.InteropServices.NFloat value) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IDivisionOperators.operator /(System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right) => throw null; - static bool System.Numerics.IEqualityOperators.operator ==(System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IBitwiseOperators.operator ^(System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right) => throw null; - public static explicit operator System.Runtime.InteropServices.NFloat(decimal value) => throw null; - public static explicit operator System.Runtime.InteropServices.NFloat(double value) => throw null; - public static explicit operator System.Runtime.InteropServices.NFloat(System.Int128 value) => throw null; - public static explicit operator byte(System.Runtime.InteropServices.NFloat value) => throw null; - public static explicit operator char(System.Runtime.InteropServices.NFloat value) => throw null; - public static explicit operator decimal(System.Runtime.InteropServices.NFloat value) => throw null; - public static explicit operator System.Half(System.Runtime.InteropServices.NFloat value) => throw null; - public static explicit operator System.Int128(System.Runtime.InteropServices.NFloat value) => throw null; - public static explicit operator short(System.Runtime.InteropServices.NFloat value) => throw null; - public static explicit operator int(System.Runtime.InteropServices.NFloat value) => throw null; - public static explicit operator long(System.Runtime.InteropServices.NFloat value) => throw null; - public static explicit operator nint(System.Runtime.InteropServices.NFloat value) => throw null; - public static explicit operator sbyte(System.Runtime.InteropServices.NFloat value) => throw null; - public static explicit operator float(System.Runtime.InteropServices.NFloat value) => throw null; - public static explicit operator System.UInt128(System.Runtime.InteropServices.NFloat value) => throw null; - public static explicit operator ushort(System.Runtime.InteropServices.NFloat value) => throw null; - public static explicit operator uint(System.Runtime.InteropServices.NFloat value) => throw null; - public static explicit operator ulong(System.Runtime.InteropServices.NFloat value) => throw null; - public static explicit operator nuint(System.Runtime.InteropServices.NFloat value) => throw null; - public static explicit operator System.Runtime.InteropServices.NFloat(System.UInt128 value) => throw null; - static bool System.Numerics.IComparisonOperators.operator >(System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >=(System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right) => throw null; - public static implicit operator System.Runtime.InteropServices.NFloat(byte value) => throw null; - public static implicit operator System.Runtime.InteropServices.NFloat(char value) => throw null; - public static implicit operator System.Runtime.InteropServices.NFloat(short value) => throw null; - public static implicit operator System.Runtime.InteropServices.NFloat(int value) => throw null; - public static implicit operator System.Runtime.InteropServices.NFloat(long value) => throw null; - public static implicit operator System.Runtime.InteropServices.NFloat(nint value) => throw null; - public static implicit operator System.Runtime.InteropServices.NFloat(System.Half value) => throw null; - public static implicit operator double(System.Runtime.InteropServices.NFloat value) => throw null; - public static implicit operator System.Runtime.InteropServices.NFloat(sbyte value) => throw null; - public static implicit operator System.Runtime.InteropServices.NFloat(float value) => throw null; - public static implicit operator System.Runtime.InteropServices.NFloat(ushort value) => throw null; - public static implicit operator System.Runtime.InteropServices.NFloat(uint value) => throw null; - public static implicit operator System.Runtime.InteropServices.NFloat(ulong value) => throw null; - public static implicit operator System.Runtime.InteropServices.NFloat(nuint value) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IIncrementOperators.operator ++(System.Runtime.InteropServices.NFloat value) => throw null; - static bool System.Numerics.IEqualityOperators.operator !=(System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right) => throw null; - static bool System.Numerics.IComparisonOperators.operator <(System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right) => throw null; - static bool System.Numerics.IComparisonOperators.operator <=(System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IModulusOperators.operator %(System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IMultiplyOperators.operator *(System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IBitwiseOperators.operator ~(System.Runtime.InteropServices.NFloat value) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.ISubtractionOperators.operator -(System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IUnaryNegationOperators.operator -(System.Runtime.InteropServices.NFloat value) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IUnaryPlusOperators.operator +(System.Runtime.InteropServices.NFloat value) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.INumberBase.Parse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static System.Runtime.InteropServices.NFloat System.IUtf8SpanParsable.Parse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.INumberBase.Parse(System.ReadOnlySpan s, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static System.Runtime.InteropServices.NFloat System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - public static System.Runtime.InteropServices.NFloat Parse(string s) => throw null; - public static System.Runtime.InteropServices.NFloat Parse(string s, System.Globalization.NumberStyles style) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.INumberBase.Parse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider) => throw null; - static System.Runtime.InteropServices.NFloat System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IFloatingPointConstants.Pi { get => throw null; } - static System.Runtime.InteropServices.NFloat System.Numerics.IFloatingPointIeee754.PositiveInfinity { get => throw null; } - static System.Runtime.InteropServices.NFloat System.Numerics.IPowerFunctions.Pow(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.ITrigonometricFunctions.RadiansToDegrees(System.Runtime.InteropServices.NFloat radians) => throw null; - static int System.Numerics.INumberBase.Radix { get => throw null; } - static System.Runtime.InteropServices.NFloat System.Numerics.IFloatingPointIeee754.ReciprocalEstimate(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IFloatingPointIeee754.ReciprocalSqrtEstimate(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IRootFunctions.RootN(System.Runtime.InteropServices.NFloat x, int n) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IFloatingPoint.Round(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IFloatingPoint.Round(System.Runtime.InteropServices.NFloat x, int digits) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IFloatingPoint.Round(System.Runtime.InteropServices.NFloat x, int digits, System.MidpointRounding mode) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IFloatingPoint.Round(System.Runtime.InteropServices.NFloat x, System.MidpointRounding mode) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IFloatingPointIeee754.ScaleB(System.Runtime.InteropServices.NFloat x, int n) => throw null; - static int System.Numerics.INumber.Sign(System.Runtime.InteropServices.NFloat value) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.ITrigonometricFunctions.Sin(System.Runtime.InteropServices.NFloat x) => throw null; - static (System.Runtime.InteropServices.NFloat Sin, System.Runtime.InteropServices.NFloat Cos) System.Numerics.ITrigonometricFunctions.SinCos(System.Runtime.InteropServices.NFloat x) => throw null; - static (System.Runtime.InteropServices.NFloat SinPi, System.Runtime.InteropServices.NFloat CosPi) System.Numerics.ITrigonometricFunctions.SinCosPi(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IHyperbolicFunctions.Sinh(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.ITrigonometricFunctions.SinPi(System.Runtime.InteropServices.NFloat x) => throw null; - public static int Size { get => throw null; } - static System.Runtime.InteropServices.NFloat System.Numerics.IRootFunctions.Sqrt(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.ITrigonometricFunctions.Tan(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IHyperbolicFunctions.Tanh(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.ITrigonometricFunctions.TanPi(System.Runtime.InteropServices.NFloat x) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IFloatingPointConstants.Tau { get => throw null; } - public override string ToString() => throw null; - public string ToString(System.IFormatProvider provider) => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider provider) => throw null; - static System.Runtime.InteropServices.NFloat System.Numerics.IFloatingPoint.Truncate(System.Runtime.InteropServices.NFloat x) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromChecked(TOther value, out System.Runtime.InteropServices.NFloat result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromSaturating(TOther value, out System.Runtime.InteropServices.NFloat result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromTruncating(TOther value, out System.Runtime.InteropServices.NFloat result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToChecked(System.Runtime.InteropServices.NFloat value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToSaturating(System.Runtime.InteropServices.NFloat value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToTruncating(System.Runtime.InteropServices.NFloat value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out System.Runtime.InteropServices.NFloat result) => throw null; - static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out System.Runtime.InteropServices.NFloat result) => throw null; - public static bool TryParse(System.ReadOnlySpan utf8Text, out System.Runtime.InteropServices.NFloat result) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out System.Runtime.InteropServices.NFloat result) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out System.Runtime.InteropServices.NFloat result) => throw null; - public static bool TryParse(System.ReadOnlySpan s, out System.Runtime.InteropServices.NFloat result) => throw null; - static bool System.Numerics.INumberBase.TryParse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out System.Runtime.InteropServices.NFloat result) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out System.Runtime.InteropServices.NFloat result) => throw null; - public static bool TryParse(string s, out System.Runtime.InteropServices.NFloat result) => throw null; - bool System.Numerics.IFloatingPoint.TryWriteExponentBigEndian(System.Span destination, out int bytesWritten) => throw null; - bool System.Numerics.IFloatingPoint.TryWriteExponentLittleEndian(System.Span destination, out int bytesWritten) => throw null; - bool System.Numerics.IFloatingPoint.TryWriteSignificandBigEndian(System.Span destination, out int bytesWritten) => throw null; - bool System.Numerics.IFloatingPoint.TryWriteSignificandLittleEndian(System.Span destination, out int bytesWritten) => throw null; - public double Value { get => throw null; } - static System.Runtime.InteropServices.NFloat System.Numerics.INumberBase.Zero { get => throw null; } - } - namespace ObjectiveC - { - public static class ObjectiveCMarshal - { - public static System.Runtime.InteropServices.GCHandle CreateReferenceTrackingHandle(object obj, out System.Span taggedMemory) => throw null; - public static unsafe void Initialize(delegate* unmanaged beginEndCallback, delegate* unmanaged isReferencedCallback, delegate* unmanaged trackedObjectEnteredFinalization, System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.UnhandledExceptionPropagationHandler unhandledExceptionPropagationHandler) => throw null; - public enum MessageSendFunction - { - MsgSend = 0, - MsgSendFpret = 1, - MsgSendStret = 2, - MsgSendSuper = 3, - MsgSendSuperStret = 4, - } - public static void SetMessageSendCallback(System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.MessageSendFunction msgSendFunction, nint func) => throw null; - public static void SetMessageSendPendingException(System.Exception exception) => throw null; - public unsafe delegate delegate* unmanaged UnhandledExceptionPropagationHandler(System.Exception exception, System.RuntimeMethodHandle lastMethod, out nint context); - } - [System.AttributeUsage((System.AttributeTargets)4, Inherited = true, AllowMultiple = false)] - public sealed class ObjectiveCTrackedTypeAttribute : System.Attribute - { - public ObjectiveCTrackedTypeAttribute() => throw null; - } - } - [System.AttributeUsage((System.AttributeTargets)2048, Inherited = false)] - public sealed class OptionalAttribute : System.Attribute - { - public OptionalAttribute() => throw null; - } - public enum PosixSignal - { - SIGTSTP = -10, - SIGTTOU = -9, - SIGTTIN = -8, - SIGWINCH = -7, - SIGCONT = -6, - SIGCHLD = -5, - SIGTERM = -4, - SIGQUIT = -3, - SIGINT = -2, - SIGHUP = -1, - } - public sealed class PosixSignalContext - { - public bool Cancel { get => throw null; set { } } - public PosixSignalContext(System.Runtime.InteropServices.PosixSignal signal) => throw null; - public System.Runtime.InteropServices.PosixSignal Signal { get => throw null; } - } - public sealed class PosixSignalRegistration : System.IDisposable - { - public static System.Runtime.InteropServices.PosixSignalRegistration Create(System.Runtime.InteropServices.PosixSignal signal, System.Action handler) => throw null; - public void Dispose() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)64, Inherited = false)] - public sealed class PreserveSigAttribute : System.Attribute - { - public PreserveSigAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)1, Inherited = false, AllowMultiple = true)] - public sealed class PrimaryInteropAssemblyAttribute : System.Attribute - { - public PrimaryInteropAssemblyAttribute(int major, int minor) => throw null; - public int MajorVersion { get => throw null; } - public int MinorVersion { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)4, Inherited = false)] - public sealed class ProgIdAttribute : System.Attribute - { - public ProgIdAttribute(string progId) => throw null; - public string Value { get => throw null; } - } - public static class RuntimeEnvironment - { - public static bool FromGlobalAccessCache(System.Reflection.Assembly a) => throw null; - public static string GetRuntimeDirectory() => throw null; - public static nint GetRuntimeInterfaceAsIntPtr(System.Guid clsid, System.Guid riid) => throw null; - public static object GetRuntimeInterfaceAsObject(System.Guid clsid, System.Guid riid) => throw null; - public static string GetSystemVersion() => throw null; - public static string SystemConfigurationFile { get => throw null; } - } - public class SafeArrayRankMismatchException : System.SystemException - { - public SafeArrayRankMismatchException() => throw null; - protected SafeArrayRankMismatchException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public SafeArrayRankMismatchException(string message) => throw null; - public SafeArrayRankMismatchException(string message, System.Exception inner) => throw null; - } - public class SafeArrayTypeMismatchException : System.SystemException - { - public SafeArrayTypeMismatchException() => throw null; - protected SafeArrayTypeMismatchException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public SafeArrayTypeMismatchException(string message) => throw null; - public SafeArrayTypeMismatchException(string message, System.Exception inner) => throw null; - } - public class SEHException : System.Runtime.InteropServices.ExternalException - { - public virtual bool CanResume() => throw null; - public SEHException() => throw null; - protected SEHException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public SEHException(string message) => throw null; - public SEHException(string message, System.Exception inner) => throw null; - } - public class StandardOleMarshalObject : System.MarshalByRefObject - { - protected StandardOleMarshalObject() => throw null; - } - public enum StringMarshalling - { - Custom = 0, - Utf8 = 1, - Utf16 = 2, - } - [System.AttributeUsage((System.AttributeTargets)5144, AllowMultiple = false, Inherited = false)] - public sealed class TypeIdentifierAttribute : System.Attribute - { - public TypeIdentifierAttribute() => throw null; - public TypeIdentifierAttribute(string scope, string identifier) => throw null; - public string Identifier { get => throw null; } - public string Scope { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)64, Inherited = false)] - public sealed class TypeLibFuncAttribute : System.Attribute - { - public TypeLibFuncAttribute(short flags) => throw null; - public TypeLibFuncAttribute(System.Runtime.InteropServices.TypeLibFuncFlags flags) => throw null; - public System.Runtime.InteropServices.TypeLibFuncFlags Value { get => throw null; } - } - [System.Flags] - public enum TypeLibFuncFlags - { - FRestricted = 1, - FSource = 2, - FBindable = 4, - FRequestEdit = 8, - FDisplayBind = 16, - FDefaultBind = 32, - FHidden = 64, - FUsesGetLastError = 128, - FDefaultCollelem = 256, - FUiDefault = 512, - FNonBrowsable = 1024, - FReplaceable = 2048, - FImmediateBind = 4096, - } - [System.AttributeUsage((System.AttributeTargets)1024, Inherited = false)] - public sealed class TypeLibImportClassAttribute : System.Attribute - { - public TypeLibImportClassAttribute(System.Type importClass) => throw null; - public string Value { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)1052, Inherited = false)] - public sealed class TypeLibTypeAttribute : System.Attribute - { - public TypeLibTypeAttribute(short flags) => throw null; - public TypeLibTypeAttribute(System.Runtime.InteropServices.TypeLibTypeFlags flags) => throw null; - public System.Runtime.InteropServices.TypeLibTypeFlags Value { get => throw null; } - } - [System.Flags] - public enum TypeLibTypeFlags - { - FAppObject = 1, - FCanCreate = 2, - FLicensed = 4, - FPreDeclId = 8, - FHidden = 16, - FControl = 32, - FDual = 64, - FNonExtensible = 128, - FOleAutomation = 256, - FRestricted = 512, - FAggregatable = 1024, - FReplaceable = 2048, - FDispatchable = 4096, - FReverseBind = 8192, - } - [System.AttributeUsage((System.AttributeTargets)256, Inherited = false)] - public sealed class TypeLibVarAttribute : System.Attribute - { - public TypeLibVarAttribute(short flags) => throw null; - public TypeLibVarAttribute(System.Runtime.InteropServices.TypeLibVarFlags flags) => throw null; - public System.Runtime.InteropServices.TypeLibVarFlags Value { get => throw null; } - } - [System.Flags] - public enum TypeLibVarFlags - { - FReadOnly = 1, - FSource = 2, - FBindable = 4, - FRequestEdit = 8, - FDisplayBind = 16, - FDefaultBind = 32, - FHidden = 64, - FRestricted = 128, - FDefaultCollelem = 256, - FUiDefault = 512, - FNonBrowsable = 1024, - FReplaceable = 2048, - FImmediateBind = 4096, - } - [System.AttributeUsage((System.AttributeTargets)1, Inherited = false)] - public sealed class TypeLibVersionAttribute : System.Attribute - { - public TypeLibVersionAttribute(int major, int minor) => throw null; - public int MajorVersion { get => throw null; } - public int MinorVersion { get => throw null; } - } - public sealed class UnknownWrapper - { - public UnknownWrapper(object obj) => throw null; - public object WrappedObject { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)64, AllowMultiple = false, Inherited = false)] - public sealed class UnmanagedCallConvAttribute : System.Attribute - { - public System.Type[] CallConvs; - public UnmanagedCallConvAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)64, Inherited = false)] - public sealed class UnmanagedCallersOnlyAttribute : System.Attribute - { - public System.Type[] CallConvs; - public UnmanagedCallersOnlyAttribute() => throw null; - public string EntryPoint; - } - [System.AttributeUsage((System.AttributeTargets)4096, AllowMultiple = false, Inherited = false)] - public sealed class UnmanagedFunctionPointerAttribute : System.Attribute - { - public bool BestFitMapping; - public System.Runtime.InteropServices.CallingConvention CallingConvention { get => throw null; } - public System.Runtime.InteropServices.CharSet CharSet; - public UnmanagedFunctionPointerAttribute(System.Runtime.InteropServices.CallingConvention callingConvention) => throw null; - public bool SetLastError; - public bool ThrowOnUnmappableChar; - } - public enum VarEnum - { - VT_EMPTY = 0, - VT_NULL = 1, - VT_I2 = 2, - VT_I4 = 3, - VT_R4 = 4, - VT_R8 = 5, - VT_CY = 6, - VT_DATE = 7, - VT_BSTR = 8, - VT_DISPATCH = 9, - VT_ERROR = 10, - VT_BOOL = 11, - VT_VARIANT = 12, - VT_UNKNOWN = 13, - VT_DECIMAL = 14, - VT_I1 = 16, - VT_UI1 = 17, - VT_UI2 = 18, - VT_UI4 = 19, - VT_I8 = 20, - VT_UI8 = 21, - VT_INT = 22, - VT_UINT = 23, - VT_VOID = 24, - VT_HRESULT = 25, - VT_PTR = 26, - VT_SAFEARRAY = 27, - VT_CARRAY = 28, - VT_USERDEFINED = 29, - VT_LPSTR = 30, - VT_LPWSTR = 31, - VT_RECORD = 36, - VT_FILETIME = 64, - VT_BLOB = 65, - VT_STREAM = 66, - VT_STORAGE = 67, - VT_STREAMED_OBJECT = 68, - VT_STORED_OBJECT = 69, - VT_BLOB_OBJECT = 70, - VT_CF = 71, - VT_CLSID = 72, - VT_VECTOR = 4096, - VT_ARRAY = 8192, - VT_BYREF = 16384, - } - public sealed class VariantWrapper - { - public VariantWrapper(object obj) => throw null; - public object WrappedObject { get => throw null; } - } - } - } - namespace Security - { - public sealed class SecureString : System.IDisposable - { - public void AppendChar(char c) => throw null; - public void Clear() => throw null; - public System.Security.SecureString Copy() => throw null; - public SecureString() => throw null; - public unsafe SecureString(char* value, int length) => throw null; - public void Dispose() => throw null; - public void InsertAt(int index, char c) => throw null; - public bool IsReadOnly() => throw null; - public int Length { get => throw null; } - public void MakeReadOnly() => throw null; - public void RemoveAt(int index) => throw null; - public void SetAt(int index, char c) => throw null; - } - public static class SecureStringMarshal - { - public static nint SecureStringToCoTaskMemAnsi(System.Security.SecureString s) => throw null; - public static nint SecureStringToCoTaskMemUnicode(System.Security.SecureString s) => throw null; - public static nint SecureStringToGlobalAllocAnsi(System.Security.SecureString s) => throw null; - public static nint SecureStringToGlobalAllocUnicode(System.Security.SecureString s) => throw null; - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Intrinsics.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Intrinsics.cs deleted file mode 100644 index 8e2b18b3..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Intrinsics.cs +++ /dev/null @@ -1,6465 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Runtime.Intrinsics, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. -namespace System -{ - namespace Runtime - { - namespace Intrinsics - { - namespace Arm - { - public abstract class AdvSimd : System.Runtime.Intrinsics.Arm.ArmBase - { - public static System.Runtime.Intrinsics.Vector128 Abs(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Abs(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Abs(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Abs(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Abs(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Abs(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Abs(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Abs(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteCompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsoluteCompareGreaterThan(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteCompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsoluteCompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteCompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsoluteCompareLessThan(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteCompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsoluteCompareLessThanOrEqual(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifference(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifference(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifference(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifference(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifference(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifference(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifference(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsoluteDifference(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsoluteDifference(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsoluteDifference(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsoluteDifference(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsoluteDifference(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsoluteDifference(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsoluteDifference(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsoluteDifferenceAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsoluteDifferenceAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsoluteDifferenceAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsoluteDifferenceAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsoluteDifferenceAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsoluteDifferenceAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceWideningLowerAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceWideningLowerAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceWideningLowerAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceWideningLowerAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceWideningLowerAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceWideningLowerAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceWideningUpperAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceWideningUpperAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceWideningUpperAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceWideningUpperAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceWideningUpperAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifferenceWideningUpperAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsSaturate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsSaturate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsSaturate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsSaturate(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsSaturate(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsSaturate(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Add(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Add(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Add(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Add(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Add(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Add(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Add(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddHighNarrowingLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddHighNarrowingLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddHighNarrowingLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddHighNarrowingLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddHighNarrowingLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddHighNarrowingLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddHighNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddHighNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddHighNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddHighNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddHighNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddHighNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddPairwise(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddPairwise(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddPairwise(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddPairwise(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddPairwise(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddPairwise(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddPairwise(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddPairwiseWidening(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddPairwiseWidening(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddPairwiseWidening(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddPairwiseWidening(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddPairwiseWidening(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddPairwiseWidening(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddPairwiseWidening(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddPairwiseWidening(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddPairwiseWidening(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddPairwiseWidening(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddPairwiseWideningAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddPairwiseWideningAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddPairwiseWideningAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddPairwiseWideningAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddPairwiseWideningAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddPairwiseWideningAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddPairwiseWideningAndAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddPairwiseWideningAndAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddPairwiseWideningAndAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddPairwiseWideningAndAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddPairwiseWideningAndAddScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddPairwiseWideningAndAddScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddPairwiseWideningScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddPairwiseWideningScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddRoundedHighNarrowingLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddRoundedHighNarrowingLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddRoundedHighNarrowingLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddRoundedHighNarrowingLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddRoundedHighNarrowingLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddRoundedHighNarrowingLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddRoundedHighNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddRoundedHighNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddRoundedHighNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddRoundedHighNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddRoundedHighNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddRoundedHighNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddSaturate(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddSaturate(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddSaturate(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddSaturate(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddSaturate(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddSaturate(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddSaturateScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddSaturateScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddWideningLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddWideningLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddWideningLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddWideningLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddWideningLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddWideningLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 And(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 And(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 And(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 And(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 And(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 And(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 And(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 And(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 And(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 And(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public abstract class Arm64 : System.Runtime.Intrinsics.Arm.ArmBase.Arm64 - { - public static System.Runtime.Intrinsics.Vector128 Abs(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Abs(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteCompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteCompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsoluteCompareGreaterThanOrEqualScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsoluteCompareGreaterThanOrEqualScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsoluteCompareGreaterThanScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsoluteCompareGreaterThanScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteCompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteCompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsoluteCompareLessThanOrEqualScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsoluteCompareLessThanOrEqualScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsoluteCompareLessThanScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsoluteCompareLessThanScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsoluteDifference(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsoluteDifferenceScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsoluteDifferenceScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AbsSaturate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsSaturateScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsSaturateScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsSaturateScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsSaturateScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AbsScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddAcross(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddAcross(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddAcross(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddAcross(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddAcross(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddAcross(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddAcross(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddAcross(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddAcross(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddAcross(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddAcrossWidening(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddAcrossWidening(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddAcrossWidening(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddAcrossWidening(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddAcrossWidening(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddAcrossWidening(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddAcrossWidening(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddAcrossWidening(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddAcrossWidening(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddAcrossWidening(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddPairwiseScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddPairwiseScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddPairwiseScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddPairwiseScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddSaturate(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddSaturate(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddSaturate(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddSaturate(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddSaturate(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddSaturate(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddSaturateScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddSaturateScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddSaturateScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddSaturateScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddSaturateScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddSaturateScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddSaturateScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddSaturateScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddSaturateScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddSaturateScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddSaturateScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddSaturateScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddSaturateScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AddSaturateScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Ceiling(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareEqualScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareEqualScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareEqualScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareEqualScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareGreaterThanOrEqualScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareGreaterThanOrEqualScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareGreaterThanOrEqualScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareGreaterThanOrEqualScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareGreaterThanScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareGreaterThanScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareGreaterThanScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareGreaterThanScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareLessThanOrEqualScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareLessThanOrEqualScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareLessThanOrEqualScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareLessThanOrEqualScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareLessThanScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareLessThanScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareLessThanScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareLessThanScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareTest(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareTest(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareTest(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareTestScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareTestScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareTestScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToDouble(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToDouble(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToDouble(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToDoubleScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToDoubleScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToDoubleUpper(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToInt64RoundAwayFromZero(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToInt64RoundAwayFromZeroScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToInt64RoundToEven(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToInt64RoundToEvenScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToInt64RoundToNegativeInfinity(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToInt64RoundToNegativeInfinityScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToInt64RoundToPositiveInfinity(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToInt64RoundToPositiveInfinityScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToInt64RoundToZero(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToInt64RoundToZeroScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToSingleLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToSingleRoundToOddLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToSingleRoundToOddUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToSingleUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToUInt64RoundAwayFromZero(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToUInt64RoundAwayFromZeroScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToUInt64RoundToEven(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToUInt64RoundToEvenScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToUInt64RoundToNegativeInfinity(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToUInt64RoundToNegativeInfinityScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToUInt64RoundToPositiveInfinity(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToUInt64RoundToPositiveInfinityScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToUInt64RoundToZero(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToUInt64RoundToZeroScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Divide(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Divide(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Divide(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 DuplicateSelectedScalarToVector128(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 DuplicateSelectedScalarToVector128(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 DuplicateSelectedScalarToVector128(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 DuplicateToVector128(double value) => throw null; - public static System.Runtime.Intrinsics.Vector128 DuplicateToVector128(long value) => throw null; - public static System.Runtime.Intrinsics.Vector128 DuplicateToVector128(ulong value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractNarrowingSaturateUnsignedScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractNarrowingSaturateUnsignedScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractNarrowingSaturateUnsignedScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Floor(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedMultiplyAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedMultiplyAddByScalar(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedMultiplyAddByScalar(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedMultiplyAddByScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedMultiplyAddBySelectedScalar(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedMultiplyAddBySelectedScalar(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedMultiplyAddBySelectedScalar(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedMultiplyAddBySelectedScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedMultiplyAddBySelectedScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedMultiplyAddScalarBySelectedScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedMultiplyAddScalarBySelectedScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedMultiplyAddScalarBySelectedScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedMultiplySubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedMultiplySubtractByScalar(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedMultiplySubtractByScalar(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedMultiplySubtractByScalar(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedMultiplySubtractBySelectedScalar(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedMultiplySubtractBySelectedScalar(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedMultiplySubtractBySelectedScalar(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedMultiplySubtractBySelectedScalar(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedMultiplySubtractBySelectedScalar(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedMultiplySubtractScalarBySelectedScalar(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedMultiplySubtractScalarBySelectedScalar(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedMultiplySubtractScalarBySelectedScalar(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 InsertSelectedScalar(System.Runtime.Intrinsics.Vector128 result, byte resultIndex, System.Runtime.Intrinsics.Vector128 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 InsertSelectedScalar(System.Runtime.Intrinsics.Vector128 result, byte resultIndex, System.Runtime.Intrinsics.Vector64 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 InsertSelectedScalar(System.Runtime.Intrinsics.Vector128 result, byte resultIndex, System.Runtime.Intrinsics.Vector128 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 InsertSelectedScalar(System.Runtime.Intrinsics.Vector128 result, byte resultIndex, System.Runtime.Intrinsics.Vector128 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 InsertSelectedScalar(System.Runtime.Intrinsics.Vector128 result, byte resultIndex, System.Runtime.Intrinsics.Vector64 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 InsertSelectedScalar(System.Runtime.Intrinsics.Vector128 result, byte resultIndex, System.Runtime.Intrinsics.Vector128 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 InsertSelectedScalar(System.Runtime.Intrinsics.Vector128 result, byte resultIndex, System.Runtime.Intrinsics.Vector64 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 InsertSelectedScalar(System.Runtime.Intrinsics.Vector128 result, byte resultIndex, System.Runtime.Intrinsics.Vector128 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 InsertSelectedScalar(System.Runtime.Intrinsics.Vector128 result, byte resultIndex, System.Runtime.Intrinsics.Vector128 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 InsertSelectedScalar(System.Runtime.Intrinsics.Vector128 result, byte resultIndex, System.Runtime.Intrinsics.Vector64 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 InsertSelectedScalar(System.Runtime.Intrinsics.Vector128 result, byte resultIndex, System.Runtime.Intrinsics.Vector128 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 InsertSelectedScalar(System.Runtime.Intrinsics.Vector128 result, byte resultIndex, System.Runtime.Intrinsics.Vector64 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 InsertSelectedScalar(System.Runtime.Intrinsics.Vector128 result, byte resultIndex, System.Runtime.Intrinsics.Vector128 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 InsertSelectedScalar(System.Runtime.Intrinsics.Vector128 result, byte resultIndex, System.Runtime.Intrinsics.Vector64 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 InsertSelectedScalar(System.Runtime.Intrinsics.Vector128 result, byte resultIndex, System.Runtime.Intrinsics.Vector128 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 InsertSelectedScalar(System.Runtime.Intrinsics.Vector128 result, byte resultIndex, System.Runtime.Intrinsics.Vector64 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 InsertSelectedScalar(System.Runtime.Intrinsics.Vector128 result, byte resultIndex, System.Runtime.Intrinsics.Vector128 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 InsertSelectedScalar(System.Runtime.Intrinsics.Vector64 result, byte resultIndex, System.Runtime.Intrinsics.Vector128 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 InsertSelectedScalar(System.Runtime.Intrinsics.Vector64 result, byte resultIndex, System.Runtime.Intrinsics.Vector64 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 InsertSelectedScalar(System.Runtime.Intrinsics.Vector64 result, byte resultIndex, System.Runtime.Intrinsics.Vector128 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 InsertSelectedScalar(System.Runtime.Intrinsics.Vector64 result, byte resultIndex, System.Runtime.Intrinsics.Vector64 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 InsertSelectedScalar(System.Runtime.Intrinsics.Vector64 result, byte resultIndex, System.Runtime.Intrinsics.Vector128 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 InsertSelectedScalar(System.Runtime.Intrinsics.Vector64 result, byte resultIndex, System.Runtime.Intrinsics.Vector64 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 InsertSelectedScalar(System.Runtime.Intrinsics.Vector64 result, byte resultIndex, System.Runtime.Intrinsics.Vector128 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 InsertSelectedScalar(System.Runtime.Intrinsics.Vector64 result, byte resultIndex, System.Runtime.Intrinsics.Vector64 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 InsertSelectedScalar(System.Runtime.Intrinsics.Vector64 result, byte resultIndex, System.Runtime.Intrinsics.Vector128 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 InsertSelectedScalar(System.Runtime.Intrinsics.Vector64 result, byte resultIndex, System.Runtime.Intrinsics.Vector64 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 InsertSelectedScalar(System.Runtime.Intrinsics.Vector64 result, byte resultIndex, System.Runtime.Intrinsics.Vector128 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 InsertSelectedScalar(System.Runtime.Intrinsics.Vector64 result, byte resultIndex, System.Runtime.Intrinsics.Vector64 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 InsertSelectedScalar(System.Runtime.Intrinsics.Vector64 result, byte resultIndex, System.Runtime.Intrinsics.Vector128 value, byte valueIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 InsertSelectedScalar(System.Runtime.Intrinsics.Vector64 result, byte resultIndex, System.Runtime.Intrinsics.Vector64 value, byte valueIndex) => throw null; - public static bool IsSupported { get => throw null; } - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndReplicateToVector128(double* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndReplicateToVector128(long* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndReplicateToVector128(ulong* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairScalarVector64(int* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairScalarVector64(float* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairScalarVector64(uint* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairScalarVector64NonTemporal(int* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairScalarVector64NonTemporal(float* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairScalarVector64NonTemporal(uint* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadPairVector128(byte* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadPairVector128(double* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadPairVector128(short* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadPairVector128(int* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadPairVector128(long* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadPairVector128(sbyte* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadPairVector128(float* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadPairVector128(ushort* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadPairVector128(uint* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadPairVector128(ulong* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadPairVector128NonTemporal(byte* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadPairVector128NonTemporal(double* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadPairVector128NonTemporal(short* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadPairVector128NonTemporal(int* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadPairVector128NonTemporal(long* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadPairVector128NonTemporal(sbyte* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadPairVector128NonTemporal(float* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadPairVector128NonTemporal(ushort* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadPairVector128NonTemporal(uint* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadPairVector128NonTemporal(ulong* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairVector64(byte* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairVector64(double* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairVector64(short* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairVector64(int* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairVector64(long* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairVector64(sbyte* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairVector64(float* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairVector64(ushort* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairVector64(uint* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairVector64(ulong* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairVector64NonTemporal(byte* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairVector64NonTemporal(double* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairVector64NonTemporal(short* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairVector64NonTemporal(int* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairVector64NonTemporal(long* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairVector64NonTemporal(sbyte* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairVector64NonTemporal(float* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairVector64NonTemporal(ushort* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairVector64NonTemporal(uint* address) => throw null; - public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairVector64NonTemporal(ulong* address) => throw null; - public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxAcross(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxAcross(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxAcross(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxAcross(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxAcross(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxAcross(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxAcross(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxAcross(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxAcross(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxAcross(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxAcross(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 MaxNumber(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxNumberAcross(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 MaxNumberPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MaxNumberPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxNumberPairwise(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxNumberPairwiseScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxNumberPairwiseScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 MaxPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MaxPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MaxPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MaxPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MaxPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MaxPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MaxPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MaxPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxPairwiseScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxPairwiseScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinAcross(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinAcross(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinAcross(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinAcross(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinAcross(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinAcross(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinAcross(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinAcross(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinAcross(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinAcross(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinAcross(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 MinNumber(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinNumberAcross(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 MinNumberPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MinNumberPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinNumberPairwise(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinNumberPairwiseScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinNumberPairwiseScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 MinPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MinPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MinPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MinPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MinPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MinPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MinPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MinPairwise(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinPairwiseScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinPairwiseScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Multiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyByScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingSaturateHighScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingSaturateHighScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingScalarBySelectedScalarSaturateHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingScalarBySelectedScalarSaturateHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingScalarBySelectedScalarSaturateHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingScalarBySelectedScalarSaturateHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingWideningAndAddSaturateScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingWideningAndAddSaturateScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingWideningAndSubtractSaturateScalar(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingWideningAndSubtractSaturateScalar(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingWideningSaturateScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingWideningSaturateScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingWideningSaturateScalarBySelectedScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingWideningSaturateScalarBySelectedScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingWideningSaturateScalarBySelectedScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingWideningSaturateScalarBySelectedScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingWideningScalarBySelectedScalarAndAddSaturate(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingWideningScalarBySelectedScalarAndAddSaturate(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingWideningScalarBySelectedScalarAndAddSaturate(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingWideningScalarBySelectedScalarAndAddSaturate(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingWideningScalarBySelectedScalarAndSubtractSaturate(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingWideningScalarBySelectedScalarAndSubtractSaturate(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingWideningScalarBySelectedScalarAndSubtractSaturate(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingWideningScalarBySelectedScalarAndSubtractSaturate(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyExtended(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyExtended(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyExtended(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyExtendedByScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyExtendedBySelectedScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyExtendedBySelectedScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyExtendedBySelectedScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyExtendedBySelectedScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyExtendedBySelectedScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyExtendedScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyExtendedScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyExtendedScalarBySelectedScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyExtendedScalarBySelectedScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyExtendedScalarBySelectedScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingSaturateHighScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingSaturateHighScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingScalarBySelectedScalarSaturateHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingScalarBySelectedScalarSaturateHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingScalarBySelectedScalarSaturateHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingScalarBySelectedScalarSaturateHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyScalarBySelectedScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 Negate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Negate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 NegateSaturate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 NegateSaturateScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 NegateSaturateScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 NegateSaturateScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 NegateSaturateScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 NegateScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReciprocalEstimate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReciprocalEstimateScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReciprocalEstimateScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReciprocalExponentScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReciprocalExponentScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReciprocalSquareRootEstimate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReciprocalSquareRootEstimateScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReciprocalSquareRootEstimateScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReciprocalSquareRootStep(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReciprocalSquareRootStepScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReciprocalSquareRootStepScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReciprocalStep(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReciprocalStepScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReciprocalStepScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReverseElementBits(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReverseElementBits(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReverseElementBits(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReverseElementBits(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundAwayFromZero(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToNearest(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToNegativeInfinity(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToPositiveInfinity(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToZero(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftArithmeticRoundedSaturateScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftArithmeticRoundedSaturateScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftArithmeticRoundedSaturateScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftArithmeticSaturateScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftArithmeticSaturateScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftArithmeticSaturateScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogicalSaturateScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogicalSaturateScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogicalSaturateScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogicalSaturateScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogicalSaturateScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogicalSaturateScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogicalSaturateUnsignedScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogicalSaturateUnsignedScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogicalSaturateUnsignedScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalRoundedSaturateScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalRoundedSaturateScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalRoundedSaturateScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalRoundedSaturateScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalRoundedSaturateScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalRoundedSaturateScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalSaturateScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalSaturateScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalSaturateScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalSaturateScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalSaturateScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalSaturateScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticNarrowingSaturateUnsignedScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticNarrowingSaturateUnsignedScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticNarrowingSaturateUnsignedScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticRoundedNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticRoundedNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticRoundedNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticRoundedNarrowingSaturateUnsignedScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticRoundedNarrowingSaturateUnsignedScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticRoundedNarrowingSaturateUnsignedScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRoundedNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRoundedNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRoundedNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRoundedNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRoundedNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRoundedNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 Sqrt(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Sqrt(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Sqrt(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static unsafe void StorePair(byte* address, System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) => throw null; - public static unsafe void StorePair(byte* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; - public static unsafe void StorePair(double* address, System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) => throw null; - public static unsafe void StorePair(double* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; - public static unsafe void StorePair(short* address, System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) => throw null; - public static unsafe void StorePair(short* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; - public static unsafe void StorePair(int* address, System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) => throw null; - public static unsafe void StorePair(int* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; - public static unsafe void StorePair(long* address, System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) => throw null; - public static unsafe void StorePair(long* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; - public static unsafe void StorePair(sbyte* address, System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) => throw null; - public static unsafe void StorePair(sbyte* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; - public static unsafe void StorePair(float* address, System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) => throw null; - public static unsafe void StorePair(float* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; - public static unsafe void StorePair(ushort* address, System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) => throw null; - public static unsafe void StorePair(ushort* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; - public static unsafe void StorePair(uint* address, System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) => throw null; - public static unsafe void StorePair(uint* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; - public static unsafe void StorePair(ulong* address, System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) => throw null; - public static unsafe void StorePair(ulong* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; - public static unsafe void StorePairNonTemporal(byte* address, System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) => throw null; - public static unsafe void StorePairNonTemporal(byte* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; - public static unsafe void StorePairNonTemporal(double* address, System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) => throw null; - public static unsafe void StorePairNonTemporal(double* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; - public static unsafe void StorePairNonTemporal(short* address, System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) => throw null; - public static unsafe void StorePairNonTemporal(short* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; - public static unsafe void StorePairNonTemporal(int* address, System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) => throw null; - public static unsafe void StorePairNonTemporal(int* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; - public static unsafe void StorePairNonTemporal(long* address, System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) => throw null; - public static unsafe void StorePairNonTemporal(long* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; - public static unsafe void StorePairNonTemporal(sbyte* address, System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) => throw null; - public static unsafe void StorePairNonTemporal(sbyte* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; - public static unsafe void StorePairNonTemporal(float* address, System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) => throw null; - public static unsafe void StorePairNonTemporal(float* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; - public static unsafe void StorePairNonTemporal(ushort* address, System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) => throw null; - public static unsafe void StorePairNonTemporal(ushort* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; - public static unsafe void StorePairNonTemporal(uint* address, System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) => throw null; - public static unsafe void StorePairNonTemporal(uint* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; - public static unsafe void StorePairNonTemporal(ulong* address, System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) => throw null; - public static unsafe void StorePairNonTemporal(ulong* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; - public static unsafe void StorePairScalar(int* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; - public static unsafe void StorePairScalar(float* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; - public static unsafe void StorePairScalar(uint* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; - public static unsafe void StorePairScalarNonTemporal(int* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; - public static unsafe void StorePairScalarNonTemporal(float* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; - public static unsafe void StorePairScalarNonTemporal(uint* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractSaturateScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractSaturateScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractSaturateScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractSaturateScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractSaturateScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractSaturateScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 TransposeEven(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 TransposeEven(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 TransposeEven(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 TransposeEven(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 TransposeEven(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 TransposeEven(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 TransposeEven(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 TransposeEven(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 TransposeEven(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 TransposeEven(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 TransposeEven(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 TransposeEven(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 TransposeEven(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 TransposeEven(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 TransposeEven(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 TransposeEven(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 TransposeEven(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 TransposeOdd(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 TransposeOdd(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 TransposeOdd(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 TransposeOdd(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 TransposeOdd(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 TransposeOdd(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 TransposeOdd(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 TransposeOdd(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 TransposeOdd(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 TransposeOdd(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 TransposeOdd(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 TransposeOdd(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 TransposeOdd(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 TransposeOdd(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 TransposeOdd(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 TransposeOdd(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 TransposeOdd(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnzipEven(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnzipEven(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnzipEven(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnzipEven(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnzipEven(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnzipEven(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnzipEven(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnzipEven(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnzipEven(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnzipEven(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 UnzipEven(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 UnzipEven(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 UnzipEven(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 UnzipEven(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 UnzipEven(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 UnzipEven(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 UnzipEven(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnzipOdd(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnzipOdd(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnzipOdd(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnzipOdd(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnzipOdd(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnzipOdd(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnzipOdd(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnzipOdd(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnzipOdd(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnzipOdd(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 UnzipOdd(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 UnzipOdd(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 UnzipOdd(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 UnzipOdd(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 UnzipOdd(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 UnzipOdd(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 UnzipOdd(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 VectorTableLookup(System.Runtime.Intrinsics.Vector128 table, System.Runtime.Intrinsics.Vector128 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector128 VectorTableLookup(System.Runtime.Intrinsics.Vector128 table, System.Runtime.Intrinsics.Vector128 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector128 VectorTableLookup((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) table, System.Runtime.Intrinsics.Vector128 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector128 VectorTableLookup((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) table, System.Runtime.Intrinsics.Vector128 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector128 VectorTableLookup((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) table, System.Runtime.Intrinsics.Vector128 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector128 VectorTableLookup((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) table, System.Runtime.Intrinsics.Vector128 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector128 VectorTableLookup((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) table, System.Runtime.Intrinsics.Vector128 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector128 VectorTableLookup((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) table, System.Runtime.Intrinsics.Vector128 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector128 VectorTableLookupExtension(System.Runtime.Intrinsics.Vector128 defaultValues, System.Runtime.Intrinsics.Vector128 table, System.Runtime.Intrinsics.Vector128 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector128 VectorTableLookupExtension(System.Runtime.Intrinsics.Vector128 defaultValues, System.Runtime.Intrinsics.Vector128 table, System.Runtime.Intrinsics.Vector128 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector128 VectorTableLookupExtension(System.Runtime.Intrinsics.Vector128 defaultValues, (System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) table, System.Runtime.Intrinsics.Vector128 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector128 VectorTableLookupExtension(System.Runtime.Intrinsics.Vector128 defaultValues, (System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) table, System.Runtime.Intrinsics.Vector128 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector128 VectorTableLookupExtension(System.Runtime.Intrinsics.Vector128 defaultValues, (System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) table, System.Runtime.Intrinsics.Vector128 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector128 VectorTableLookupExtension(System.Runtime.Intrinsics.Vector128 defaultValues, (System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) table, System.Runtime.Intrinsics.Vector128 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector128 VectorTableLookupExtension(System.Runtime.Intrinsics.Vector128 defaultValues, (System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) table, System.Runtime.Intrinsics.Vector128 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector128 VectorTableLookupExtension(System.Runtime.Intrinsics.Vector128 defaultValues, (System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) table, System.Runtime.Intrinsics.Vector128 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZipHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZipHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZipHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZipHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZipHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZipHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZipHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZipHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZipHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZipHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 ZipHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 ZipHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 ZipHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 ZipHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 ZipHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 ZipHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 ZipHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZipLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZipLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZipLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZipLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZipLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZipLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZipLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZipLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZipLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZipLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 ZipLow(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 ZipLow(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 ZipLow(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 ZipLow(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 ZipLow(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 ZipLow(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 ZipLow(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - } - public static System.Runtime.Intrinsics.Vector128 BitwiseClear(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseClear(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseClear(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseClear(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseClear(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseClear(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseClear(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseClear(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseClear(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseClear(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 mask) => throw null; - public static System.Runtime.Intrinsics.Vector64 BitwiseClear(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 mask) => throw null; - public static System.Runtime.Intrinsics.Vector64 BitwiseClear(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 mask) => throw null; - public static System.Runtime.Intrinsics.Vector64 BitwiseClear(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 mask) => throw null; - public static System.Runtime.Intrinsics.Vector64 BitwiseClear(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 mask) => throw null; - public static System.Runtime.Intrinsics.Vector64 BitwiseClear(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 mask) => throw null; - public static System.Runtime.Intrinsics.Vector64 BitwiseClear(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 mask) => throw null; - public static System.Runtime.Intrinsics.Vector64 BitwiseClear(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 mask) => throw null; - public static System.Runtime.Intrinsics.Vector64 BitwiseClear(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 mask) => throw null; - public static System.Runtime.Intrinsics.Vector64 BitwiseClear(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 mask) => throw null; - public static System.Runtime.Intrinsics.Vector64 BitwiseClear(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseSelect(System.Runtime.Intrinsics.Vector128 select, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseSelect(System.Runtime.Intrinsics.Vector128 select, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseSelect(System.Runtime.Intrinsics.Vector128 select, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseSelect(System.Runtime.Intrinsics.Vector128 select, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseSelect(System.Runtime.Intrinsics.Vector128 select, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseSelect(System.Runtime.Intrinsics.Vector128 select, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseSelect(System.Runtime.Intrinsics.Vector128 select, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseSelect(System.Runtime.Intrinsics.Vector128 select, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseSelect(System.Runtime.Intrinsics.Vector128 select, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseSelect(System.Runtime.Intrinsics.Vector128 select, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 BitwiseSelect(System.Runtime.Intrinsics.Vector64 select, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 BitwiseSelect(System.Runtime.Intrinsics.Vector64 select, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 BitwiseSelect(System.Runtime.Intrinsics.Vector64 select, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 BitwiseSelect(System.Runtime.Intrinsics.Vector64 select, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 BitwiseSelect(System.Runtime.Intrinsics.Vector64 select, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 BitwiseSelect(System.Runtime.Intrinsics.Vector64 select, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 BitwiseSelect(System.Runtime.Intrinsics.Vector64 select, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 BitwiseSelect(System.Runtime.Intrinsics.Vector64 select, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 BitwiseSelect(System.Runtime.Intrinsics.Vector64 select, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 BitwiseSelect(System.Runtime.Intrinsics.Vector64 select, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Ceiling(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Ceiling(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 CeilingScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 CeilingScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareEqual(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareEqual(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareEqual(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareEqual(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareEqual(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareEqual(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareEqual(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareGreaterThan(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareGreaterThan(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareGreaterThan(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareGreaterThan(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareGreaterThan(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareGreaterThan(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareGreaterThan(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareLessThan(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareLessThan(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareLessThan(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareLessThan(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareLessThan(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareLessThan(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareLessThan(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareTest(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareTest(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareTest(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareTest(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareTest(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareTest(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareTest(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareTest(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareTest(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareTest(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareTest(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareTest(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareTest(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 CompareTest(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToInt32RoundAwayFromZero(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToInt32RoundAwayFromZero(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToInt32RoundAwayFromZeroScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToInt32RoundToEven(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToInt32RoundToEven(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToInt32RoundToEvenScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToInt32RoundToNegativeInfinity(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToInt32RoundToNegativeInfinity(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToInt32RoundToNegativeInfinityScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToInt32RoundToPositiveInfinity(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToInt32RoundToPositiveInfinity(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToInt32RoundToPositiveInfinityScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToInt32RoundToZero(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToInt32RoundToZero(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToInt32RoundToZeroScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToSingle(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToSingle(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToSingle(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToSingle(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToSingleScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToSingleScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToUInt32RoundAwayFromZero(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToUInt32RoundAwayFromZero(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToUInt32RoundAwayFromZeroScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToUInt32RoundToEven(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToUInt32RoundToEven(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToUInt32RoundToEvenScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToUInt32RoundToNegativeInfinity(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToUInt32RoundToNegativeInfinity(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToUInt32RoundToNegativeInfinityScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToUInt32RoundToPositiveInfinity(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToUInt32RoundToPositiveInfinity(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToUInt32RoundToPositiveInfinityScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToUInt32RoundToZero(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToUInt32RoundToZero(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToUInt32RoundToZeroScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 DivideScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 DivideScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 DuplicateSelectedScalarToVector128(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 DuplicateSelectedScalarToVector128(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 DuplicateSelectedScalarToVector128(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 DuplicateSelectedScalarToVector128(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 DuplicateSelectedScalarToVector128(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 DuplicateSelectedScalarToVector128(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 DuplicateSelectedScalarToVector128(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 DuplicateSelectedScalarToVector128(System.Runtime.Intrinsics.Vector64 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 DuplicateSelectedScalarToVector128(System.Runtime.Intrinsics.Vector64 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 DuplicateSelectedScalarToVector128(System.Runtime.Intrinsics.Vector64 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 DuplicateSelectedScalarToVector128(System.Runtime.Intrinsics.Vector64 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 DuplicateSelectedScalarToVector128(System.Runtime.Intrinsics.Vector64 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 DuplicateSelectedScalarToVector128(System.Runtime.Intrinsics.Vector64 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 DuplicateSelectedScalarToVector128(System.Runtime.Intrinsics.Vector64 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector64 DuplicateSelectedScalarToVector64(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector64 DuplicateSelectedScalarToVector64(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector64 DuplicateSelectedScalarToVector64(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector64 DuplicateSelectedScalarToVector64(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector64 DuplicateSelectedScalarToVector64(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector64 DuplicateSelectedScalarToVector64(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector64 DuplicateSelectedScalarToVector64(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector64 DuplicateSelectedScalarToVector64(System.Runtime.Intrinsics.Vector64 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector64 DuplicateSelectedScalarToVector64(System.Runtime.Intrinsics.Vector64 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector64 DuplicateSelectedScalarToVector64(System.Runtime.Intrinsics.Vector64 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector64 DuplicateSelectedScalarToVector64(System.Runtime.Intrinsics.Vector64 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector64 DuplicateSelectedScalarToVector64(System.Runtime.Intrinsics.Vector64 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector64 DuplicateSelectedScalarToVector64(System.Runtime.Intrinsics.Vector64 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector64 DuplicateSelectedScalarToVector64(System.Runtime.Intrinsics.Vector64 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 DuplicateToVector128(byte value) => throw null; - public static System.Runtime.Intrinsics.Vector128 DuplicateToVector128(short value) => throw null; - public static System.Runtime.Intrinsics.Vector128 DuplicateToVector128(int value) => throw null; - public static System.Runtime.Intrinsics.Vector128 DuplicateToVector128(sbyte value) => throw null; - public static System.Runtime.Intrinsics.Vector128 DuplicateToVector128(float value) => throw null; - public static System.Runtime.Intrinsics.Vector128 DuplicateToVector128(ushort value) => throw null; - public static System.Runtime.Intrinsics.Vector128 DuplicateToVector128(uint value) => throw null; - public static System.Runtime.Intrinsics.Vector64 DuplicateToVector64(byte value) => throw null; - public static System.Runtime.Intrinsics.Vector64 DuplicateToVector64(short value) => throw null; - public static System.Runtime.Intrinsics.Vector64 DuplicateToVector64(int value) => throw null; - public static System.Runtime.Intrinsics.Vector64 DuplicateToVector64(sbyte value) => throw null; - public static System.Runtime.Intrinsics.Vector64 DuplicateToVector64(float value) => throw null; - public static System.Runtime.Intrinsics.Vector64 DuplicateToVector64(ushort value) => throw null; - public static System.Runtime.Intrinsics.Vector64 DuplicateToVector64(uint value) => throw null; - public static byte Extract(System.Runtime.Intrinsics.Vector128 vector, byte index) => throw null; - public static double Extract(System.Runtime.Intrinsics.Vector128 vector, byte index) => throw null; - public static short Extract(System.Runtime.Intrinsics.Vector128 vector, byte index) => throw null; - public static int Extract(System.Runtime.Intrinsics.Vector128 vector, byte index) => throw null; - public static long Extract(System.Runtime.Intrinsics.Vector128 vector, byte index) => throw null; - public static sbyte Extract(System.Runtime.Intrinsics.Vector128 vector, byte index) => throw null; - public static float Extract(System.Runtime.Intrinsics.Vector128 vector, byte index) => throw null; - public static ushort Extract(System.Runtime.Intrinsics.Vector128 vector, byte index) => throw null; - public static uint Extract(System.Runtime.Intrinsics.Vector128 vector, byte index) => throw null; - public static ulong Extract(System.Runtime.Intrinsics.Vector128 vector, byte index) => throw null; - public static byte Extract(System.Runtime.Intrinsics.Vector64 vector, byte index) => throw null; - public static short Extract(System.Runtime.Intrinsics.Vector64 vector, byte index) => throw null; - public static int Extract(System.Runtime.Intrinsics.Vector64 vector, byte index) => throw null; - public static sbyte Extract(System.Runtime.Intrinsics.Vector64 vector, byte index) => throw null; - public static float Extract(System.Runtime.Intrinsics.Vector64 vector, byte index) => throw null; - public static ushort Extract(System.Runtime.Intrinsics.Vector64 vector, byte index) => throw null; - public static uint Extract(System.Runtime.Intrinsics.Vector64 vector, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractNarrowingLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractNarrowingLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractNarrowingLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractNarrowingLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractNarrowingLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractNarrowingLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractNarrowingSaturateLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractNarrowingSaturateLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractNarrowingSaturateLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractNarrowingSaturateLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractNarrowingSaturateLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractNarrowingSaturateLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractNarrowingSaturateUnsignedLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractNarrowingSaturateUnsignedLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractNarrowingSaturateUnsignedLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractNarrowingSaturateUnsignedUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractNarrowingSaturateUnsignedUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractNarrowingSaturateUnsignedUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractNarrowingSaturateUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractNarrowingSaturateUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractNarrowingSaturateUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractNarrowingSaturateUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractNarrowingSaturateUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractNarrowingSaturateUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 lower, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 lower, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 lower, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 lower, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 lower, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 lower, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 lower, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 lower, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 lower, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 lower, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractVector64(System.Runtime.Intrinsics.Vector64 upper, System.Runtime.Intrinsics.Vector64 lower, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractVector64(System.Runtime.Intrinsics.Vector64 upper, System.Runtime.Intrinsics.Vector64 lower, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractVector64(System.Runtime.Intrinsics.Vector64 upper, System.Runtime.Intrinsics.Vector64 lower, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractVector64(System.Runtime.Intrinsics.Vector64 upper, System.Runtime.Intrinsics.Vector64 lower, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractVector64(System.Runtime.Intrinsics.Vector64 upper, System.Runtime.Intrinsics.Vector64 lower, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractVector64(System.Runtime.Intrinsics.Vector64 upper, System.Runtime.Intrinsics.Vector64 lower, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector64 ExtractVector64(System.Runtime.Intrinsics.Vector64 upper, System.Runtime.Intrinsics.Vector64 lower, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 Floor(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Floor(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 FloorScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 FloorScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedAddHalving(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedAddHalving(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedAddHalving(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedAddHalving(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedAddHalving(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedAddHalving(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedAddHalving(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedAddHalving(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedAddHalving(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedAddHalving(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedAddHalving(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedAddHalving(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedAddRoundedHalving(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedAddRoundedHalving(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedAddRoundedHalving(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedAddRoundedHalving(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedAddRoundedHalving(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedAddRoundedHalving(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedAddRoundedHalving(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedAddRoundedHalving(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedAddRoundedHalving(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedAddRoundedHalving(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedAddRoundedHalving(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedAddRoundedHalving(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedMultiplyAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedMultiplyAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedMultiplyAddNegatedScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedMultiplyAddNegatedScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedMultiplyAddScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedMultiplyAddScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedMultiplySubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedMultiplySubtract(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedMultiplySubtractNegatedScalar(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedMultiplySubtractNegatedScalar(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedMultiplySubtractScalar(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedMultiplySubtractScalar(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedSubtractHalving(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedSubtractHalving(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedSubtractHalving(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedSubtractHalving(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedSubtractHalving(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 FusedSubtractHalving(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedSubtractHalving(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedSubtractHalving(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedSubtractHalving(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedSubtractHalving(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedSubtractHalving(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 FusedSubtractHalving(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Insert(System.Runtime.Intrinsics.Vector128 vector, byte index, byte data) => throw null; - public static System.Runtime.Intrinsics.Vector128 Insert(System.Runtime.Intrinsics.Vector128 vector, byte index, double data) => throw null; - public static System.Runtime.Intrinsics.Vector128 Insert(System.Runtime.Intrinsics.Vector128 vector, byte index, short data) => throw null; - public static System.Runtime.Intrinsics.Vector128 Insert(System.Runtime.Intrinsics.Vector128 vector, byte index, int data) => throw null; - public static System.Runtime.Intrinsics.Vector128 Insert(System.Runtime.Intrinsics.Vector128 vector, byte index, long data) => throw null; - public static System.Runtime.Intrinsics.Vector128 Insert(System.Runtime.Intrinsics.Vector128 vector, byte index, sbyte data) => throw null; - public static System.Runtime.Intrinsics.Vector128 Insert(System.Runtime.Intrinsics.Vector128 vector, byte index, float data) => throw null; - public static System.Runtime.Intrinsics.Vector128 Insert(System.Runtime.Intrinsics.Vector128 vector, byte index, ushort data) => throw null; - public static System.Runtime.Intrinsics.Vector128 Insert(System.Runtime.Intrinsics.Vector128 vector, byte index, uint data) => throw null; - public static System.Runtime.Intrinsics.Vector128 Insert(System.Runtime.Intrinsics.Vector128 vector, byte index, ulong data) => throw null; - public static System.Runtime.Intrinsics.Vector64 Insert(System.Runtime.Intrinsics.Vector64 vector, byte index, byte data) => throw null; - public static System.Runtime.Intrinsics.Vector64 Insert(System.Runtime.Intrinsics.Vector64 vector, byte index, short data) => throw null; - public static System.Runtime.Intrinsics.Vector64 Insert(System.Runtime.Intrinsics.Vector64 vector, byte index, int data) => throw null; - public static System.Runtime.Intrinsics.Vector64 Insert(System.Runtime.Intrinsics.Vector64 vector, byte index, sbyte data) => throw null; - public static System.Runtime.Intrinsics.Vector64 Insert(System.Runtime.Intrinsics.Vector64 vector, byte index, float data) => throw null; - public static System.Runtime.Intrinsics.Vector64 Insert(System.Runtime.Intrinsics.Vector64 vector, byte index, ushort data) => throw null; - public static System.Runtime.Intrinsics.Vector64 Insert(System.Runtime.Intrinsics.Vector64 vector, byte index, uint data) => throw null; - public static System.Runtime.Intrinsics.Vector128 InsertScalar(System.Runtime.Intrinsics.Vector128 result, byte resultIndex, System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 InsertScalar(System.Runtime.Intrinsics.Vector128 result, byte resultIndex, System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 InsertScalar(System.Runtime.Intrinsics.Vector128 result, byte resultIndex, System.Runtime.Intrinsics.Vector64 value) => throw null; - public static bool IsSupported { get => throw null; } - public static System.Runtime.Intrinsics.Vector128 LeadingSignCount(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 LeadingSignCount(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 LeadingSignCount(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 LeadingSignCount(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 LeadingSignCount(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 LeadingSignCount(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 LeadingZeroCount(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 LeadingZeroCount(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 LeadingZeroCount(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 LeadingZeroCount(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 LeadingZeroCount(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 LeadingZeroCount(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 LeadingZeroCount(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 LeadingZeroCount(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 LeadingZeroCount(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 LeadingZeroCount(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 LeadingZeroCount(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 LeadingZeroCount(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndInsertScalar(System.Runtime.Intrinsics.Vector128 value, byte index, byte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndInsertScalar(System.Runtime.Intrinsics.Vector128 value, byte index, double* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndInsertScalar(System.Runtime.Intrinsics.Vector128 value, byte index, short* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndInsertScalar(System.Runtime.Intrinsics.Vector128 value, byte index, int* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndInsertScalar(System.Runtime.Intrinsics.Vector128 value, byte index, long* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndInsertScalar(System.Runtime.Intrinsics.Vector128 value, byte index, sbyte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndInsertScalar(System.Runtime.Intrinsics.Vector128 value, byte index, float* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndInsertScalar(System.Runtime.Intrinsics.Vector128 value, byte index, ushort* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndInsertScalar(System.Runtime.Intrinsics.Vector128 value, byte index, uint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndInsertScalar(System.Runtime.Intrinsics.Vector128 value, byte index, ulong* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector64 LoadAndInsertScalar(System.Runtime.Intrinsics.Vector64 value, byte index, byte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector64 LoadAndInsertScalar(System.Runtime.Intrinsics.Vector64 value, byte index, short* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector64 LoadAndInsertScalar(System.Runtime.Intrinsics.Vector64 value, byte index, int* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector64 LoadAndInsertScalar(System.Runtime.Intrinsics.Vector64 value, byte index, sbyte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector64 LoadAndInsertScalar(System.Runtime.Intrinsics.Vector64 value, byte index, float* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector64 LoadAndInsertScalar(System.Runtime.Intrinsics.Vector64 value, byte index, ushort* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector64 LoadAndInsertScalar(System.Runtime.Intrinsics.Vector64 value, byte index, uint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndReplicateToVector128(byte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndReplicateToVector128(short* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndReplicateToVector128(int* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndReplicateToVector128(sbyte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndReplicateToVector128(float* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndReplicateToVector128(ushort* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndReplicateToVector128(uint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector64 LoadAndReplicateToVector64(byte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector64 LoadAndReplicateToVector64(short* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector64 LoadAndReplicateToVector64(int* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector64 LoadAndReplicateToVector64(sbyte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector64 LoadAndReplicateToVector64(float* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector64 LoadAndReplicateToVector64(ushort* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector64 LoadAndReplicateToVector64(uint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(byte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(double* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(short* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(int* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(long* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(sbyte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(float* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(ushort* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(uint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(ulong* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector64 LoadVector64(byte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector64 LoadVector64(double* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector64 LoadVector64(short* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector64 LoadVector64(int* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector64 LoadVector64(long* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector64 LoadVector64(sbyte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector64 LoadVector64(float* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector64 LoadVector64(ushort* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector64 LoadVector64(uint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector64 LoadVector64(ulong* address) => throw null; - public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Max(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Max(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Max(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Max(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Max(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Max(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Max(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MaxNumber(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxNumber(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxNumberScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxNumberScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxPairwise(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxPairwise(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxPairwise(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxPairwise(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxPairwise(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxPairwise(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MaxPairwise(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Min(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Min(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Min(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Min(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Min(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Min(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Min(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MinNumber(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinNumber(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinNumberScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinNumberScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinPairwise(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinPairwise(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinPairwise(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinPairwise(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinPairwise(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinPairwise(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MinPairwise(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Multiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Multiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Multiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Multiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Multiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Multiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Multiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Multiply(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Multiply(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Multiply(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Multiply(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Multiply(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Multiply(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Multiply(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyAddByScalar(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyAddByScalar(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyAddByScalar(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyAddByScalar(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyAddByScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyAddByScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyAddByScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyAddByScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyAddBySelectedScalar(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyAddBySelectedScalar(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyAddBySelectedScalar(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyAddBySelectedScalar(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyAddBySelectedScalar(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyAddBySelectedScalar(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyAddBySelectedScalar(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyAddBySelectedScalar(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyAddBySelectedScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyAddBySelectedScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyAddBySelectedScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyAddBySelectedScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyAddBySelectedScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyAddBySelectedScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyAddBySelectedScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyAddBySelectedScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyByScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyByScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyByScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyByScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyByScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyByScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyByScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyByScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyByScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyByScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyBySelectedScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyBySelectedScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyBySelectedScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyBySelectedScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyBySelectedScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyBySelectedScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyBySelectedScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyBySelectedScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyBySelectedScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyBySelectedScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningLowerAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningLowerAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningLowerAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningLowerAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningLowerAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningLowerAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningLowerAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningLowerAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningLowerAndSubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningLowerAndSubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningLowerAndSubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningLowerAndSubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningLowerAndSubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningLowerAndSubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningLowerAndSubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningLowerAndSubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningUpperAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningUpperAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningUpperAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningUpperAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningUpperAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningUpperAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningUpperAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningUpperAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningUpperAndSubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningUpperAndSubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningUpperAndSubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningUpperAndSubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningUpperAndSubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningUpperAndSubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningUpperAndSubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyBySelectedScalarWideningUpperAndSubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingByScalarSaturateHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingByScalarSaturateHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingByScalarSaturateHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingByScalarSaturateHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingBySelectedScalarSaturateHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingBySelectedScalarSaturateHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingBySelectedScalarSaturateHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingBySelectedScalarSaturateHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingBySelectedScalarSaturateHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingBySelectedScalarSaturateHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingBySelectedScalarSaturateHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingBySelectedScalarSaturateHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingSaturateHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingSaturateHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingSaturateHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyDoublingSaturateHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningLowerAndAddSaturate(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningLowerAndAddSaturate(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningLowerAndSubtractSaturate(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningLowerAndSubtractSaturate(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningLowerByScalarAndAddSaturate(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningLowerByScalarAndAddSaturate(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningLowerByScalarAndSubtractSaturate(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningLowerByScalarAndSubtractSaturate(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningLowerBySelectedScalarAndAddSaturate(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningLowerBySelectedScalarAndAddSaturate(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningLowerBySelectedScalarAndAddSaturate(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningLowerBySelectedScalarAndAddSaturate(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningLowerBySelectedScalarAndSubtractSaturate(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningLowerBySelectedScalarAndSubtractSaturate(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningLowerBySelectedScalarAndSubtractSaturate(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningLowerBySelectedScalarAndSubtractSaturate(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningSaturateLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningSaturateLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningSaturateLowerByScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningSaturateLowerByScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningSaturateLowerBySelectedScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningSaturateLowerBySelectedScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningSaturateLowerBySelectedScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningSaturateLowerBySelectedScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningSaturateUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningSaturateUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningSaturateUpperByScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningSaturateUpperByScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningSaturateUpperBySelectedScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningSaturateUpperBySelectedScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningSaturateUpperBySelectedScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningSaturateUpperBySelectedScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningUpperAndAddSaturate(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningUpperAndAddSaturate(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningUpperAndSubtractSaturate(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningUpperAndSubtractSaturate(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningUpperByScalarAndAddSaturate(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningUpperByScalarAndAddSaturate(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningUpperByScalarAndSubtractSaturate(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningUpperByScalarAndSubtractSaturate(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningUpperBySelectedScalarAndSubtractSaturate(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningUpperBySelectedScalarAndSubtractSaturate(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningUpperBySelectedScalarAndSubtractSaturate(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyDoublingWideningUpperBySelectedScalarAndSubtractSaturate(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyRoundedDoublingByScalarSaturateHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyRoundedDoublingByScalarSaturateHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingByScalarSaturateHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingByScalarSaturateHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyRoundedDoublingBySelectedScalarSaturateHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyRoundedDoublingBySelectedScalarSaturateHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyRoundedDoublingBySelectedScalarSaturateHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyRoundedDoublingBySelectedScalarSaturateHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingBySelectedScalarSaturateHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingBySelectedScalarSaturateHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingBySelectedScalarSaturateHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingBySelectedScalarSaturateHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyRoundedDoublingSaturateHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyRoundedDoublingSaturateHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingSaturateHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingSaturateHigh(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyScalarBySelectedScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyScalarBySelectedScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplySubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplySubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplySubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplySubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplySubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplySubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplySubtract(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplySubtract(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplySubtract(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplySubtract(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplySubtract(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplySubtract(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplySubtractByScalar(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplySubtractByScalar(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplySubtractByScalar(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplySubtractByScalar(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplySubtractByScalar(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplySubtractByScalar(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplySubtractByScalar(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplySubtractByScalar(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplySubtractBySelectedScalar(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplySubtractBySelectedScalar(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplySubtractBySelectedScalar(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplySubtractBySelectedScalar(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplySubtractBySelectedScalar(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplySubtractBySelectedScalar(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplySubtractBySelectedScalar(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplySubtractBySelectedScalar(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplySubtractBySelectedScalar(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplySubtractBySelectedScalar(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplySubtractBySelectedScalar(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplySubtractBySelectedScalar(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplySubtractBySelectedScalar(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplySubtractBySelectedScalar(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplySubtractBySelectedScalar(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplySubtractBySelectedScalar(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningLowerAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningLowerAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningLowerAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningLowerAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningLowerAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningLowerAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningLowerAndSubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningLowerAndSubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningLowerAndSubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningLowerAndSubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningLowerAndSubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningLowerAndSubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningUpperAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningUpperAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningUpperAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningUpperAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningUpperAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningUpperAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningUpperAndSubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningUpperAndSubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningUpperAndSubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningUpperAndSubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningUpperAndSubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningUpperAndSubtract(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Negate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Negate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Negate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Negate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Negate(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Negate(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Negate(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Negate(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 NegateSaturate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 NegateSaturate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 NegateSaturate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 NegateSaturate(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 NegateSaturate(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 NegateSaturate(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 NegateScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 NegateScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Not(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Not(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Not(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Not(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Not(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Not(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Not(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Not(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Not(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Not(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Not(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Not(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Not(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Not(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Not(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Not(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Not(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Not(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Not(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Not(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Or(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Or(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Or(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Or(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Or(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Or(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Or(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Or(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Or(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Or(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 OrNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 OrNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 OrNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 OrNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 OrNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 OrNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 OrNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 OrNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 OrNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 OrNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 OrNot(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 OrNot(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 OrNot(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 OrNot(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 OrNot(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 OrNot(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 OrNot(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 OrNot(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 OrNot(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 OrNot(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 PolynomialMultiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 PolynomialMultiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 PolynomialMultiply(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 PolynomialMultiply(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 PolynomialMultiplyWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 PolynomialMultiplyWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 PolynomialMultiplyWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 PolynomialMultiplyWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 PopCount(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 PopCount(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 PopCount(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 PopCount(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReciprocalEstimate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReciprocalEstimate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReciprocalEstimate(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReciprocalEstimate(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReciprocalSquareRootEstimate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReciprocalSquareRootEstimate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReciprocalSquareRootEstimate(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReciprocalSquareRootEstimate(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReciprocalSquareRootStep(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReciprocalSquareRootStep(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReciprocalStep(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReciprocalStep(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReverseElement16(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReverseElement16(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReverseElement16(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReverseElement16(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReverseElement16(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReverseElement16(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReverseElement16(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReverseElement16(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReverseElement32(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReverseElement32(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReverseElement32(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReverseElement32(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReverseElement8(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReverseElement8(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReverseElement8(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReverseElement8(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReverseElement8(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReverseElement8(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReverseElement8(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReverseElement8(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReverseElement8(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReverseElement8(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReverseElement8(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 ReverseElement8(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundAwayFromZero(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 RoundAwayFromZero(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 RoundAwayFromZeroScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 RoundAwayFromZeroScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToNearest(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 RoundToNearest(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 RoundToNearestScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 RoundToNearestScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToNegativeInfinity(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 RoundToNegativeInfinity(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 RoundToNegativeInfinityScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 RoundToNegativeInfinityScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToPositiveInfinity(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 RoundToPositiveInfinity(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 RoundToPositiveInfinityScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 RoundToPositiveInfinityScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToZero(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 RoundToZero(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 RoundToZeroScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 RoundToZeroScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftArithmetic(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftArithmetic(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftArithmetic(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftArithmetic(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftArithmetic(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftArithmetic(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftArithmetic(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftArithmeticRounded(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftArithmeticRounded(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftArithmeticRounded(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftArithmeticRounded(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftArithmeticRounded(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftArithmeticRounded(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftArithmeticRounded(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftArithmeticRoundedSaturate(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftArithmeticRoundedSaturate(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftArithmeticRoundedSaturate(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftArithmeticRoundedSaturate(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftArithmeticRoundedSaturate(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftArithmeticRoundedSaturate(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftArithmeticRoundedSaturate(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftArithmeticRoundedSaturateScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftArithmeticRoundedScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftArithmeticSaturate(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftArithmeticSaturate(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftArithmeticSaturate(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftArithmeticSaturate(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftArithmeticSaturate(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftArithmeticSaturate(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftArithmeticSaturate(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftArithmeticSaturateScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftArithmeticScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftAndInsert(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftAndInsert(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftAndInsert(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftAndInsert(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftAndInsert(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftAndInsert(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftAndInsert(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftAndInsert(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftAndInsert(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftAndInsert(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftAndInsert(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftAndInsert(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftAndInsert(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftAndInsert(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftAndInsertScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftAndInsertScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogical(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogical(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogical(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogical(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogical(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogical(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogical(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogical(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogical(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogical(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogical(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogical(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogical(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalSaturate(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalSaturate(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalSaturate(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalSaturate(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalSaturate(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalSaturate(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalSaturate(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalSaturate(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogicalSaturate(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogicalSaturate(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogicalSaturate(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogicalSaturate(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogicalSaturate(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogicalSaturate(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogicalSaturateScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogicalSaturateScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalSaturateUnsigned(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalSaturateUnsigned(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalSaturateUnsigned(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalSaturateUnsigned(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogicalSaturateUnsigned(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogicalSaturateUnsigned(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogicalSaturateUnsigned(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogicalSaturateUnsignedScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogicalScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeftLogicalScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalWideningLower(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalWideningLower(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalWideningLower(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalWideningLower(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalWideningLower(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalWideningLower(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalWideningUpper(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalWideningUpper(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalWideningUpper(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalWideningUpper(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalWideningUpper(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalWideningUpper(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogical(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogical(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogical(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogical(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogical(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogical(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogical(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogical(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogical(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogical(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogical(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogical(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogical(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogical(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogicalRounded(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogicalRounded(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogicalRounded(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogicalRounded(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogicalRounded(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogicalRounded(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogicalRounded(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogicalRounded(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalRounded(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalRounded(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalRounded(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalRounded(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalRounded(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalRounded(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogicalRoundedSaturate(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogicalRoundedSaturate(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogicalRoundedSaturate(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogicalRoundedSaturate(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogicalRoundedSaturate(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogicalRoundedSaturate(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogicalRoundedSaturate(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogicalRoundedSaturate(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalRoundedSaturate(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalRoundedSaturate(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalRoundedSaturate(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalRoundedSaturate(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalRoundedSaturate(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalRoundedSaturate(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalRoundedSaturateScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalRoundedSaturateScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalRoundedScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalRoundedScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogicalSaturate(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogicalSaturate(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogicalSaturate(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogicalSaturate(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogicalSaturate(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogicalSaturate(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogicalSaturate(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLogicalSaturate(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalSaturate(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalSaturate(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalSaturate(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalSaturate(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalSaturate(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalSaturate(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalSaturateScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalSaturateScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLogicalScalar(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightAndInsert(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightAndInsert(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightAndInsert(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightAndInsert(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightAndInsert(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightAndInsert(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightAndInsert(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightAndInsert(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightAndInsert(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightAndInsert(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightAndInsert(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightAndInsert(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightAndInsert(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightAndInsert(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightAndInsertScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightAndInsertScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte shift) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticAddScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticNarrowingSaturateLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticNarrowingSaturateLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticNarrowingSaturateLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticNarrowingSaturateUnsignedLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticNarrowingSaturateUnsignedLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticNarrowingSaturateUnsignedLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticNarrowingSaturateUnsignedUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticNarrowingSaturateUnsignedUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticNarrowingSaturateUnsignedUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticNarrowingSaturateUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticNarrowingSaturateUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticNarrowingSaturateUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticRounded(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticRounded(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticRounded(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticRounded(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticRounded(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticRounded(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticRounded(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticRoundedAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticRoundedAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticRoundedAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticRoundedAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticRoundedAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticRoundedAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticRoundedAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticRoundedAddScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticRoundedNarrowingSaturateLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticRoundedNarrowingSaturateLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticRoundedNarrowingSaturateLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticRoundedNarrowingSaturateUnsignedLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticRoundedNarrowingSaturateUnsignedLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticRoundedNarrowingSaturateUnsignedLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticRoundedNarrowingSaturateUnsignedUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticRoundedNarrowingSaturateUnsignedUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticRoundedNarrowingSaturateUnsignedUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticRoundedNarrowingSaturateUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticRoundedNarrowingSaturateUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticRoundedNarrowingSaturateUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticRoundedScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmeticScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogical(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogical(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogical(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogical(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogical(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogical(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalAddScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalAddScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalNarrowingLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalNarrowingLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalNarrowingLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalNarrowingLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalNarrowingLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalNarrowingLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalNarrowingSaturateLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalNarrowingSaturateLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalNarrowingSaturateLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalNarrowingSaturateLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalNarrowingSaturateLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalNarrowingSaturateLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalNarrowingSaturateUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalNarrowingSaturateUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalNarrowingSaturateUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalNarrowingSaturateUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalNarrowingSaturateUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalNarrowingSaturateUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalRounded(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalRounded(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalRounded(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalRounded(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalRounded(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalRounded(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalRounded(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalRounded(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRounded(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRounded(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRounded(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRounded(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRounded(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRounded(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalRoundedAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalRoundedAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalRoundedAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalRoundedAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalRoundedAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalRoundedAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalRoundedAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalRoundedAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRoundedAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRoundedAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRoundedAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRoundedAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRoundedAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRoundedAdd(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRoundedAddScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRoundedAddScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRoundedNarrowingLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRoundedNarrowingLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRoundedNarrowingLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRoundedNarrowingLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRoundedNarrowingLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRoundedNarrowingLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRoundedNarrowingSaturateLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRoundedNarrowingSaturateLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRoundedNarrowingSaturateLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRoundedNarrowingSaturateLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRoundedNarrowingSaturateLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRoundedNarrowingSaturateLower(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalRoundedNarrowingSaturateUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalRoundedNarrowingSaturateUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalRoundedNarrowingSaturateUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalRoundedNarrowingSaturateUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalRoundedNarrowingSaturateUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalRoundedNarrowingSaturateUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalRoundedNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalRoundedNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalRoundedNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalRoundedNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalRoundedNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalRoundedNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRoundedScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalRoundedScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogicalScalar(System.Runtime.Intrinsics.Vector64 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 SignExtendWideningLower(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 SignExtendWideningLower(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 SignExtendWideningLower(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 SignExtendWideningUpper(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 SignExtendWideningUpper(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 SignExtendWideningUpper(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 SqrtScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 SqrtScalar(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static unsafe void Store(byte* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(byte* address, System.Runtime.Intrinsics.Vector64 source) => throw null; - public static unsafe void Store(double* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(double* address, System.Runtime.Intrinsics.Vector64 source) => throw null; - public static unsafe void Store(short* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(short* address, System.Runtime.Intrinsics.Vector64 source) => throw null; - public static unsafe void Store(int* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(int* address, System.Runtime.Intrinsics.Vector64 source) => throw null; - public static unsafe void Store(long* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(long* address, System.Runtime.Intrinsics.Vector64 source) => throw null; - public static unsafe void Store(sbyte* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(sbyte* address, System.Runtime.Intrinsics.Vector64 source) => throw null; - public static unsafe void Store(float* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(float* address, System.Runtime.Intrinsics.Vector64 source) => throw null; - public static unsafe void Store(ushort* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(ushort* address, System.Runtime.Intrinsics.Vector64 source) => throw null; - public static unsafe void Store(uint* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(uint* address, System.Runtime.Intrinsics.Vector64 source) => throw null; - public static unsafe void Store(ulong* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(ulong* address, System.Runtime.Intrinsics.Vector64 source) => throw null; - public static unsafe void StoreSelectedScalar(byte* address, System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static unsafe void StoreSelectedScalar(byte* address, System.Runtime.Intrinsics.Vector64 value, byte index) => throw null; - public static unsafe void StoreSelectedScalar(double* address, System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static unsafe void StoreSelectedScalar(short* address, System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static unsafe void StoreSelectedScalar(short* address, System.Runtime.Intrinsics.Vector64 value, byte index) => throw null; - public static unsafe void StoreSelectedScalar(int* address, System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static unsafe void StoreSelectedScalar(int* address, System.Runtime.Intrinsics.Vector64 value, byte index) => throw null; - public static unsafe void StoreSelectedScalar(long* address, System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static unsafe void StoreSelectedScalar(sbyte* address, System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static unsafe void StoreSelectedScalar(sbyte* address, System.Runtime.Intrinsics.Vector64 value, byte index) => throw null; - public static unsafe void StoreSelectedScalar(float* address, System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static unsafe void StoreSelectedScalar(float* address, System.Runtime.Intrinsics.Vector64 value, byte index) => throw null; - public static unsafe void StoreSelectedScalar(ushort* address, System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static unsafe void StoreSelectedScalar(ushort* address, System.Runtime.Intrinsics.Vector64 value, byte index) => throw null; - public static unsafe void StoreSelectedScalar(uint* address, System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static unsafe void StoreSelectedScalar(uint* address, System.Runtime.Intrinsics.Vector64 value, byte index) => throw null; - public static unsafe void StoreSelectedScalar(ulong* address, System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Subtract(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Subtract(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Subtract(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Subtract(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Subtract(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Subtract(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Subtract(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractHighNarrowingLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractHighNarrowingLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractHighNarrowingLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractHighNarrowingLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractHighNarrowingLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractHighNarrowingLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractHighNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractHighNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractHighNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractHighNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractHighNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractHighNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractRoundedHighNarrowingLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractRoundedHighNarrowingLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractRoundedHighNarrowingLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractRoundedHighNarrowingLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractRoundedHighNarrowingLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractRoundedHighNarrowingLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractRoundedHighNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractRoundedHighNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractRoundedHighNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractRoundedHighNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractRoundedHighNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractRoundedHighNarrowingUpper(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractSaturate(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractSaturate(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractSaturate(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractSaturate(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractSaturate(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractSaturate(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractSaturateScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractSaturateScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 SubtractScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractWideningLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractWideningLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractWideningLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractWideningLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractWideningLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractWideningLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 VectorTableLookup(System.Runtime.Intrinsics.Vector128 table, System.Runtime.Intrinsics.Vector64 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector64 VectorTableLookup(System.Runtime.Intrinsics.Vector128 table, System.Runtime.Intrinsics.Vector64 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector64 VectorTableLookup((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) table, System.Runtime.Intrinsics.Vector64 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector64 VectorTableLookup((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) table, System.Runtime.Intrinsics.Vector64 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector64 VectorTableLookup((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) table, System.Runtime.Intrinsics.Vector64 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector64 VectorTableLookup((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) table, System.Runtime.Intrinsics.Vector64 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector64 VectorTableLookup((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) table, System.Runtime.Intrinsics.Vector64 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector64 VectorTableLookup((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) table, System.Runtime.Intrinsics.Vector64 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector64 VectorTableLookupExtension(System.Runtime.Intrinsics.Vector64 defaultValues, System.Runtime.Intrinsics.Vector128 table, System.Runtime.Intrinsics.Vector64 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector64 VectorTableLookupExtension(System.Runtime.Intrinsics.Vector64 defaultValues, System.Runtime.Intrinsics.Vector128 table, System.Runtime.Intrinsics.Vector64 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector64 VectorTableLookupExtension(System.Runtime.Intrinsics.Vector64 defaultValues, (System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) table, System.Runtime.Intrinsics.Vector64 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector64 VectorTableLookupExtension(System.Runtime.Intrinsics.Vector64 defaultValues, (System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) table, System.Runtime.Intrinsics.Vector64 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector64 VectorTableLookupExtension(System.Runtime.Intrinsics.Vector64 defaultValues, (System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) table, System.Runtime.Intrinsics.Vector64 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector64 VectorTableLookupExtension(System.Runtime.Intrinsics.Vector64 defaultValues, (System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) table, System.Runtime.Intrinsics.Vector64 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector64 VectorTableLookupExtension(System.Runtime.Intrinsics.Vector64 defaultValues, (System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) table, System.Runtime.Intrinsics.Vector64 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector64 VectorTableLookupExtension(System.Runtime.Intrinsics.Vector64 defaultValues, (System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) table, System.Runtime.Intrinsics.Vector64 byteIndexes) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Xor(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Xor(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Xor(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Xor(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Xor(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Xor(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Xor(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Xor(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Xor(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Xor(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZeroExtendWideningLower(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZeroExtendWideningLower(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZeroExtendWideningLower(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZeroExtendWideningLower(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZeroExtendWideningLower(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZeroExtendWideningLower(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZeroExtendWideningUpper(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZeroExtendWideningUpper(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZeroExtendWideningUpper(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZeroExtendWideningUpper(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZeroExtendWideningUpper(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZeroExtendWideningUpper(System.Runtime.Intrinsics.Vector128 value) => throw null; - } - public abstract class Aes : System.Runtime.Intrinsics.Arm.ArmBase - { - public abstract class Arm64 : System.Runtime.Intrinsics.Arm.ArmBase.Arm64 - { - public static bool IsSupported { get => throw null; } - } - public static System.Runtime.Intrinsics.Vector128 Decrypt(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 roundKey) => throw null; - public static System.Runtime.Intrinsics.Vector128 Encrypt(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 roundKey) => throw null; - public static System.Runtime.Intrinsics.Vector128 InverseMixColumns(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static bool IsSupported { get => throw null; } - public static System.Runtime.Intrinsics.Vector128 MixColumns(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 PolynomialMultiplyWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 PolynomialMultiplyWideningLower(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 PolynomialMultiplyWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 PolynomialMultiplyWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - } - public abstract class ArmBase - { - public abstract class Arm64 - { - public static bool IsSupported { get => throw null; } - public static int LeadingSignCount(int value) => throw null; - public static int LeadingSignCount(long value) => throw null; - public static int LeadingZeroCount(long value) => throw null; - public static int LeadingZeroCount(ulong value) => throw null; - public static long MultiplyHigh(long left, long right) => throw null; - public static ulong MultiplyHigh(ulong left, ulong right) => throw null; - public static long ReverseElementBits(long value) => throw null; - public static ulong ReverseElementBits(ulong value) => throw null; - } - public static bool IsSupported { get => throw null; } - public static int LeadingZeroCount(int value) => throw null; - public static int LeadingZeroCount(uint value) => throw null; - public static int ReverseElementBits(int value) => throw null; - public static uint ReverseElementBits(uint value) => throw null; - public static void Yield() => throw null; - } - public abstract class Crc32 : System.Runtime.Intrinsics.Arm.ArmBase - { - public abstract class Arm64 : System.Runtime.Intrinsics.Arm.ArmBase.Arm64 - { - public static uint ComputeCrc32(uint crc, ulong data) => throw null; - public static uint ComputeCrc32C(uint crc, ulong data) => throw null; - public static bool IsSupported { get => throw null; } - } - public static uint ComputeCrc32(uint crc, byte data) => throw null; - public static uint ComputeCrc32(uint crc, ushort data) => throw null; - public static uint ComputeCrc32(uint crc, uint data) => throw null; - public static uint ComputeCrc32C(uint crc, byte data) => throw null; - public static uint ComputeCrc32C(uint crc, ushort data) => throw null; - public static uint ComputeCrc32C(uint crc, uint data) => throw null; - public static bool IsSupported { get => throw null; } - } - public abstract class Dp : System.Runtime.Intrinsics.Arm.AdvSimd - { - public abstract class Arm64 : System.Runtime.Intrinsics.Arm.AdvSimd.Arm64 - { - public static bool IsSupported { get => throw null; } - } - public static System.Runtime.Intrinsics.Vector128 DotProduct(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 DotProduct(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 DotProduct(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 DotProduct(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 DotProductBySelectedQuadruplet(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightScaledIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 DotProductBySelectedQuadruplet(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightScaledIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 DotProductBySelectedQuadruplet(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightScaledIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 DotProductBySelectedQuadruplet(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightScaledIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 DotProductBySelectedQuadruplet(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightScaledIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 DotProductBySelectedQuadruplet(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightScaledIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 DotProductBySelectedQuadruplet(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightScaledIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 DotProductBySelectedQuadruplet(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightScaledIndex) => throw null; - public static bool IsSupported { get => throw null; } - } - public abstract class Rdm : System.Runtime.Intrinsics.Arm.AdvSimd - { - public abstract class Arm64 : System.Runtime.Intrinsics.Arm.AdvSimd.Arm64 - { - public static bool IsSupported { get => throw null; } - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingAndAddSaturateHighScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingAndAddSaturateHighScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingAndSubtractSaturateHighScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingAndSubtractSaturateHighScalar(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingScalarBySelectedScalarAndAddSaturateHigh(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingScalarBySelectedScalarAndAddSaturateHigh(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingScalarBySelectedScalarAndAddSaturateHigh(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingScalarBySelectedScalarAndAddSaturateHigh(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingScalarBySelectedScalarAndSubtractSaturateHigh(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingScalarBySelectedScalarAndSubtractSaturateHigh(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingScalarBySelectedScalarAndSubtractSaturateHigh(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingScalarBySelectedScalarAndSubtractSaturateHigh(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - } - public static bool IsSupported { get => throw null; } - public static System.Runtime.Intrinsics.Vector128 MultiplyRoundedDoublingAndAddSaturateHigh(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyRoundedDoublingAndAddSaturateHigh(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingAndAddSaturateHigh(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingAndAddSaturateHigh(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyRoundedDoublingAndSubtractSaturateHigh(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyRoundedDoublingAndSubtractSaturateHigh(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingAndSubtractSaturateHigh(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingAndSubtractSaturateHigh(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyRoundedDoublingBySelectedScalarAndAddSaturateHigh(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyRoundedDoublingBySelectedScalarAndAddSaturateHigh(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyRoundedDoublingBySelectedScalarAndAddSaturateHigh(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyRoundedDoublingBySelectedScalarAndAddSaturateHigh(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingBySelectedScalarAndAddSaturateHigh(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingBySelectedScalarAndAddSaturateHigh(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingBySelectedScalarAndAddSaturateHigh(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingBySelectedScalarAndAddSaturateHigh(System.Runtime.Intrinsics.Vector64 addend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyRoundedDoublingBySelectedScalarAndSubtractSaturateHigh(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyRoundedDoublingBySelectedScalarAndSubtractSaturateHigh(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyRoundedDoublingBySelectedScalarAndSubtractSaturateHigh(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyRoundedDoublingBySelectedScalarAndSubtractSaturateHigh(System.Runtime.Intrinsics.Vector128 minuend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingBySelectedScalarAndSubtractSaturateHigh(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingBySelectedScalarAndSubtractSaturateHigh(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingBySelectedScalarAndSubtractSaturateHigh(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector128 right, byte rightIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 MultiplyRoundedDoublingBySelectedScalarAndSubtractSaturateHigh(System.Runtime.Intrinsics.Vector64 minuend, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, byte rightIndex) => throw null; - } - public abstract class Sha1 : System.Runtime.Intrinsics.Arm.ArmBase - { - public abstract class Arm64 : System.Runtime.Intrinsics.Arm.ArmBase.Arm64 - { - public static bool IsSupported { get => throw null; } - } - public static System.Runtime.Intrinsics.Vector64 FixedRotate(System.Runtime.Intrinsics.Vector64 hash_e) => throw null; - public static System.Runtime.Intrinsics.Vector128 HashUpdateChoose(System.Runtime.Intrinsics.Vector128 hash_abcd, System.Runtime.Intrinsics.Vector64 hash_e, System.Runtime.Intrinsics.Vector128 wk) => throw null; - public static System.Runtime.Intrinsics.Vector128 HashUpdateMajority(System.Runtime.Intrinsics.Vector128 hash_abcd, System.Runtime.Intrinsics.Vector64 hash_e, System.Runtime.Intrinsics.Vector128 wk) => throw null; - public static System.Runtime.Intrinsics.Vector128 HashUpdateParity(System.Runtime.Intrinsics.Vector128 hash_abcd, System.Runtime.Intrinsics.Vector64 hash_e, System.Runtime.Intrinsics.Vector128 wk) => throw null; - public static bool IsSupported { get => throw null; } - public static System.Runtime.Intrinsics.Vector128 ScheduleUpdate0(System.Runtime.Intrinsics.Vector128 w0_3, System.Runtime.Intrinsics.Vector128 w4_7, System.Runtime.Intrinsics.Vector128 w8_11) => throw null; - public static System.Runtime.Intrinsics.Vector128 ScheduleUpdate1(System.Runtime.Intrinsics.Vector128 tw0_3, System.Runtime.Intrinsics.Vector128 w12_15) => throw null; - } - public abstract class Sha256 : System.Runtime.Intrinsics.Arm.ArmBase - { - public abstract class Arm64 : System.Runtime.Intrinsics.Arm.ArmBase.Arm64 - { - public static bool IsSupported { get => throw null; } - } - public static System.Runtime.Intrinsics.Vector128 HashUpdate1(System.Runtime.Intrinsics.Vector128 hash_abcd, System.Runtime.Intrinsics.Vector128 hash_efgh, System.Runtime.Intrinsics.Vector128 wk) => throw null; - public static System.Runtime.Intrinsics.Vector128 HashUpdate2(System.Runtime.Intrinsics.Vector128 hash_efgh, System.Runtime.Intrinsics.Vector128 hash_abcd, System.Runtime.Intrinsics.Vector128 wk) => throw null; - public static bool IsSupported { get => throw null; } - public static System.Runtime.Intrinsics.Vector128 ScheduleUpdate0(System.Runtime.Intrinsics.Vector128 w0_3, System.Runtime.Intrinsics.Vector128 w4_7) => throw null; - public static System.Runtime.Intrinsics.Vector128 ScheduleUpdate1(System.Runtime.Intrinsics.Vector128 w0_3, System.Runtime.Intrinsics.Vector128 w8_11, System.Runtime.Intrinsics.Vector128 w12_15) => throw null; - } - } - public static class Vector128 - { - public static System.Runtime.Intrinsics.Vector128 Abs(System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AndNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 As(this System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 AsByte(this System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 AsDouble(this System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 AsInt16(this System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 AsInt32(this System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 AsInt64(this System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 AsNInt(this System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 AsNUInt(this System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 AsSByte(this System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 AsSingle(this System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 AsUInt16(this System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 AsUInt32(this System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 AsUInt64(this System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Numerics.Vector AsVector(this System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 AsVector128(this System.Numerics.Vector2 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 AsVector128(this System.Numerics.Vector3 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 AsVector128(this System.Numerics.Vector4 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 AsVector128(this System.Numerics.Vector value) => throw null; - public static System.Numerics.Vector2 AsVector2(this System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Numerics.Vector3 AsVector3(this System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Numerics.Vector4 AsVector4(this System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseAnd(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseOr(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Ceiling(System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 Ceiling(System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConditionalSelect(System.Runtime.Intrinsics.Vector128 condition, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToDouble(System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToDouble(System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToInt32(System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToInt64(System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToSingle(System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToSingle(System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToUInt32(System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToUInt64(System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static void CopyTo(this System.Runtime.Intrinsics.Vector128 vector, System.Span destination) => throw null; - public static void CopyTo(this System.Runtime.Intrinsics.Vector128 vector, T[] destination) => throw null; - public static void CopyTo(this System.Runtime.Intrinsics.Vector128 vector, T[] destination, int startIndex) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(byte value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(byte e0, byte e1, byte e2, byte e3, byte e4, byte e5, byte e6, byte e7, byte e8, byte e9, byte e10, byte e11, byte e12, byte e13, byte e14, byte e15) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(double value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(double e0, double e1) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(short value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(short e0, short e1, short e2, short e3, short e4, short e5, short e6, short e7) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(int value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(int e0, int e1, int e2, int e3) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(long value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(long e0, long e1) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(nint value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(nuint value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(sbyte value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(sbyte e0, sbyte e1, sbyte e2, sbyte e3, sbyte e4, sbyte e5, sbyte e6, sbyte e7, sbyte e8, sbyte e9, sbyte e10, sbyte e11, sbyte e12, sbyte e13, sbyte e14, sbyte e15) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(float value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(float e0, float e1, float e2, float e3) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(ushort value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(ushort e0, ushort e1, ushort e2, ushort e3, ushort e4, ushort e5, ushort e6, ushort e7) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(uint value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(uint e0, uint e1, uint e2, uint e3) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(ulong value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(ulong e0, ulong e1) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(System.ReadOnlySpan values) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(T value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(T[] values) => throw null; - public static System.Runtime.Intrinsics.Vector128 Create(T[] values, int index) => throw null; - public static System.Runtime.Intrinsics.Vector128 CreateScalar(byte value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CreateScalar(double value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CreateScalar(short value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CreateScalar(int value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CreateScalar(long value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CreateScalar(nint value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CreateScalar(nuint value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CreateScalar(sbyte value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CreateScalar(float value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CreateScalar(ushort value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CreateScalar(uint value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CreateScalar(ulong value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CreateScalar(T value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CreateScalarUnsafe(byte value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CreateScalarUnsafe(double value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CreateScalarUnsafe(short value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CreateScalarUnsafe(int value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CreateScalarUnsafe(long value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CreateScalarUnsafe(nint value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CreateScalarUnsafe(nuint value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CreateScalarUnsafe(sbyte value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CreateScalarUnsafe(float value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CreateScalarUnsafe(ushort value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CreateScalarUnsafe(uint value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CreateScalarUnsafe(ulong value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CreateScalarUnsafe(T value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Divide(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Divide(System.Runtime.Intrinsics.Vector128 left, T right) => throw null; - public static T Dot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Equals(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool EqualsAll(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool EqualsAny(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static uint ExtractMostSignificantBits(this System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 Floor(System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 Floor(System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static T GetElement(this System.Runtime.Intrinsics.Vector128 vector, int index) => throw null; - public static System.Runtime.Intrinsics.Vector64 GetLower(this System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 GetUpper(this System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 GreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool GreaterThanAll(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool GreaterThanAny(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 GreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool GreaterThanOrEqualAll(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool GreaterThanOrEqualAny(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool IsHardwareAccelerated { get => throw null; } - public static System.Runtime.Intrinsics.Vector128 LessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool LessThanAll(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool LessThanAny(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 LessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool LessThanOrEqualAll(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool LessThanOrEqualAny(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 Load(T* source) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAligned(T* source) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAlignedNonTemporal(T* source) => throw null; - public static System.Runtime.Intrinsics.Vector128 LoadUnsafe(ref readonly T source) => throw null; - public static System.Runtime.Intrinsics.Vector128 LoadUnsafe(ref readonly T source, nuint elementOffset) => throw null; - public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Multiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Multiply(System.Runtime.Intrinsics.Vector128 left, T right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Multiply(T left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Narrow(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 Narrow(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 Narrow(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 Narrow(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 Narrow(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 Narrow(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 Narrow(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 Negate(System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 OnesComplement(System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeft(System.Runtime.Intrinsics.Vector128 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeft(System.Runtime.Intrinsics.Vector128 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeft(System.Runtime.Intrinsics.Vector128 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeft(System.Runtime.Intrinsics.Vector128 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeft(System.Runtime.Intrinsics.Vector128 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeft(System.Runtime.Intrinsics.Vector128 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeft(System.Runtime.Intrinsics.Vector128 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeft(System.Runtime.Intrinsics.Vector128 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeft(System.Runtime.Intrinsics.Vector128 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeft(System.Runtime.Intrinsics.Vector128 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector128 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector128 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector128 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector128 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector128 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector128 Shuffle(System.Runtime.Intrinsics.Vector128 vector, System.Runtime.Intrinsics.Vector128 indices) => throw null; - public static System.Runtime.Intrinsics.Vector128 Shuffle(System.Runtime.Intrinsics.Vector128 vector, System.Runtime.Intrinsics.Vector128 indices) => throw null; - public static System.Runtime.Intrinsics.Vector128 Shuffle(System.Runtime.Intrinsics.Vector128 vector, System.Runtime.Intrinsics.Vector128 indices) => throw null; - public static System.Runtime.Intrinsics.Vector128 Shuffle(System.Runtime.Intrinsics.Vector128 vector, System.Runtime.Intrinsics.Vector128 indices) => throw null; - public static System.Runtime.Intrinsics.Vector128 Shuffle(System.Runtime.Intrinsics.Vector128 vector, System.Runtime.Intrinsics.Vector128 indices) => throw null; - public static System.Runtime.Intrinsics.Vector128 Shuffle(System.Runtime.Intrinsics.Vector128 vector, System.Runtime.Intrinsics.Vector128 indices) => throw null; - public static System.Runtime.Intrinsics.Vector128 Shuffle(System.Runtime.Intrinsics.Vector128 vector, System.Runtime.Intrinsics.Vector128 indices) => throw null; - public static System.Runtime.Intrinsics.Vector128 Shuffle(System.Runtime.Intrinsics.Vector128 vector, System.Runtime.Intrinsics.Vector128 indices) => throw null; - public static System.Runtime.Intrinsics.Vector128 Shuffle(System.Runtime.Intrinsics.Vector128 vector, System.Runtime.Intrinsics.Vector128 indices) => throw null; - public static System.Runtime.Intrinsics.Vector128 Shuffle(System.Runtime.Intrinsics.Vector128 vector, System.Runtime.Intrinsics.Vector128 indices) => throw null; - public static System.Runtime.Intrinsics.Vector128 Sqrt(System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static unsafe void Store(this System.Runtime.Intrinsics.Vector128 source, T* destination) => throw null; - public static unsafe void StoreAligned(this System.Runtime.Intrinsics.Vector128 source, T* destination) => throw null; - public static unsafe void StoreAlignedNonTemporal(this System.Runtime.Intrinsics.Vector128 source, T* destination) => throw null; - public static void StoreUnsafe(this System.Runtime.Intrinsics.Vector128 source, ref T destination) => throw null; - public static void StoreUnsafe(this System.Runtime.Intrinsics.Vector128 source, ref T destination, nuint elementOffset) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static T Sum(System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static T ToScalar(this System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 ToVector256(this System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 ToVector256Unsafe(this System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static bool TryCopyTo(this System.Runtime.Intrinsics.Vector128 vector, System.Span destination) => throw null; - public static (System.Runtime.Intrinsics.Vector128 Lower, System.Runtime.Intrinsics.Vector128 Upper) Widen(System.Runtime.Intrinsics.Vector128 source) => throw null; - public static (System.Runtime.Intrinsics.Vector128 Lower, System.Runtime.Intrinsics.Vector128 Upper) Widen(System.Runtime.Intrinsics.Vector128 source) => throw null; - public static (System.Runtime.Intrinsics.Vector128 Lower, System.Runtime.Intrinsics.Vector128 Upper) Widen(System.Runtime.Intrinsics.Vector128 source) => throw null; - public static (System.Runtime.Intrinsics.Vector128 Lower, System.Runtime.Intrinsics.Vector128 Upper) Widen(System.Runtime.Intrinsics.Vector128 source) => throw null; - public static (System.Runtime.Intrinsics.Vector128 Lower, System.Runtime.Intrinsics.Vector128 Upper) Widen(System.Runtime.Intrinsics.Vector128 source) => throw null; - public static (System.Runtime.Intrinsics.Vector128 Lower, System.Runtime.Intrinsics.Vector128 Upper) Widen(System.Runtime.Intrinsics.Vector128 source) => throw null; - public static (System.Runtime.Intrinsics.Vector128 Lower, System.Runtime.Intrinsics.Vector128 Upper) Widen(System.Runtime.Intrinsics.Vector128 source) => throw null; - public static System.Runtime.Intrinsics.Vector128 WidenLower(System.Runtime.Intrinsics.Vector128 source) => throw null; - public static System.Runtime.Intrinsics.Vector128 WidenLower(System.Runtime.Intrinsics.Vector128 source) => throw null; - public static System.Runtime.Intrinsics.Vector128 WidenLower(System.Runtime.Intrinsics.Vector128 source) => throw null; - public static System.Runtime.Intrinsics.Vector128 WidenLower(System.Runtime.Intrinsics.Vector128 source) => throw null; - public static System.Runtime.Intrinsics.Vector128 WidenLower(System.Runtime.Intrinsics.Vector128 source) => throw null; - public static System.Runtime.Intrinsics.Vector128 WidenLower(System.Runtime.Intrinsics.Vector128 source) => throw null; - public static System.Runtime.Intrinsics.Vector128 WidenLower(System.Runtime.Intrinsics.Vector128 source) => throw null; - public static System.Runtime.Intrinsics.Vector128 WidenUpper(System.Runtime.Intrinsics.Vector128 source) => throw null; - public static System.Runtime.Intrinsics.Vector128 WidenUpper(System.Runtime.Intrinsics.Vector128 source) => throw null; - public static System.Runtime.Intrinsics.Vector128 WidenUpper(System.Runtime.Intrinsics.Vector128 source) => throw null; - public static System.Runtime.Intrinsics.Vector128 WidenUpper(System.Runtime.Intrinsics.Vector128 source) => throw null; - public static System.Runtime.Intrinsics.Vector128 WidenUpper(System.Runtime.Intrinsics.Vector128 source) => throw null; - public static System.Runtime.Intrinsics.Vector128 WidenUpper(System.Runtime.Intrinsics.Vector128 source) => throw null; - public static System.Runtime.Intrinsics.Vector128 WidenUpper(System.Runtime.Intrinsics.Vector128 source) => throw null; - public static System.Runtime.Intrinsics.Vector128 WithElement(this System.Runtime.Intrinsics.Vector128 vector, int index, T value) => throw null; - public static System.Runtime.Intrinsics.Vector128 WithLower(this System.Runtime.Intrinsics.Vector128 vector, System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 WithUpper(this System.Runtime.Intrinsics.Vector128 vector, System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - } - public struct Vector128 : System.IEquatable> - { - public static System.Runtime.Intrinsics.Vector128 AllBitsSet { get => throw null; } - public static int Count { get => throw null; } - public override bool Equals(object obj) => throw null; - public bool Equals(System.Runtime.Intrinsics.Vector128 other) => throw null; - public override int GetHashCode() => throw null; - public static bool IsSupported { get => throw null; } - public static System.Runtime.Intrinsics.Vector128 One { get => throw null; } - public static System.Runtime.Intrinsics.Vector128 operator +(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 operator &(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 operator |(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 operator /(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 operator /(System.Runtime.Intrinsics.Vector128 left, T right) => throw null; - public static bool operator ==(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 operator ^(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool operator !=(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 operator <<(System.Runtime.Intrinsics.Vector128 value, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector128 operator *(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 operator *(System.Runtime.Intrinsics.Vector128 left, T right) => throw null; - public static System.Runtime.Intrinsics.Vector128 operator *(T left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 operator ~(System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 operator >>(System.Runtime.Intrinsics.Vector128 value, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector128 operator -(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 operator -(System.Runtime.Intrinsics.Vector128 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 operator +(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 operator >>>(System.Runtime.Intrinsics.Vector128 value, int shiftCount) => throw null; - public T this[int index] { get => throw null; } - public override string ToString() => throw null; - public static System.Runtime.Intrinsics.Vector128 Zero { get => throw null; } - } - public static class Vector256 - { - public static System.Runtime.Intrinsics.Vector256 Abs(System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 Add(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 AndNot(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 As(this System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 AsByte(this System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 AsDouble(this System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 AsInt16(this System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 AsInt32(this System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 AsInt64(this System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 AsNInt(this System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 AsNUInt(this System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 AsSByte(this System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 AsSingle(this System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 AsUInt16(this System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 AsUInt32(this System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 AsUInt64(this System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Numerics.Vector AsVector(this System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 AsVector256(this System.Numerics.Vector value) => throw null; - public static System.Runtime.Intrinsics.Vector256 BitwiseAnd(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 BitwiseOr(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Ceiling(System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 Ceiling(System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConditionalSelect(System.Runtime.Intrinsics.Vector256 condition, System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToDouble(System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToDouble(System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToInt32(System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToInt64(System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToSingle(System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToSingle(System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToUInt32(System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToUInt64(System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static void CopyTo(this System.Runtime.Intrinsics.Vector256 vector, System.Span destination) => throw null; - public static void CopyTo(this System.Runtime.Intrinsics.Vector256 vector, T[] destination) => throw null; - public static void CopyTo(this System.Runtime.Intrinsics.Vector256 vector, T[] destination, int startIndex) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(byte value) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(byte e0, byte e1, byte e2, byte e3, byte e4, byte e5, byte e6, byte e7, byte e8, byte e9, byte e10, byte e11, byte e12, byte e13, byte e14, byte e15, byte e16, byte e17, byte e18, byte e19, byte e20, byte e21, byte e22, byte e23, byte e24, byte e25, byte e26, byte e27, byte e28, byte e29, byte e30, byte e31) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(double value) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(double e0, double e1, double e2, double e3) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(short value) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(short e0, short e1, short e2, short e3, short e4, short e5, short e6, short e7, short e8, short e9, short e10, short e11, short e12, short e13, short e14, short e15) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(int value) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(int e0, int e1, int e2, int e3, int e4, int e5, int e6, int e7) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(long value) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(long e0, long e1, long e2, long e3) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(nint value) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(nuint value) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(sbyte value) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(sbyte e0, sbyte e1, sbyte e2, sbyte e3, sbyte e4, sbyte e5, sbyte e6, sbyte e7, sbyte e8, sbyte e9, sbyte e10, sbyte e11, sbyte e12, sbyte e13, sbyte e14, sbyte e15, sbyte e16, sbyte e17, sbyte e18, sbyte e19, sbyte e20, sbyte e21, sbyte e22, sbyte e23, sbyte e24, sbyte e25, sbyte e26, sbyte e27, sbyte e28, sbyte e29, sbyte e30, sbyte e31) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(float value) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(float e0, float e1, float e2, float e3, float e4, float e5, float e6, float e7) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(ushort value) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(ushort e0, ushort e1, ushort e2, ushort e3, ushort e4, ushort e5, ushort e6, ushort e7, ushort e8, ushort e9, ushort e10, ushort e11, ushort e12, ushort e13, ushort e14, ushort e15) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(uint value) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(uint e0, uint e1, uint e2, uint e3, uint e4, uint e5, uint e6, uint e7) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(ulong value) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(ulong e0, ulong e1, ulong e2, ulong e3) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(System.ReadOnlySpan values) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(T value) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(T[] values) => throw null; - public static System.Runtime.Intrinsics.Vector256 Create(T[] values, int index) => throw null; - public static System.Runtime.Intrinsics.Vector256 CreateScalar(byte value) => throw null; - public static System.Runtime.Intrinsics.Vector256 CreateScalar(double value) => throw null; - public static System.Runtime.Intrinsics.Vector256 CreateScalar(short value) => throw null; - public static System.Runtime.Intrinsics.Vector256 CreateScalar(int value) => throw null; - public static System.Runtime.Intrinsics.Vector256 CreateScalar(long value) => throw null; - public static System.Runtime.Intrinsics.Vector256 CreateScalar(nint value) => throw null; - public static System.Runtime.Intrinsics.Vector256 CreateScalar(nuint value) => throw null; - public static System.Runtime.Intrinsics.Vector256 CreateScalar(sbyte value) => throw null; - public static System.Runtime.Intrinsics.Vector256 CreateScalar(float value) => throw null; - public static System.Runtime.Intrinsics.Vector256 CreateScalar(ushort value) => throw null; - public static System.Runtime.Intrinsics.Vector256 CreateScalar(uint value) => throw null; - public static System.Runtime.Intrinsics.Vector256 CreateScalar(ulong value) => throw null; - public static System.Runtime.Intrinsics.Vector256 CreateScalar(T value) => throw null; - public static System.Runtime.Intrinsics.Vector256 CreateScalarUnsafe(byte value) => throw null; - public static System.Runtime.Intrinsics.Vector256 CreateScalarUnsafe(double value) => throw null; - public static System.Runtime.Intrinsics.Vector256 CreateScalarUnsafe(short value) => throw null; - public static System.Runtime.Intrinsics.Vector256 CreateScalarUnsafe(int value) => throw null; - public static System.Runtime.Intrinsics.Vector256 CreateScalarUnsafe(long value) => throw null; - public static System.Runtime.Intrinsics.Vector256 CreateScalarUnsafe(nint value) => throw null; - public static System.Runtime.Intrinsics.Vector256 CreateScalarUnsafe(nuint value) => throw null; - public static System.Runtime.Intrinsics.Vector256 CreateScalarUnsafe(sbyte value) => throw null; - public static System.Runtime.Intrinsics.Vector256 CreateScalarUnsafe(float value) => throw null; - public static System.Runtime.Intrinsics.Vector256 CreateScalarUnsafe(ushort value) => throw null; - public static System.Runtime.Intrinsics.Vector256 CreateScalarUnsafe(uint value) => throw null; - public static System.Runtime.Intrinsics.Vector256 CreateScalarUnsafe(ulong value) => throw null; - public static System.Runtime.Intrinsics.Vector256 CreateScalarUnsafe(T value) => throw null; - public static System.Runtime.Intrinsics.Vector256 Divide(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Divide(System.Runtime.Intrinsics.Vector256 left, T right) => throw null; - public static T Dot(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Equals(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool EqualsAll(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool EqualsAny(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static uint ExtractMostSignificantBits(this System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 Floor(System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 Floor(System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static T GetElement(this System.Runtime.Intrinsics.Vector256 vector, int index) => throw null; - public static System.Runtime.Intrinsics.Vector128 GetLower(this System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 GetUpper(this System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 GreaterThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool GreaterThanAll(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool GreaterThanAny(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 GreaterThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool GreaterThanOrEqualAll(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool GreaterThanOrEqualAny(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool IsHardwareAccelerated { get => throw null; } - public static System.Runtime.Intrinsics.Vector256 LessThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool LessThanAll(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool LessThanAny(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 LessThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool LessThanOrEqualAll(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool LessThanOrEqualAny(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 Load(T* source) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadAligned(T* source) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadAlignedNonTemporal(T* source) => throw null; - public static System.Runtime.Intrinsics.Vector256 LoadUnsafe(ref readonly T source) => throw null; - public static System.Runtime.Intrinsics.Vector256 LoadUnsafe(ref readonly T source, nuint elementOffset) => throw null; - public static System.Runtime.Intrinsics.Vector256 Max(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Min(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Multiply(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Multiply(System.Runtime.Intrinsics.Vector256 left, T right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Multiply(T left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Narrow(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 Narrow(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 Narrow(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 Narrow(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 Narrow(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 Narrow(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 Narrow(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 Negate(System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 OnesComplement(System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeft(System.Runtime.Intrinsics.Vector256 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeft(System.Runtime.Intrinsics.Vector256 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeft(System.Runtime.Intrinsics.Vector256 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeft(System.Runtime.Intrinsics.Vector256 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeft(System.Runtime.Intrinsics.Vector256 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeft(System.Runtime.Intrinsics.Vector256 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeft(System.Runtime.Intrinsics.Vector256 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeft(System.Runtime.Intrinsics.Vector256 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeft(System.Runtime.Intrinsics.Vector256 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeft(System.Runtime.Intrinsics.Vector256 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector256 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector256 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector256 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector256 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector256 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical(System.Runtime.Intrinsics.Vector256 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical(System.Runtime.Intrinsics.Vector256 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical(System.Runtime.Intrinsics.Vector256 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical(System.Runtime.Intrinsics.Vector256 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical(System.Runtime.Intrinsics.Vector256 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical(System.Runtime.Intrinsics.Vector256 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical(System.Runtime.Intrinsics.Vector256 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical(System.Runtime.Intrinsics.Vector256 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical(System.Runtime.Intrinsics.Vector256 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical(System.Runtime.Intrinsics.Vector256 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector256 Shuffle(System.Runtime.Intrinsics.Vector256 vector, System.Runtime.Intrinsics.Vector256 indices) => throw null; - public static System.Runtime.Intrinsics.Vector256 Shuffle(System.Runtime.Intrinsics.Vector256 vector, System.Runtime.Intrinsics.Vector256 indices) => throw null; - public static System.Runtime.Intrinsics.Vector256 Shuffle(System.Runtime.Intrinsics.Vector256 vector, System.Runtime.Intrinsics.Vector256 indices) => throw null; - public static System.Runtime.Intrinsics.Vector256 Shuffle(System.Runtime.Intrinsics.Vector256 vector, System.Runtime.Intrinsics.Vector256 indices) => throw null; - public static System.Runtime.Intrinsics.Vector256 Shuffle(System.Runtime.Intrinsics.Vector256 vector, System.Runtime.Intrinsics.Vector256 indices) => throw null; - public static System.Runtime.Intrinsics.Vector256 Shuffle(System.Runtime.Intrinsics.Vector256 vector, System.Runtime.Intrinsics.Vector256 indices) => throw null; - public static System.Runtime.Intrinsics.Vector256 Shuffle(System.Runtime.Intrinsics.Vector256 vector, System.Runtime.Intrinsics.Vector256 indices) => throw null; - public static System.Runtime.Intrinsics.Vector256 Shuffle(System.Runtime.Intrinsics.Vector256 vector, System.Runtime.Intrinsics.Vector256 indices) => throw null; - public static System.Runtime.Intrinsics.Vector256 Shuffle(System.Runtime.Intrinsics.Vector256 vector, System.Runtime.Intrinsics.Vector256 indices) => throw null; - public static System.Runtime.Intrinsics.Vector256 Shuffle(System.Runtime.Intrinsics.Vector256 vector, System.Runtime.Intrinsics.Vector256 indices) => throw null; - public static System.Runtime.Intrinsics.Vector256 Sqrt(System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static unsafe void Store(this System.Runtime.Intrinsics.Vector256 source, T* destination) => throw null; - public static unsafe void StoreAligned(this System.Runtime.Intrinsics.Vector256 source, T* destination) => throw null; - public static unsafe void StoreAlignedNonTemporal(this System.Runtime.Intrinsics.Vector256 source, T* destination) => throw null; - public static void StoreUnsafe(this System.Runtime.Intrinsics.Vector256 source, ref T destination) => throw null; - public static void StoreUnsafe(this System.Runtime.Intrinsics.Vector256 source, ref T destination, nuint elementOffset) => throw null; - public static System.Runtime.Intrinsics.Vector256 Subtract(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static T Sum(System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static T ToScalar(this System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 ToVector512(this System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 ToVector512Unsafe(this System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static bool TryCopyTo(this System.Runtime.Intrinsics.Vector256 vector, System.Span destination) => throw null; - public static (System.Runtime.Intrinsics.Vector256 Lower, System.Runtime.Intrinsics.Vector256 Upper) Widen(System.Runtime.Intrinsics.Vector256 source) => throw null; - public static (System.Runtime.Intrinsics.Vector256 Lower, System.Runtime.Intrinsics.Vector256 Upper) Widen(System.Runtime.Intrinsics.Vector256 source) => throw null; - public static (System.Runtime.Intrinsics.Vector256 Lower, System.Runtime.Intrinsics.Vector256 Upper) Widen(System.Runtime.Intrinsics.Vector256 source) => throw null; - public static (System.Runtime.Intrinsics.Vector256 Lower, System.Runtime.Intrinsics.Vector256 Upper) Widen(System.Runtime.Intrinsics.Vector256 source) => throw null; - public static (System.Runtime.Intrinsics.Vector256 Lower, System.Runtime.Intrinsics.Vector256 Upper) Widen(System.Runtime.Intrinsics.Vector256 source) => throw null; - public static (System.Runtime.Intrinsics.Vector256 Lower, System.Runtime.Intrinsics.Vector256 Upper) Widen(System.Runtime.Intrinsics.Vector256 source) => throw null; - public static (System.Runtime.Intrinsics.Vector256 Lower, System.Runtime.Intrinsics.Vector256 Upper) Widen(System.Runtime.Intrinsics.Vector256 source) => throw null; - public static System.Runtime.Intrinsics.Vector256 WidenLower(System.Runtime.Intrinsics.Vector256 source) => throw null; - public static System.Runtime.Intrinsics.Vector256 WidenLower(System.Runtime.Intrinsics.Vector256 source) => throw null; - public static System.Runtime.Intrinsics.Vector256 WidenLower(System.Runtime.Intrinsics.Vector256 source) => throw null; - public static System.Runtime.Intrinsics.Vector256 WidenLower(System.Runtime.Intrinsics.Vector256 source) => throw null; - public static System.Runtime.Intrinsics.Vector256 WidenLower(System.Runtime.Intrinsics.Vector256 source) => throw null; - public static System.Runtime.Intrinsics.Vector256 WidenLower(System.Runtime.Intrinsics.Vector256 source) => throw null; - public static System.Runtime.Intrinsics.Vector256 WidenLower(System.Runtime.Intrinsics.Vector256 source) => throw null; - public static System.Runtime.Intrinsics.Vector256 WidenUpper(System.Runtime.Intrinsics.Vector256 source) => throw null; - public static System.Runtime.Intrinsics.Vector256 WidenUpper(System.Runtime.Intrinsics.Vector256 source) => throw null; - public static System.Runtime.Intrinsics.Vector256 WidenUpper(System.Runtime.Intrinsics.Vector256 source) => throw null; - public static System.Runtime.Intrinsics.Vector256 WidenUpper(System.Runtime.Intrinsics.Vector256 source) => throw null; - public static System.Runtime.Intrinsics.Vector256 WidenUpper(System.Runtime.Intrinsics.Vector256 source) => throw null; - public static System.Runtime.Intrinsics.Vector256 WidenUpper(System.Runtime.Intrinsics.Vector256 source) => throw null; - public static System.Runtime.Intrinsics.Vector256 WidenUpper(System.Runtime.Intrinsics.Vector256 source) => throw null; - public static System.Runtime.Intrinsics.Vector256 WithElement(this System.Runtime.Intrinsics.Vector256 vector, int index, T value) => throw null; - public static System.Runtime.Intrinsics.Vector256 WithLower(this System.Runtime.Intrinsics.Vector256 vector, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 WithUpper(this System.Runtime.Intrinsics.Vector256 vector, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 Xor(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - } - public struct Vector256 : System.IEquatable> - { - public static System.Runtime.Intrinsics.Vector256 AllBitsSet { get => throw null; } - public static int Count { get => throw null; } - public override bool Equals(object obj) => throw null; - public bool Equals(System.Runtime.Intrinsics.Vector256 other) => throw null; - public override int GetHashCode() => throw null; - public static bool IsSupported { get => throw null; } - public static System.Runtime.Intrinsics.Vector256 One { get => throw null; } - public static System.Runtime.Intrinsics.Vector256 operator +(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 operator &(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 operator |(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 operator /(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 operator /(System.Runtime.Intrinsics.Vector256 left, T right) => throw null; - public static bool operator ==(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 operator ^(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool operator !=(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 operator <<(System.Runtime.Intrinsics.Vector256 value, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector256 operator *(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 operator *(System.Runtime.Intrinsics.Vector256 left, T right) => throw null; - public static System.Runtime.Intrinsics.Vector256 operator *(T left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 operator ~(System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 operator >>(System.Runtime.Intrinsics.Vector256 value, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector256 operator -(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 operator -(System.Runtime.Intrinsics.Vector256 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 operator +(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 operator >>>(System.Runtime.Intrinsics.Vector256 value, int shiftCount) => throw null; - public T this[int index] { get => throw null; } - public override string ToString() => throw null; - public static System.Runtime.Intrinsics.Vector256 Zero { get => throw null; } - } - public static class Vector512 - { - public static System.Runtime.Intrinsics.Vector512 Abs(System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 Add(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 AndNot(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 As(this System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 AsByte(this System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 AsDouble(this System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 AsInt16(this System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 AsInt32(this System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 AsInt64(this System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 AsNInt(this System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 AsNUInt(this System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 AsSByte(this System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 AsSingle(this System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 AsUInt16(this System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 AsUInt32(this System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 AsUInt64(this System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Numerics.Vector AsVector(this System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 AsVector512(this System.Numerics.Vector value) => throw null; - public static System.Runtime.Intrinsics.Vector512 BitwiseAnd(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 BitwiseOr(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Ceiling(System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 Ceiling(System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConditionalSelect(System.Runtime.Intrinsics.Vector512 condition, System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToDouble(System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToDouble(System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToInt32(System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToInt64(System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToSingle(System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToSingle(System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToUInt32(System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToUInt64(System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static void CopyTo(this System.Runtime.Intrinsics.Vector512 vector, System.Span destination) => throw null; - public static void CopyTo(this System.Runtime.Intrinsics.Vector512 vector, T[] destination) => throw null; - public static void CopyTo(this System.Runtime.Intrinsics.Vector512 vector, T[] destination, int startIndex) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(byte value) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(byte e0, byte e1, byte e2, byte e3, byte e4, byte e5, byte e6, byte e7, byte e8, byte e9, byte e10, byte e11, byte e12, byte e13, byte e14, byte e15, byte e16, byte e17, byte e18, byte e19, byte e20, byte e21, byte e22, byte e23, byte e24, byte e25, byte e26, byte e27, byte e28, byte e29, byte e30, byte e31, byte e32, byte e33, byte e34, byte e35, byte e36, byte e37, byte e38, byte e39, byte e40, byte e41, byte e42, byte e43, byte e44, byte e45, byte e46, byte e47, byte e48, byte e49, byte e50, byte e51, byte e52, byte e53, byte e54, byte e55, byte e56, byte e57, byte e58, byte e59, byte e60, byte e61, byte e62, byte e63) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(double value) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(double e0, double e1, double e2, double e3, double e4, double e5, double e6, double e7) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(short value) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(short e0, short e1, short e2, short e3, short e4, short e5, short e6, short e7, short e8, short e9, short e10, short e11, short e12, short e13, short e14, short e15, short e16, short e17, short e18, short e19, short e20, short e21, short e22, short e23, short e24, short e25, short e26, short e27, short e28, short e29, short e30, short e31) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(int value) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(int e0, int e1, int e2, int e3, int e4, int e5, int e6, int e7, int e8, int e9, int e10, int e11, int e12, int e13, int e14, int e15) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(long value) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(long e0, long e1, long e2, long e3, long e4, long e5, long e6, long e7) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(nint value) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(nuint value) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(sbyte value) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(sbyte e0, sbyte e1, sbyte e2, sbyte e3, sbyte e4, sbyte e5, sbyte e6, sbyte e7, sbyte e8, sbyte e9, sbyte e10, sbyte e11, sbyte e12, sbyte e13, sbyte e14, sbyte e15, sbyte e16, sbyte e17, sbyte e18, sbyte e19, sbyte e20, sbyte e21, sbyte e22, sbyte e23, sbyte e24, sbyte e25, sbyte e26, sbyte e27, sbyte e28, sbyte e29, sbyte e30, sbyte e31, sbyte e32, sbyte e33, sbyte e34, sbyte e35, sbyte e36, sbyte e37, sbyte e38, sbyte e39, sbyte e40, sbyte e41, sbyte e42, sbyte e43, sbyte e44, sbyte e45, sbyte e46, sbyte e47, sbyte e48, sbyte e49, sbyte e50, sbyte e51, sbyte e52, sbyte e53, sbyte e54, sbyte e55, sbyte e56, sbyte e57, sbyte e58, sbyte e59, sbyte e60, sbyte e61, sbyte e62, sbyte e63) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(float value) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(float e0, float e1, float e2, float e3, float e4, float e5, float e6, float e7, float e8, float e9, float e10, float e11, float e12, float e13, float e14, float e15) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(ushort value) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(ushort e0, ushort e1, ushort e2, ushort e3, ushort e4, ushort e5, ushort e6, ushort e7, ushort e8, ushort e9, ushort e10, ushort e11, ushort e12, ushort e13, ushort e14, ushort e15, ushort e16, ushort e17, ushort e18, ushort e19, ushort e20, ushort e21, ushort e22, ushort e23, ushort e24, ushort e25, ushort e26, ushort e27, ushort e28, ushort e29, ushort e30, ushort e31) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(uint value) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(uint e0, uint e1, uint e2, uint e3, uint e4, uint e5, uint e6, uint e7, uint e8, uint e9, uint e10, uint e11, uint e12, uint e13, uint e14, uint e15) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(ulong value) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(ulong e0, ulong e1, ulong e2, ulong e3, ulong e4, ulong e5, ulong e6, ulong e7) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(System.ReadOnlySpan values) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(T value) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(T[] values) => throw null; - public static System.Runtime.Intrinsics.Vector512 Create(T[] values, int index) => throw null; - public static System.Runtime.Intrinsics.Vector512 CreateScalar(byte value) => throw null; - public static System.Runtime.Intrinsics.Vector512 CreateScalar(double value) => throw null; - public static System.Runtime.Intrinsics.Vector512 CreateScalar(short value) => throw null; - public static System.Runtime.Intrinsics.Vector512 CreateScalar(int value) => throw null; - public static System.Runtime.Intrinsics.Vector512 CreateScalar(long value) => throw null; - public static System.Runtime.Intrinsics.Vector512 CreateScalar(nint value) => throw null; - public static System.Runtime.Intrinsics.Vector512 CreateScalar(nuint value) => throw null; - public static System.Runtime.Intrinsics.Vector512 CreateScalar(sbyte value) => throw null; - public static System.Runtime.Intrinsics.Vector512 CreateScalar(float value) => throw null; - public static System.Runtime.Intrinsics.Vector512 CreateScalar(ushort value) => throw null; - public static System.Runtime.Intrinsics.Vector512 CreateScalar(uint value) => throw null; - public static System.Runtime.Intrinsics.Vector512 CreateScalar(ulong value) => throw null; - public static System.Runtime.Intrinsics.Vector512 CreateScalar(T value) => throw null; - public static System.Runtime.Intrinsics.Vector512 CreateScalarUnsafe(byte value) => throw null; - public static System.Runtime.Intrinsics.Vector512 CreateScalarUnsafe(double value) => throw null; - public static System.Runtime.Intrinsics.Vector512 CreateScalarUnsafe(short value) => throw null; - public static System.Runtime.Intrinsics.Vector512 CreateScalarUnsafe(int value) => throw null; - public static System.Runtime.Intrinsics.Vector512 CreateScalarUnsafe(long value) => throw null; - public static System.Runtime.Intrinsics.Vector512 CreateScalarUnsafe(nint value) => throw null; - public static System.Runtime.Intrinsics.Vector512 CreateScalarUnsafe(nuint value) => throw null; - public static System.Runtime.Intrinsics.Vector512 CreateScalarUnsafe(sbyte value) => throw null; - public static System.Runtime.Intrinsics.Vector512 CreateScalarUnsafe(float value) => throw null; - public static System.Runtime.Intrinsics.Vector512 CreateScalarUnsafe(ushort value) => throw null; - public static System.Runtime.Intrinsics.Vector512 CreateScalarUnsafe(uint value) => throw null; - public static System.Runtime.Intrinsics.Vector512 CreateScalarUnsafe(ulong value) => throw null; - public static System.Runtime.Intrinsics.Vector512 CreateScalarUnsafe(T value) => throw null; - public static System.Runtime.Intrinsics.Vector512 Divide(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Divide(System.Runtime.Intrinsics.Vector512 left, T right) => throw null; - public static T Dot(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Equals(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static bool EqualsAll(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static bool EqualsAny(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static ulong ExtractMostSignificantBits(this System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 Floor(System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 Floor(System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static T GetElement(this System.Runtime.Intrinsics.Vector512 vector, int index) => throw null; - public static System.Runtime.Intrinsics.Vector256 GetLower(this System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector256 GetUpper(this System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 GreaterThan(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static bool GreaterThanAll(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static bool GreaterThanAny(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 GreaterThanOrEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static bool GreaterThanOrEqualAll(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static bool GreaterThanOrEqualAny(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static bool IsHardwareAccelerated { get => throw null; } - public static System.Runtime.Intrinsics.Vector512 LessThan(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static bool LessThanAll(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static bool LessThanAny(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 LessThanOrEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static bool LessThanOrEqualAll(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static bool LessThanOrEqualAny(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 Load(T* source) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadAligned(T* source) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadAlignedNonTemporal(T* source) => throw null; - public static System.Runtime.Intrinsics.Vector512 LoadUnsafe(ref readonly T source) => throw null; - public static System.Runtime.Intrinsics.Vector512 LoadUnsafe(ref readonly T source, nuint elementOffset) => throw null; - public static System.Runtime.Intrinsics.Vector512 Max(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Min(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Multiply(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Multiply(System.Runtime.Intrinsics.Vector512 left, T right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Multiply(T left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Narrow(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 Narrow(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 Narrow(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 Narrow(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 Narrow(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 Narrow(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 Narrow(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 Negate(System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 OnesComplement(System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeft(System.Runtime.Intrinsics.Vector512 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeft(System.Runtime.Intrinsics.Vector512 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeft(System.Runtime.Intrinsics.Vector512 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeft(System.Runtime.Intrinsics.Vector512 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeft(System.Runtime.Intrinsics.Vector512 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeft(System.Runtime.Intrinsics.Vector512 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeft(System.Runtime.Intrinsics.Vector512 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeft(System.Runtime.Intrinsics.Vector512 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeft(System.Runtime.Intrinsics.Vector512 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeft(System.Runtime.Intrinsics.Vector512 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector512 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector512 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector512 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector512 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector512 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogical(System.Runtime.Intrinsics.Vector512 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogical(System.Runtime.Intrinsics.Vector512 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogical(System.Runtime.Intrinsics.Vector512 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogical(System.Runtime.Intrinsics.Vector512 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogical(System.Runtime.Intrinsics.Vector512 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogical(System.Runtime.Intrinsics.Vector512 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogical(System.Runtime.Intrinsics.Vector512 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogical(System.Runtime.Intrinsics.Vector512 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogical(System.Runtime.Intrinsics.Vector512 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogical(System.Runtime.Intrinsics.Vector512 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector512 Shuffle(System.Runtime.Intrinsics.Vector512 vector, System.Runtime.Intrinsics.Vector512 indices) => throw null; - public static System.Runtime.Intrinsics.Vector512 Shuffle(System.Runtime.Intrinsics.Vector512 vector, System.Runtime.Intrinsics.Vector512 indices) => throw null; - public static System.Runtime.Intrinsics.Vector512 Shuffle(System.Runtime.Intrinsics.Vector512 vector, System.Runtime.Intrinsics.Vector512 indices) => throw null; - public static System.Runtime.Intrinsics.Vector512 Shuffle(System.Runtime.Intrinsics.Vector512 vector, System.Runtime.Intrinsics.Vector512 indices) => throw null; - public static System.Runtime.Intrinsics.Vector512 Shuffle(System.Runtime.Intrinsics.Vector512 vector, System.Runtime.Intrinsics.Vector512 indices) => throw null; - public static System.Runtime.Intrinsics.Vector512 Shuffle(System.Runtime.Intrinsics.Vector512 vector, System.Runtime.Intrinsics.Vector512 indices) => throw null; - public static System.Runtime.Intrinsics.Vector512 Shuffle(System.Runtime.Intrinsics.Vector512 vector, System.Runtime.Intrinsics.Vector512 indices) => throw null; - public static System.Runtime.Intrinsics.Vector512 Shuffle(System.Runtime.Intrinsics.Vector512 vector, System.Runtime.Intrinsics.Vector512 indices) => throw null; - public static System.Runtime.Intrinsics.Vector512 Shuffle(System.Runtime.Intrinsics.Vector512 vector, System.Runtime.Intrinsics.Vector512 indices) => throw null; - public static System.Runtime.Intrinsics.Vector512 Shuffle(System.Runtime.Intrinsics.Vector512 vector, System.Runtime.Intrinsics.Vector512 indices) => throw null; - public static System.Runtime.Intrinsics.Vector512 Sqrt(System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static unsafe void Store(this System.Runtime.Intrinsics.Vector512 source, T* destination) => throw null; - public static unsafe void StoreAligned(this System.Runtime.Intrinsics.Vector512 source, T* destination) => throw null; - public static unsafe void StoreAlignedNonTemporal(this System.Runtime.Intrinsics.Vector512 source, T* destination) => throw null; - public static void StoreUnsafe(this System.Runtime.Intrinsics.Vector512 source, ref T destination) => throw null; - public static void StoreUnsafe(this System.Runtime.Intrinsics.Vector512 source, ref T destination, nuint elementOffset) => throw null; - public static System.Runtime.Intrinsics.Vector512 Subtract(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static T Sum(System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static T ToScalar(this System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static bool TryCopyTo(this System.Runtime.Intrinsics.Vector512 vector, System.Span destination) => throw null; - public static (System.Runtime.Intrinsics.Vector512 Lower, System.Runtime.Intrinsics.Vector512 Upper) Widen(System.Runtime.Intrinsics.Vector512 source) => throw null; - public static (System.Runtime.Intrinsics.Vector512 Lower, System.Runtime.Intrinsics.Vector512 Upper) Widen(System.Runtime.Intrinsics.Vector512 source) => throw null; - public static (System.Runtime.Intrinsics.Vector512 Lower, System.Runtime.Intrinsics.Vector512 Upper) Widen(System.Runtime.Intrinsics.Vector512 source) => throw null; - public static (System.Runtime.Intrinsics.Vector512 Lower, System.Runtime.Intrinsics.Vector512 Upper) Widen(System.Runtime.Intrinsics.Vector512 source) => throw null; - public static (System.Runtime.Intrinsics.Vector512 Lower, System.Runtime.Intrinsics.Vector512 Upper) Widen(System.Runtime.Intrinsics.Vector512 source) => throw null; - public static (System.Runtime.Intrinsics.Vector512 Lower, System.Runtime.Intrinsics.Vector512 Upper) Widen(System.Runtime.Intrinsics.Vector512 source) => throw null; - public static (System.Runtime.Intrinsics.Vector512 Lower, System.Runtime.Intrinsics.Vector512 Upper) Widen(System.Runtime.Intrinsics.Vector512 source) => throw null; - public static System.Runtime.Intrinsics.Vector512 WidenLower(System.Runtime.Intrinsics.Vector512 source) => throw null; - public static System.Runtime.Intrinsics.Vector512 WidenLower(System.Runtime.Intrinsics.Vector512 source) => throw null; - public static System.Runtime.Intrinsics.Vector512 WidenLower(System.Runtime.Intrinsics.Vector512 source) => throw null; - public static System.Runtime.Intrinsics.Vector512 WidenLower(System.Runtime.Intrinsics.Vector512 source) => throw null; - public static System.Runtime.Intrinsics.Vector512 WidenLower(System.Runtime.Intrinsics.Vector512 source) => throw null; - public static System.Runtime.Intrinsics.Vector512 WidenLower(System.Runtime.Intrinsics.Vector512 source) => throw null; - public static System.Runtime.Intrinsics.Vector512 WidenLower(System.Runtime.Intrinsics.Vector512 source) => throw null; - public static System.Runtime.Intrinsics.Vector512 WidenUpper(System.Runtime.Intrinsics.Vector512 source) => throw null; - public static System.Runtime.Intrinsics.Vector512 WidenUpper(System.Runtime.Intrinsics.Vector512 source) => throw null; - public static System.Runtime.Intrinsics.Vector512 WidenUpper(System.Runtime.Intrinsics.Vector512 source) => throw null; - public static System.Runtime.Intrinsics.Vector512 WidenUpper(System.Runtime.Intrinsics.Vector512 source) => throw null; - public static System.Runtime.Intrinsics.Vector512 WidenUpper(System.Runtime.Intrinsics.Vector512 source) => throw null; - public static System.Runtime.Intrinsics.Vector512 WidenUpper(System.Runtime.Intrinsics.Vector512 source) => throw null; - public static System.Runtime.Intrinsics.Vector512 WidenUpper(System.Runtime.Intrinsics.Vector512 source) => throw null; - public static System.Runtime.Intrinsics.Vector512 WithElement(this System.Runtime.Intrinsics.Vector512 vector, int index, T value) => throw null; - public static System.Runtime.Intrinsics.Vector512 WithLower(this System.Runtime.Intrinsics.Vector512 vector, System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 WithUpper(this System.Runtime.Intrinsics.Vector512 vector, System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 Xor(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - } - public struct Vector512 : System.IEquatable> - { - public static System.Runtime.Intrinsics.Vector512 AllBitsSet { get => throw null; } - public static int Count { get => throw null; } - public override bool Equals(object obj) => throw null; - public bool Equals(System.Runtime.Intrinsics.Vector512 other) => throw null; - public override int GetHashCode() => throw null; - public static bool IsSupported { get => throw null; } - public static System.Runtime.Intrinsics.Vector512 One { get => throw null; } - public static System.Runtime.Intrinsics.Vector512 operator +(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 operator &(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 operator |(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 operator /(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 operator /(System.Runtime.Intrinsics.Vector512 left, T right) => throw null; - public static bool operator ==(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 operator ^(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static bool operator !=(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 operator <<(System.Runtime.Intrinsics.Vector512 value, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector512 operator *(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 operator *(System.Runtime.Intrinsics.Vector512 left, T right) => throw null; - public static System.Runtime.Intrinsics.Vector512 operator *(T left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 operator ~(System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 operator >>(System.Runtime.Intrinsics.Vector512 value, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector512 operator -(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 operator -(System.Runtime.Intrinsics.Vector512 vector) => throw null; - public static System.Runtime.Intrinsics.Vector512 operator +(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 operator >>>(System.Runtime.Intrinsics.Vector512 value, int shiftCount) => throw null; - public T this[int index] { get => throw null; } - public override string ToString() => throw null; - public static System.Runtime.Intrinsics.Vector512 Zero { get => throw null; } - } - public static class Vector64 - { - public static System.Runtime.Intrinsics.Vector64 Abs(System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 Add(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 AndNot(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 As(this System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 AsByte(this System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 AsDouble(this System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 AsInt16(this System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 AsInt32(this System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 AsInt64(this System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 AsNInt(this System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 AsNUInt(this System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 AsSByte(this System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 AsSingle(this System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 AsUInt16(this System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 AsUInt32(this System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 AsUInt64(this System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 BitwiseAnd(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 BitwiseOr(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Ceiling(System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 Ceiling(System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConditionalSelect(System.Runtime.Intrinsics.Vector64 condition, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToDouble(System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToDouble(System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToInt32(System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToInt64(System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToSingle(System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToSingle(System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToUInt32(System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 ConvertToUInt64(System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static void CopyTo(this System.Runtime.Intrinsics.Vector64 vector, System.Span destination) => throw null; - public static void CopyTo(this System.Runtime.Intrinsics.Vector64 vector, T[] destination) => throw null; - public static void CopyTo(this System.Runtime.Intrinsics.Vector64 vector, T[] destination, int startIndex) => throw null; - public static System.Runtime.Intrinsics.Vector64 Create(byte value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Create(byte e0, byte e1, byte e2, byte e3, byte e4, byte e5, byte e6, byte e7) => throw null; - public static System.Runtime.Intrinsics.Vector64 Create(double value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Create(short value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Create(short e0, short e1, short e2, short e3) => throw null; - public static System.Runtime.Intrinsics.Vector64 Create(int value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Create(int e0, int e1) => throw null; - public static System.Runtime.Intrinsics.Vector64 Create(long value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Create(nint value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Create(nuint value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Create(sbyte value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Create(sbyte e0, sbyte e1, sbyte e2, sbyte e3, sbyte e4, sbyte e5, sbyte e6, sbyte e7) => throw null; - public static System.Runtime.Intrinsics.Vector64 Create(float value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Create(float e0, float e1) => throw null; - public static System.Runtime.Intrinsics.Vector64 Create(ushort value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Create(ushort e0, ushort e1, ushort e2, ushort e3) => throw null; - public static System.Runtime.Intrinsics.Vector64 Create(uint value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Create(uint e0, uint e1) => throw null; - public static System.Runtime.Intrinsics.Vector64 Create(ulong value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Create(System.ReadOnlySpan values) => throw null; - public static System.Runtime.Intrinsics.Vector64 Create(T value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Create(T[] values) => throw null; - public static System.Runtime.Intrinsics.Vector64 Create(T[] values, int index) => throw null; - public static System.Runtime.Intrinsics.Vector64 CreateScalar(byte value) => throw null; - public static System.Runtime.Intrinsics.Vector64 CreateScalar(double value) => throw null; - public static System.Runtime.Intrinsics.Vector64 CreateScalar(short value) => throw null; - public static System.Runtime.Intrinsics.Vector64 CreateScalar(int value) => throw null; - public static System.Runtime.Intrinsics.Vector64 CreateScalar(long value) => throw null; - public static System.Runtime.Intrinsics.Vector64 CreateScalar(nint value) => throw null; - public static System.Runtime.Intrinsics.Vector64 CreateScalar(nuint value) => throw null; - public static System.Runtime.Intrinsics.Vector64 CreateScalar(sbyte value) => throw null; - public static System.Runtime.Intrinsics.Vector64 CreateScalar(float value) => throw null; - public static System.Runtime.Intrinsics.Vector64 CreateScalar(ushort value) => throw null; - public static System.Runtime.Intrinsics.Vector64 CreateScalar(uint value) => throw null; - public static System.Runtime.Intrinsics.Vector64 CreateScalar(ulong value) => throw null; - public static System.Runtime.Intrinsics.Vector64 CreateScalar(T value) => throw null; - public static System.Runtime.Intrinsics.Vector64 CreateScalarUnsafe(byte value) => throw null; - public static System.Runtime.Intrinsics.Vector64 CreateScalarUnsafe(double value) => throw null; - public static System.Runtime.Intrinsics.Vector64 CreateScalarUnsafe(short value) => throw null; - public static System.Runtime.Intrinsics.Vector64 CreateScalarUnsafe(int value) => throw null; - public static System.Runtime.Intrinsics.Vector64 CreateScalarUnsafe(long value) => throw null; - public static System.Runtime.Intrinsics.Vector64 CreateScalarUnsafe(nint value) => throw null; - public static System.Runtime.Intrinsics.Vector64 CreateScalarUnsafe(nuint value) => throw null; - public static System.Runtime.Intrinsics.Vector64 CreateScalarUnsafe(sbyte value) => throw null; - public static System.Runtime.Intrinsics.Vector64 CreateScalarUnsafe(float value) => throw null; - public static System.Runtime.Intrinsics.Vector64 CreateScalarUnsafe(ushort value) => throw null; - public static System.Runtime.Intrinsics.Vector64 CreateScalarUnsafe(uint value) => throw null; - public static System.Runtime.Intrinsics.Vector64 CreateScalarUnsafe(ulong value) => throw null; - public static System.Runtime.Intrinsics.Vector64 CreateScalarUnsafe(T value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Divide(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Divide(System.Runtime.Intrinsics.Vector64 left, T right) => throw null; - public static T Dot(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Equals(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static bool EqualsAll(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static bool EqualsAny(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static uint ExtractMostSignificantBits(this System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 Floor(System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 Floor(System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static T GetElement(this System.Runtime.Intrinsics.Vector64 vector, int index) => throw null; - public static System.Runtime.Intrinsics.Vector64 GreaterThan(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static bool GreaterThanAll(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static bool GreaterThanAny(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 GreaterThanOrEqual(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static bool GreaterThanOrEqualAll(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static bool GreaterThanOrEqualAny(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static bool IsHardwareAccelerated { get => throw null; } - public static System.Runtime.Intrinsics.Vector64 LessThan(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static bool LessThanAll(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static bool LessThanAny(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 LessThanOrEqual(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static bool LessThanOrEqualAll(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static bool LessThanOrEqualAny(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector64 Load(T* source) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector64 LoadAligned(T* source) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector64 LoadAlignedNonTemporal(T* source) => throw null; - public static System.Runtime.Intrinsics.Vector64 LoadUnsafe(ref readonly T source) => throw null; - public static System.Runtime.Intrinsics.Vector64 LoadUnsafe(ref readonly T source, nuint elementOffset) => throw null; - public static System.Runtime.Intrinsics.Vector64 Max(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Min(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Multiply(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Multiply(System.Runtime.Intrinsics.Vector64 left, T right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Multiply(T left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 Narrow(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; - public static System.Runtime.Intrinsics.Vector64 Narrow(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; - public static System.Runtime.Intrinsics.Vector64 Narrow(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; - public static System.Runtime.Intrinsics.Vector64 Narrow(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; - public static System.Runtime.Intrinsics.Vector64 Narrow(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; - public static System.Runtime.Intrinsics.Vector64 Narrow(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; - public static System.Runtime.Intrinsics.Vector64 Narrow(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; - public static System.Runtime.Intrinsics.Vector64 Negate(System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 OnesComplement(System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeft(System.Runtime.Intrinsics.Vector64 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeft(System.Runtime.Intrinsics.Vector64 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeft(System.Runtime.Intrinsics.Vector64 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeft(System.Runtime.Intrinsics.Vector64 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeft(System.Runtime.Intrinsics.Vector64 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeft(System.Runtime.Intrinsics.Vector64 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeft(System.Runtime.Intrinsics.Vector64 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeft(System.Runtime.Intrinsics.Vector64 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeft(System.Runtime.Intrinsics.Vector64 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftLeft(System.Runtime.Intrinsics.Vector64 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector64 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector64 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector64 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector64 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector64 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogical(System.Runtime.Intrinsics.Vector64 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogical(System.Runtime.Intrinsics.Vector64 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogical(System.Runtime.Intrinsics.Vector64 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogical(System.Runtime.Intrinsics.Vector64 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogical(System.Runtime.Intrinsics.Vector64 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogical(System.Runtime.Intrinsics.Vector64 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogical(System.Runtime.Intrinsics.Vector64 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogical(System.Runtime.Intrinsics.Vector64 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogical(System.Runtime.Intrinsics.Vector64 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector64 ShiftRightLogical(System.Runtime.Intrinsics.Vector64 vector, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector64 Shuffle(System.Runtime.Intrinsics.Vector64 vector, System.Runtime.Intrinsics.Vector64 indices) => throw null; - public static System.Runtime.Intrinsics.Vector64 Shuffle(System.Runtime.Intrinsics.Vector64 vector, System.Runtime.Intrinsics.Vector64 indices) => throw null; - public static System.Runtime.Intrinsics.Vector64 Shuffle(System.Runtime.Intrinsics.Vector64 vector, System.Runtime.Intrinsics.Vector64 indices) => throw null; - public static System.Runtime.Intrinsics.Vector64 Shuffle(System.Runtime.Intrinsics.Vector64 vector, System.Runtime.Intrinsics.Vector64 indices) => throw null; - public static System.Runtime.Intrinsics.Vector64 Shuffle(System.Runtime.Intrinsics.Vector64 vector, System.Runtime.Intrinsics.Vector64 indices) => throw null; - public static System.Runtime.Intrinsics.Vector64 Shuffle(System.Runtime.Intrinsics.Vector64 vector, System.Runtime.Intrinsics.Vector64 indices) => throw null; - public static System.Runtime.Intrinsics.Vector64 Shuffle(System.Runtime.Intrinsics.Vector64 vector, System.Runtime.Intrinsics.Vector64 indices) => throw null; - public static System.Runtime.Intrinsics.Vector64 Sqrt(System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static unsafe void Store(this System.Runtime.Intrinsics.Vector64 source, T* destination) => throw null; - public static unsafe void StoreAligned(this System.Runtime.Intrinsics.Vector64 source, T* destination) => throw null; - public static unsafe void StoreAlignedNonTemporal(this System.Runtime.Intrinsics.Vector64 source, T* destination) => throw null; - public static void StoreUnsafe(this System.Runtime.Intrinsics.Vector64 source, ref T destination) => throw null; - public static void StoreUnsafe(this System.Runtime.Intrinsics.Vector64 source, ref T destination, nuint elementOffset) => throw null; - public static System.Runtime.Intrinsics.Vector64 Subtract(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static T Sum(System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static T ToScalar(this System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 ToVector128(this System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector128 ToVector128Unsafe(this System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static bool TryCopyTo(this System.Runtime.Intrinsics.Vector64 vector, System.Span destination) => throw null; - public static (System.Runtime.Intrinsics.Vector64 Lower, System.Runtime.Intrinsics.Vector64 Upper) Widen(System.Runtime.Intrinsics.Vector64 source) => throw null; - public static (System.Runtime.Intrinsics.Vector64 Lower, System.Runtime.Intrinsics.Vector64 Upper) Widen(System.Runtime.Intrinsics.Vector64 source) => throw null; - public static (System.Runtime.Intrinsics.Vector64 Lower, System.Runtime.Intrinsics.Vector64 Upper) Widen(System.Runtime.Intrinsics.Vector64 source) => throw null; - public static (System.Runtime.Intrinsics.Vector64 Lower, System.Runtime.Intrinsics.Vector64 Upper) Widen(System.Runtime.Intrinsics.Vector64 source) => throw null; - public static (System.Runtime.Intrinsics.Vector64 Lower, System.Runtime.Intrinsics.Vector64 Upper) Widen(System.Runtime.Intrinsics.Vector64 source) => throw null; - public static (System.Runtime.Intrinsics.Vector64 Lower, System.Runtime.Intrinsics.Vector64 Upper) Widen(System.Runtime.Intrinsics.Vector64 source) => throw null; - public static (System.Runtime.Intrinsics.Vector64 Lower, System.Runtime.Intrinsics.Vector64 Upper) Widen(System.Runtime.Intrinsics.Vector64 source) => throw null; - public static System.Runtime.Intrinsics.Vector64 WidenLower(System.Runtime.Intrinsics.Vector64 source) => throw null; - public static System.Runtime.Intrinsics.Vector64 WidenLower(System.Runtime.Intrinsics.Vector64 source) => throw null; - public static System.Runtime.Intrinsics.Vector64 WidenLower(System.Runtime.Intrinsics.Vector64 source) => throw null; - public static System.Runtime.Intrinsics.Vector64 WidenLower(System.Runtime.Intrinsics.Vector64 source) => throw null; - public static System.Runtime.Intrinsics.Vector64 WidenLower(System.Runtime.Intrinsics.Vector64 source) => throw null; - public static System.Runtime.Intrinsics.Vector64 WidenLower(System.Runtime.Intrinsics.Vector64 source) => throw null; - public static System.Runtime.Intrinsics.Vector64 WidenLower(System.Runtime.Intrinsics.Vector64 source) => throw null; - public static System.Runtime.Intrinsics.Vector64 WidenUpper(System.Runtime.Intrinsics.Vector64 source) => throw null; - public static System.Runtime.Intrinsics.Vector64 WidenUpper(System.Runtime.Intrinsics.Vector64 source) => throw null; - public static System.Runtime.Intrinsics.Vector64 WidenUpper(System.Runtime.Intrinsics.Vector64 source) => throw null; - public static System.Runtime.Intrinsics.Vector64 WidenUpper(System.Runtime.Intrinsics.Vector64 source) => throw null; - public static System.Runtime.Intrinsics.Vector64 WidenUpper(System.Runtime.Intrinsics.Vector64 source) => throw null; - public static System.Runtime.Intrinsics.Vector64 WidenUpper(System.Runtime.Intrinsics.Vector64 source) => throw null; - public static System.Runtime.Intrinsics.Vector64 WidenUpper(System.Runtime.Intrinsics.Vector64 source) => throw null; - public static System.Runtime.Intrinsics.Vector64 WithElement(this System.Runtime.Intrinsics.Vector64 vector, int index, T value) => throw null; - public static System.Runtime.Intrinsics.Vector64 Xor(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - } - public struct Vector64 : System.IEquatable> - { - public static System.Runtime.Intrinsics.Vector64 AllBitsSet { get => throw null; } - public static int Count { get => throw null; } - public override bool Equals(object obj) => throw null; - public bool Equals(System.Runtime.Intrinsics.Vector64 other) => throw null; - public override int GetHashCode() => throw null; - public static bool IsSupported { get => throw null; } - public static System.Runtime.Intrinsics.Vector64 One { get => throw null; } - public static System.Runtime.Intrinsics.Vector64 operator +(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 operator &(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 operator |(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 operator /(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 operator /(System.Runtime.Intrinsics.Vector64 left, T right) => throw null; - public static bool operator ==(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 operator ^(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static bool operator !=(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 operator <<(System.Runtime.Intrinsics.Vector64 value, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector64 operator *(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 operator *(System.Runtime.Intrinsics.Vector64 left, T right) => throw null; - public static System.Runtime.Intrinsics.Vector64 operator *(T left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 operator ~(System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 operator >>(System.Runtime.Intrinsics.Vector64 value, int shiftCount) => throw null; - public static System.Runtime.Intrinsics.Vector64 operator -(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; - public static System.Runtime.Intrinsics.Vector64 operator -(System.Runtime.Intrinsics.Vector64 vector) => throw null; - public static System.Runtime.Intrinsics.Vector64 operator +(System.Runtime.Intrinsics.Vector64 value) => throw null; - public static System.Runtime.Intrinsics.Vector64 operator >>>(System.Runtime.Intrinsics.Vector64 value, int shiftCount) => throw null; - public T this[int index] { get => throw null; } - public override string ToString() => throw null; - public static System.Runtime.Intrinsics.Vector64 Zero { get => throw null; } - } - namespace Wasm - { - public abstract class PackedSimd - { - public static System.Runtime.Intrinsics.Vector128 Abs(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Abs(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Abs(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Abs(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Abs(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Abs(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Abs(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddPairwiseWidening(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddPairwiseWidening(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddPairwiseWidening(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddPairwiseWidening(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool AllTrue(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static bool AllTrue(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static bool AllTrue(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static bool AllTrue(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static bool AllTrue(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static bool AllTrue(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static bool AllTrue(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static bool AllTrue(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static bool AllTrue(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static bool AllTrue(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AndNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AndNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AndNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AndNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AndNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AndNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AndNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AndNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AndNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AndNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AndNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AndNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool AnyTrue(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static bool AnyTrue(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static bool AnyTrue(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static bool AnyTrue(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static bool AnyTrue(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static bool AnyTrue(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static bool AnyTrue(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static bool AnyTrue(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static bool AnyTrue(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static bool AnyTrue(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static bool AnyTrue(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static bool AnyTrue(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 AverageRounded(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AverageRounded(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static int Bitmask(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static int Bitmask(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static int Bitmask(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static int Bitmask(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static int Bitmask(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static int Bitmask(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static int Bitmask(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static int Bitmask(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static int Bitmask(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static int Bitmask(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseSelect(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 select) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseSelect(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 select) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseSelect(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 select) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseSelect(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 select) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseSelect(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 select) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseSelect(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 select) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseSelect(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 select) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseSelect(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 select) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseSelect(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 select) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseSelect(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 select) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseSelect(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 select) => throw null; - public static System.Runtime.Intrinsics.Vector128 BitwiseSelect(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 select) => throw null; - public static System.Runtime.Intrinsics.Vector128 Ceiling(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Ceiling(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertNarrowingSaturateSigned(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertNarrowingSaturateSigned(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertNarrowingSaturateUnsigned(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertNarrowingSaturateUnsigned(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToDoubleLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToDoubleLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToDoubleLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToInt32Saturate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToInt32Saturate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToSingle(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToSingle(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToSingle(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToUInt32Saturate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToUInt32Saturate(System.Runtime.Intrinsics.Vector128 value) => throw null; - protected PackedSimd() => throw null; - public static System.Runtime.Intrinsics.Vector128 Divide(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Divide(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Dot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static int ExtractScalar(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static uint ExtractScalar(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static int ExtractScalar(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static uint ExtractScalar(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static int ExtractScalar(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static uint ExtractScalar(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static long ExtractScalar(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static ulong ExtractScalar(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static float ExtractScalar(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static double ExtractScalar(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static nint ExtractScalar(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static nuint ExtractScalar(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 Floor(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Floor(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static bool IsSupported { get => throw null; } - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarAndInsert(sbyte* address, System.Runtime.Intrinsics.Vector128 vector, byte index) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarAndInsert(byte* address, System.Runtime.Intrinsics.Vector128 vector, byte index) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarAndInsert(short* address, System.Runtime.Intrinsics.Vector128 vector, byte index) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarAndInsert(ushort* address, System.Runtime.Intrinsics.Vector128 vector, byte index) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarAndInsert(int* address, System.Runtime.Intrinsics.Vector128 vector, byte index) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarAndInsert(uint* address, System.Runtime.Intrinsics.Vector128 vector, byte index) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarAndInsert(long* address, System.Runtime.Intrinsics.Vector128 vector, byte index) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarAndInsert(ulong* address, System.Runtime.Intrinsics.Vector128 vector, byte index) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarAndInsert(float* address, System.Runtime.Intrinsics.Vector128 vector, byte index) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarAndInsert(double* address, System.Runtime.Intrinsics.Vector128 vector, byte index) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarAndInsert(nint* address, System.Runtime.Intrinsics.Vector128 vector, byte index) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarAndInsert(nuint* address, System.Runtime.Intrinsics.Vector128 vector, byte index) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarAndSplatVector128(sbyte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarAndSplatVector128(byte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarAndSplatVector128(short* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarAndSplatVector128(ushort* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarAndSplatVector128(int* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarAndSplatVector128(uint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarAndSplatVector128(long* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarAndSplatVector128(ulong* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarAndSplatVector128(float* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarAndSplatVector128(double* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarAndSplatVector128(nint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarAndSplatVector128(nuint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarVector128(int* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarVector128(uint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarVector128(long* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarVector128(ulong* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarVector128(float* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarVector128(double* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarVector128(nint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarVector128(nuint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(sbyte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(byte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(short* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(ushort* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(int* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(uint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(long* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(ulong* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(float* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(double* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(nint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(nuint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadWideningVector128(sbyte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadWideningVector128(byte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadWideningVector128(short* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadWideningVector128(ushort* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadWideningVector128(int* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadWideningVector128(uint* address) => throw null; - public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Multiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Multiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Multiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Multiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Multiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Multiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Multiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Multiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Multiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Multiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyRoundedSaturateQ15(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningLower(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningUpper(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Negate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Negate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Negate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Negate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Negate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Negate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Negate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Negate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Negate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Negate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Negate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Negate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Not(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Not(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Not(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Not(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Not(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Not(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Not(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Not(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Not(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Not(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Not(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Not(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 PopCount(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 PseudoMax(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 PseudoMax(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 PseudoMin(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 PseudoMin(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReplaceScalar(System.Runtime.Intrinsics.Vector128 vector, byte imm, int value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReplaceScalar(System.Runtime.Intrinsics.Vector128 vector, byte imm, uint value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReplaceScalar(System.Runtime.Intrinsics.Vector128 vector, byte imm, int value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReplaceScalar(System.Runtime.Intrinsics.Vector128 vector, byte imm, uint value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReplaceScalar(System.Runtime.Intrinsics.Vector128 vector, byte imm, int value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReplaceScalar(System.Runtime.Intrinsics.Vector128 vector, byte imm, uint value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReplaceScalar(System.Runtime.Intrinsics.Vector128 vector, byte imm, long value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReplaceScalar(System.Runtime.Intrinsics.Vector128 vector, byte imm, ulong value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReplaceScalar(System.Runtime.Intrinsics.Vector128 vector, byte imm, float value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReplaceScalar(System.Runtime.Intrinsics.Vector128 vector, byte imm, double value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReplaceScalar(System.Runtime.Intrinsics.Vector128 vector, byte imm, nint value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReplaceScalar(System.Runtime.Intrinsics.Vector128 vector, byte imm, nuint value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToNearest(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToNearest(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeft(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeft(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeft(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeft(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeft(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeft(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeft(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeft(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeft(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeft(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, int count) => throw null; - public static System.Runtime.Intrinsics.Vector128 SignExtendWideningLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 SignExtendWideningLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 SignExtendWideningLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 SignExtendWideningLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 SignExtendWideningLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 SignExtendWideningLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 SignExtendWideningUpper(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 SignExtendWideningUpper(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 SignExtendWideningUpper(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 SignExtendWideningUpper(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 SignExtendWideningUpper(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 SignExtendWideningUpper(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Splat(sbyte value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Splat(byte value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Splat(short value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Splat(ushort value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Splat(int value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Splat(uint value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Splat(long value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Splat(ulong value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Splat(float value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Splat(double value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Splat(nint value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Splat(nuint value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Sqrt(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Sqrt(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static unsafe void Store(sbyte* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(byte* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(short* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(ushort* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(int* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(uint* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(long* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(ulong* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(float* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(double* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(nint* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(nuint* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreSelectedScalar(sbyte* address, System.Runtime.Intrinsics.Vector128 source, byte index) => throw null; - public static unsafe void StoreSelectedScalar(byte* address, System.Runtime.Intrinsics.Vector128 source, byte index) => throw null; - public static unsafe void StoreSelectedScalar(short* address, System.Runtime.Intrinsics.Vector128 source, byte index) => throw null; - public static unsafe void StoreSelectedScalar(ushort* address, System.Runtime.Intrinsics.Vector128 source, byte index) => throw null; - public static unsafe void StoreSelectedScalar(int* address, System.Runtime.Intrinsics.Vector128 source, byte index) => throw null; - public static unsafe void StoreSelectedScalar(uint* address, System.Runtime.Intrinsics.Vector128 source, byte index) => throw null; - public static unsafe void StoreSelectedScalar(long* address, System.Runtime.Intrinsics.Vector128 source, byte index) => throw null; - public static unsafe void StoreSelectedScalar(ulong* address, System.Runtime.Intrinsics.Vector128 source, byte index) => throw null; - public static unsafe void StoreSelectedScalar(float* address, System.Runtime.Intrinsics.Vector128 source, byte index) => throw null; - public static unsafe void StoreSelectedScalar(double* address, System.Runtime.Intrinsics.Vector128 source, byte index) => throw null; - public static unsafe void StoreSelectedScalar(nint* address, System.Runtime.Intrinsics.Vector128 source, byte index) => throw null; - public static unsafe void StoreSelectedScalar(nuint* address, System.Runtime.Intrinsics.Vector128 source, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Swizzle(System.Runtime.Intrinsics.Vector128 vector, System.Runtime.Intrinsics.Vector128 indices) => throw null; - public static System.Runtime.Intrinsics.Vector128 Swizzle(System.Runtime.Intrinsics.Vector128 vector, System.Runtime.Intrinsics.Vector128 indices) => throw null; - public static System.Runtime.Intrinsics.Vector128 Truncate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Truncate(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZeroExtendWideningLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZeroExtendWideningLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZeroExtendWideningLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZeroExtendWideningLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZeroExtendWideningLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZeroExtendWideningLower(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZeroExtendWideningUpper(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZeroExtendWideningUpper(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZeroExtendWideningUpper(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZeroExtendWideningUpper(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZeroExtendWideningUpper(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ZeroExtendWideningUpper(System.Runtime.Intrinsics.Vector128 value) => throw null; - } - } - namespace X86 - { - public abstract class Aes : System.Runtime.Intrinsics.X86.Sse2 - { - public static System.Runtime.Intrinsics.Vector128 Decrypt(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 roundKey) => throw null; - public static System.Runtime.Intrinsics.Vector128 DecryptLast(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 roundKey) => throw null; - public static System.Runtime.Intrinsics.Vector128 Encrypt(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 roundKey) => throw null; - public static System.Runtime.Intrinsics.Vector128 EncryptLast(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 roundKey) => throw null; - public static System.Runtime.Intrinsics.Vector128 InverseMixColumns(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static bool IsSupported { get => throw null; } - public static System.Runtime.Intrinsics.Vector128 KeygenAssist(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; - public abstract class X64 : System.Runtime.Intrinsics.X86.Sse2.X64 - { - public static bool IsSupported { get => throw null; } - } - } - public abstract class Avx : System.Runtime.Intrinsics.X86.Sse42 - { - public static System.Runtime.Intrinsics.Vector256 Add(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Add(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 AddSubtract(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 AddSubtract(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 And(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 And(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 AndNot(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 AndNot(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Blend(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Blend(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; - public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 BroadcastScalarToVector128(float* source) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 BroadcastScalarToVector256(double* source) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 BroadcastScalarToVector256(float* source) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 BroadcastVector128ToVector256(double* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 BroadcastVector128ToVector256(float* address) => throw null; - public static System.Runtime.Intrinsics.Vector256 Ceiling(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 Ceiling(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Compare(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.X86.FloatComparisonMode mode) => throw null; - public static System.Runtime.Intrinsics.Vector128 Compare(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.X86.FloatComparisonMode mode) => throw null; - public static System.Runtime.Intrinsics.Vector256 Compare(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.X86.FloatComparisonMode mode) => throw null; - public static System.Runtime.Intrinsics.Vector256 Compare(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.X86.FloatComparisonMode mode) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareGreaterThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareGreaterThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareLessThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareLessThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareNotEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareNotEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareNotGreaterThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareNotGreaterThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareNotGreaterThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareNotGreaterThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareNotLessThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareNotLessThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareNotLessThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareNotLessThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareOrdered(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareOrdered(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.X86.FloatComparisonMode mode) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.X86.FloatComparisonMode mode) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareUnordered(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareUnordered(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int32(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int32WithTruncation(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Single(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Double(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Double(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int32(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int32WithTruncation(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Single(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 Divide(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Divide(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 DotProduct(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 DuplicateEvenIndexed(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 DuplicateEvenIndexed(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 DuplicateOddIndexed(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector256 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector256 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector256 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector256 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector256 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector256 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector256 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector256 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector256 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector256 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 Floor(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 Floor(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 HorizontalAdd(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 HorizontalAdd(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 HorizontalSubtract(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 HorizontalSubtract(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 InsertVector128(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 InsertVector128(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 InsertVector128(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 InsertVector128(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 InsertVector128(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 InsertVector128(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 InsertVector128(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 InsertVector128(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 InsertVector128(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 InsertVector128(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static bool IsSupported { get => throw null; } - public static unsafe System.Runtime.Intrinsics.Vector256 LoadAlignedVector256(byte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadAlignedVector256(double* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadAlignedVector256(short* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadAlignedVector256(int* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadAlignedVector256(long* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadAlignedVector256(sbyte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadAlignedVector256(float* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadAlignedVector256(ushort* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadAlignedVector256(uint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadAlignedVector256(ulong* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadDquVector256(byte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadDquVector256(short* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadDquVector256(int* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadDquVector256(long* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadDquVector256(sbyte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadDquVector256(ushort* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadDquVector256(uint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadDquVector256(ulong* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadVector256(byte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadVector256(double* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadVector256(short* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadVector256(int* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadVector256(long* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadVector256(sbyte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadVector256(float* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadVector256(ushort* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadVector256(uint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadVector256(ulong* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoad(double* address, System.Runtime.Intrinsics.Vector128 mask) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoad(double* address, System.Runtime.Intrinsics.Vector256 mask) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoad(float* address, System.Runtime.Intrinsics.Vector128 mask) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoad(float* address, System.Runtime.Intrinsics.Vector256 mask) => throw null; - public static unsafe void MaskStore(double* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void MaskStore(double* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void MaskStore(float* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void MaskStore(float* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static System.Runtime.Intrinsics.Vector256 Max(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Max(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Min(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Min(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static int MoveMask(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static int MoveMask(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 Multiply(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Multiply(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Or(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Or(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Permute(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 Permute(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Permute(System.Runtime.Intrinsics.Vector256 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Permute(System.Runtime.Intrinsics.Vector256 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Permute2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Permute2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Permute2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Permute2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Permute2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Permute2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Permute2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Permute2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Permute2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Permute2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 PermuteVar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 control) => throw null; - public static System.Runtime.Intrinsics.Vector128 PermuteVar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 control) => throw null; - public static System.Runtime.Intrinsics.Vector256 PermuteVar(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 control) => throw null; - public static System.Runtime.Intrinsics.Vector256 PermuteVar(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Reciprocal(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ReciprocalSqrt(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 RoundCurrentDirection(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 RoundCurrentDirection(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 RoundToNearestInteger(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 RoundToNearestInteger(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 RoundToNegativeInfinity(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 RoundToNegativeInfinity(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 RoundToPositiveInfinity(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 RoundToPositiveInfinity(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 RoundToZero(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 RoundToZero(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 Shuffle(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Shuffle(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Sqrt(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 Sqrt(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static unsafe void Store(byte* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void Store(double* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void Store(short* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void Store(int* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void Store(long* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void Store(sbyte* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void Store(float* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void Store(ushort* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void Store(uint* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void Store(ulong* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void StoreAligned(byte* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void StoreAligned(double* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void StoreAligned(short* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void StoreAligned(int* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void StoreAligned(long* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void StoreAligned(sbyte* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void StoreAligned(float* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void StoreAligned(ushort* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void StoreAligned(uint* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void StoreAligned(ulong* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(byte* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(double* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(short* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(int* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(long* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(sbyte* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(float* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(ushort* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(uint* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(ulong* address, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static System.Runtime.Intrinsics.Vector256 Subtract(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Subtract(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestC(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestC(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestC(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestC(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestC(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestC(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestC(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestC(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestC(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestC(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestC(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestC(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestNotZAndNotC(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestNotZAndNotC(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestNotZAndNotC(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestNotZAndNotC(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestNotZAndNotC(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestNotZAndNotC(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestNotZAndNotC(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestNotZAndNotC(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestNotZAndNotC(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestNotZAndNotC(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestNotZAndNotC(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestNotZAndNotC(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestZ(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestZ(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestZ(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestZ(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestZ(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestZ(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestZ(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestZ(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestZ(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestZ(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestZ(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static bool TestZ(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 UnpackHigh(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 UnpackHigh(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 UnpackLow(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 UnpackLow(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public abstract class X64 : System.Runtime.Intrinsics.X86.Sse42.X64 - { - public static bool IsSupported { get => throw null; } - } - public static System.Runtime.Intrinsics.Vector256 Xor(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Xor(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - } - public abstract class Avx2 : System.Runtime.Intrinsics.X86.Avx - { - public static System.Runtime.Intrinsics.Vector256 Abs(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 Abs(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 Abs(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 Add(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Add(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Add(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Add(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Add(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Add(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Add(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Add(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 AddSaturate(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 AddSaturate(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 AddSaturate(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 AddSaturate(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 AlignRight(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector256 AlignRight(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector256 AlignRight(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector256 AlignRight(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector256 AlignRight(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector256 AlignRight(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector256 AlignRight(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector256 AlignRight(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector256 And(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 And(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 And(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 And(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 And(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 And(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 And(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 And(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 AndNot(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 AndNot(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 AndNot(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 AndNot(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 AndNot(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 AndNot(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 AndNot(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 AndNot(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Average(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Average(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Blend(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 Blend(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Blend(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Blend(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Blend(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Blend(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; - public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; - public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; - public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; - public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; - public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; - public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; - public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 BroadcastScalarToVector128(byte* source) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 BroadcastScalarToVector128(short* source) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 BroadcastScalarToVector128(int* source) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 BroadcastScalarToVector128(long* source) => throw null; - public static System.Runtime.Intrinsics.Vector128 BroadcastScalarToVector128(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 BroadcastScalarToVector128(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 BroadcastScalarToVector128(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 BroadcastScalarToVector128(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 BroadcastScalarToVector128(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 BroadcastScalarToVector128(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 BroadcastScalarToVector128(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 BroadcastScalarToVector128(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 BroadcastScalarToVector128(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 BroadcastScalarToVector128(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 BroadcastScalarToVector128(sbyte* source) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 BroadcastScalarToVector128(ushort* source) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 BroadcastScalarToVector128(uint* source) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 BroadcastScalarToVector128(ulong* source) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 BroadcastScalarToVector256(byte* source) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 BroadcastScalarToVector256(short* source) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 BroadcastScalarToVector256(int* source) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 BroadcastScalarToVector256(long* source) => throw null; - public static System.Runtime.Intrinsics.Vector256 BroadcastScalarToVector256(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 BroadcastScalarToVector256(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 BroadcastScalarToVector256(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 BroadcastScalarToVector256(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 BroadcastScalarToVector256(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 BroadcastScalarToVector256(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 BroadcastScalarToVector256(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 BroadcastScalarToVector256(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 BroadcastScalarToVector256(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 BroadcastScalarToVector256(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 BroadcastScalarToVector256(sbyte* source) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 BroadcastScalarToVector256(ushort* source) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 BroadcastScalarToVector256(uint* source) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 BroadcastScalarToVector256(ulong* source) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 BroadcastVector128ToVector256(byte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 BroadcastVector128ToVector256(short* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 BroadcastVector128ToVector256(int* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 BroadcastVector128ToVector256(long* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 BroadcastVector128ToVector256(sbyte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 BroadcastVector128ToVector256(ushort* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 BroadcastVector128ToVector256(uint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 BroadcastVector128ToVector256(ulong* address) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareGreaterThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareGreaterThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareGreaterThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareGreaterThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static int ConvertToInt32(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static uint ConvertToUInt32(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 ConvertToVector256Int16(byte* address) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int16(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int16(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 ConvertToVector256Int16(sbyte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 ConvertToVector256Int32(byte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 ConvertToVector256Int32(short* address) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int32(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int32(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int32(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int32(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 ConvertToVector256Int32(sbyte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 ConvertToVector256Int32(ushort* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 ConvertToVector256Int64(byte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 ConvertToVector256Int64(short* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 ConvertToVector256Int64(int* address) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 ConvertToVector256Int64(sbyte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 ConvertToVector256Int64(ushort* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 ConvertToVector256Int64(uint* address) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector256 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector256 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector256 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector256 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector256 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector256 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector256 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector256 value, byte index) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherMaskVector128(System.Runtime.Intrinsics.Vector128 source, double* baseAddress, System.Runtime.Intrinsics.Vector128 index, System.Runtime.Intrinsics.Vector128 mask, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherMaskVector128(System.Runtime.Intrinsics.Vector128 source, double* baseAddress, System.Runtime.Intrinsics.Vector128 index, System.Runtime.Intrinsics.Vector128 mask, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherMaskVector128(System.Runtime.Intrinsics.Vector128 source, int* baseAddress, System.Runtime.Intrinsics.Vector128 index, System.Runtime.Intrinsics.Vector128 mask, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherMaskVector128(System.Runtime.Intrinsics.Vector128 source, int* baseAddress, System.Runtime.Intrinsics.Vector128 index, System.Runtime.Intrinsics.Vector128 mask, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherMaskVector128(System.Runtime.Intrinsics.Vector128 source, int* baseAddress, System.Runtime.Intrinsics.Vector256 index, System.Runtime.Intrinsics.Vector128 mask, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherMaskVector128(System.Runtime.Intrinsics.Vector128 source, long* baseAddress, System.Runtime.Intrinsics.Vector128 index, System.Runtime.Intrinsics.Vector128 mask, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherMaskVector128(System.Runtime.Intrinsics.Vector128 source, long* baseAddress, System.Runtime.Intrinsics.Vector128 index, System.Runtime.Intrinsics.Vector128 mask, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherMaskVector128(System.Runtime.Intrinsics.Vector128 source, float* baseAddress, System.Runtime.Intrinsics.Vector128 index, System.Runtime.Intrinsics.Vector128 mask, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherMaskVector128(System.Runtime.Intrinsics.Vector128 source, float* baseAddress, System.Runtime.Intrinsics.Vector128 index, System.Runtime.Intrinsics.Vector128 mask, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherMaskVector128(System.Runtime.Intrinsics.Vector128 source, float* baseAddress, System.Runtime.Intrinsics.Vector256 index, System.Runtime.Intrinsics.Vector128 mask, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherMaskVector128(System.Runtime.Intrinsics.Vector128 source, uint* baseAddress, System.Runtime.Intrinsics.Vector128 index, System.Runtime.Intrinsics.Vector128 mask, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherMaskVector128(System.Runtime.Intrinsics.Vector128 source, uint* baseAddress, System.Runtime.Intrinsics.Vector128 index, System.Runtime.Intrinsics.Vector128 mask, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherMaskVector128(System.Runtime.Intrinsics.Vector128 source, uint* baseAddress, System.Runtime.Intrinsics.Vector256 index, System.Runtime.Intrinsics.Vector128 mask, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherMaskVector128(System.Runtime.Intrinsics.Vector128 source, ulong* baseAddress, System.Runtime.Intrinsics.Vector128 index, System.Runtime.Intrinsics.Vector128 mask, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherMaskVector128(System.Runtime.Intrinsics.Vector128 source, ulong* baseAddress, System.Runtime.Intrinsics.Vector128 index, System.Runtime.Intrinsics.Vector128 mask, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 GatherMaskVector256(System.Runtime.Intrinsics.Vector256 source, double* baseAddress, System.Runtime.Intrinsics.Vector128 index, System.Runtime.Intrinsics.Vector256 mask, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 GatherMaskVector256(System.Runtime.Intrinsics.Vector256 source, double* baseAddress, System.Runtime.Intrinsics.Vector256 index, System.Runtime.Intrinsics.Vector256 mask, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 GatherMaskVector256(System.Runtime.Intrinsics.Vector256 source, int* baseAddress, System.Runtime.Intrinsics.Vector256 index, System.Runtime.Intrinsics.Vector256 mask, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 GatherMaskVector256(System.Runtime.Intrinsics.Vector256 source, long* baseAddress, System.Runtime.Intrinsics.Vector128 index, System.Runtime.Intrinsics.Vector256 mask, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 GatherMaskVector256(System.Runtime.Intrinsics.Vector256 source, long* baseAddress, System.Runtime.Intrinsics.Vector256 index, System.Runtime.Intrinsics.Vector256 mask, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 GatherMaskVector256(System.Runtime.Intrinsics.Vector256 source, float* baseAddress, System.Runtime.Intrinsics.Vector256 index, System.Runtime.Intrinsics.Vector256 mask, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 GatherMaskVector256(System.Runtime.Intrinsics.Vector256 source, uint* baseAddress, System.Runtime.Intrinsics.Vector256 index, System.Runtime.Intrinsics.Vector256 mask, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 GatherMaskVector256(System.Runtime.Intrinsics.Vector256 source, ulong* baseAddress, System.Runtime.Intrinsics.Vector128 index, System.Runtime.Intrinsics.Vector256 mask, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 GatherMaskVector256(System.Runtime.Intrinsics.Vector256 source, ulong* baseAddress, System.Runtime.Intrinsics.Vector256 index, System.Runtime.Intrinsics.Vector256 mask, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherVector128(double* baseAddress, System.Runtime.Intrinsics.Vector128 index, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherVector128(double* baseAddress, System.Runtime.Intrinsics.Vector128 index, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherVector128(int* baseAddress, System.Runtime.Intrinsics.Vector128 index, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherVector128(int* baseAddress, System.Runtime.Intrinsics.Vector128 index, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherVector128(int* baseAddress, System.Runtime.Intrinsics.Vector256 index, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherVector128(long* baseAddress, System.Runtime.Intrinsics.Vector128 index, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherVector128(long* baseAddress, System.Runtime.Intrinsics.Vector128 index, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherVector128(float* baseAddress, System.Runtime.Intrinsics.Vector128 index, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherVector128(float* baseAddress, System.Runtime.Intrinsics.Vector128 index, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherVector128(float* baseAddress, System.Runtime.Intrinsics.Vector256 index, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherVector128(uint* baseAddress, System.Runtime.Intrinsics.Vector128 index, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherVector128(uint* baseAddress, System.Runtime.Intrinsics.Vector128 index, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherVector128(uint* baseAddress, System.Runtime.Intrinsics.Vector256 index, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherVector128(ulong* baseAddress, System.Runtime.Intrinsics.Vector128 index, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 GatherVector128(ulong* baseAddress, System.Runtime.Intrinsics.Vector128 index, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 GatherVector256(double* baseAddress, System.Runtime.Intrinsics.Vector128 index, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 GatherVector256(double* baseAddress, System.Runtime.Intrinsics.Vector256 index, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 GatherVector256(int* baseAddress, System.Runtime.Intrinsics.Vector256 index, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 GatherVector256(long* baseAddress, System.Runtime.Intrinsics.Vector128 index, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 GatherVector256(long* baseAddress, System.Runtime.Intrinsics.Vector256 index, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 GatherVector256(float* baseAddress, System.Runtime.Intrinsics.Vector256 index, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 GatherVector256(uint* baseAddress, System.Runtime.Intrinsics.Vector256 index, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 GatherVector256(ulong* baseAddress, System.Runtime.Intrinsics.Vector128 index, byte scale) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 GatherVector256(ulong* baseAddress, System.Runtime.Intrinsics.Vector256 index, byte scale) => throw null; - public static System.Runtime.Intrinsics.Vector256 HorizontalAdd(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 HorizontalAdd(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 HorizontalAddSaturate(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 HorizontalSubtract(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 HorizontalSubtract(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 HorizontalSubtractSaturate(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 InsertVector128(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 InsertVector128(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 InsertVector128(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 InsertVector128(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 InsertVector128(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 InsertVector128(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 InsertVector128(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 InsertVector128(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static bool IsSupported { get => throw null; } - public static unsafe System.Runtime.Intrinsics.Vector256 LoadAlignedVector256NonTemporal(byte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadAlignedVector256NonTemporal(short* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadAlignedVector256NonTemporal(int* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadAlignedVector256NonTemporal(long* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadAlignedVector256NonTemporal(sbyte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadAlignedVector256NonTemporal(ushort* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadAlignedVector256NonTemporal(uint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 LoadAlignedVector256NonTemporal(ulong* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoad(int* address, System.Runtime.Intrinsics.Vector128 mask) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoad(int* address, System.Runtime.Intrinsics.Vector256 mask) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoad(long* address, System.Runtime.Intrinsics.Vector128 mask) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoad(long* address, System.Runtime.Intrinsics.Vector256 mask) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoad(uint* address, System.Runtime.Intrinsics.Vector128 mask) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoad(uint* address, System.Runtime.Intrinsics.Vector256 mask) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoad(ulong* address, System.Runtime.Intrinsics.Vector128 mask) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoad(ulong* address, System.Runtime.Intrinsics.Vector256 mask) => throw null; - public static unsafe void MaskStore(int* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void MaskStore(int* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void MaskStore(long* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void MaskStore(long* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void MaskStore(uint* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void MaskStore(uint* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static unsafe void MaskStore(ulong* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void MaskStore(ulong* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; - public static System.Runtime.Intrinsics.Vector256 Max(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Max(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Max(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Max(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Max(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Max(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Min(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Min(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Min(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Min(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Min(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Min(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static int MoveMask(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static int MoveMask(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 MultipleSumAbsoluteDifferences(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector256 Multiply(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Multiply(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 MultiplyAddAdjacent(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 MultiplyAddAdjacent(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 MultiplyHigh(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 MultiplyHigh(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 MultiplyHighRoundScale(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 MultiplyLow(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 MultiplyLow(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 MultiplyLow(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 MultiplyLow(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Or(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Or(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Or(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Or(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Or(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Or(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Or(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Or(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 PackSignedSaturate(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 PackSignedSaturate(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 PackUnsignedSaturate(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 PackUnsignedSaturate(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Permute2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Permute2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Permute2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Permute2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Permute2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Permute2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Permute2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Permute2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Permute4x64(System.Runtime.Intrinsics.Vector256 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Permute4x64(System.Runtime.Intrinsics.Vector256 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Permute4x64(System.Runtime.Intrinsics.Vector256 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 PermuteVar8x32(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 control) => throw null; - public static System.Runtime.Intrinsics.Vector256 PermuteVar8x32(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 control) => throw null; - public static System.Runtime.Intrinsics.Vector256 PermuteVar8x32(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 control) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeftLogical(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeftLogical(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeftLogical(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeftLogical(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeftLogical(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeftLogical(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeftLogical(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeftLogical(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeftLogical(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeftLogical(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeftLogical(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeftLogical(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeftLogical128BitLane(System.Runtime.Intrinsics.Vector256 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeftLogical128BitLane(System.Runtime.Intrinsics.Vector256 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeftLogical128BitLane(System.Runtime.Intrinsics.Vector256 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeftLogical128BitLane(System.Runtime.Intrinsics.Vector256 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeftLogical128BitLane(System.Runtime.Intrinsics.Vector256 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeftLogical128BitLane(System.Runtime.Intrinsics.Vector256 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeftLogical128BitLane(System.Runtime.Intrinsics.Vector256 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeftLogical128BitLane(System.Runtime.Intrinsics.Vector256 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeftLogicalVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeftLogicalVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeftLogicalVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeftLogicalVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightArithmeticVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical128BitLane(System.Runtime.Intrinsics.Vector256 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical128BitLane(System.Runtime.Intrinsics.Vector256 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical128BitLane(System.Runtime.Intrinsics.Vector256 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical128BitLane(System.Runtime.Intrinsics.Vector256 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical128BitLane(System.Runtime.Intrinsics.Vector256 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical128BitLane(System.Runtime.Intrinsics.Vector256 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical128BitLane(System.Runtime.Intrinsics.Vector256 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogical128BitLane(System.Runtime.Intrinsics.Vector256 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogicalVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogicalVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogicalVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogicalVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 Shuffle(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 mask) => throw null; - public static System.Runtime.Intrinsics.Vector256 Shuffle(System.Runtime.Intrinsics.Vector256 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Shuffle(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 mask) => throw null; - public static System.Runtime.Intrinsics.Vector256 Shuffle(System.Runtime.Intrinsics.Vector256 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShuffleHigh(System.Runtime.Intrinsics.Vector256 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShuffleHigh(System.Runtime.Intrinsics.Vector256 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShuffleLow(System.Runtime.Intrinsics.Vector256 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShuffleLow(System.Runtime.Intrinsics.Vector256 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Sign(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Sign(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Sign(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Subtract(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Subtract(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Subtract(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Subtract(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Subtract(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Subtract(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Subtract(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Subtract(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 SubtractSaturate(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 SubtractSaturate(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 SubtractSaturate(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 SubtractSaturate(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 SumAbsoluteDifferences(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 UnpackHigh(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 UnpackHigh(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 UnpackHigh(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 UnpackHigh(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 UnpackHigh(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 UnpackHigh(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 UnpackHigh(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 UnpackHigh(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 UnpackLow(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 UnpackLow(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 UnpackLow(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 UnpackLow(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 UnpackLow(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 UnpackLow(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 UnpackLow(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 UnpackLow(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public abstract class X64 : System.Runtime.Intrinsics.X86.Avx.X64 - { - public static bool IsSupported { get => throw null; } - } - public static System.Runtime.Intrinsics.Vector256 Xor(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Xor(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Xor(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Xor(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Xor(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Xor(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Xor(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Xor(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - } - public abstract class Avx512BW : System.Runtime.Intrinsics.X86.Avx512F - { - public static System.Runtime.Intrinsics.Vector512 Abs(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 Abs(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 Add(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Add(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Add(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Add(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 AddSaturate(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 AddSaturate(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 AddSaturate(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 AddSaturate(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 AlignRight(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector512 AlignRight(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector512 Average(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Average(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 BlendVariable(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, System.Runtime.Intrinsics.Vector512 mask) => throw null; - public static System.Runtime.Intrinsics.Vector512 BlendVariable(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, System.Runtime.Intrinsics.Vector512 mask) => throw null; - public static System.Runtime.Intrinsics.Vector512 BlendVariable(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, System.Runtime.Intrinsics.Vector512 mask) => throw null; - public static System.Runtime.Intrinsics.Vector512 BlendVariable(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, System.Runtime.Intrinsics.Vector512 mask) => throw null; - public static System.Runtime.Intrinsics.Vector512 BroadcastScalarToVector512(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 BroadcastScalarToVector512(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 BroadcastScalarToVector512(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 BroadcastScalarToVector512(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareGreaterThan(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareGreaterThan(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareGreaterThan(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareGreaterThan(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareLessThan(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareLessThan(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareLessThan(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareLessThan(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareNotEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareNotEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareNotEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareNotEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Byte(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Byte(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256ByteWithSaturation(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256SByte(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256SByte(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256SByteWithSaturation(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int16(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int16(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt16(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt16(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static bool IsSupported { get => throw null; } - public static unsafe System.Runtime.Intrinsics.Vector512 LoadVector512(byte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadVector512(short* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadVector512(sbyte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadVector512(ushort* address) => throw null; - public static System.Runtime.Intrinsics.Vector512 Max(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Max(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Max(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Max(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Min(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Min(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Min(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Min(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 MultiplyAddAdjacent(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 MultiplyAddAdjacent(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 MultiplyHigh(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 MultiplyHigh(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 MultiplyHighRoundScale(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 MultiplyLow(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 MultiplyLow(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 PackSignedSaturate(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 PackSignedSaturate(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 PackUnsignedSaturate(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 PackUnsignedSaturate(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 PermuteVar32x16(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 control) => throw null; - public static System.Runtime.Intrinsics.Vector512 PermuteVar32x16(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 control) => throw null; - public static System.Runtime.Intrinsics.Vector512 PermuteVar32x16x2(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 indices, System.Runtime.Intrinsics.Vector512 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 PermuteVar32x16x2(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 indices, System.Runtime.Intrinsics.Vector512 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeftLogical(System.Runtime.Intrinsics.Vector512 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeftLogical(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeftLogical(System.Runtime.Intrinsics.Vector512 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeftLogical(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeftLogical128BitLane(System.Runtime.Intrinsics.Vector512 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeftLogical128BitLane(System.Runtime.Intrinsics.Vector512 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeftLogicalVariable(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeftLogicalVariable(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector512 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightArithmeticVariable(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogical(System.Runtime.Intrinsics.Vector512 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogical(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogical(System.Runtime.Intrinsics.Vector512 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogical(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogical128BitLane(System.Runtime.Intrinsics.Vector512 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogical128BitLane(System.Runtime.Intrinsics.Vector512 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogicalVariable(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogicalVariable(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 Shuffle(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 mask) => throw null; - public static System.Runtime.Intrinsics.Vector512 Shuffle(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 mask) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShuffleHigh(System.Runtime.Intrinsics.Vector512 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShuffleHigh(System.Runtime.Intrinsics.Vector512 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShuffleLow(System.Runtime.Intrinsics.Vector512 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShuffleLow(System.Runtime.Intrinsics.Vector512 value, byte control) => throw null; - public static unsafe void Store(byte* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void Store(short* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void Store(sbyte* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void Store(ushort* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static System.Runtime.Intrinsics.Vector512 Subtract(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Subtract(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Subtract(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Subtract(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 SubtractSaturate(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 SubtractSaturate(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 SubtractSaturate(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 SubtractSaturate(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 SumAbsoluteDifferences(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 SumAbsoluteDifferencesInBlock32(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 UnpackHigh(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 UnpackHigh(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 UnpackHigh(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 UnpackHigh(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 UnpackLow(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 UnpackLow(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 UnpackLow(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 UnpackLow(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public abstract class VL : System.Runtime.Intrinsics.X86.Avx512F.VL - { - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareGreaterThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareGreaterThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareLessThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareLessThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareLessThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareLessThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareNotEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareNotEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareNotEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareNotEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128ByteWithSaturation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128ByteWithSaturation(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByte(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByte(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByte(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByte(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByteWithSaturation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByteWithSaturation(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static bool IsSupported { get => throw null; } - public static System.Runtime.Intrinsics.Vector256 PermuteVar16x16(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 control) => throw null; - public static System.Runtime.Intrinsics.Vector256 PermuteVar16x16(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 control) => throw null; - public static System.Runtime.Intrinsics.Vector256 PermuteVar16x16x2(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 indices, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 PermuteVar16x16x2(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 indices, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 PermuteVar8x16(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 control) => throw null; - public static System.Runtime.Intrinsics.Vector128 PermuteVar8x16(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 control) => throw null; - public static System.Runtime.Intrinsics.Vector128 PermuteVar8x16x2(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 indices, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 PermuteVar8x16x2(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 indices, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeftLogicalVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftLeftLogicalVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightArithmeticVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogicalVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightLogicalVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 SumAbsoluteDifferencesInBlock32(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 SumAbsoluteDifferencesInBlock32(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - } - public abstract class X64 : System.Runtime.Intrinsics.X86.Avx512F.X64 - { - public static bool IsSupported { get => throw null; } - } - } - public abstract class Avx512CD : System.Runtime.Intrinsics.X86.Avx512F - { - public static System.Runtime.Intrinsics.Vector512 DetectConflicts(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 DetectConflicts(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 DetectConflicts(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 DetectConflicts(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static bool IsSupported { get => throw null; } - public static System.Runtime.Intrinsics.Vector512 LeadingZeroCount(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 LeadingZeroCount(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 LeadingZeroCount(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 LeadingZeroCount(System.Runtime.Intrinsics.Vector512 value) => throw null; - public abstract class VL : System.Runtime.Intrinsics.X86.Avx512F.VL - { - public static System.Runtime.Intrinsics.Vector128 DetectConflicts(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 DetectConflicts(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 DetectConflicts(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 DetectConflicts(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 DetectConflicts(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 DetectConflicts(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 DetectConflicts(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 DetectConflicts(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static bool IsSupported { get => throw null; } - public static System.Runtime.Intrinsics.Vector128 LeadingZeroCount(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 LeadingZeroCount(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 LeadingZeroCount(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 LeadingZeroCount(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 LeadingZeroCount(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 LeadingZeroCount(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 LeadingZeroCount(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 LeadingZeroCount(System.Runtime.Intrinsics.Vector256 value) => throw null; - } - public abstract class X64 : System.Runtime.Intrinsics.X86.Avx512F.X64 - { - public static bool IsSupported { get => throw null; } - } - } - public abstract class Avx512DQ : System.Runtime.Intrinsics.X86.Avx512F - { - public static System.Runtime.Intrinsics.Vector512 And(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 And(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 AndNot(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 AndNot(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 BroadcastPairScalarToVector512(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 BroadcastPairScalarToVector512(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 BroadcastPairScalarToVector512(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 BroadcastVector128ToVector512(double* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 BroadcastVector128ToVector512(long* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 BroadcastVector128ToVector512(ulong* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 BroadcastVector256ToVector512(int* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 BroadcastVector256ToVector512(float* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 BroadcastVector256ToVector512(uint* address) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Single(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Single(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Double(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Double(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int64(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int64(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int64WithTruncation(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int64WithTruncation(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt64(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt64(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt64WithTruncation(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt64WithTruncation(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 ExtractVector256(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 ExtractVector256(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 ExtractVector256(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector512 InsertVector128(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector512 InsertVector128(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector512 InsertVector128(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector512 InsertVector256(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector256 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector512 InsertVector256(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector256 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector512 InsertVector256(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector256 data, byte index) => throw null; - public static bool IsSupported { get => throw null; } - public static System.Runtime.Intrinsics.Vector512 MultiplyLow(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 MultiplyLow(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Or(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Or(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Range(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 Range(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 RangeScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 RangeScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 Reduce(System.Runtime.Intrinsics.Vector512 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 Reduce(System.Runtime.Intrinsics.Vector512 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReduceScalar(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReduceScalar(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReduceScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReduceScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; - public abstract class VL : System.Runtime.Intrinsics.X86.Avx512F.VL - { - public static System.Runtime.Intrinsics.Vector128 BroadcastPairScalarToVector128(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 BroadcastPairScalarToVector128(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 BroadcastPairScalarToVector256(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 BroadcastPairScalarToVector256(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 BroadcastPairScalarToVector256(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Double(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Double(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int64WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int64WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Single(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Single(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Single(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Single(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt64WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt64WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Double(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Double(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int64(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int64WithTruncation(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int64WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256UInt64(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256UInt64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256UInt64WithTruncation(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256UInt64WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static bool IsSupported { get => throw null; } - public static System.Runtime.Intrinsics.Vector128 MultiplyLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 MultiplyLow(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 MultiplyLow(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Range(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 Range(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Range(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Range(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 Reduce(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 Reduce(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Reduce(System.Runtime.Intrinsics.Vector256 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Reduce(System.Runtime.Intrinsics.Vector256 value, byte control) => throw null; - } - public abstract class X64 : System.Runtime.Intrinsics.X86.Avx512F.X64 - { - public static bool IsSupported { get => throw null; } - } - public static System.Runtime.Intrinsics.Vector512 Xor(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Xor(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - } - public abstract class Avx512F : System.Runtime.Intrinsics.X86.Avx2 - { - public static System.Runtime.Intrinsics.Vector512 Abs(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 Abs(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 Add(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Add(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Add(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Add(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Add(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Add(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 AlignRight32(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector512 AlignRight32(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector512 AlignRight64(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector512 AlignRight64(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector512 And(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 And(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 And(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 And(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 And(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 And(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 And(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 And(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 AndNot(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 AndNot(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 AndNot(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 AndNot(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 AndNot(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 AndNot(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 AndNot(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 AndNot(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 BlendVariable(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, System.Runtime.Intrinsics.Vector512 mask) => throw null; - public static System.Runtime.Intrinsics.Vector512 BlendVariable(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, System.Runtime.Intrinsics.Vector512 mask) => throw null; - public static System.Runtime.Intrinsics.Vector512 BlendVariable(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, System.Runtime.Intrinsics.Vector512 mask) => throw null; - public static System.Runtime.Intrinsics.Vector512 BlendVariable(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, System.Runtime.Intrinsics.Vector512 mask) => throw null; - public static System.Runtime.Intrinsics.Vector512 BlendVariable(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, System.Runtime.Intrinsics.Vector512 mask) => throw null; - public static System.Runtime.Intrinsics.Vector512 BlendVariable(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, System.Runtime.Intrinsics.Vector512 mask) => throw null; - public static System.Runtime.Intrinsics.Vector512 BroadcastScalarToVector512(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 BroadcastScalarToVector512(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 BroadcastScalarToVector512(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 BroadcastScalarToVector512(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 BroadcastScalarToVector512(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 BroadcastScalarToVector512(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 BroadcastVector128ToVector512(int* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 BroadcastVector128ToVector512(float* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 BroadcastVector128ToVector512(uint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 BroadcastVector256ToVector512(double* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 BroadcastVector256ToVector512(long* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 BroadcastVector256ToVector512(ulong* address) => throw null; - public static System.Runtime.Intrinsics.Vector512 Compare(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, System.Runtime.Intrinsics.X86.FloatComparisonMode mode) => throw null; - public static System.Runtime.Intrinsics.Vector512 Compare(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, System.Runtime.Intrinsics.X86.FloatComparisonMode mode) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareGreaterThan(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareGreaterThan(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareGreaterThan(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareGreaterThan(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareGreaterThan(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareGreaterThan(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareLessThan(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareLessThan(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareLessThan(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareLessThan(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareLessThan(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareLessThan(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareNotEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareNotEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareNotEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareNotEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareNotEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareNotEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareNotGreaterThan(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareNotGreaterThan(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareNotGreaterThanOrEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareNotGreaterThanOrEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareNotLessThan(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareNotLessThan(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareNotLessThanOrEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareNotLessThanOrEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareOrdered(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareOrdered(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareUnordered(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 CompareUnordered(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Double(System.Runtime.Intrinsics.Vector128 upper, uint value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Single(System.Runtime.Intrinsics.Vector128 upper, uint value) => throw null; - public static uint ConvertToUInt32(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static uint ConvertToUInt32(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static uint ConvertToUInt32WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static uint ConvertToUInt32WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128ByteWithSaturation(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128ByteWithSaturation(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16WithSaturation(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByte(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByte(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByte(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByte(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByteWithSaturation(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByteWithSaturation(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt16(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt16(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt16WithSaturation(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int16(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int16(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int16WithSaturation(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int32(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int32(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int32(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int32WithSaturation(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int32WithTruncation(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Single(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256UInt16(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256UInt16(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256UInt16WithSaturation(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256UInt32(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256UInt32(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256UInt32(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256UInt32WithSaturation(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256UInt32WithTruncation(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Double(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Double(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Double(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int32(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int32(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int32(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int32(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int32(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int32WithTruncation(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int64(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int64(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Single(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Single(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt32(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt32(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt32(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt32(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt32(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt32WithTruncation(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt64(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt64(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 Divide(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Divide(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 DuplicateEvenIndexed(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 DuplicateEvenIndexed(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 DuplicateOddIndexed(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 ExtractVector256(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 ExtractVector256(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 ExtractVector256(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 ExtractVector256(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 ExtractVector256(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 ExtractVector256(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 ExtractVector256(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 ExtractVector256(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 ExtractVector256(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector256 ExtractVector256(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector512 Fixup(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, System.Runtime.Intrinsics.Vector512 table, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 Fixup(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, System.Runtime.Intrinsics.Vector512 table, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 FixupScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 table, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 FixupScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 table, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 FusedMultiplyAdd(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c) => throw null; - public static System.Runtime.Intrinsics.Vector512 FusedMultiplyAdd(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c) => throw null; - public static System.Runtime.Intrinsics.Vector512 FusedMultiplyAddNegated(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c) => throw null; - public static System.Runtime.Intrinsics.Vector512 FusedMultiplyAddNegated(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c) => throw null; - public static System.Runtime.Intrinsics.Vector512 FusedMultiplyAddSubtract(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c) => throw null; - public static System.Runtime.Intrinsics.Vector512 FusedMultiplyAddSubtract(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c) => throw null; - public static System.Runtime.Intrinsics.Vector512 FusedMultiplySubtract(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c) => throw null; - public static System.Runtime.Intrinsics.Vector512 FusedMultiplySubtract(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c) => throw null; - public static System.Runtime.Intrinsics.Vector512 FusedMultiplySubtractAdd(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c) => throw null; - public static System.Runtime.Intrinsics.Vector512 FusedMultiplySubtractAdd(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c) => throw null; - public static System.Runtime.Intrinsics.Vector512 FusedMultiplySubtractNegated(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c) => throw null; - public static System.Runtime.Intrinsics.Vector512 FusedMultiplySubtractNegated(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c) => throw null; - public static System.Runtime.Intrinsics.Vector512 GetExponent(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 GetExponent(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 GetExponentScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 GetExponentScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 GetExponentScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 GetExponentScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 GetMantissa(System.Runtime.Intrinsics.Vector512 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 GetMantissa(System.Runtime.Intrinsics.Vector512 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 GetMantissaScalar(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 GetMantissaScalar(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 GetMantissaScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 GetMantissaScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 InsertVector128(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector512 InsertVector128(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector512 InsertVector128(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector512 InsertVector128(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector512 InsertVector128(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector512 InsertVector128(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector512 InsertVector128(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector512 InsertVector128(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector512 InsertVector128(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector512 InsertVector128(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector512 InsertVector256(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector256 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector512 InsertVector256(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector256 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector512 InsertVector256(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector256 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector512 InsertVector256(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector256 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector512 InsertVector256(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector256 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector512 InsertVector256(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector256 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector512 InsertVector256(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector256 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector512 InsertVector256(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector256 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector512 InsertVector256(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector256 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector512 InsertVector256(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector256 data, byte index) => throw null; - public static bool IsSupported { get => throw null; } - public static unsafe System.Runtime.Intrinsics.Vector512 LoadAlignedVector512(byte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadAlignedVector512(double* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadAlignedVector512(short* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadAlignedVector512(int* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadAlignedVector512(long* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadAlignedVector512(sbyte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadAlignedVector512(float* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadAlignedVector512(ushort* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadAlignedVector512(uint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadAlignedVector512(ulong* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadAlignedVector512NonTemporal(byte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadAlignedVector512NonTemporal(short* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadAlignedVector512NonTemporal(int* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadAlignedVector512NonTemporal(long* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadAlignedVector512NonTemporal(sbyte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadAlignedVector512NonTemporal(ushort* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadAlignedVector512NonTemporal(uint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadAlignedVector512NonTemporal(ulong* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadVector512(byte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadVector512(double* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadVector512(short* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadVector512(int* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadVector512(long* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadVector512(sbyte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadVector512(float* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadVector512(ushort* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadVector512(uint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector512 LoadVector512(ulong* address) => throw null; - public static System.Runtime.Intrinsics.Vector512 Max(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Max(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Max(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Max(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Max(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Max(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Min(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Min(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Min(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Min(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Min(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Min(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Multiply(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Multiply(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Multiply(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Multiply(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 MultiplyLow(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 MultiplyLow(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Or(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Or(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Or(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Or(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Or(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Or(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Or(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Or(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Permute2x64(System.Runtime.Intrinsics.Vector512 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 Permute4x32(System.Runtime.Intrinsics.Vector512 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 Permute4x64(System.Runtime.Intrinsics.Vector512 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 Permute4x64(System.Runtime.Intrinsics.Vector512 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 Permute4x64(System.Runtime.Intrinsics.Vector512 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 PermuteVar16x32(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 control) => throw null; - public static System.Runtime.Intrinsics.Vector512 PermuteVar16x32(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 control) => throw null; - public static System.Runtime.Intrinsics.Vector512 PermuteVar16x32(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 control) => throw null; - public static System.Runtime.Intrinsics.Vector512 PermuteVar16x32x2(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 indices, System.Runtime.Intrinsics.Vector512 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 PermuteVar16x32x2(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 indices, System.Runtime.Intrinsics.Vector512 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 PermuteVar16x32x2(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 indices, System.Runtime.Intrinsics.Vector512 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 PermuteVar2x64(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 control) => throw null; - public static System.Runtime.Intrinsics.Vector512 PermuteVar4x32(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 control) => throw null; - public static System.Runtime.Intrinsics.Vector512 PermuteVar8x64(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 control) => throw null; - public static System.Runtime.Intrinsics.Vector512 PermuteVar8x64(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 control) => throw null; - public static System.Runtime.Intrinsics.Vector512 PermuteVar8x64(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 control) => throw null; - public static System.Runtime.Intrinsics.Vector512 PermuteVar8x64x2(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 indices, System.Runtime.Intrinsics.Vector512 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 PermuteVar8x64x2(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 indices, System.Runtime.Intrinsics.Vector512 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 PermuteVar8x64x2(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 indices, System.Runtime.Intrinsics.Vector512 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 Reciprocal14(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 Reciprocal14(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Reciprocal14Scalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Reciprocal14Scalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Reciprocal14Scalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Reciprocal14Scalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ReciprocalSqrt14(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 ReciprocalSqrt14(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReciprocalSqrt14Scalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReciprocalSqrt14Scalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReciprocalSqrt14Scalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReciprocalSqrt14Scalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 RotateLeft(System.Runtime.Intrinsics.Vector512 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector512 RotateLeft(System.Runtime.Intrinsics.Vector512 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector512 RotateLeft(System.Runtime.Intrinsics.Vector512 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector512 RotateLeft(System.Runtime.Intrinsics.Vector512 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector512 RotateLeftVariable(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 RotateLeftVariable(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 RotateLeftVariable(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 RotateLeftVariable(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 RotateRight(System.Runtime.Intrinsics.Vector512 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector512 RotateRight(System.Runtime.Intrinsics.Vector512 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector512 RotateRight(System.Runtime.Intrinsics.Vector512 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector512 RotateRight(System.Runtime.Intrinsics.Vector512 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector512 RotateRightVariable(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 RotateRightVariable(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 RotateRightVariable(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 RotateRightVariable(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 RoundScale(System.Runtime.Intrinsics.Vector512 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 RoundScale(System.Runtime.Intrinsics.Vector512 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundScaleScalar(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundScaleScalar(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundScaleScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundScaleScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 Scale(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Scale(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ScaleScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ScaleScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeftLogical(System.Runtime.Intrinsics.Vector512 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeftLogical(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeftLogical(System.Runtime.Intrinsics.Vector512 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeftLogical(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeftLogical(System.Runtime.Intrinsics.Vector512 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeftLogical(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeftLogical(System.Runtime.Intrinsics.Vector512 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeftLogical(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeftLogicalVariable(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeftLogicalVariable(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeftLogicalVariable(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftLeftLogicalVariable(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector512 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector512 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightArithmeticVariable(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightArithmeticVariable(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogical(System.Runtime.Intrinsics.Vector512 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogical(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogical(System.Runtime.Intrinsics.Vector512 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogical(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogical(System.Runtime.Intrinsics.Vector512 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogical(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogical(System.Runtime.Intrinsics.Vector512 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogical(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogicalVariable(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogicalVariable(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogicalVariable(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 ShiftRightLogicalVariable(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 count) => throw null; - public static System.Runtime.Intrinsics.Vector512 Shuffle(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 Shuffle(System.Runtime.Intrinsics.Vector512 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 Shuffle(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 Shuffle(System.Runtime.Intrinsics.Vector512 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 Shuffle4x128(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 Shuffle4x128(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 Shuffle4x128(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 Shuffle4x128(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 Shuffle4x128(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 Shuffle4x128(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 Sqrt(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static System.Runtime.Intrinsics.Vector512 Sqrt(System.Runtime.Intrinsics.Vector512 value) => throw null; - public static unsafe void Store(byte* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void Store(double* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void Store(short* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void Store(int* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void Store(long* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void Store(sbyte* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void Store(float* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void Store(ushort* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void Store(uint* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void Store(ulong* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void StoreAligned(byte* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void StoreAligned(double* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void StoreAligned(short* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void StoreAligned(int* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void StoreAligned(long* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void StoreAligned(sbyte* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void StoreAligned(float* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void StoreAligned(ushort* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void StoreAligned(uint* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void StoreAligned(ulong* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(byte* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(double* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(short* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(int* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(long* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(sbyte* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(float* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(ushort* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(uint* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(ulong* address, System.Runtime.Intrinsics.Vector512 source) => throw null; - public static System.Runtime.Intrinsics.Vector512 Subtract(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Subtract(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Subtract(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Subtract(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Subtract(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Subtract(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 TernaryLogic(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 TernaryLogic(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 TernaryLogic(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 TernaryLogic(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 TernaryLogic(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 TernaryLogic(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 TernaryLogic(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 TernaryLogic(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 TernaryLogic(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 TernaryLogic(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector512 UnpackHigh(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 UnpackHigh(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 UnpackHigh(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 UnpackHigh(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 UnpackHigh(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 UnpackHigh(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 UnpackLow(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 UnpackLow(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 UnpackLow(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 UnpackLow(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 UnpackLow(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 UnpackLow(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public abstract class VL - { - public static System.Runtime.Intrinsics.Vector128 Abs(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 Abs(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 AlignRight32(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 AlignRight32(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector256 AlignRight32(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector256 AlignRight32(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 AlignRight64(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 AlignRight64(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector256 AlignRight64(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector256 AlignRight64(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareGreaterThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareGreaterThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareLessThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareLessThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareLessThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareLessThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareNotEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareNotEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareNotEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 CompareNotEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128ByteWithSaturation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128ByteWithSaturation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128ByteWithSaturation(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128ByteWithSaturation(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Double(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16WithSaturation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16WithSaturation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16WithSaturation(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16WithSaturation(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int32(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int32(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int32(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int32(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int32WithSaturation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int32WithSaturation(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByte(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByte(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByte(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByte(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByte(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByte(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByte(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByte(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByteWithSaturation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByteWithSaturation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByteWithSaturation(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByteWithSaturation(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Single(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt16(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt16(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt16(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt16(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt16(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt16(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt16(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt16(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt16WithSaturation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt16WithSaturation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt16WithSaturation(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt16WithSaturation(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt32(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt32(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt32(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt32(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt32(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt32(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt32(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt32WithSaturation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt32WithSaturation(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt32WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt32WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt32WithTruncation(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Double(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Single(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256UInt32(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ConvertToVector256UInt32WithTruncation(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Fixup(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 table, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 Fixup(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 table, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Fixup(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 table, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Fixup(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 table, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 GetExponent(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 GetExponent(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 GetExponent(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 GetExponent(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 GetMantissa(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 GetMantissa(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 GetMantissa(System.Runtime.Intrinsics.Vector256 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 GetMantissa(System.Runtime.Intrinsics.Vector256 value, byte control) => throw null; - public static bool IsSupported { get => throw null; } - public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Max(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Max(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Min(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Min(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 PermuteVar2x64x2(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 indices, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 PermuteVar2x64x2(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 indices, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 PermuteVar2x64x2(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 indices, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 PermuteVar4x32x2(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 indices, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 PermuteVar4x32x2(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 indices, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 PermuteVar4x32x2(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 indices, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 PermuteVar4x64(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 control) => throw null; - public static System.Runtime.Intrinsics.Vector256 PermuteVar4x64(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 control) => throw null; - public static System.Runtime.Intrinsics.Vector256 PermuteVar4x64(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 control) => throw null; - public static System.Runtime.Intrinsics.Vector256 PermuteVar4x64x2(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 indices, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 PermuteVar4x64x2(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 indices, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 PermuteVar4x64x2(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 indices, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 PermuteVar8x32x2(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 indices, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 PermuteVar8x32x2(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 indices, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 PermuteVar8x32x2(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 indices, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 Reciprocal14(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Reciprocal14(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 Reciprocal14(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 Reciprocal14(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReciprocalSqrt14(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReciprocalSqrt14(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ReciprocalSqrt14(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector256 ReciprocalSqrt14(System.Runtime.Intrinsics.Vector256 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RotateLeft(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 RotateLeft(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 RotateLeft(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 RotateLeft(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector256 RotateLeft(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector256 RotateLeft(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector256 RotateLeft(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector256 RotateLeft(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 RotateLeftVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 RotateLeftVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 RotateLeftVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 RotateLeftVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 RotateLeftVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 RotateLeftVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 RotateLeftVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 RotateLeftVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 RotateRight(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 RotateRight(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 RotateRight(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 RotateRight(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector256 RotateRight(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector256 RotateRight(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector256 RotateRight(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector256 RotateRight(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 RotateRightVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 RotateRightVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 RotateRightVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 RotateRightVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 RotateRightVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 RotateRightVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 RotateRightVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 RotateRightVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundScale(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundScale(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 RoundScale(System.Runtime.Intrinsics.Vector256 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 RoundScale(System.Runtime.Intrinsics.Vector256 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 Scale(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Scale(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Scale(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 Scale(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 ShiftRightArithmeticVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; - public static System.Runtime.Intrinsics.Vector256 Shuffle2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Shuffle2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Shuffle2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Shuffle2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Shuffle2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 Shuffle2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 TernaryLogic(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 TernaryLogic(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 TernaryLogic(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 TernaryLogic(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 TernaryLogic(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 TernaryLogic(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 TernaryLogic(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 TernaryLogic(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 TernaryLogic(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 TernaryLogic(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 TernaryLogic(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 TernaryLogic(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 TernaryLogic(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 TernaryLogic(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 TernaryLogic(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 TernaryLogic(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 TernaryLogic(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 TernaryLogic(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 TernaryLogic(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector256 TernaryLogic(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c, byte control) => throw null; - } - public abstract class X64 : System.Runtime.Intrinsics.X86.Avx2.X64 - { - public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Double(System.Runtime.Intrinsics.Vector128 upper, ulong value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Single(System.Runtime.Intrinsics.Vector128 upper, ulong value) => throw null; - public static ulong ConvertToUInt64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static ulong ConvertToUInt64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static ulong ConvertToUInt64WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static ulong ConvertToUInt64WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static bool IsSupported { get => throw null; } - } - public static System.Runtime.Intrinsics.Vector512 Xor(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Xor(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Xor(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Xor(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Xor(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Xor(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Xor(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - public static System.Runtime.Intrinsics.Vector512 Xor(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; - } - public abstract class Avx512Vbmi : System.Runtime.Intrinsics.X86.Avx512BW - { - public static bool IsSupported { get => throw null; } - public static System.Runtime.Intrinsics.Vector512 PermuteVar64x8(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 control) => throw null; - public static System.Runtime.Intrinsics.Vector512 PermuteVar64x8(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 control) => throw null; - public static System.Runtime.Intrinsics.Vector512 PermuteVar64x8x2(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 indices, System.Runtime.Intrinsics.Vector512 upper) => throw null; - public static System.Runtime.Intrinsics.Vector512 PermuteVar64x8x2(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 indices, System.Runtime.Intrinsics.Vector512 upper) => throw null; - public abstract class VL : System.Runtime.Intrinsics.X86.Avx512BW.VL - { - public static bool IsSupported { get => throw null; } - public static System.Runtime.Intrinsics.Vector128 PermuteVar16x8(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 control) => throw null; - public static System.Runtime.Intrinsics.Vector128 PermuteVar16x8(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 control) => throw null; - public static System.Runtime.Intrinsics.Vector128 PermuteVar16x8x2(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 indices, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector128 PermuteVar16x8x2(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 indices, System.Runtime.Intrinsics.Vector128 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 PermuteVar32x8(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 control) => throw null; - public static System.Runtime.Intrinsics.Vector256 PermuteVar32x8(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 control) => throw null; - public static System.Runtime.Intrinsics.Vector256 PermuteVar32x8x2(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 indices, System.Runtime.Intrinsics.Vector256 upper) => throw null; - public static System.Runtime.Intrinsics.Vector256 PermuteVar32x8x2(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 indices, System.Runtime.Intrinsics.Vector256 upper) => throw null; - } - public abstract class X64 : System.Runtime.Intrinsics.X86.Avx512BW.X64 - { - public static bool IsSupported { get => throw null; } - } - } - public abstract class AvxVnni : System.Runtime.Intrinsics.X86.Avx2 - { - public static bool IsSupported { get => throw null; } - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 MultiplyWideningAndAdd(System.Runtime.Intrinsics.Vector256 addend, System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 MultiplyWideningAndAdd(System.Runtime.Intrinsics.Vector256 addend, System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningAndAddSaturate(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyWideningAndAddSaturate(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 MultiplyWideningAndAddSaturate(System.Runtime.Intrinsics.Vector256 addend, System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public static System.Runtime.Intrinsics.Vector256 MultiplyWideningAndAddSaturate(System.Runtime.Intrinsics.Vector256 addend, System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; - public abstract class X64 : System.Runtime.Intrinsics.X86.Avx2.X64 - { - public static bool IsSupported { get => throw null; } - } - } - public abstract class Bmi1 : System.Runtime.Intrinsics.X86.X86Base - { - public static uint AndNot(uint left, uint right) => throw null; - public static uint BitFieldExtract(uint value, byte start, byte length) => throw null; - public static uint BitFieldExtract(uint value, ushort control) => throw null; - public static uint ExtractLowestSetBit(uint value) => throw null; - public static uint GetMaskUpToLowestSetBit(uint value) => throw null; - public static bool IsSupported { get => throw null; } - public static uint ResetLowestSetBit(uint value) => throw null; - public static uint TrailingZeroCount(uint value) => throw null; - public abstract class X64 : System.Runtime.Intrinsics.X86.X86Base.X64 - { - public static ulong AndNot(ulong left, ulong right) => throw null; - public static ulong BitFieldExtract(ulong value, byte start, byte length) => throw null; - public static ulong BitFieldExtract(ulong value, ushort control) => throw null; - public static ulong ExtractLowestSetBit(ulong value) => throw null; - public static ulong GetMaskUpToLowestSetBit(ulong value) => throw null; - public static bool IsSupported { get => throw null; } - public static ulong ResetLowestSetBit(ulong value) => throw null; - public static ulong TrailingZeroCount(ulong value) => throw null; - } - } - public abstract class Bmi2 : System.Runtime.Intrinsics.X86.X86Base - { - public static bool IsSupported { get => throw null; } - public static uint MultiplyNoFlags(uint left, uint right) => throw null; - public static unsafe uint MultiplyNoFlags(uint left, uint right, uint* low) => throw null; - public static uint ParallelBitDeposit(uint value, uint mask) => throw null; - public static uint ParallelBitExtract(uint value, uint mask) => throw null; - public abstract class X64 : System.Runtime.Intrinsics.X86.X86Base.X64 - { - public static bool IsSupported { get => throw null; } - public static ulong MultiplyNoFlags(ulong left, ulong right) => throw null; - public static unsafe ulong MultiplyNoFlags(ulong left, ulong right, ulong* low) => throw null; - public static ulong ParallelBitDeposit(ulong value, ulong mask) => throw null; - public static ulong ParallelBitExtract(ulong value, ulong mask) => throw null; - public static ulong ZeroHighBits(ulong value, ulong index) => throw null; - } - public static uint ZeroHighBits(uint value, uint index) => throw null; - } - public enum FloatComparisonMode : byte - { - OrderedEqualNonSignaling = 0, - OrderedLessThanSignaling = 1, - OrderedLessThanOrEqualSignaling = 2, - UnorderedNonSignaling = 3, - UnorderedNotEqualNonSignaling = 4, - UnorderedNotLessThanSignaling = 5, - UnorderedNotLessThanOrEqualSignaling = 6, - OrderedNonSignaling = 7, - UnorderedEqualNonSignaling = 8, - UnorderedNotGreaterThanOrEqualSignaling = 9, - UnorderedNotGreaterThanSignaling = 10, - OrderedFalseNonSignaling = 11, - OrderedNotEqualNonSignaling = 12, - OrderedGreaterThanOrEqualSignaling = 13, - OrderedGreaterThanSignaling = 14, - UnorderedTrueNonSignaling = 15, - OrderedEqualSignaling = 16, - OrderedLessThanNonSignaling = 17, - OrderedLessThanOrEqualNonSignaling = 18, - UnorderedSignaling = 19, - UnorderedNotEqualSignaling = 20, - UnorderedNotLessThanNonSignaling = 21, - UnorderedNotLessThanOrEqualNonSignaling = 22, - OrderedSignaling = 23, - UnorderedEqualSignaling = 24, - UnorderedNotGreaterThanOrEqualNonSignaling = 25, - UnorderedNotGreaterThanNonSignaling = 26, - OrderedFalseSignaling = 27, - OrderedNotEqualSignaling = 28, - OrderedGreaterThanOrEqualNonSignaling = 29, - OrderedGreaterThanNonSignaling = 30, - UnorderedTrueSignaling = 31, - } - public abstract class Fma : System.Runtime.Intrinsics.X86.Avx - { - public static bool IsSupported { get => throw null; } - public static System.Runtime.Intrinsics.Vector128 MultiplyAdd(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyAdd(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c) => throw null; - public static System.Runtime.Intrinsics.Vector256 MultiplyAdd(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c) => throw null; - public static System.Runtime.Intrinsics.Vector256 MultiplyAdd(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyAddNegated(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyAddNegated(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c) => throw null; - public static System.Runtime.Intrinsics.Vector256 MultiplyAddNegated(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c) => throw null; - public static System.Runtime.Intrinsics.Vector256 MultiplyAddNegated(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyAddNegatedScalar(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyAddNegatedScalar(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyAddScalar(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyAddScalar(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyAddSubtract(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyAddSubtract(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c) => throw null; - public static System.Runtime.Intrinsics.Vector256 MultiplyAddSubtract(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c) => throw null; - public static System.Runtime.Intrinsics.Vector256 MultiplyAddSubtract(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplySubtract(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplySubtract(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c) => throw null; - public static System.Runtime.Intrinsics.Vector256 MultiplySubtract(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c) => throw null; - public static System.Runtime.Intrinsics.Vector256 MultiplySubtract(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplySubtractAdd(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplySubtractAdd(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c) => throw null; - public static System.Runtime.Intrinsics.Vector256 MultiplySubtractAdd(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c) => throw null; - public static System.Runtime.Intrinsics.Vector256 MultiplySubtractAdd(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplySubtractNegated(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplySubtractNegated(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c) => throw null; - public static System.Runtime.Intrinsics.Vector256 MultiplySubtractNegated(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c) => throw null; - public static System.Runtime.Intrinsics.Vector256 MultiplySubtractNegated(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplySubtractNegatedScalar(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplySubtractNegatedScalar(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplySubtractScalar(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplySubtractScalar(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c) => throw null; - public abstract class X64 : System.Runtime.Intrinsics.X86.Avx.X64 - { - public static bool IsSupported { get => throw null; } - } - } - public abstract class Lzcnt : System.Runtime.Intrinsics.X86.X86Base - { - public static bool IsSupported { get => throw null; } - public static uint LeadingZeroCount(uint value) => throw null; - public abstract class X64 : System.Runtime.Intrinsics.X86.X86Base.X64 - { - public static bool IsSupported { get => throw null; } - public static ulong LeadingZeroCount(ulong value) => throw null; - } - } - public abstract class Pclmulqdq : System.Runtime.Intrinsics.X86.Sse2 - { - public static System.Runtime.Intrinsics.Vector128 CarrylessMultiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 CarrylessMultiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte control) => throw null; - public static bool IsSupported { get => throw null; } - public abstract class X64 : System.Runtime.Intrinsics.X86.Sse2.X64 - { - public static bool IsSupported { get => throw null; } - } - } - public abstract class Popcnt : System.Runtime.Intrinsics.X86.Sse42 - { - public static bool IsSupported { get => throw null; } - public static uint PopCount(uint value) => throw null; - public abstract class X64 : System.Runtime.Intrinsics.X86.Sse42.X64 - { - public static bool IsSupported { get => throw null; } - public static ulong PopCount(ulong value) => throw null; - } - } - public abstract class Sse : System.Runtime.Intrinsics.X86.X86Base - { - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AndNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareOrdered(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareScalarEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareScalarGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareScalarGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareScalarLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareScalarLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareScalarNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareScalarNotGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareScalarNotGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareScalarNotLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareScalarNotLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareScalarOrdered(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool CompareScalarOrderedEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool CompareScalarOrderedGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool CompareScalarOrderedGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool CompareScalarOrderedLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool CompareScalarOrderedLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool CompareScalarOrderedNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareScalarUnordered(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool CompareScalarUnorderedEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool CompareScalarUnorderedGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool CompareScalarUnorderedGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool CompareScalarUnorderedLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool CompareScalarUnorderedLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool CompareScalarUnorderedNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareUnordered(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Single(System.Runtime.Intrinsics.Vector128 upper, int value) => throw null; - public static int ConvertToInt32(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static int ConvertToInt32WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Divide(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 DivideScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool IsSupported { get => throw null; } - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAlignedVector128(float* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadHigh(System.Runtime.Intrinsics.Vector128 lower, float* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadLow(System.Runtime.Intrinsics.Vector128 upper, float* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarVector128(float* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(float* address) => throw null; - public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MaxScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MinScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MoveHighToLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MoveLowToHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static int MoveMask(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 MoveScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Multiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static unsafe void Prefetch0(void* address) => throw null; - public static unsafe void Prefetch1(void* address) => throw null; - public static unsafe void Prefetch2(void* address) => throw null; - public static unsafe void PrefetchNonTemporal(void* address) => throw null; - public static System.Runtime.Intrinsics.Vector128 Reciprocal(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReciprocalScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReciprocalScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReciprocalSqrt(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReciprocalSqrtScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ReciprocalSqrtScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Shuffle(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 Sqrt(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 SqrtScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 SqrtScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static unsafe void Store(float* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreAligned(float* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(float* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static void StoreFence() => throw null; - public static unsafe void StoreHigh(float* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreLow(float* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreScalar(float* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnpackHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnpackLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public abstract class X64 : System.Runtime.Intrinsics.X86.X86Base.X64 - { - public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Single(System.Runtime.Intrinsics.Vector128 upper, long value) => throw null; - public static long ConvertToInt64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static long ConvertToInt64WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static bool IsSupported { get => throw null; } - } - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - } - public abstract class Sse2 : System.Runtime.Intrinsics.X86.Sse - { - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 And(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AndNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AndNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AndNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AndNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AndNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AndNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AndNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AndNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AndNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Average(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Average(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareNotLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareOrdered(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareScalarEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareScalarGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareScalarGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareScalarLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareScalarLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareScalarNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareScalarNotGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareScalarNotGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareScalarNotLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareScalarNotLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareScalarOrdered(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool CompareScalarOrderedEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool CompareScalarOrderedGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool CompareScalarOrderedGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool CompareScalarOrderedLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool CompareScalarOrderedLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool CompareScalarOrderedNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareScalarUnordered(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool CompareScalarUnorderedEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool CompareScalarUnorderedGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool CompareScalarUnorderedGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool CompareScalarUnorderedLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool CompareScalarUnorderedLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool CompareScalarUnorderedNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareUnordered(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Double(System.Runtime.Intrinsics.Vector128 upper, int value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Double(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Int32(int value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Single(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128UInt32(uint value) => throw null; - public static int ConvertToInt32(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static int ConvertToInt32(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static int ConvertToInt32WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static uint ConvertToUInt32(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Double(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Double(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int32(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int32(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int32WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int32WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Single(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Single(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Divide(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 DivideScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static ushort Extract(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 Insert(System.Runtime.Intrinsics.Vector128 value, short data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 Insert(System.Runtime.Intrinsics.Vector128 value, ushort data, byte index) => throw null; - public static bool IsSupported { get => throw null; } - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAlignedVector128(byte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAlignedVector128(double* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAlignedVector128(short* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAlignedVector128(int* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAlignedVector128(long* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAlignedVector128(sbyte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAlignedVector128(ushort* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAlignedVector128(uint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAlignedVector128(ulong* address) => throw null; - public static void LoadFence() => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadHigh(System.Runtime.Intrinsics.Vector128 lower, double* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadLow(System.Runtime.Intrinsics.Vector128 upper, double* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarVector128(double* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarVector128(int* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarVector128(long* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarVector128(uint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadScalarVector128(ulong* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(byte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(double* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(short* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(int* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(long* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(sbyte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(ushort* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(uint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(ulong* address) => throw null; - public static unsafe void MaskMove(System.Runtime.Intrinsics.Vector128 source, System.Runtime.Intrinsics.Vector128 mask, byte* address) => throw null; - public static unsafe void MaskMove(System.Runtime.Intrinsics.Vector128 source, System.Runtime.Intrinsics.Vector128 mask, sbyte* address) => throw null; - public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MaxScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static void MemoryFence() => throw null; - public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MinScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static int MoveMask(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static int MoveMask(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static int MoveMask(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 MoveScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 MoveScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 MoveScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Multiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Multiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyAddAdjacent(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Or(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 PackSignedSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 PackSignedSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 PackUnsignedSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogical(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogical(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogical(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogical(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogical(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogical(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogical(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogical(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogical(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogical(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogical(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogical(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogical128BitLane(System.Runtime.Intrinsics.Vector128 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogical128BitLane(System.Runtime.Intrinsics.Vector128 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogical128BitLane(System.Runtime.Intrinsics.Vector128 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogical128BitLane(System.Runtime.Intrinsics.Vector128 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogical128BitLane(System.Runtime.Intrinsics.Vector128 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogical128BitLane(System.Runtime.Intrinsics.Vector128 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogical128BitLane(System.Runtime.Intrinsics.Vector128 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogical128BitLane(System.Runtime.Intrinsics.Vector128 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical128BitLane(System.Runtime.Intrinsics.Vector128 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical128BitLane(System.Runtime.Intrinsics.Vector128 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical128BitLane(System.Runtime.Intrinsics.Vector128 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical128BitLane(System.Runtime.Intrinsics.Vector128 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical128BitLane(System.Runtime.Intrinsics.Vector128 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical128BitLane(System.Runtime.Intrinsics.Vector128 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical128BitLane(System.Runtime.Intrinsics.Vector128 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShiftRightLogical128BitLane(System.Runtime.Intrinsics.Vector128 value, byte numBytes) => throw null; - public static System.Runtime.Intrinsics.Vector128 Shuffle(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 Shuffle(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 Shuffle(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShuffleHigh(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShuffleHigh(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShuffleLow(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 ShuffleLow(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 Sqrt(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 SqrtScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 SqrtScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static unsafe void Store(byte* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(double* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(short* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(int* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(long* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(sbyte* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(ushort* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(uint* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void Store(ulong* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreAligned(byte* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreAligned(double* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreAligned(short* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreAligned(int* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreAligned(long* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreAligned(sbyte* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreAligned(ushort* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreAligned(uint* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreAligned(ulong* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(byte* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(double* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(short* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(int* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(long* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(sbyte* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(ushort* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(uint* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreAlignedNonTemporal(ulong* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreHigh(double* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreLow(double* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreNonTemporal(int* address, int value) => throw null; - public static unsafe void StoreNonTemporal(uint* address, uint value) => throw null; - public static unsafe void StoreScalar(double* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreScalar(int* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreScalar(long* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreScalar(uint* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static unsafe void StoreScalar(ulong* address, System.Runtime.Intrinsics.Vector128 source) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SubtractScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 SumAbsoluteDifferences(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnpackHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnpackHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnpackHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnpackHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnpackHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnpackHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnpackHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnpackHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnpackHigh(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnpackLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnpackLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnpackLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnpackLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnpackLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnpackLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnpackLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnpackLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 UnpackLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public abstract class X64 : System.Runtime.Intrinsics.X86.Sse.X64 - { - public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Double(System.Runtime.Intrinsics.Vector128 upper, long value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Int64(long value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128UInt64(ulong value) => throw null; - public static long ConvertToInt64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static long ConvertToInt64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static long ConvertToInt64WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static ulong ConvertToUInt64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static bool IsSupported { get => throw null; } - public static unsafe void StoreNonTemporal(long* address, long value) => throw null; - public static unsafe void StoreNonTemporal(ulong* address, ulong value) => throw null; - } - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Xor(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - } - public abstract class Sse3 : System.Runtime.Intrinsics.X86.Sse2 - { - public static System.Runtime.Intrinsics.Vector128 AddSubtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 AddSubtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 HorizontalAdd(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 HorizontalAdd(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 HorizontalSubtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 HorizontalSubtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool IsSupported { get => throw null; } - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndDuplicateToVector128(double* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadDquVector128(byte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadDquVector128(short* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadDquVector128(int* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadDquVector128(long* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadDquVector128(sbyte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadDquVector128(ushort* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadDquVector128(uint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadDquVector128(ulong* address) => throw null; - public static System.Runtime.Intrinsics.Vector128 MoveAndDuplicate(System.Runtime.Intrinsics.Vector128 source) => throw null; - public static System.Runtime.Intrinsics.Vector128 MoveHighAndDuplicate(System.Runtime.Intrinsics.Vector128 source) => throw null; - public static System.Runtime.Intrinsics.Vector128 MoveLowAndDuplicate(System.Runtime.Intrinsics.Vector128 source) => throw null; - public abstract class X64 : System.Runtime.Intrinsics.X86.Sse2.X64 - { - public static bool IsSupported { get => throw null; } - } - } - public abstract class Sse41 : System.Runtime.Intrinsics.X86.Ssse3 - { - public static System.Runtime.Intrinsics.Vector128 Blend(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 Blend(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 Blend(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 Blend(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 Ceiling(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Ceiling(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CeilingScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CeilingScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CeilingScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CeilingScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16(byte* address) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16(sbyte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 ConvertToVector128Int32(byte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 ConvertToVector128Int32(short* address) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int32(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int32(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int32(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int32(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 ConvertToVector128Int32(sbyte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 ConvertToVector128Int32(ushort* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 ConvertToVector128Int64(byte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 ConvertToVector128Int64(short* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 ConvertToVector128Int64(int* address) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int64(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 ConvertToVector128Int64(sbyte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 ConvertToVector128Int64(ushort* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 ConvertToVector128Int64(uint* address) => throw null; - public static System.Runtime.Intrinsics.Vector128 DotProduct(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte control) => throw null; - public static System.Runtime.Intrinsics.Vector128 DotProduct(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte control) => throw null; - public static byte Extract(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static int Extract(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static float Extract(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static uint Extract(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 Floor(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Floor(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 FloorScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 FloorScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 FloorScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 FloorScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Insert(System.Runtime.Intrinsics.Vector128 value, byte data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 Insert(System.Runtime.Intrinsics.Vector128 value, int data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 Insert(System.Runtime.Intrinsics.Vector128 value, sbyte data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 Insert(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 Insert(System.Runtime.Intrinsics.Vector128 value, uint data, byte index) => throw null; - public static bool IsSupported { get => throw null; } - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAlignedVector128NonTemporal(byte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAlignedVector128NonTemporal(short* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAlignedVector128NonTemporal(int* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAlignedVector128NonTemporal(long* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAlignedVector128NonTemporal(sbyte* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAlignedVector128NonTemporal(ushort* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAlignedVector128NonTemporal(uint* address) => throw null; - public static unsafe System.Runtime.Intrinsics.Vector128 LoadAlignedVector128NonTemporal(ulong* address) => throw null; - public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MinHorizontal(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultipleSumAbsoluteDifferences(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 Multiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 PackUnsignedSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundCurrentDirection(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundCurrentDirection(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundCurrentDirectionScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundCurrentDirectionScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundCurrentDirectionScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundCurrentDirectionScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToNearestInteger(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToNearestInteger(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToNearestIntegerScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToNearestIntegerScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToNearestIntegerScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToNearestIntegerScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToNegativeInfinity(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToNegativeInfinity(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToNegativeInfinityScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToNegativeInfinityScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToNegativeInfinityScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToNegativeInfinityScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToPositiveInfinity(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToPositiveInfinity(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToPositiveInfinityScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToPositiveInfinityScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToPositiveInfinityScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToPositiveInfinityScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToZero(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToZero(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToZeroScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToZeroScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToZeroScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 RoundToZeroScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; - public static bool TestC(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestC(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestC(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestC(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestC(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestC(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestC(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestC(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestNotZAndNotC(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestNotZAndNotC(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestNotZAndNotC(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestNotZAndNotC(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestNotZAndNotC(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestNotZAndNotC(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestNotZAndNotC(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestNotZAndNotC(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestZ(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestZ(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestZ(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestZ(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestZ(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestZ(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestZ(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool TestZ(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public abstract class X64 : System.Runtime.Intrinsics.X86.Ssse3.X64 - { - public static long Extract(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static ulong Extract(System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 Insert(System.Runtime.Intrinsics.Vector128 value, long data, byte index) => throw null; - public static System.Runtime.Intrinsics.Vector128 Insert(System.Runtime.Intrinsics.Vector128 value, ulong data, byte index) => throw null; - public static bool IsSupported { get => throw null; } - } - } - public abstract class Sse42 : System.Runtime.Intrinsics.X86.Sse41 - { - public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static uint Crc32(uint crc, byte data) => throw null; - public static uint Crc32(uint crc, ushort data) => throw null; - public static uint Crc32(uint crc, uint data) => throw null; - public static bool IsSupported { get => throw null; } - public abstract class X64 : System.Runtime.Intrinsics.X86.Sse41.X64 - { - public static ulong Crc32(ulong crc, ulong data) => throw null; - public static bool IsSupported { get => throw null; } - } - } - public abstract class Ssse3 : System.Runtime.Intrinsics.X86.Sse3 - { - public static System.Runtime.Intrinsics.Vector128 Abs(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Abs(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 Abs(System.Runtime.Intrinsics.Vector128 value) => throw null; - public static System.Runtime.Intrinsics.Vector128 AlignRight(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 AlignRight(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 AlignRight(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 AlignRight(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 AlignRight(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 AlignRight(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 AlignRight(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 AlignRight(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 HorizontalAdd(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 HorizontalAdd(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 HorizontalAddSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 HorizontalSubtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 HorizontalSubtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 HorizontalSubtractSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static bool IsSupported { get => throw null; } - public static System.Runtime.Intrinsics.Vector128 MultiplyAddAdjacent(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 MultiplyHighRoundScale(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Shuffle(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 Shuffle(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 mask) => throw null; - public static System.Runtime.Intrinsics.Vector128 Sign(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Sign(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public static System.Runtime.Intrinsics.Vector128 Sign(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; - public abstract class X64 : System.Runtime.Intrinsics.X86.Sse3.X64 - { - public static bool IsSupported { get => throw null; } - } - } - public abstract class X86Base - { - public static (int Eax, int Ebx, int Ecx, int Edx) CpuId(int functionId, int subFunctionId) => throw null; - public static (uint Quotient, uint Remainder) DivRem(uint lower, uint upper, uint divisor) => throw null; - public static (int Quotient, int Remainder) DivRem(uint lower, int upper, int divisor) => throw null; - public static (nuint Quotient, nuint Remainder) DivRem(nuint lower, nuint upper, nuint divisor) => throw null; - public static (nint Quotient, nint Remainder) DivRem(nuint lower, nint upper, nint divisor) => throw null; - public static bool IsSupported { get => throw null; } - public static void Pause() => throw null; - public abstract class X64 - { - public static (ulong Quotient, ulong Remainder) DivRem(ulong lower, ulong upper, ulong divisor) => throw null; - public static (long Quotient, long Remainder) DivRem(ulong lower, long upper, long divisor) => throw null; - public static bool IsSupported { get => throw null; } - } - } - public abstract class X86Serialize : System.Runtime.Intrinsics.X86.X86Base - { - public static bool IsSupported { get => throw null; } - public static void Serialize() => throw null; - public abstract class X64 : System.Runtime.Intrinsics.X86.X86Base.X64 - { - public static bool IsSupported { get => throw null; } - } - } - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Loader.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Loader.cs deleted file mode 100644 index 096a59ff..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Loader.cs +++ /dev/null @@ -1,87 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Runtime.Loader, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Reflection - { - namespace Metadata - { - public static partial class AssemblyExtensions - { - public static unsafe bool TryGetRawMetadata(this System.Reflection.Assembly assembly, out byte* blob, out int length) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = true)] - public sealed class MetadataUpdateHandlerAttribute : System.Attribute - { - public MetadataUpdateHandlerAttribute(System.Type handlerType) => throw null; - public System.Type HandlerType { get => throw null; } - } - public static class MetadataUpdater - { - public static void ApplyUpdate(System.Reflection.Assembly assembly, System.ReadOnlySpan metadataDelta, System.ReadOnlySpan ilDelta, System.ReadOnlySpan pdbDelta) => throw null; - public static bool IsSupported { get => throw null; } - } - } - } - namespace Runtime - { - namespace CompilerServices - { - [System.AttributeUsage((System.AttributeTargets)12, AllowMultiple = false)] - public sealed class CreateNewOnMetadataUpdateAttribute : System.Attribute - { - public CreateNewOnMetadataUpdateAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)12, AllowMultiple = false, Inherited = false)] - public class MetadataUpdateOriginalTypeAttribute : System.Attribute - { - public MetadataUpdateOriginalTypeAttribute(System.Type originalType) => throw null; - public System.Type OriginalType { get => throw null; } - } - } - namespace Loader - { - public sealed class AssemblyDependencyResolver - { - public AssemblyDependencyResolver(string componentAssemblyPath) => throw null; - public string ResolveAssemblyToPath(System.Reflection.AssemblyName assemblyName) => throw null; - public string ResolveUnmanagedDllToPath(string unmanagedDllName) => throw null; - } - public class AssemblyLoadContext - { - public static System.Collections.Generic.IEnumerable All { get => throw null; } - public System.Collections.Generic.IEnumerable Assemblies { get => throw null; } - public struct ContextualReflectionScope : System.IDisposable - { - public void Dispose() => throw null; - } - protected AssemblyLoadContext() => throw null; - protected AssemblyLoadContext(bool isCollectible) => throw null; - public AssemblyLoadContext(string name, bool isCollectible = default(bool)) => throw null; - public static System.Runtime.Loader.AssemblyLoadContext CurrentContextualReflectionContext { get => throw null; } - public static System.Runtime.Loader.AssemblyLoadContext Default { get => throw null; } - public System.Runtime.Loader.AssemblyLoadContext.ContextualReflectionScope EnterContextualReflection() => throw null; - public static System.Runtime.Loader.AssemblyLoadContext.ContextualReflectionScope EnterContextualReflection(System.Reflection.Assembly activating) => throw null; - public static System.Reflection.AssemblyName GetAssemblyName(string assemblyPath) => throw null; - public static System.Runtime.Loader.AssemblyLoadContext GetLoadContext(System.Reflection.Assembly assembly) => throw null; - public bool IsCollectible { get => throw null; } - protected virtual System.Reflection.Assembly Load(System.Reflection.AssemblyName assemblyName) => throw null; - public System.Reflection.Assembly LoadFromAssemblyName(System.Reflection.AssemblyName assemblyName) => throw null; - public System.Reflection.Assembly LoadFromAssemblyPath(string assemblyPath) => throw null; - public System.Reflection.Assembly LoadFromNativeImagePath(string nativeImagePath, string assemblyPath) => throw null; - public System.Reflection.Assembly LoadFromStream(System.IO.Stream assembly) => throw null; - public System.Reflection.Assembly LoadFromStream(System.IO.Stream assembly, System.IO.Stream assemblySymbols) => throw null; - protected virtual nint LoadUnmanagedDll(string unmanagedDllName) => throw null; - protected nint LoadUnmanagedDllFromPath(string unmanagedDllPath) => throw null; - public string Name { get => throw null; } - public event System.Func Resolving; - public event System.Func ResolvingUnmanagedDll; - public void SetProfileOptimizationRoot(string directoryPath) => throw null; - public void StartProfileOptimization(string profile) => throw null; - public override string ToString() => throw null; - public void Unload() => throw null; - public event System.Action Unloading; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Numerics.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Numerics.cs deleted file mode 100644 index 20b1f48a..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Numerics.cs +++ /dev/null @@ -1,347 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Runtime.Numerics, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Numerics - { - public struct BigInteger : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IBinaryInteger, System.Numerics.IBinaryNumber, System.Numerics.IBitwiseOperators, System.IComparable, System.IComparable, System.Numerics.IComparisonOperators, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IModulusOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumber, System.Numerics.INumberBase, System.IParsable, System.Numerics.IShiftOperators, System.Numerics.ISignedNumber, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable - { - static System.Numerics.BigInteger System.Numerics.INumberBase.Abs(System.Numerics.BigInteger value) => throw null; - public static System.Numerics.BigInteger Add(System.Numerics.BigInteger left, System.Numerics.BigInteger right) => throw null; - static System.Numerics.BigInteger System.Numerics.IAdditiveIdentity.AdditiveIdentity { get => throw null; } - static System.Numerics.BigInteger System.Numerics.IBinaryNumber.AllBitsSet { get => throw null; } - static System.Numerics.BigInteger System.Numerics.INumber.Clamp(System.Numerics.BigInteger value, System.Numerics.BigInteger min, System.Numerics.BigInteger max) => throw null; - public static int Compare(System.Numerics.BigInteger left, System.Numerics.BigInteger right) => throw null; - public int CompareTo(long other) => throw null; - public int CompareTo(System.Numerics.BigInteger other) => throw null; - public int CompareTo(object obj) => throw null; - public int CompareTo(ulong other) => throw null; - static System.Numerics.BigInteger System.Numerics.INumber.CopySign(System.Numerics.BigInteger value, System.Numerics.BigInteger sign) => throw null; - static System.Numerics.BigInteger System.Numerics.INumberBase.CreateChecked(TOther value) => throw null; - static System.Numerics.BigInteger System.Numerics.INumberBase.CreateSaturating(TOther value) => throw null; - static System.Numerics.BigInteger System.Numerics.INumberBase.CreateTruncating(TOther value) => throw null; - public BigInteger(byte[] value) => throw null; - public BigInteger(decimal value) => throw null; - public BigInteger(double value) => throw null; - public BigInteger(int value) => throw null; - public BigInteger(long value) => throw null; - public BigInteger(System.ReadOnlySpan value, bool isUnsigned = default(bool), bool isBigEndian = default(bool)) => throw null; - public BigInteger(float value) => throw null; - public BigInteger(uint value) => throw null; - public BigInteger(ulong value) => throw null; - public static System.Numerics.BigInteger Divide(System.Numerics.BigInteger dividend, System.Numerics.BigInteger divisor) => throw null; - static (System.Numerics.BigInteger Quotient, System.Numerics.BigInteger Remainder) System.Numerics.IBinaryInteger.DivRem(System.Numerics.BigInteger left, System.Numerics.BigInteger right) => throw null; - public static System.Numerics.BigInteger DivRem(System.Numerics.BigInteger dividend, System.Numerics.BigInteger divisor, out System.Numerics.BigInteger remainder) => throw null; - public bool Equals(long other) => throw null; - public bool Equals(System.Numerics.BigInteger other) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(ulong other) => throw null; - public long GetBitLength() => throw null; - public int GetByteCount(bool isUnsigned = default(bool)) => throw null; - int System.Numerics.IBinaryInteger.GetByteCount() => throw null; - public override int GetHashCode() => throw null; - int System.Numerics.IBinaryInteger.GetShortestBitLength() => throw null; - public static System.Numerics.BigInteger GreatestCommonDivisor(System.Numerics.BigInteger left, System.Numerics.BigInteger right) => throw null; - static bool System.Numerics.INumberBase.IsCanonical(System.Numerics.BigInteger value) => throw null; - static bool System.Numerics.INumberBase.IsComplexNumber(System.Numerics.BigInteger value) => throw null; - public bool IsEven { get => throw null; } - static bool System.Numerics.INumberBase.IsEvenInteger(System.Numerics.BigInteger value) => throw null; - static bool System.Numerics.INumberBase.IsFinite(System.Numerics.BigInteger value) => throw null; - static bool System.Numerics.INumberBase.IsImaginaryNumber(System.Numerics.BigInteger value) => throw null; - static bool System.Numerics.INumberBase.IsInfinity(System.Numerics.BigInteger value) => throw null; - static bool System.Numerics.INumberBase.IsInteger(System.Numerics.BigInteger value) => throw null; - static bool System.Numerics.INumberBase.IsNaN(System.Numerics.BigInteger value) => throw null; - static bool System.Numerics.INumberBase.IsNegative(System.Numerics.BigInteger value) => throw null; - static bool System.Numerics.INumberBase.IsNegativeInfinity(System.Numerics.BigInteger value) => throw null; - static bool System.Numerics.INumberBase.IsNormal(System.Numerics.BigInteger value) => throw null; - static bool System.Numerics.INumberBase.IsOddInteger(System.Numerics.BigInteger value) => throw null; - public bool IsOne { get => throw null; } - static bool System.Numerics.INumberBase.IsPositive(System.Numerics.BigInteger value) => throw null; - static bool System.Numerics.INumberBase.IsPositiveInfinity(System.Numerics.BigInteger value) => throw null; - static bool System.Numerics.IBinaryNumber.IsPow2(System.Numerics.BigInteger value) => throw null; - public bool IsPowerOfTwo { get => throw null; } - static bool System.Numerics.INumberBase.IsRealNumber(System.Numerics.BigInteger value) => throw null; - static bool System.Numerics.INumberBase.IsSubnormal(System.Numerics.BigInteger value) => throw null; - static bool System.Numerics.INumberBase.IsZero(System.Numerics.BigInteger value) => throw null; - public bool IsZero { get => throw null; } - static System.Numerics.BigInteger System.Numerics.IBinaryInteger.LeadingZeroCount(System.Numerics.BigInteger value) => throw null; - public static double Log(System.Numerics.BigInteger value) => throw null; - public static double Log(System.Numerics.BigInteger value, double baseValue) => throw null; - public static double Log10(System.Numerics.BigInteger value) => throw null; - static System.Numerics.BigInteger System.Numerics.IBinaryNumber.Log2(System.Numerics.BigInteger value) => throw null; - static System.Numerics.BigInteger System.Numerics.INumber.Max(System.Numerics.BigInteger left, System.Numerics.BigInteger right) => throw null; - static System.Numerics.BigInteger System.Numerics.INumberBase.MaxMagnitude(System.Numerics.BigInteger x, System.Numerics.BigInteger y) => throw null; - static System.Numerics.BigInteger System.Numerics.INumberBase.MaxMagnitudeNumber(System.Numerics.BigInteger x, System.Numerics.BigInteger y) => throw null; - static System.Numerics.BigInteger System.Numerics.INumber.MaxNumber(System.Numerics.BigInteger x, System.Numerics.BigInteger y) => throw null; - static System.Numerics.BigInteger System.Numerics.INumber.Min(System.Numerics.BigInteger left, System.Numerics.BigInteger right) => throw null; - static System.Numerics.BigInteger System.Numerics.INumberBase.MinMagnitude(System.Numerics.BigInteger x, System.Numerics.BigInteger y) => throw null; - static System.Numerics.BigInteger System.Numerics.INumberBase.MinMagnitudeNumber(System.Numerics.BigInteger x, System.Numerics.BigInteger y) => throw null; - static System.Numerics.BigInteger System.Numerics.INumber.MinNumber(System.Numerics.BigInteger x, System.Numerics.BigInteger y) => throw null; - public static System.Numerics.BigInteger MinusOne { get => throw null; } - public static System.Numerics.BigInteger ModPow(System.Numerics.BigInteger value, System.Numerics.BigInteger exponent, System.Numerics.BigInteger modulus) => throw null; - static System.Numerics.BigInteger System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } - public static System.Numerics.BigInteger Multiply(System.Numerics.BigInteger left, System.Numerics.BigInteger right) => throw null; - public static System.Numerics.BigInteger Negate(System.Numerics.BigInteger value) => throw null; - static System.Numerics.BigInteger System.Numerics.ISignedNumber.NegativeOne { get => throw null; } - static System.Numerics.BigInteger System.Numerics.INumberBase.One { get => throw null; } - static System.Numerics.BigInteger System.Numerics.IAdditionOperators.operator +(System.Numerics.BigInteger left, System.Numerics.BigInteger right) => throw null; - static System.Numerics.BigInteger System.Numerics.IBitwiseOperators.operator &(System.Numerics.BigInteger left, System.Numerics.BigInteger right) => throw null; - static System.Numerics.BigInteger System.Numerics.IBitwiseOperators.operator |(System.Numerics.BigInteger left, System.Numerics.BigInteger right) => throw null; - static System.Numerics.BigInteger System.Numerics.IDecrementOperators.operator --(System.Numerics.BigInteger value) => throw null; - static System.Numerics.BigInteger System.Numerics.IDivisionOperators.operator /(System.Numerics.BigInteger dividend, System.Numerics.BigInteger divisor) => throw null; - public static bool operator ==(long left, System.Numerics.BigInteger right) => throw null; - public static bool operator ==(System.Numerics.BigInteger left, long right) => throw null; - static bool System.Numerics.IEqualityOperators.operator ==(System.Numerics.BigInteger left, System.Numerics.BigInteger right) => throw null; - public static bool operator ==(System.Numerics.BigInteger left, ulong right) => throw null; - public static bool operator ==(ulong left, System.Numerics.BigInteger right) => throw null; - static System.Numerics.BigInteger System.Numerics.IBitwiseOperators.operator ^(System.Numerics.BigInteger left, System.Numerics.BigInteger right) => throw null; - public static explicit operator System.Numerics.BigInteger(decimal value) => throw null; - public static explicit operator System.Numerics.BigInteger(double value) => throw null; - public static explicit operator System.Numerics.BigInteger(System.Half value) => throw null; - public static explicit operator byte(System.Numerics.BigInteger value) => throw null; - public static explicit operator char(System.Numerics.BigInteger value) => throw null; - public static explicit operator decimal(System.Numerics.BigInteger value) => throw null; - public static explicit operator double(System.Numerics.BigInteger value) => throw null; - public static explicit operator System.Half(System.Numerics.BigInteger value) => throw null; - public static explicit operator System.Int128(System.Numerics.BigInteger value) => throw null; - public static explicit operator short(System.Numerics.BigInteger value) => throw null; - public static explicit operator int(System.Numerics.BigInteger value) => throw null; - public static explicit operator long(System.Numerics.BigInteger value) => throw null; - public static explicit operator nint(System.Numerics.BigInteger value) => throw null; - public static explicit operator sbyte(System.Numerics.BigInteger value) => throw null; - public static explicit operator float(System.Numerics.BigInteger value) => throw null; - public static explicit operator System.UInt128(System.Numerics.BigInteger value) => throw null; - public static explicit operator ushort(System.Numerics.BigInteger value) => throw null; - public static explicit operator uint(System.Numerics.BigInteger value) => throw null; - public static explicit operator ulong(System.Numerics.BigInteger value) => throw null; - public static explicit operator nuint(System.Numerics.BigInteger value) => throw null; - public static explicit operator System.Numerics.BigInteger(System.Numerics.Complex value) => throw null; - public static explicit operator System.Numerics.BigInteger(float value) => throw null; - public static bool operator >(long left, System.Numerics.BigInteger right) => throw null; - public static bool operator >(System.Numerics.BigInteger left, long right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >(System.Numerics.BigInteger left, System.Numerics.BigInteger right) => throw null; - public static bool operator >(System.Numerics.BigInteger left, ulong right) => throw null; - public static bool operator >(ulong left, System.Numerics.BigInteger right) => throw null; - public static bool operator >=(long left, System.Numerics.BigInteger right) => throw null; - public static bool operator >=(System.Numerics.BigInteger left, long right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >=(System.Numerics.BigInteger left, System.Numerics.BigInteger right) => throw null; - public static bool operator >=(System.Numerics.BigInteger left, ulong right) => throw null; - public static bool operator >=(ulong left, System.Numerics.BigInteger right) => throw null; - public static implicit operator System.Numerics.BigInteger(byte value) => throw null; - public static implicit operator System.Numerics.BigInteger(char value) => throw null; - public static implicit operator System.Numerics.BigInteger(System.Int128 value) => throw null; - public static implicit operator System.Numerics.BigInteger(short value) => throw null; - public static implicit operator System.Numerics.BigInteger(int value) => throw null; - public static implicit operator System.Numerics.BigInteger(long value) => throw null; - public static implicit operator System.Numerics.BigInteger(nint value) => throw null; - public static implicit operator System.Numerics.BigInteger(sbyte value) => throw null; - public static implicit operator System.Numerics.BigInteger(System.UInt128 value) => throw null; - public static implicit operator System.Numerics.BigInteger(ushort value) => throw null; - public static implicit operator System.Numerics.BigInteger(uint value) => throw null; - public static implicit operator System.Numerics.BigInteger(ulong value) => throw null; - public static implicit operator System.Numerics.BigInteger(nuint value) => throw null; - static System.Numerics.BigInteger System.Numerics.IIncrementOperators.operator ++(System.Numerics.BigInteger value) => throw null; - public static bool operator !=(long left, System.Numerics.BigInteger right) => throw null; - public static bool operator !=(System.Numerics.BigInteger left, long right) => throw null; - static bool System.Numerics.IEqualityOperators.operator !=(System.Numerics.BigInteger left, System.Numerics.BigInteger right) => throw null; - public static bool operator !=(System.Numerics.BigInteger left, ulong right) => throw null; - public static bool operator !=(ulong left, System.Numerics.BigInteger right) => throw null; - static System.Numerics.BigInteger System.Numerics.IShiftOperators.operator <<(System.Numerics.BigInteger value, int shift) => throw null; - public static bool operator <(long left, System.Numerics.BigInteger right) => throw null; - public static bool operator <(System.Numerics.BigInteger left, long right) => throw null; - static bool System.Numerics.IComparisonOperators.operator <(System.Numerics.BigInteger left, System.Numerics.BigInteger right) => throw null; - public static bool operator <(System.Numerics.BigInteger left, ulong right) => throw null; - public static bool operator <(ulong left, System.Numerics.BigInteger right) => throw null; - public static bool operator <=(long left, System.Numerics.BigInteger right) => throw null; - public static bool operator <=(System.Numerics.BigInteger left, long right) => throw null; - static bool System.Numerics.IComparisonOperators.operator <=(System.Numerics.BigInteger left, System.Numerics.BigInteger right) => throw null; - public static bool operator <=(System.Numerics.BigInteger left, ulong right) => throw null; - public static bool operator <=(ulong left, System.Numerics.BigInteger right) => throw null; - static System.Numerics.BigInteger System.Numerics.IModulusOperators.operator %(System.Numerics.BigInteger dividend, System.Numerics.BigInteger divisor) => throw null; - static System.Numerics.BigInteger System.Numerics.IMultiplyOperators.operator *(System.Numerics.BigInteger left, System.Numerics.BigInteger right) => throw null; - static System.Numerics.BigInteger System.Numerics.IBitwiseOperators.operator ~(System.Numerics.BigInteger value) => throw null; - static System.Numerics.BigInteger System.Numerics.IShiftOperators.operator >>(System.Numerics.BigInteger value, int shift) => throw null; - static System.Numerics.BigInteger System.Numerics.ISubtractionOperators.operator -(System.Numerics.BigInteger left, System.Numerics.BigInteger right) => throw null; - static System.Numerics.BigInteger System.Numerics.IUnaryNegationOperators.operator -(System.Numerics.BigInteger value) => throw null; - static System.Numerics.BigInteger System.Numerics.IUnaryPlusOperators.operator +(System.Numerics.BigInteger value) => throw null; - static System.Numerics.BigInteger System.Numerics.IShiftOperators.operator >>>(System.Numerics.BigInteger value, int shiftAmount) => throw null; - static System.Numerics.BigInteger System.Numerics.INumberBase.Parse(System.ReadOnlySpan value, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static System.Numerics.BigInteger System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - public static System.Numerics.BigInteger Parse(string value) => throw null; - public static System.Numerics.BigInteger Parse(string value, System.Globalization.NumberStyles style) => throw null; - static System.Numerics.BigInteger System.Numerics.INumberBase.Parse(string value, System.Globalization.NumberStyles style, System.IFormatProvider provider) => throw null; - static System.Numerics.BigInteger System.IParsable.Parse(string value, System.IFormatProvider provider) => throw null; - static System.Numerics.BigInteger System.Numerics.IBinaryInteger.PopCount(System.Numerics.BigInteger value) => throw null; - public static System.Numerics.BigInteger Pow(System.Numerics.BigInteger value, int exponent) => throw null; - static int System.Numerics.INumberBase.Radix { get => throw null; } - public static System.Numerics.BigInteger Remainder(System.Numerics.BigInteger dividend, System.Numerics.BigInteger divisor) => throw null; - static System.Numerics.BigInteger System.Numerics.IBinaryInteger.RotateLeft(System.Numerics.BigInteger value, int rotateAmount) => throw null; - static System.Numerics.BigInteger System.Numerics.IBinaryInteger.RotateRight(System.Numerics.BigInteger value, int rotateAmount) => throw null; - static int System.Numerics.INumber.Sign(System.Numerics.BigInteger value) => throw null; - public int Sign { get => throw null; } - public static System.Numerics.BigInteger Subtract(System.Numerics.BigInteger left, System.Numerics.BigInteger right) => throw null; - public byte[] ToByteArray() => throw null; - public byte[] ToByteArray(bool isUnsigned = default(bool), bool isBigEndian = default(bool)) => throw null; - public override string ToString() => throw null; - public string ToString(System.IFormatProvider provider) => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider provider) => throw null; - static System.Numerics.BigInteger System.Numerics.IBinaryInteger.TrailingZeroCount(System.Numerics.BigInteger value) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromChecked(TOther value, out System.Numerics.BigInteger result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromSaturating(TOther value, out System.Numerics.BigInteger result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromTruncating(TOther value, out System.Numerics.BigInteger result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToChecked(System.Numerics.BigInteger value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToSaturating(System.Numerics.BigInteger value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToTruncating(System.Numerics.BigInteger value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan value, System.Globalization.NumberStyles style, System.IFormatProvider provider, out System.Numerics.BigInteger result) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out System.Numerics.BigInteger result) => throw null; - public static bool TryParse(System.ReadOnlySpan value, out System.Numerics.BigInteger result) => throw null; - static bool System.Numerics.INumberBase.TryParse(string value, System.Globalization.NumberStyles style, System.IFormatProvider provider, out System.Numerics.BigInteger result) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out System.Numerics.BigInteger result) => throw null; - public static bool TryParse(string value, out System.Numerics.BigInteger result) => throw null; - static bool System.Numerics.IBinaryInteger.TryReadBigEndian(System.ReadOnlySpan source, bool isUnsigned, out System.Numerics.BigInteger value) => throw null; - static bool System.Numerics.IBinaryInteger.TryReadLittleEndian(System.ReadOnlySpan source, bool isUnsigned, out System.Numerics.BigInteger value) => throw null; - bool System.Numerics.IBinaryInteger.TryWriteBigEndian(System.Span destination, out int bytesWritten) => throw null; - public bool TryWriteBytes(System.Span destination, out int bytesWritten, bool isUnsigned = default(bool), bool isBigEndian = default(bool)) => throw null; - bool System.Numerics.IBinaryInteger.TryWriteLittleEndian(System.Span destination, out int bytesWritten) => throw null; - static System.Numerics.BigInteger System.Numerics.INumberBase.Zero { get => throw null; } - } - public struct Complex : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumberBase, System.IParsable, System.Numerics.ISignedNumber, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable - { - public static double Abs(System.Numerics.Complex value) => throw null; - static System.Numerics.Complex System.Numerics.INumberBase.Abs(System.Numerics.Complex value) => throw null; - public static System.Numerics.Complex Acos(System.Numerics.Complex value) => throw null; - public static System.Numerics.Complex Add(double left, System.Numerics.Complex right) => throw null; - public static System.Numerics.Complex Add(System.Numerics.Complex left, double right) => throw null; - public static System.Numerics.Complex Add(System.Numerics.Complex left, System.Numerics.Complex right) => throw null; - static System.Numerics.Complex System.Numerics.IAdditiveIdentity.AdditiveIdentity { get => throw null; } - public static System.Numerics.Complex Asin(System.Numerics.Complex value) => throw null; - public static System.Numerics.Complex Atan(System.Numerics.Complex value) => throw null; - public static System.Numerics.Complex Conjugate(System.Numerics.Complex value) => throw null; - public static System.Numerics.Complex Cos(System.Numerics.Complex value) => throw null; - public static System.Numerics.Complex Cosh(System.Numerics.Complex value) => throw null; - static System.Numerics.Complex System.Numerics.INumberBase.CreateChecked(TOther value) => throw null; - static System.Numerics.Complex System.Numerics.INumberBase.CreateSaturating(TOther value) => throw null; - static System.Numerics.Complex System.Numerics.INumberBase.CreateTruncating(TOther value) => throw null; - public Complex(double real, double imaginary) => throw null; - public static System.Numerics.Complex Divide(double dividend, System.Numerics.Complex divisor) => throw null; - public static System.Numerics.Complex Divide(System.Numerics.Complex dividend, double divisor) => throw null; - public static System.Numerics.Complex Divide(System.Numerics.Complex dividend, System.Numerics.Complex divisor) => throw null; - public bool Equals(System.Numerics.Complex value) => throw null; - public override bool Equals(object obj) => throw null; - public static System.Numerics.Complex Exp(System.Numerics.Complex value) => throw null; - public static System.Numerics.Complex FromPolarCoordinates(double magnitude, double phase) => throw null; - public override int GetHashCode() => throw null; - public double Imaginary { get => throw null; } - public static readonly System.Numerics.Complex ImaginaryOne; - public static readonly System.Numerics.Complex Infinity; - static bool System.Numerics.INumberBase.IsCanonical(System.Numerics.Complex value) => throw null; - static bool System.Numerics.INumberBase.IsComplexNumber(System.Numerics.Complex value) => throw null; - static bool System.Numerics.INumberBase.IsEvenInteger(System.Numerics.Complex value) => throw null; - static bool System.Numerics.INumberBase.IsFinite(System.Numerics.Complex value) => throw null; - static bool System.Numerics.INumberBase.IsImaginaryNumber(System.Numerics.Complex value) => throw null; - static bool System.Numerics.INumberBase.IsInfinity(System.Numerics.Complex value) => throw null; - static bool System.Numerics.INumberBase.IsInteger(System.Numerics.Complex value) => throw null; - static bool System.Numerics.INumberBase.IsNaN(System.Numerics.Complex value) => throw null; - static bool System.Numerics.INumberBase.IsNegative(System.Numerics.Complex value) => throw null; - static bool System.Numerics.INumberBase.IsNegativeInfinity(System.Numerics.Complex value) => throw null; - static bool System.Numerics.INumberBase.IsNormal(System.Numerics.Complex value) => throw null; - static bool System.Numerics.INumberBase.IsOddInteger(System.Numerics.Complex value) => throw null; - static bool System.Numerics.INumberBase.IsPositive(System.Numerics.Complex value) => throw null; - static bool System.Numerics.INumberBase.IsPositiveInfinity(System.Numerics.Complex value) => throw null; - static bool System.Numerics.INumberBase.IsRealNumber(System.Numerics.Complex value) => throw null; - static bool System.Numerics.INumberBase.IsSubnormal(System.Numerics.Complex value) => throw null; - static bool System.Numerics.INumberBase.IsZero(System.Numerics.Complex value) => throw null; - public static System.Numerics.Complex Log(System.Numerics.Complex value) => throw null; - public static System.Numerics.Complex Log(System.Numerics.Complex value, double baseValue) => throw null; - public static System.Numerics.Complex Log10(System.Numerics.Complex value) => throw null; - public double Magnitude { get => throw null; } - static System.Numerics.Complex System.Numerics.INumberBase.MaxMagnitude(System.Numerics.Complex x, System.Numerics.Complex y) => throw null; - static System.Numerics.Complex System.Numerics.INumberBase.MaxMagnitudeNumber(System.Numerics.Complex x, System.Numerics.Complex y) => throw null; - static System.Numerics.Complex System.Numerics.INumberBase.MinMagnitude(System.Numerics.Complex x, System.Numerics.Complex y) => throw null; - static System.Numerics.Complex System.Numerics.INumberBase.MinMagnitudeNumber(System.Numerics.Complex x, System.Numerics.Complex y) => throw null; - static System.Numerics.Complex System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } - public static System.Numerics.Complex Multiply(double left, System.Numerics.Complex right) => throw null; - public static System.Numerics.Complex Multiply(System.Numerics.Complex left, double right) => throw null; - public static System.Numerics.Complex Multiply(System.Numerics.Complex left, System.Numerics.Complex right) => throw null; - public static readonly System.Numerics.Complex NaN; - public static System.Numerics.Complex Negate(System.Numerics.Complex value) => throw null; - static System.Numerics.Complex System.Numerics.ISignedNumber.NegativeOne { get => throw null; } - public static readonly System.Numerics.Complex One; - static System.Numerics.Complex System.Numerics.INumberBase.One { get => throw null; } - public static System.Numerics.Complex operator +(double left, System.Numerics.Complex right) => throw null; - public static System.Numerics.Complex operator +(System.Numerics.Complex left, double right) => throw null; - static System.Numerics.Complex System.Numerics.IAdditionOperators.operator +(System.Numerics.Complex left, System.Numerics.Complex right) => throw null; - static System.Numerics.Complex System.Numerics.IDecrementOperators.operator --(System.Numerics.Complex value) => throw null; - public static System.Numerics.Complex operator /(double left, System.Numerics.Complex right) => throw null; - public static System.Numerics.Complex operator /(System.Numerics.Complex left, double right) => throw null; - static System.Numerics.Complex System.Numerics.IDivisionOperators.operator /(System.Numerics.Complex left, System.Numerics.Complex right) => throw null; - static bool System.Numerics.IEqualityOperators.operator ==(System.Numerics.Complex left, System.Numerics.Complex right) => throw null; - public static explicit operator System.Numerics.Complex(decimal value) => throw null; - public static explicit operator System.Numerics.Complex(System.Int128 value) => throw null; - public static explicit operator System.Numerics.Complex(System.Numerics.BigInteger value) => throw null; - public static explicit operator System.Numerics.Complex(System.UInt128 value) => throw null; - public static implicit operator System.Numerics.Complex(byte value) => throw null; - public static implicit operator System.Numerics.Complex(char value) => throw null; - public static implicit operator System.Numerics.Complex(double value) => throw null; - public static implicit operator System.Numerics.Complex(System.Half value) => throw null; - public static implicit operator System.Numerics.Complex(short value) => throw null; - public static implicit operator System.Numerics.Complex(int value) => throw null; - public static implicit operator System.Numerics.Complex(long value) => throw null; - public static implicit operator System.Numerics.Complex(nint value) => throw null; - public static implicit operator System.Numerics.Complex(sbyte value) => throw null; - public static implicit operator System.Numerics.Complex(float value) => throw null; - public static implicit operator System.Numerics.Complex(ushort value) => throw null; - public static implicit operator System.Numerics.Complex(uint value) => throw null; - public static implicit operator System.Numerics.Complex(ulong value) => throw null; - public static implicit operator System.Numerics.Complex(nuint value) => throw null; - static System.Numerics.Complex System.Numerics.IIncrementOperators.operator ++(System.Numerics.Complex value) => throw null; - static bool System.Numerics.IEqualityOperators.operator !=(System.Numerics.Complex left, System.Numerics.Complex right) => throw null; - public static System.Numerics.Complex operator *(double left, System.Numerics.Complex right) => throw null; - public static System.Numerics.Complex operator *(System.Numerics.Complex left, double right) => throw null; - static System.Numerics.Complex System.Numerics.IMultiplyOperators.operator *(System.Numerics.Complex left, System.Numerics.Complex right) => throw null; - public static System.Numerics.Complex operator -(double left, System.Numerics.Complex right) => throw null; - public static System.Numerics.Complex operator -(System.Numerics.Complex left, double right) => throw null; - static System.Numerics.Complex System.Numerics.ISubtractionOperators.operator -(System.Numerics.Complex left, System.Numerics.Complex right) => throw null; - static System.Numerics.Complex System.Numerics.IUnaryNegationOperators.operator -(System.Numerics.Complex value) => throw null; - static System.Numerics.Complex System.Numerics.IUnaryPlusOperators.operator +(System.Numerics.Complex value) => throw null; - static System.Numerics.Complex System.Numerics.INumberBase.Parse(System.ReadOnlySpan s, System.Globalization.NumberStyles style, System.IFormatProvider provider) => throw null; - static System.Numerics.Complex System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - static System.Numerics.Complex System.Numerics.INumberBase.Parse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider) => throw null; - static System.Numerics.Complex System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; - public double Phase { get => throw null; } - public static System.Numerics.Complex Pow(System.Numerics.Complex value, double power) => throw null; - public static System.Numerics.Complex Pow(System.Numerics.Complex value, System.Numerics.Complex power) => throw null; - static int System.Numerics.INumberBase.Radix { get => throw null; } - public double Real { get => throw null; } - public static System.Numerics.Complex Reciprocal(System.Numerics.Complex value) => throw null; - public static System.Numerics.Complex Sin(System.Numerics.Complex value) => throw null; - public static System.Numerics.Complex Sinh(System.Numerics.Complex value) => throw null; - public static System.Numerics.Complex Sqrt(System.Numerics.Complex value) => throw null; - public static System.Numerics.Complex Subtract(double left, System.Numerics.Complex right) => throw null; - public static System.Numerics.Complex Subtract(System.Numerics.Complex left, double right) => throw null; - public static System.Numerics.Complex Subtract(System.Numerics.Complex left, System.Numerics.Complex right) => throw null; - public static System.Numerics.Complex Tan(System.Numerics.Complex value) => throw null; - public static System.Numerics.Complex Tanh(System.Numerics.Complex value) => throw null; - public override string ToString() => throw null; - public string ToString(System.IFormatProvider provider) => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider provider) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromChecked(TOther value, out System.Numerics.Complex result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromSaturating(TOther value, out System.Numerics.Complex result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromTruncating(TOther value, out System.Numerics.Complex result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToChecked(System.Numerics.Complex value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToSaturating(System.Numerics.Complex value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToTruncating(System.Numerics.Complex value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out System.Numerics.Complex result) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out System.Numerics.Complex result) => throw null; - static bool System.Numerics.INumberBase.TryParse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out System.Numerics.Complex result) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out System.Numerics.Complex result) => throw null; - public static readonly System.Numerics.Complex Zero; - static System.Numerics.Complex System.Numerics.INumberBase.Zero { get => throw null; } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Formatters.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Formatters.cs deleted file mode 100644 index 5de9b9d2..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Formatters.cs +++ /dev/null @@ -1,178 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Runtime.Serialization.Formatters, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Runtime - { - namespace Serialization - { - public abstract class Formatter : System.Runtime.Serialization.IFormatter - { - public abstract System.Runtime.Serialization.SerializationBinder Binder { get; set; } - public abstract System.Runtime.Serialization.StreamingContext Context { get; set; } - protected Formatter() => throw null; - public abstract object Deserialize(System.IO.Stream serializationStream); - protected virtual object GetNext(out long objID) => throw null; - protected System.Runtime.Serialization.ObjectIDGenerator m_idGenerator; - protected System.Collections.Queue m_objectQueue; - protected virtual long Schedule(object obj) => throw null; - public abstract void Serialize(System.IO.Stream serializationStream, object graph); - public abstract System.Runtime.Serialization.ISurrogateSelector SurrogateSelector { get; set; } - protected abstract void WriteArray(object obj, string name, System.Type memberType); - protected abstract void WriteBoolean(bool val, string name); - protected abstract void WriteByte(byte val, string name); - protected abstract void WriteChar(char val, string name); - protected abstract void WriteDateTime(System.DateTime val, string name); - protected abstract void WriteDecimal(decimal val, string name); - protected abstract void WriteDouble(double val, string name); - protected abstract void WriteInt16(short val, string name); - protected abstract void WriteInt32(int val, string name); - protected abstract void WriteInt64(long val, string name); - protected virtual void WriteMember(string memberName, object data) => throw null; - protected abstract void WriteObjectRef(object obj, string name, System.Type memberType); - protected abstract void WriteSByte(sbyte val, string name); - protected abstract void WriteSingle(float val, string name); - protected abstract void WriteTimeSpan(System.TimeSpan val, string name); - protected abstract void WriteUInt16(ushort val, string name); - protected abstract void WriteUInt32(uint val, string name); - protected abstract void WriteUInt64(ulong val, string name); - protected abstract void WriteValueType(object obj, string name, System.Type memberType); - } - public class FormatterConverter : System.Runtime.Serialization.IFormatterConverter - { - public object Convert(object value, System.Type type) => throw null; - public object Convert(object value, System.TypeCode typeCode) => throw null; - public FormatterConverter() => throw null; - public bool ToBoolean(object value) => throw null; - public byte ToByte(object value) => throw null; - public char ToChar(object value) => throw null; - public System.DateTime ToDateTime(object value) => throw null; - public decimal ToDecimal(object value) => throw null; - public double ToDouble(object value) => throw null; - public short ToInt16(object value) => throw null; - public int ToInt32(object value) => throw null; - public long ToInt64(object value) => throw null; - public sbyte ToSByte(object value) => throw null; - public float ToSingle(object value) => throw null; - public string ToString(object value) => throw null; - public ushort ToUInt16(object value) => throw null; - public uint ToUInt32(object value) => throw null; - public ulong ToUInt64(object value) => throw null; - } - namespace Formatters - { - namespace Binary - { - public sealed class BinaryFormatter : System.Runtime.Serialization.IFormatter - { - public System.Runtime.Serialization.Formatters.FormatterAssemblyStyle AssemblyFormat { get => throw null; set { } } - public System.Runtime.Serialization.SerializationBinder Binder { get => throw null; set { } } - public System.Runtime.Serialization.StreamingContext Context { get => throw null; set { } } - public BinaryFormatter() => throw null; - public BinaryFormatter(System.Runtime.Serialization.ISurrogateSelector selector, System.Runtime.Serialization.StreamingContext context) => throw null; - public object Deserialize(System.IO.Stream serializationStream) => throw null; - public System.Runtime.Serialization.Formatters.TypeFilterLevel FilterLevel { get => throw null; set { } } - public void Serialize(System.IO.Stream serializationStream, object graph) => throw null; - public System.Runtime.Serialization.ISurrogateSelector SurrogateSelector { get => throw null; set { } } - public System.Runtime.Serialization.Formatters.FormatterTypeStyle TypeFormat { get => throw null; set { } } - } - } - public enum FormatterAssemblyStyle - { - Simple = 0, - Full = 1, - } - public enum FormatterTypeStyle - { - TypesWhenNeeded = 0, - TypesAlways = 1, - XsdString = 2, - } - public interface IFieldInfo - { - string[] FieldNames { get; set; } - System.Type[] FieldTypes { get; set; } - } - public enum TypeFilterLevel - { - Low = 2, - Full = 3, - } - } - public static class FormatterServices - { - public static void CheckTypeSecurity(System.Type t, System.Runtime.Serialization.Formatters.TypeFilterLevel securityLevel) => throw null; - public static object[] GetObjectData(object obj, System.Reflection.MemberInfo[] members) => throw null; - public static object GetSafeUninitializedObject(System.Type type) => throw null; - public static System.Reflection.MemberInfo[] GetSerializableMembers(System.Type type) => throw null; - public static System.Reflection.MemberInfo[] GetSerializableMembers(System.Type type, System.Runtime.Serialization.StreamingContext context) => throw null; - public static System.Runtime.Serialization.ISerializationSurrogate GetSurrogateForCyclicalReference(System.Runtime.Serialization.ISerializationSurrogate innerSurrogate) => throw null; - public static System.Type GetTypeFromAssembly(System.Reflection.Assembly assem, string name) => throw null; - public static object GetUninitializedObject(System.Type type) => throw null; - public static object PopulateObjectMembers(object obj, System.Reflection.MemberInfo[] members, object[] data) => throw null; - } - public interface IFormatter - { - System.Runtime.Serialization.SerializationBinder Binder { get; set; } - System.Runtime.Serialization.StreamingContext Context { get; set; } - object Deserialize(System.IO.Stream serializationStream); - void Serialize(System.IO.Stream serializationStream, object graph); - System.Runtime.Serialization.ISurrogateSelector SurrogateSelector { get; set; } - } - public interface ISerializationSurrogate - { - void GetObjectData(object obj, System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context); - object SetObjectData(object obj, System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context, System.Runtime.Serialization.ISurrogateSelector selector); - } - public interface ISurrogateSelector - { - void ChainSelector(System.Runtime.Serialization.ISurrogateSelector selector); - System.Runtime.Serialization.ISurrogateSelector GetNextSelector(); - System.Runtime.Serialization.ISerializationSurrogate GetSurrogate(System.Type type, System.Runtime.Serialization.StreamingContext context, out System.Runtime.Serialization.ISurrogateSelector selector); - } - public class ObjectIDGenerator - { - public ObjectIDGenerator() => throw null; - public virtual long GetId(object obj, out bool firstTime) => throw null; - public virtual long HasId(object obj, out bool firstTime) => throw null; - } - public class ObjectManager - { - public ObjectManager(System.Runtime.Serialization.ISurrogateSelector selector, System.Runtime.Serialization.StreamingContext context) => throw null; - public virtual void DoFixups() => throw null; - public virtual object GetObject(long objectID) => throw null; - public virtual void RaiseDeserializationEvent() => throw null; - public void RaiseOnDeserializingEvent(object obj) => throw null; - public virtual void RecordArrayElementFixup(long arrayToBeFixed, int index, long objectRequired) => throw null; - public virtual void RecordArrayElementFixup(long arrayToBeFixed, int[] indices, long objectRequired) => throw null; - public virtual void RecordDelayedFixup(long objectToBeFixed, string memberName, long objectRequired) => throw null; - public virtual void RecordFixup(long objectToBeFixed, System.Reflection.MemberInfo member, long objectRequired) => throw null; - public virtual void RegisterObject(object obj, long objectID) => throw null; - public void RegisterObject(object obj, long objectID, System.Runtime.Serialization.SerializationInfo info) => throw null; - public void RegisterObject(object obj, long objectID, System.Runtime.Serialization.SerializationInfo info, long idOfContainingObj, System.Reflection.MemberInfo member) => throw null; - public void RegisterObject(object obj, long objectID, System.Runtime.Serialization.SerializationInfo info, long idOfContainingObj, System.Reflection.MemberInfo member, int[] arrayIndex) => throw null; - } - public abstract class SerializationBinder - { - public virtual void BindToName(System.Type serializedType, out string assemblyName, out string typeName) => throw null; - public abstract System.Type BindToType(string assemblyName, string typeName); - protected SerializationBinder() => throw null; - } - public sealed class SerializationObjectManager - { - public SerializationObjectManager(System.Runtime.Serialization.StreamingContext context) => throw null; - public void RaiseOnSerializedEvent() => throw null; - public void RegisterObject(object obj) => throw null; - } - public class SurrogateSelector : System.Runtime.Serialization.ISurrogateSelector - { - public virtual void AddSurrogate(System.Type type, System.Runtime.Serialization.StreamingContext context, System.Runtime.Serialization.ISerializationSurrogate surrogate) => throw null; - public virtual void ChainSelector(System.Runtime.Serialization.ISurrogateSelector selector) => throw null; - public SurrogateSelector() => throw null; - public virtual System.Runtime.Serialization.ISurrogateSelector GetNextSelector() => throw null; - public virtual System.Runtime.Serialization.ISerializationSurrogate GetSurrogate(System.Type type, System.Runtime.Serialization.StreamingContext context, out System.Runtime.Serialization.ISurrogateSelector selector) => throw null; - public virtual void RemoveSurrogate(System.Type type, System.Runtime.Serialization.StreamingContext context) => throw null; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Json.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Json.cs deleted file mode 100644 index 819b1a78..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Json.cs +++ /dev/null @@ -1,97 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Runtime.Serialization.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Runtime - { - namespace Serialization - { - public class DateTimeFormat - { - public DateTimeFormat(string formatString) => throw null; - public DateTimeFormat(string formatString, System.IFormatProvider formatProvider) => throw null; - public System.Globalization.DateTimeStyles DateTimeStyles { get => throw null; set { } } - public System.IFormatProvider FormatProvider { get => throw null; } - public string FormatString { get => throw null; } - } - public enum EmitTypeInformation - { - AsNeeded = 0, - Always = 1, - Never = 2, - } - namespace Json - { - public sealed class DataContractJsonSerializer : System.Runtime.Serialization.XmlObjectSerializer - { - public DataContractJsonSerializer(System.Type type) => throw null; - public DataContractJsonSerializer(System.Type type, System.Collections.Generic.IEnumerable knownTypes) => throw null; - public DataContractJsonSerializer(System.Type type, System.Runtime.Serialization.Json.DataContractJsonSerializerSettings settings) => throw null; - public DataContractJsonSerializer(System.Type type, string rootName) => throw null; - public DataContractJsonSerializer(System.Type type, string rootName, System.Collections.Generic.IEnumerable knownTypes) => throw null; - public DataContractJsonSerializer(System.Type type, System.Xml.XmlDictionaryString rootName) => throw null; - public DataContractJsonSerializer(System.Type type, System.Xml.XmlDictionaryString rootName, System.Collections.Generic.IEnumerable knownTypes) => throw null; - public System.Runtime.Serialization.DateTimeFormat DateTimeFormat { get => throw null; } - public System.Runtime.Serialization.EmitTypeInformation EmitTypeInformation { get => throw null; } - public System.Runtime.Serialization.ISerializationSurrogateProvider GetSerializationSurrogateProvider() => throw null; - public bool IgnoreExtensionDataObject { get => throw null; } - public override bool IsStartObject(System.Xml.XmlDictionaryReader reader) => throw null; - public override bool IsStartObject(System.Xml.XmlReader reader) => throw null; - public System.Collections.ObjectModel.ReadOnlyCollection KnownTypes { get => throw null; } - public int MaxItemsInObjectGraph { get => throw null; } - public override object ReadObject(System.IO.Stream stream) => throw null; - public override object ReadObject(System.Xml.XmlDictionaryReader reader) => throw null; - public override object ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName) => throw null; - public override object ReadObject(System.Xml.XmlReader reader) => throw null; - public override object ReadObject(System.Xml.XmlReader reader, bool verifyObjectName) => throw null; - public bool SerializeReadOnlyTypes { get => throw null; } - public void SetSerializationSurrogateProvider(System.Runtime.Serialization.ISerializationSurrogateProvider provider) => throw null; - public bool UseSimpleDictionaryFormat { get => throw null; } - public override void WriteEndObject(System.Xml.XmlDictionaryWriter writer) => throw null; - public override void WriteEndObject(System.Xml.XmlWriter writer) => throw null; - public override void WriteObject(System.IO.Stream stream, object graph) => throw null; - public override void WriteObject(System.Xml.XmlDictionaryWriter writer, object graph) => throw null; - public override void WriteObject(System.Xml.XmlWriter writer, object graph) => throw null; - public override void WriteObjectContent(System.Xml.XmlDictionaryWriter writer, object graph) => throw null; - public override void WriteObjectContent(System.Xml.XmlWriter writer, object graph) => throw null; - public override void WriteStartObject(System.Xml.XmlDictionaryWriter writer, object graph) => throw null; - public override void WriteStartObject(System.Xml.XmlWriter writer, object graph) => throw null; - } - public class DataContractJsonSerializerSettings - { - public DataContractJsonSerializerSettings() => throw null; - public System.Runtime.Serialization.DateTimeFormat DateTimeFormat { get => throw null; set { } } - public System.Runtime.Serialization.EmitTypeInformation EmitTypeInformation { get => throw null; set { } } - public bool IgnoreExtensionDataObject { get => throw null; set { } } - public System.Collections.Generic.IEnumerable KnownTypes { get => throw null; set { } } - public int MaxItemsInObjectGraph { get => throw null; set { } } - public string RootName { get => throw null; set { } } - public bool SerializeReadOnlyTypes { get => throw null; set { } } - public bool UseSimpleDictionaryFormat { get => throw null; set { } } - } - public interface IXmlJsonReaderInitializer - { - void SetInput(byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose); - void SetInput(System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose); - } - public interface IXmlJsonWriterInitializer - { - void SetOutput(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream); - } - public static class JsonReaderWriterFactory - { - public static System.Xml.XmlDictionaryReader CreateJsonReader(byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose) => throw null; - public static System.Xml.XmlDictionaryReader CreateJsonReader(byte[] buffer, int offset, int count, System.Xml.XmlDictionaryReaderQuotas quotas) => throw null; - public static System.Xml.XmlDictionaryReader CreateJsonReader(byte[] buffer, System.Xml.XmlDictionaryReaderQuotas quotas) => throw null; - public static System.Xml.XmlDictionaryReader CreateJsonReader(System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose) => throw null; - public static System.Xml.XmlDictionaryReader CreateJsonReader(System.IO.Stream stream, System.Xml.XmlDictionaryReaderQuotas quotas) => throw null; - public static System.Xml.XmlDictionaryWriter CreateJsonWriter(System.IO.Stream stream) => throw null; - public static System.Xml.XmlDictionaryWriter CreateJsonWriter(System.IO.Stream stream, System.Text.Encoding encoding) => throw null; - public static System.Xml.XmlDictionaryWriter CreateJsonWriter(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream) => throw null; - public static System.Xml.XmlDictionaryWriter CreateJsonWriter(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream, bool indent) => throw null; - public static System.Xml.XmlDictionaryWriter CreateJsonWriter(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream, bool indent, string indentChars) => throw null; - } - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Primitives.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Primitives.cs deleted file mode 100644 index b18c91a9..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Primitives.cs +++ /dev/null @@ -1,96 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Runtime.Serialization.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Runtime - { - namespace Serialization - { - [System.AttributeUsage((System.AttributeTargets)12, Inherited = false, AllowMultiple = false)] - public sealed class CollectionDataContractAttribute : System.Attribute - { - public CollectionDataContractAttribute() => throw null; - public bool IsItemNameSetExplicitly { get => throw null; } - public bool IsKeyNameSetExplicitly { get => throw null; } - public bool IsNameSetExplicitly { get => throw null; } - public bool IsNamespaceSetExplicitly { get => throw null; } - public bool IsReference { get => throw null; set { } } - public bool IsReferenceSetExplicitly { get => throw null; } - public bool IsValueNameSetExplicitly { get => throw null; } - public string ItemName { get => throw null; set { } } - public string KeyName { get => throw null; set { } } - public string Name { get => throw null; set { } } - public string Namespace { get => throw null; set { } } - public string ValueName { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)3, Inherited = false, AllowMultiple = true)] - public sealed class ContractNamespaceAttribute : System.Attribute - { - public string ClrNamespace { get => throw null; set { } } - public string ContractNamespace { get => throw null; } - public ContractNamespaceAttribute(string contractNamespace) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)28, Inherited = false, AllowMultiple = false)] - public sealed class DataContractAttribute : System.Attribute - { - public DataContractAttribute() => throw null; - public bool IsNameSetExplicitly { get => throw null; } - public bool IsNamespaceSetExplicitly { get => throw null; } - public bool IsReference { get => throw null; set { } } - public bool IsReferenceSetExplicitly { get => throw null; } - public string Name { get => throw null; set { } } - public string Namespace { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)384, Inherited = false, AllowMultiple = false)] - public sealed class DataMemberAttribute : System.Attribute - { - public DataMemberAttribute() => throw null; - public bool EmitDefaultValue { get => throw null; set { } } - public bool IsNameSetExplicitly { get => throw null; } - public bool IsRequired { get => throw null; set { } } - public string Name { get => throw null; set { } } - public int Order { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)256, Inherited = false, AllowMultiple = false)] - public sealed class EnumMemberAttribute : System.Attribute - { - public EnumMemberAttribute() => throw null; - public bool IsValueSetExplicitly { get => throw null; } - public string Value { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)384, Inherited = false, AllowMultiple = false)] - public sealed class IgnoreDataMemberAttribute : System.Attribute - { - public IgnoreDataMemberAttribute() => throw null; - } - public class InvalidDataContractException : System.Exception - { - public InvalidDataContractException() => throw null; - protected InvalidDataContractException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public InvalidDataContractException(string message) => throw null; - public InvalidDataContractException(string message, System.Exception innerException) => throw null; - } - public interface ISerializationSurrogateProvider - { - object GetDeserializedObject(object obj, System.Type targetType); - object GetObjectToSerialize(object obj, System.Type targetType); - System.Type GetSurrogateType(System.Type type); - } - public interface ISerializationSurrogateProvider2 : System.Runtime.Serialization.ISerializationSurrogateProvider - { - object GetCustomDataToExport(System.Reflection.MemberInfo memberInfo, System.Type dataContractType); - object GetCustomDataToExport(System.Type runtimeType, System.Type dataContractType); - void GetKnownCustomDataTypes(System.Collections.ObjectModel.Collection customDataTypes); - System.Type GetReferencedTypeOnImport(string typeName, string typeNamespace, object customData); - } - [System.AttributeUsage((System.AttributeTargets)12, Inherited = true, AllowMultiple = true)] - public sealed class KnownTypeAttribute : System.Attribute - { - public KnownTypeAttribute(string methodName) => throw null; - public KnownTypeAttribute(System.Type type) => throw null; - public string MethodName { get => throw null; } - public System.Type Type { get => throw null; } - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Xml.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Xml.cs deleted file mode 100644 index 5d9ccfca..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Xml.cs +++ /dev/null @@ -1,481 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Runtime.Serialization.Xml, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Runtime - { - namespace Serialization - { - public abstract class DataContractResolver - { - protected DataContractResolver() => throw null; - public abstract System.Type ResolveName(string typeName, string typeNamespace, System.Type declaredType, System.Runtime.Serialization.DataContractResolver knownTypeResolver); - public abstract bool TryResolveType(System.Type type, System.Type declaredType, System.Runtime.Serialization.DataContractResolver knownTypeResolver, out System.Xml.XmlDictionaryString typeName, out System.Xml.XmlDictionaryString typeNamespace); - } - namespace DataContracts - { - public abstract class DataContract - { - public virtual System.Runtime.Serialization.DataContracts.DataContract BaseContract { get => throw null; } - public virtual string ContractType { get => throw null; } - public virtual System.Collections.ObjectModel.ReadOnlyCollection DataMembers { get => throw null; } - public virtual System.Xml.XmlQualifiedName GetArrayTypeName(bool isNullable) => throw null; - public static System.Runtime.Serialization.DataContracts.DataContract GetBuiltInDataContract(string name, string ns) => throw null; - public static System.Xml.XmlQualifiedName GetXmlName(System.Type type) => throw null; - public virtual bool IsBuiltInDataContract { get => throw null; } - public virtual bool IsDictionaryLike(out string keyName, out string valueName, out string itemName) => throw null; - public virtual bool IsISerializable { get => throw null; } - public virtual bool IsReference { get => throw null; } - public virtual bool IsValueType { get => throw null; } - public virtual System.Collections.Generic.Dictionary KnownDataContracts { get => throw null; } - public virtual System.Type OriginalUnderlyingType { get => throw null; } - public virtual System.Xml.XmlDictionaryString TopLevelElementName { get => throw null; } - public virtual System.Xml.XmlDictionaryString TopLevelElementNamespace { get => throw null; } - public virtual System.Type UnderlyingType { get => throw null; } - public virtual System.Xml.XmlQualifiedName XmlName { get => throw null; } - } - public sealed class DataContractSet - { - public System.Collections.Generic.Dictionary Contracts { get => throw null; } - public DataContractSet(System.Runtime.Serialization.DataContracts.DataContractSet dataContractSet) => throw null; - public DataContractSet(System.Runtime.Serialization.ISerializationSurrogateProvider dataContractSurrogate, System.Collections.Generic.IEnumerable referencedTypes, System.Collections.Generic.IEnumerable referencedCollectionTypes) => throw null; - public System.Runtime.Serialization.DataContracts.DataContract GetDataContract(System.Type type) => throw null; - public System.Runtime.Serialization.DataContracts.DataContract GetDataContract(System.Xml.XmlQualifiedName key) => throw null; - public System.Type GetReferencedType(System.Xml.XmlQualifiedName xmlName, System.Runtime.Serialization.DataContracts.DataContract dataContract, out System.Runtime.Serialization.DataContracts.DataContract referencedContract, out object[] genericParameters, bool? supportGenericTypes = default(bool?)) => throw null; - public void ImportSchemaSet(System.Xml.Schema.XmlSchemaSet schemaSet, System.Collections.Generic.IEnumerable typeNames, bool importXmlDataType) => throw null; - public System.Collections.Generic.List ImportSchemaSet(System.Xml.Schema.XmlSchemaSet schemaSet, System.Collections.Generic.IEnumerable elements, bool importXmlDataType) => throw null; - public System.Collections.Generic.Dictionary KnownTypesForObject { get => throw null; } - public System.Collections.Generic.Dictionary ProcessedContracts { get => throw null; } - public System.Collections.Hashtable SurrogateData { get => throw null; } - } - public sealed class DataMember - { - public bool EmitDefaultValue { get => throw null; } - public bool IsNullable { get => throw null; } - public bool IsRequired { get => throw null; } - public System.Runtime.Serialization.DataContracts.DataContract MemberTypeContract { get => throw null; } - public string Name { get => throw null; } - public long Order { get => throw null; } - } - public sealed class XmlDataContract : System.Runtime.Serialization.DataContracts.DataContract - { - public bool HasRoot { get => throw null; } - public bool IsAnonymous { get => throw null; } - public bool IsTopLevelElementNullable { get => throw null; } - public bool IsTypeDefinedOnImport { get => throw null; set { } } - public bool IsValueType { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaType XsdType { get => throw null; } - } - } - public sealed class DataContractSerializer : System.Runtime.Serialization.XmlObjectSerializer - { - public DataContractSerializer(System.Type type) => throw null; - public DataContractSerializer(System.Type type, System.Collections.Generic.IEnumerable knownTypes) => throw null; - public DataContractSerializer(System.Type type, System.Runtime.Serialization.DataContractSerializerSettings settings) => throw null; - public DataContractSerializer(System.Type type, string rootName, string rootNamespace) => throw null; - public DataContractSerializer(System.Type type, string rootName, string rootNamespace, System.Collections.Generic.IEnumerable knownTypes) => throw null; - public DataContractSerializer(System.Type type, System.Xml.XmlDictionaryString rootName, System.Xml.XmlDictionaryString rootNamespace) => throw null; - public DataContractSerializer(System.Type type, System.Xml.XmlDictionaryString rootName, System.Xml.XmlDictionaryString rootNamespace, System.Collections.Generic.IEnumerable knownTypes) => throw null; - public System.Runtime.Serialization.DataContractResolver DataContractResolver { get => throw null; } - public bool IgnoreExtensionDataObject { get => throw null; } - public override bool IsStartObject(System.Xml.XmlDictionaryReader reader) => throw null; - public override bool IsStartObject(System.Xml.XmlReader reader) => throw null; - public System.Collections.ObjectModel.ReadOnlyCollection KnownTypes { get => throw null; } - public int MaxItemsInObjectGraph { get => throw null; } - public bool PreserveObjectReferences { get => throw null; } - public override object ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName) => throw null; - public object ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName, System.Runtime.Serialization.DataContractResolver dataContractResolver) => throw null; - public override object ReadObject(System.Xml.XmlReader reader) => throw null; - public override object ReadObject(System.Xml.XmlReader reader, bool verifyObjectName) => throw null; - public bool SerializeReadOnlyTypes { get => throw null; } - public override void WriteEndObject(System.Xml.XmlDictionaryWriter writer) => throw null; - public override void WriteEndObject(System.Xml.XmlWriter writer) => throw null; - public void WriteObject(System.Xml.XmlDictionaryWriter writer, object graph, System.Runtime.Serialization.DataContractResolver dataContractResolver) => throw null; - public override void WriteObject(System.Xml.XmlWriter writer, object graph) => throw null; - public override void WriteObjectContent(System.Xml.XmlDictionaryWriter writer, object graph) => throw null; - public override void WriteObjectContent(System.Xml.XmlWriter writer, object graph) => throw null; - public override void WriteStartObject(System.Xml.XmlDictionaryWriter writer, object graph) => throw null; - public override void WriteStartObject(System.Xml.XmlWriter writer, object graph) => throw null; - } - public static partial class DataContractSerializerExtensions - { - public static System.Runtime.Serialization.ISerializationSurrogateProvider GetSerializationSurrogateProvider(this System.Runtime.Serialization.DataContractSerializer serializer) => throw null; - public static void SetSerializationSurrogateProvider(this System.Runtime.Serialization.DataContractSerializer serializer, System.Runtime.Serialization.ISerializationSurrogateProvider provider) => throw null; - } - public class DataContractSerializerSettings - { - public DataContractSerializerSettings() => throw null; - public System.Runtime.Serialization.DataContractResolver DataContractResolver { get => throw null; set { } } - public bool IgnoreExtensionDataObject { get => throw null; set { } } - public System.Collections.Generic.IEnumerable KnownTypes { get => throw null; set { } } - public int MaxItemsInObjectGraph { get => throw null; set { } } - public bool PreserveObjectReferences { get => throw null; set { } } - public System.Xml.XmlDictionaryString RootName { get => throw null; set { } } - public System.Xml.XmlDictionaryString RootNamespace { get => throw null; set { } } - public bool SerializeReadOnlyTypes { get => throw null; set { } } - } - public class ExportOptions - { - public ExportOptions() => throw null; - public System.Runtime.Serialization.ISerializationSurrogateProvider DataContractSurrogate { get => throw null; set { } } - public System.Collections.ObjectModel.Collection KnownTypes { get => throw null; } - } - public sealed class ExtensionDataObject - { - } - public interface IExtensibleDataObject - { - System.Runtime.Serialization.ExtensionDataObject ExtensionData { get; set; } - } - public abstract class XmlObjectSerializer - { - protected XmlObjectSerializer() => throw null; - public abstract bool IsStartObject(System.Xml.XmlDictionaryReader reader); - public virtual bool IsStartObject(System.Xml.XmlReader reader) => throw null; - public virtual object ReadObject(System.IO.Stream stream) => throw null; - public virtual object ReadObject(System.Xml.XmlDictionaryReader reader) => throw null; - public abstract object ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName); - public virtual object ReadObject(System.Xml.XmlReader reader) => throw null; - public virtual object ReadObject(System.Xml.XmlReader reader, bool verifyObjectName) => throw null; - public abstract void WriteEndObject(System.Xml.XmlDictionaryWriter writer); - public virtual void WriteEndObject(System.Xml.XmlWriter writer) => throw null; - public virtual void WriteObject(System.IO.Stream stream, object graph) => throw null; - public virtual void WriteObject(System.Xml.XmlDictionaryWriter writer, object graph) => throw null; - public virtual void WriteObject(System.Xml.XmlWriter writer, object graph) => throw null; - public abstract void WriteObjectContent(System.Xml.XmlDictionaryWriter writer, object graph); - public virtual void WriteObjectContent(System.Xml.XmlWriter writer, object graph) => throw null; - public abstract void WriteStartObject(System.Xml.XmlDictionaryWriter writer, object graph); - public virtual void WriteStartObject(System.Xml.XmlWriter writer, object graph) => throw null; - } - public static class XmlSerializableServices - { - public static void AddDefaultSchema(System.Xml.Schema.XmlSchemaSet schemas, System.Xml.XmlQualifiedName typeQName) => throw null; - public static System.Xml.XmlNode[] ReadNodes(System.Xml.XmlReader xmlReader) => throw null; - public static void WriteNodes(System.Xml.XmlWriter xmlWriter, System.Xml.XmlNode[] nodes) => throw null; - } - public static class XPathQueryGenerator - { - public static string CreateFromDataContractSerializer(System.Type type, System.Reflection.MemberInfo[] pathToMember, System.Text.StringBuilder rootElementXpath, out System.Xml.XmlNamespaceManager namespaces) => throw null; - public static string CreateFromDataContractSerializer(System.Type type, System.Reflection.MemberInfo[] pathToMember, out System.Xml.XmlNamespaceManager namespaces) => throw null; - } - public class XsdDataContractExporter - { - public bool CanExport(System.Collections.Generic.ICollection assemblies) => throw null; - public bool CanExport(System.Collections.Generic.ICollection types) => throw null; - public bool CanExport(System.Type type) => throw null; - public XsdDataContractExporter() => throw null; - public XsdDataContractExporter(System.Xml.Schema.XmlSchemaSet schemas) => throw null; - public void Export(System.Collections.Generic.ICollection assemblies) => throw null; - public void Export(System.Collections.Generic.ICollection types) => throw null; - public void Export(System.Type type) => throw null; - public System.Xml.XmlQualifiedName GetRootElementName(System.Type type) => throw null; - public System.Xml.Schema.XmlSchemaType GetSchemaType(System.Type type) => throw null; - public System.Xml.XmlQualifiedName GetSchemaTypeName(System.Type type) => throw null; - public System.Runtime.Serialization.ExportOptions Options { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaSet Schemas { get => throw null; } - } - } - } - namespace Xml - { - public interface IFragmentCapableXmlDictionaryWriter - { - bool CanFragment { get; } - void EndFragment(); - void StartFragment(System.IO.Stream stream, bool generateSelfContainedTextFragment); - void WriteFragment(byte[] buffer, int offset, int count); - } - public interface IStreamProvider - { - System.IO.Stream GetStream(); - void ReleaseStream(System.IO.Stream stream); - } - public interface IXmlBinaryReaderInitializer - { - void SetInput(byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose); - void SetInput(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose); - } - public interface IXmlBinaryWriterInitializer - { - void SetOutput(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlBinaryWriterSession session, bool ownsStream); - } - public interface IXmlDictionary - { - bool TryLookup(int key, out System.Xml.XmlDictionaryString result); - bool TryLookup(string value, out System.Xml.XmlDictionaryString result); - bool TryLookup(System.Xml.XmlDictionaryString value, out System.Xml.XmlDictionaryString result); - } - public interface IXmlTextReaderInitializer - { - void SetInput(byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose); - void SetInput(System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose); - } - public interface IXmlTextWriterInitializer - { - void SetOutput(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream); - } - public delegate void OnXmlDictionaryReaderClose(System.Xml.XmlDictionaryReader reader); - public class UniqueId - { - public int CharArrayLength { get => throw null; } - public UniqueId() => throw null; - public UniqueId(byte[] guid) => throw null; - public UniqueId(byte[] guid, int offset) => throw null; - public UniqueId(char[] chars, int offset, int count) => throw null; - public UniqueId(System.Guid guid) => throw null; - public UniqueId(string value) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public bool IsGuid { get => throw null; } - public static bool operator ==(System.Xml.UniqueId id1, System.Xml.UniqueId id2) => throw null; - public static bool operator !=(System.Xml.UniqueId id1, System.Xml.UniqueId id2) => throw null; - public int ToCharArray(char[] chars, int offset) => throw null; - public override string ToString() => throw null; - public bool TryGetGuid(byte[] buffer, int offset) => throw null; - public bool TryGetGuid(out System.Guid guid) => throw null; - } - public class XmlBinaryReaderSession : System.Xml.IXmlDictionary - { - public System.Xml.XmlDictionaryString Add(int id, string value) => throw null; - public void Clear() => throw null; - public XmlBinaryReaderSession() => throw null; - public bool TryLookup(int key, out System.Xml.XmlDictionaryString result) => throw null; - public bool TryLookup(string value, out System.Xml.XmlDictionaryString result) => throw null; - public bool TryLookup(System.Xml.XmlDictionaryString value, out System.Xml.XmlDictionaryString result) => throw null; - } - public class XmlBinaryWriterSession - { - public XmlBinaryWriterSession() => throw null; - public void Reset() => throw null; - public virtual bool TryAdd(System.Xml.XmlDictionaryString value, out int key) => throw null; - } - public class XmlDictionary : System.Xml.IXmlDictionary - { - public virtual System.Xml.XmlDictionaryString Add(string value) => throw null; - public XmlDictionary() => throw null; - public XmlDictionary(int capacity) => throw null; - public static System.Xml.IXmlDictionary Empty { get => throw null; } - public virtual bool TryLookup(int key, out System.Xml.XmlDictionaryString result) => throw null; - public virtual bool TryLookup(string value, out System.Xml.XmlDictionaryString result) => throw null; - public virtual bool TryLookup(System.Xml.XmlDictionaryString value, out System.Xml.XmlDictionaryString result) => throw null; - } - public abstract class XmlDictionaryReader : System.Xml.XmlReader - { - public virtual bool CanCanonicalize { get => throw null; } - public static System.Xml.XmlDictionaryReader CreateBinaryReader(byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas) => throw null; - public static System.Xml.XmlDictionaryReader CreateBinaryReader(byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session) => throw null; - public static System.Xml.XmlDictionaryReader CreateBinaryReader(byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose) => throw null; - public static System.Xml.XmlDictionaryReader CreateBinaryReader(byte[] buffer, int offset, int count, System.Xml.XmlDictionaryReaderQuotas quotas) => throw null; - public static System.Xml.XmlDictionaryReader CreateBinaryReader(byte[] buffer, System.Xml.XmlDictionaryReaderQuotas quotas) => throw null; - public static System.Xml.XmlDictionaryReader CreateBinaryReader(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas) => throw null; - public static System.Xml.XmlDictionaryReader CreateBinaryReader(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session) => throw null; - public static System.Xml.XmlDictionaryReader CreateBinaryReader(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose) => throw null; - public static System.Xml.XmlDictionaryReader CreateBinaryReader(System.IO.Stream stream, System.Xml.XmlDictionaryReaderQuotas quotas) => throw null; - public static System.Xml.XmlDictionaryReader CreateDictionaryReader(System.Xml.XmlReader reader) => throw null; - public static System.Xml.XmlDictionaryReader CreateMtomReader(byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas) => throw null; - public static System.Xml.XmlDictionaryReader CreateMtomReader(byte[] buffer, int offset, int count, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas) => throw null; - public static System.Xml.XmlDictionaryReader CreateMtomReader(byte[] buffer, int offset, int count, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas, int maxBufferSize, System.Xml.OnXmlDictionaryReaderClose onClose) => throw null; - public static System.Xml.XmlDictionaryReader CreateMtomReader(byte[] buffer, int offset, int count, System.Text.Encoding[] encodings, System.Xml.XmlDictionaryReaderQuotas quotas) => throw null; - public static System.Xml.XmlDictionaryReader CreateMtomReader(System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas) => throw null; - public static System.Xml.XmlDictionaryReader CreateMtomReader(System.IO.Stream stream, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas) => throw null; - public static System.Xml.XmlDictionaryReader CreateMtomReader(System.IO.Stream stream, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas, int maxBufferSize, System.Xml.OnXmlDictionaryReaderClose onClose) => throw null; - public static System.Xml.XmlDictionaryReader CreateMtomReader(System.IO.Stream stream, System.Text.Encoding[] encodings, System.Xml.XmlDictionaryReaderQuotas quotas) => throw null; - public static System.Xml.XmlDictionaryReader CreateTextReader(byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose) => throw null; - public static System.Xml.XmlDictionaryReader CreateTextReader(byte[] buffer, int offset, int count, System.Xml.XmlDictionaryReaderQuotas quotas) => throw null; - public static System.Xml.XmlDictionaryReader CreateTextReader(byte[] buffer, System.Xml.XmlDictionaryReaderQuotas quotas) => throw null; - public static System.Xml.XmlDictionaryReader CreateTextReader(System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose) => throw null; - public static System.Xml.XmlDictionaryReader CreateTextReader(System.IO.Stream stream, System.Xml.XmlDictionaryReaderQuotas quotas) => throw null; - protected XmlDictionaryReader() => throw null; - public virtual void EndCanonicalization() => throw null; - public virtual string GetAttribute(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) => throw null; - public virtual void GetNonAtomizedNames(out string localName, out string namespaceUri) => throw null; - public virtual int IndexOfLocalName(string[] localNames, string namespaceUri) => throw null; - public virtual int IndexOfLocalName(System.Xml.XmlDictionaryString[] localNames, System.Xml.XmlDictionaryString namespaceUri) => throw null; - public virtual bool IsLocalName(string localName) => throw null; - public virtual bool IsLocalName(System.Xml.XmlDictionaryString localName) => throw null; - public virtual bool IsNamespaceUri(string namespaceUri) => throw null; - public virtual bool IsNamespaceUri(System.Xml.XmlDictionaryString namespaceUri) => throw null; - public virtual bool IsStartArray(out System.Type type) => throw null; - public virtual bool IsStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) => throw null; - protected bool IsTextNode(System.Xml.XmlNodeType nodeType) => throw null; - public virtual void MoveToStartElement() => throw null; - public virtual void MoveToStartElement(string name) => throw null; - public virtual void MoveToStartElement(string localName, string namespaceUri) => throw null; - public virtual void MoveToStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) => throw null; - public virtual System.Xml.XmlDictionaryReaderQuotas Quotas { get => throw null; } - public virtual int ReadArray(string localName, string namespaceUri, bool[] array, int offset, int count) => throw null; - public virtual int ReadArray(string localName, string namespaceUri, System.DateTime[] array, int offset, int count) => throw null; - public virtual int ReadArray(string localName, string namespaceUri, decimal[] array, int offset, int count) => throw null; - public virtual int ReadArray(string localName, string namespaceUri, double[] array, int offset, int count) => throw null; - public virtual int ReadArray(string localName, string namespaceUri, System.Guid[] array, int offset, int count) => throw null; - public virtual int ReadArray(string localName, string namespaceUri, short[] array, int offset, int count) => throw null; - public virtual int ReadArray(string localName, string namespaceUri, int[] array, int offset, int count) => throw null; - public virtual int ReadArray(string localName, string namespaceUri, long[] array, int offset, int count) => throw null; - public virtual int ReadArray(string localName, string namespaceUri, float[] array, int offset, int count) => throw null; - public virtual int ReadArray(string localName, string namespaceUri, System.TimeSpan[] array, int offset, int count) => throw null; - public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, bool[] array, int offset, int count) => throw null; - public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.DateTime[] array, int offset, int count) => throw null; - public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, decimal[] array, int offset, int count) => throw null; - public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, double[] array, int offset, int count) => throw null; - public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.Guid[] array, int offset, int count) => throw null; - public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, short[] array, int offset, int count) => throw null; - public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, int[] array, int offset, int count) => throw null; - public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, long[] array, int offset, int count) => throw null; - public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, float[] array, int offset, int count) => throw null; - public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.TimeSpan[] array, int offset, int count) => throw null; - public virtual bool[] ReadBooleanArray(string localName, string namespaceUri) => throw null; - public virtual bool[] ReadBooleanArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) => throw null; - public override object ReadContentAs(System.Type type, System.Xml.IXmlNamespaceResolver namespaceResolver) => throw null; - public virtual byte[] ReadContentAsBase64() => throw null; - public virtual byte[] ReadContentAsBinHex() => throw null; - protected byte[] ReadContentAsBinHex(int maxByteArrayContentLength) => throw null; - public virtual int ReadContentAsChars(char[] chars, int offset, int count) => throw null; - public override decimal ReadContentAsDecimal() => throw null; - public override float ReadContentAsFloat() => throw null; - public virtual System.Guid ReadContentAsGuid() => throw null; - public virtual void ReadContentAsQualifiedName(out string localName, out string namespaceUri) => throw null; - public override string ReadContentAsString() => throw null; - protected string ReadContentAsString(int maxStringContentLength) => throw null; - public virtual string ReadContentAsString(string[] strings, out int index) => throw null; - public virtual string ReadContentAsString(System.Xml.XmlDictionaryString[] strings, out int index) => throw null; - public virtual System.TimeSpan ReadContentAsTimeSpan() => throw null; - public virtual System.Xml.UniqueId ReadContentAsUniqueId() => throw null; - public virtual System.DateTime[] ReadDateTimeArray(string localName, string namespaceUri) => throw null; - public virtual System.DateTime[] ReadDateTimeArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) => throw null; - public virtual decimal[] ReadDecimalArray(string localName, string namespaceUri) => throw null; - public virtual decimal[] ReadDecimalArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) => throw null; - public virtual double[] ReadDoubleArray(string localName, string namespaceUri) => throw null; - public virtual double[] ReadDoubleArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) => throw null; - public virtual byte[] ReadElementContentAsBase64() => throw null; - public virtual byte[] ReadElementContentAsBinHex() => throw null; - public override bool ReadElementContentAsBoolean() => throw null; - public override System.DateTime ReadElementContentAsDateTime() => throw null; - public override decimal ReadElementContentAsDecimal() => throw null; - public override double ReadElementContentAsDouble() => throw null; - public override float ReadElementContentAsFloat() => throw null; - public virtual System.Guid ReadElementContentAsGuid() => throw null; - public override int ReadElementContentAsInt() => throw null; - public override long ReadElementContentAsLong() => throw null; - public override string ReadElementContentAsString() => throw null; - public virtual System.TimeSpan ReadElementContentAsTimeSpan() => throw null; - public virtual System.Xml.UniqueId ReadElementContentAsUniqueId() => throw null; - public virtual void ReadFullStartElement() => throw null; - public virtual void ReadFullStartElement(string name) => throw null; - public virtual void ReadFullStartElement(string localName, string namespaceUri) => throw null; - public virtual void ReadFullStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) => throw null; - public virtual System.Guid[] ReadGuidArray(string localName, string namespaceUri) => throw null; - public virtual System.Guid[] ReadGuidArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) => throw null; - public virtual short[] ReadInt16Array(string localName, string namespaceUri) => throw null; - public virtual short[] ReadInt16Array(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) => throw null; - public virtual int[] ReadInt32Array(string localName, string namespaceUri) => throw null; - public virtual int[] ReadInt32Array(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) => throw null; - public virtual long[] ReadInt64Array(string localName, string namespaceUri) => throw null; - public virtual long[] ReadInt64Array(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) => throw null; - public virtual float[] ReadSingleArray(string localName, string namespaceUri) => throw null; - public virtual float[] ReadSingleArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) => throw null; - public virtual void ReadStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) => throw null; - public override string ReadString() => throw null; - protected string ReadString(int maxStringContentLength) => throw null; - public virtual System.TimeSpan[] ReadTimeSpanArray(string localName, string namespaceUri) => throw null; - public virtual System.TimeSpan[] ReadTimeSpanArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) => throw null; - public virtual int ReadValueAsBase64(byte[] buffer, int offset, int count) => throw null; - public virtual void StartCanonicalization(System.IO.Stream stream, bool includeComments, string[] inclusivePrefixes) => throw null; - public virtual bool TryGetArrayLength(out int count) => throw null; - public virtual bool TryGetBase64ContentLength(out int length) => throw null; - public virtual bool TryGetLocalNameAsDictionaryString(out System.Xml.XmlDictionaryString localName) => throw null; - public virtual bool TryGetNamespaceUriAsDictionaryString(out System.Xml.XmlDictionaryString namespaceUri) => throw null; - public virtual bool TryGetValueAsDictionaryString(out System.Xml.XmlDictionaryString value) => throw null; - } - public sealed class XmlDictionaryReaderQuotas - { - public void CopyTo(System.Xml.XmlDictionaryReaderQuotas quotas) => throw null; - public XmlDictionaryReaderQuotas() => throw null; - public static System.Xml.XmlDictionaryReaderQuotas Max { get => throw null; } - public int MaxArrayLength { get => throw null; set { } } - public int MaxBytesPerRead { get => throw null; set { } } - public int MaxDepth { get => throw null; set { } } - public int MaxNameTableCharCount { get => throw null; set { } } - public int MaxStringContentLength { get => throw null; set { } } - public System.Xml.XmlDictionaryReaderQuotaTypes ModifiedQuotas { get => throw null; } - } - [System.Flags] - public enum XmlDictionaryReaderQuotaTypes - { - MaxDepth = 1, - MaxStringContentLength = 2, - MaxArrayLength = 4, - MaxBytesPerRead = 8, - MaxNameTableCharCount = 16, - } - public class XmlDictionaryString - { - public XmlDictionaryString(System.Xml.IXmlDictionary dictionary, string value, int key) => throw null; - public System.Xml.IXmlDictionary Dictionary { get => throw null; } - public static System.Xml.XmlDictionaryString Empty { get => throw null; } - public int Key { get => throw null; } - public override string ToString() => throw null; - public string Value { get => throw null; } - } - public abstract class XmlDictionaryWriter : System.Xml.XmlWriter - { - public virtual bool CanCanonicalize { get => throw null; } - public static System.Xml.XmlDictionaryWriter CreateBinaryWriter(System.IO.Stream stream) => throw null; - public static System.Xml.XmlDictionaryWriter CreateBinaryWriter(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary) => throw null; - public static System.Xml.XmlDictionaryWriter CreateBinaryWriter(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlBinaryWriterSession session) => throw null; - public static System.Xml.XmlDictionaryWriter CreateBinaryWriter(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlBinaryWriterSession session, bool ownsStream) => throw null; - public static System.Xml.XmlDictionaryWriter CreateDictionaryWriter(System.Xml.XmlWriter writer) => throw null; - public static System.Xml.XmlDictionaryWriter CreateMtomWriter(System.IO.Stream stream, System.Text.Encoding encoding, int maxSizeInBytes, string startInfo) => throw null; - public static System.Xml.XmlDictionaryWriter CreateMtomWriter(System.IO.Stream stream, System.Text.Encoding encoding, int maxSizeInBytes, string startInfo, string boundary, string startUri, bool writeMessageHeaders, bool ownsStream) => throw null; - public static System.Xml.XmlDictionaryWriter CreateTextWriter(System.IO.Stream stream) => throw null; - public static System.Xml.XmlDictionaryWriter CreateTextWriter(System.IO.Stream stream, System.Text.Encoding encoding) => throw null; - public static System.Xml.XmlDictionaryWriter CreateTextWriter(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream) => throw null; - protected XmlDictionaryWriter() => throw null; - public virtual void EndCanonicalization() => throw null; - public virtual void StartCanonicalization(System.IO.Stream stream, bool includeComments, string[] inclusivePrefixes) => throw null; - public virtual void WriteArray(string prefix, string localName, string namespaceUri, bool[] array, int offset, int count) => throw null; - public virtual void WriteArray(string prefix, string localName, string namespaceUri, System.DateTime[] array, int offset, int count) => throw null; - public virtual void WriteArray(string prefix, string localName, string namespaceUri, decimal[] array, int offset, int count) => throw null; - public virtual void WriteArray(string prefix, string localName, string namespaceUri, double[] array, int offset, int count) => throw null; - public virtual void WriteArray(string prefix, string localName, string namespaceUri, System.Guid[] array, int offset, int count) => throw null; - public virtual void WriteArray(string prefix, string localName, string namespaceUri, short[] array, int offset, int count) => throw null; - public virtual void WriteArray(string prefix, string localName, string namespaceUri, int[] array, int offset, int count) => throw null; - public virtual void WriteArray(string prefix, string localName, string namespaceUri, long[] array, int offset, int count) => throw null; - public virtual void WriteArray(string prefix, string localName, string namespaceUri, float[] array, int offset, int count) => throw null; - public virtual void WriteArray(string prefix, string localName, string namespaceUri, System.TimeSpan[] array, int offset, int count) => throw null; - public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, bool[] array, int offset, int count) => throw null; - public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.DateTime[] array, int offset, int count) => throw null; - public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, decimal[] array, int offset, int count) => throw null; - public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, double[] array, int offset, int count) => throw null; - public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.Guid[] array, int offset, int count) => throw null; - public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, short[] array, int offset, int count) => throw null; - public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, int[] array, int offset, int count) => throw null; - public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, long[] array, int offset, int count) => throw null; - public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, float[] array, int offset, int count) => throw null; - public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.TimeSpan[] array, int offset, int count) => throw null; - public void WriteAttributeString(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value) => throw null; - public void WriteAttributeString(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value) => throw null; - public override System.Threading.Tasks.Task WriteBase64Async(byte[] buffer, int index, int count) => throw null; - public void WriteElementString(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value) => throw null; - public void WriteElementString(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value) => throw null; - public virtual void WriteNode(System.Xml.XmlDictionaryReader reader, bool defattr) => throw null; - public override void WriteNode(System.Xml.XmlReader reader, bool defattr) => throw null; - public virtual void WriteQualifiedName(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) => throw null; - public virtual void WriteStartAttribute(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) => throw null; - public void WriteStartAttribute(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) => throw null; - public virtual void WriteStartElement(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) => throw null; - public void WriteStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) => throw null; - public virtual void WriteString(System.Xml.XmlDictionaryString value) => throw null; - protected virtual void WriteTextNode(System.Xml.XmlDictionaryReader reader, bool isAttribute) => throw null; - public virtual void WriteValue(System.Guid value) => throw null; - public virtual void WriteValue(System.TimeSpan value) => throw null; - public virtual void WriteValue(System.Xml.IStreamProvider value) => throw null; - public virtual void WriteValue(System.Xml.UniqueId value) => throw null; - public virtual void WriteValue(System.Xml.XmlDictionaryString value) => throw null; - public virtual System.Threading.Tasks.Task WriteValueAsync(System.Xml.IStreamProvider value) => throw null; - public virtual void WriteXmlAttribute(string localName, string value) => throw null; - public virtual void WriteXmlAttribute(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString value) => throw null; - public virtual void WriteXmlnsAttribute(string prefix, string namespaceUri) => throw null; - public virtual void WriteXmlnsAttribute(string prefix, System.Xml.XmlDictionaryString namespaceUri) => throw null; - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.cs deleted file mode 100644 index 914500ed..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.cs +++ /dev/null @@ -1,14529 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace Microsoft -{ - namespace Win32 - { - namespace SafeHandles - { - public abstract class CriticalHandleMinusOneIsInvalid : System.Runtime.InteropServices.CriticalHandle - { - protected CriticalHandleMinusOneIsInvalid() : base(default(nint)) => throw null; - public override bool IsInvalid { get => throw null; } - } - public abstract class CriticalHandleZeroOrMinusOneIsInvalid : System.Runtime.InteropServices.CriticalHandle - { - protected CriticalHandleZeroOrMinusOneIsInvalid() : base(default(nint)) => throw null; - public override bool IsInvalid { get => throw null; } - } - public sealed class SafeFileHandle : Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid - { - public SafeFileHandle() : base(default(bool)) => throw null; - public SafeFileHandle(nint preexistingHandle, bool ownsHandle) : base(default(bool)) => throw null; - public bool IsAsync { get => throw null; } - public override bool IsInvalid { get => throw null; } - protected override bool ReleaseHandle() => throw null; - } - public abstract class SafeHandleMinusOneIsInvalid : System.Runtime.InteropServices.SafeHandle - { - protected SafeHandleMinusOneIsInvalid(bool ownsHandle) : base(default(nint), default(bool)) => throw null; - public override bool IsInvalid { get => throw null; } - } - public abstract class SafeHandleZeroOrMinusOneIsInvalid : System.Runtime.InteropServices.SafeHandle - { - protected SafeHandleZeroOrMinusOneIsInvalid(bool ownsHandle) : base(default(nint), default(bool)) => throw null; - public override bool IsInvalid { get => throw null; } - } - public sealed class SafeWaitHandle : Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid - { - public SafeWaitHandle() : base(default(bool)) => throw null; - public SafeWaitHandle(nint existingHandle, bool ownsHandle) : base(default(bool)) => throw null; - protected override bool ReleaseHandle() => throw null; - } - } - } -} -namespace System -{ - public class AccessViolationException : System.SystemException - { - public AccessViolationException() => throw null; - protected AccessViolationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public AccessViolationException(string message) => throw null; - public AccessViolationException(string message, System.Exception innerException) => throw null; - } - public delegate void Action(); - public delegate void Action(T obj); - public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10); - public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11); - public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12); - public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13); - public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13, T14 arg14); - public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13, T14 arg14, T15 arg15); - public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13, T14 arg14, T15 arg15, T16 arg16); - public delegate void Action(T1 arg1, T2 arg2); - public delegate void Action(T1 arg1, T2 arg2, T3 arg3); - public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4); - public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5); - public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6); - public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7); - public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8); - public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9); - public static class Activator - { - public static System.Runtime.Remoting.ObjectHandle CreateInstance(string assemblyName, string typeName) => throw null; - public static System.Runtime.Remoting.ObjectHandle CreateInstance(string assemblyName, string typeName, bool ignoreCase, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, object[] args, System.Globalization.CultureInfo culture, object[] activationAttributes) => throw null; - public static System.Runtime.Remoting.ObjectHandle CreateInstance(string assemblyName, string typeName, object[] activationAttributes) => throw null; - public static object CreateInstance(System.Type type) => throw null; - public static object CreateInstance(System.Type type, bool nonPublic) => throw null; - public static object CreateInstance(System.Type type, params object[] args) => throw null; - public static object CreateInstance(System.Type type, object[] args, object[] activationAttributes) => throw null; - public static object CreateInstance(System.Type type, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, object[] args, System.Globalization.CultureInfo culture) => throw null; - public static object CreateInstance(System.Type type, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, object[] args, System.Globalization.CultureInfo culture, object[] activationAttributes) => throw null; - public static T CreateInstance() => throw null; - public static System.Runtime.Remoting.ObjectHandle CreateInstanceFrom(string assemblyFile, string typeName) => throw null; - public static System.Runtime.Remoting.ObjectHandle CreateInstanceFrom(string assemblyFile, string typeName, bool ignoreCase, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, object[] args, System.Globalization.CultureInfo culture, object[] activationAttributes) => throw null; - public static System.Runtime.Remoting.ObjectHandle CreateInstanceFrom(string assemblyFile, string typeName, object[] activationAttributes) => throw null; - } - public class AggregateException : System.Exception - { - public AggregateException() => throw null; - public AggregateException(System.Collections.Generic.IEnumerable innerExceptions) => throw null; - public AggregateException(params System.Exception[] innerExceptions) => throw null; - protected AggregateException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public AggregateException(string message) => throw null; - public AggregateException(string message, System.Collections.Generic.IEnumerable innerExceptions) => throw null; - public AggregateException(string message, System.Exception innerException) => throw null; - public AggregateException(string message, params System.Exception[] innerExceptions) => throw null; - public System.AggregateException Flatten() => throw null; - public override System.Exception GetBaseException() => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public void Handle(System.Func predicate) => throw null; - public System.Collections.ObjectModel.ReadOnlyCollection InnerExceptions { get => throw null; } - public override string Message { get => throw null; } - public override string ToString() => throw null; - } - public static class AppContext - { - public static string BaseDirectory { get => throw null; } - public static object GetData(string name) => throw null; - public static void SetData(string name, object data) => throw null; - public static void SetSwitch(string switchName, bool isEnabled) => throw null; - public static string TargetFrameworkName { get => throw null; } - public static bool TryGetSwitch(string switchName, out bool isEnabled) => throw null; - } - public sealed class AppDomain : System.MarshalByRefObject - { - public void AppendPrivatePath(string path) => throw null; - public string ApplyPolicy(string assemblyName) => throw null; - public event System.AssemblyLoadEventHandler AssemblyLoad; - public event System.ResolveEventHandler AssemblyResolve; - public string BaseDirectory { get => throw null; } - public void ClearPrivatePath() => throw null; - public void ClearShadowCopyPath() => throw null; - public static System.AppDomain CreateDomain(string friendlyName) => throw null; - public System.Runtime.Remoting.ObjectHandle CreateInstance(string assemblyName, string typeName) => throw null; - public System.Runtime.Remoting.ObjectHandle CreateInstance(string assemblyName, string typeName, bool ignoreCase, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, object[] args, System.Globalization.CultureInfo culture, object[] activationAttributes) => throw null; - public System.Runtime.Remoting.ObjectHandle CreateInstance(string assemblyName, string typeName, object[] activationAttributes) => throw null; - public object CreateInstanceAndUnwrap(string assemblyName, string typeName) => throw null; - public object CreateInstanceAndUnwrap(string assemblyName, string typeName, bool ignoreCase, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, object[] args, System.Globalization.CultureInfo culture, object[] activationAttributes) => throw null; - public object CreateInstanceAndUnwrap(string assemblyName, string typeName, object[] activationAttributes) => throw null; - public System.Runtime.Remoting.ObjectHandle CreateInstanceFrom(string assemblyFile, string typeName) => throw null; - public System.Runtime.Remoting.ObjectHandle CreateInstanceFrom(string assemblyFile, string typeName, bool ignoreCase, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, object[] args, System.Globalization.CultureInfo culture, object[] activationAttributes) => throw null; - public System.Runtime.Remoting.ObjectHandle CreateInstanceFrom(string assemblyFile, string typeName, object[] activationAttributes) => throw null; - public object CreateInstanceFromAndUnwrap(string assemblyFile, string typeName) => throw null; - public object CreateInstanceFromAndUnwrap(string assemblyFile, string typeName, bool ignoreCase, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, object[] args, System.Globalization.CultureInfo culture, object[] activationAttributes) => throw null; - public object CreateInstanceFromAndUnwrap(string assemblyFile, string typeName, object[] activationAttributes) => throw null; - public static System.AppDomain CurrentDomain { get => throw null; } - public event System.EventHandler DomainUnload; - public string DynamicDirectory { get => throw null; } - public int ExecuteAssembly(string assemblyFile) => throw null; - public int ExecuteAssembly(string assemblyFile, string[] args) => throw null; - public int ExecuteAssembly(string assemblyFile, string[] args, byte[] hashValue, System.Configuration.Assemblies.AssemblyHashAlgorithm hashAlgorithm) => throw null; - public int ExecuteAssemblyByName(System.Reflection.AssemblyName assemblyName, params string[] args) => throw null; - public int ExecuteAssemblyByName(string assemblyName) => throw null; - public int ExecuteAssemblyByName(string assemblyName, params string[] args) => throw null; - public event System.EventHandler FirstChanceException; - public string FriendlyName { get => throw null; } - public System.Reflection.Assembly[] GetAssemblies() => throw null; - public static int GetCurrentThreadId() => throw null; - public object GetData(string name) => throw null; - public int Id { get => throw null; } - public bool? IsCompatibilitySwitchSet(string value) => throw null; - public bool IsDefaultAppDomain() => throw null; - public bool IsFinalizingForUnload() => throw null; - public bool IsFullyTrusted { get => throw null; } - public bool IsHomogenous { get => throw null; } - public System.Reflection.Assembly Load(byte[] rawAssembly) => throw null; - public System.Reflection.Assembly Load(byte[] rawAssembly, byte[] rawSymbolStore) => throw null; - public System.Reflection.Assembly Load(System.Reflection.AssemblyName assemblyRef) => throw null; - public System.Reflection.Assembly Load(string assemblyString) => throw null; - public static bool MonitoringIsEnabled { get => throw null; set { } } - public long MonitoringSurvivedMemorySize { get => throw null; } - public static long MonitoringSurvivedProcessMemorySize { get => throw null; } - public long MonitoringTotalAllocatedMemorySize { get => throw null; } - public System.TimeSpan MonitoringTotalProcessorTime { get => throw null; } - public System.Security.PermissionSet PermissionSet { get => throw null; } - public event System.EventHandler ProcessExit; - public event System.ResolveEventHandler ReflectionOnlyAssemblyResolve; - public System.Reflection.Assembly[] ReflectionOnlyGetAssemblies() => throw null; - public string RelativeSearchPath { get => throw null; } - public event System.ResolveEventHandler ResourceResolve; - public void SetCachePath(string path) => throw null; - public void SetData(string name, object data) => throw null; - public void SetDynamicBase(string path) => throw null; - public void SetPrincipalPolicy(System.Security.Principal.PrincipalPolicy policy) => throw null; - public void SetShadowCopyFiles() => throw null; - public void SetShadowCopyPath(string path) => throw null; - public void SetThreadPrincipal(System.Security.Principal.IPrincipal principal) => throw null; - public System.AppDomainSetup SetupInformation { get => throw null; } - public bool ShadowCopyFiles { get => throw null; } - public override string ToString() => throw null; - public event System.ResolveEventHandler TypeResolve; - public event System.UnhandledExceptionEventHandler UnhandledException; - public static void Unload(System.AppDomain domain) => throw null; - } - public sealed class AppDomainSetup - { - public string ApplicationBase { get => throw null; } - public string TargetFrameworkName { get => throw null; } - } - public class AppDomainUnloadedException : System.SystemException - { - public AppDomainUnloadedException() => throw null; - protected AppDomainUnloadedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public AppDomainUnloadedException(string message) => throw null; - public AppDomainUnloadedException(string message, System.Exception innerException) => throw null; - } - public class ApplicationException : System.Exception - { - public ApplicationException() => throw null; - protected ApplicationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public ApplicationException(string message) => throw null; - public ApplicationException(string message, System.Exception innerException) => throw null; - } - public sealed class ApplicationId - { - public System.ApplicationId Copy() => throw null; - public ApplicationId(byte[] publicKeyToken, string name, System.Version version, string processorArchitecture, string culture) => throw null; - public string Culture { get => throw null; } - public override bool Equals(object o) => throw null; - public override int GetHashCode() => throw null; - public string Name { get => throw null; } - public string ProcessorArchitecture { get => throw null; } - public byte[] PublicKeyToken { get => throw null; } - public override string ToString() => throw null; - public System.Version Version { get => throw null; } - } - public struct ArgIterator - { - public ArgIterator(System.RuntimeArgumentHandle arglist) => throw null; - public unsafe ArgIterator(System.RuntimeArgumentHandle arglist, void* ptr) => throw null; - public void End() => throw null; - public override bool Equals(object o) => throw null; - public override int GetHashCode() => throw null; - public System.TypedReference GetNextArg() => throw null; - public System.TypedReference GetNextArg(System.RuntimeTypeHandle rth) => throw null; - public System.RuntimeTypeHandle GetNextArgType() => throw null; - public int GetRemainingCount() => throw null; - } - public class ArgumentException : System.SystemException - { - public ArgumentException() => throw null; - protected ArgumentException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public ArgumentException(string message) => throw null; - public ArgumentException(string message, System.Exception innerException) => throw null; - public ArgumentException(string message, string paramName) => throw null; - public ArgumentException(string message, string paramName, System.Exception innerException) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public override string Message { get => throw null; } - public virtual string ParamName { get => throw null; } - public static void ThrowIfNullOrEmpty(string argument, string paramName = default(string)) => throw null; - public static void ThrowIfNullOrWhiteSpace(string argument, string paramName = default(string)) => throw null; - } - public class ArgumentNullException : System.ArgumentException - { - public ArgumentNullException() => throw null; - protected ArgumentNullException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public ArgumentNullException(string paramName) => throw null; - public ArgumentNullException(string message, System.Exception innerException) => throw null; - public ArgumentNullException(string paramName, string message) => throw null; - public static void ThrowIfNull(object argument, string paramName = default(string)) => throw null; - public static unsafe void ThrowIfNull(void* argument, string paramName = default(string)) => throw null; - } - public class ArgumentOutOfRangeException : System.ArgumentException - { - public virtual object ActualValue { get => throw null; } - public ArgumentOutOfRangeException() => throw null; - protected ArgumentOutOfRangeException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public ArgumentOutOfRangeException(string paramName) => throw null; - public ArgumentOutOfRangeException(string message, System.Exception innerException) => throw null; - public ArgumentOutOfRangeException(string paramName, object actualValue, string message) => throw null; - public ArgumentOutOfRangeException(string paramName, string message) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public override string Message { get => throw null; } - public static void ThrowIfEqual(T value, T other, string paramName = default(string)) where T : System.IEquatable => throw null; - public static void ThrowIfGreaterThan(T value, T other, string paramName = default(string)) where T : System.IComparable => throw null; - public static void ThrowIfGreaterThanOrEqual(T value, T other, string paramName = default(string)) where T : System.IComparable => throw null; - public static void ThrowIfLessThan(T value, T other, string paramName = default(string)) where T : System.IComparable => throw null; - public static void ThrowIfLessThanOrEqual(T value, T other, string paramName = default(string)) where T : System.IComparable => throw null; - public static void ThrowIfNegative(T value, string paramName = default(string)) where T : System.Numerics.INumberBase => throw null; - public static void ThrowIfNegativeOrZero(T value, string paramName = default(string)) where T : System.Numerics.INumberBase => throw null; - public static void ThrowIfNotEqual(T value, T other, string paramName = default(string)) where T : System.IEquatable => throw null; - public static void ThrowIfZero(T value, string paramName = default(string)) where T : System.Numerics.INumberBase => throw null; - } - public class ArithmeticException : System.SystemException - { - public ArithmeticException() => throw null; - protected ArithmeticException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public ArithmeticException(string message) => throw null; - public ArithmeticException(string message, System.Exception innerException) => throw null; - } - public abstract class Array : System.ICloneable, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable - { - int System.Collections.IList.Add(object value) => throw null; - public static System.Collections.ObjectModel.ReadOnlyCollection AsReadOnly(T[] array) => throw null; - public static int BinarySearch(System.Array array, int index, int length, object value) => throw null; - public static int BinarySearch(System.Array array, int index, int length, object value, System.Collections.IComparer comparer) => throw null; - public static int BinarySearch(System.Array array, object value) => throw null; - public static int BinarySearch(System.Array array, object value, System.Collections.IComparer comparer) => throw null; - public static int BinarySearch(T[] array, int index, int length, T value) => throw null; - public static int BinarySearch(T[] array, int index, int length, T value, System.Collections.Generic.IComparer comparer) => throw null; - public static int BinarySearch(T[] array, T value) => throw null; - public static int BinarySearch(T[] array, T value, System.Collections.Generic.IComparer comparer) => throw null; - public static void Clear(System.Array array) => throw null; - public static void Clear(System.Array array, int index, int length) => throw null; - void System.Collections.IList.Clear() => throw null; - public object Clone() => throw null; - int System.Collections.IStructuralComparable.CompareTo(object other, System.Collections.IComparer comparer) => throw null; - public static void ConstrainedCopy(System.Array sourceArray, int sourceIndex, System.Array destinationArray, int destinationIndex, int length) => throw null; - bool System.Collections.IList.Contains(object value) => throw null; - public static TOutput[] ConvertAll(TInput[] array, System.Converter converter) => throw null; - public static void Copy(System.Array sourceArray, System.Array destinationArray, int length) => throw null; - public static void Copy(System.Array sourceArray, System.Array destinationArray, long length) => throw null; - public static void Copy(System.Array sourceArray, int sourceIndex, System.Array destinationArray, int destinationIndex, int length) => throw null; - public static void Copy(System.Array sourceArray, long sourceIndex, System.Array destinationArray, long destinationIndex, long length) => throw null; - public void CopyTo(System.Array array, int index) => throw null; - public void CopyTo(System.Array array, long index) => throw null; - int System.Collections.ICollection.Count { get => throw null; } - public static System.Array CreateInstance(System.Type elementType, int length) => throw null; - public static System.Array CreateInstance(System.Type elementType, int length1, int length2) => throw null; - public static System.Array CreateInstance(System.Type elementType, int length1, int length2, int length3) => throw null; - public static System.Array CreateInstance(System.Type elementType, params int[] lengths) => throw null; - public static System.Array CreateInstance(System.Type elementType, int[] lengths, int[] lowerBounds) => throw null; - public static System.Array CreateInstance(System.Type elementType, params long[] lengths) => throw null; - public static T[] Empty() => throw null; - bool System.Collections.IStructuralEquatable.Equals(object other, System.Collections.IEqualityComparer comparer) => throw null; - public static bool Exists(T[] array, System.Predicate match) => throw null; - public static void Fill(T[] array, T value) => throw null; - public static void Fill(T[] array, T value, int startIndex, int count) => throw null; - public static T Find(T[] array, System.Predicate match) => throw null; - public static T[] FindAll(T[] array, System.Predicate match) => throw null; - public static int FindIndex(T[] array, int startIndex, int count, System.Predicate match) => throw null; - public static int FindIndex(T[] array, int startIndex, System.Predicate match) => throw null; - public static int FindIndex(T[] array, System.Predicate match) => throw null; - public static T FindLast(T[] array, System.Predicate match) => throw null; - public static int FindLastIndex(T[] array, int startIndex, int count, System.Predicate match) => throw null; - public static int FindLastIndex(T[] array, int startIndex, System.Predicate match) => throw null; - public static int FindLastIndex(T[] array, System.Predicate match) => throw null; - public static void ForEach(T[] array, System.Action action) => throw null; - public System.Collections.IEnumerator GetEnumerator() => throw null; - int System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer comparer) => throw null; - public int GetLength(int dimension) => throw null; - public long GetLongLength(int dimension) => throw null; - public int GetLowerBound(int dimension) => throw null; - public int GetUpperBound(int dimension) => throw null; - public object GetValue(int index) => throw null; - public object GetValue(int index1, int index2) => throw null; - public object GetValue(int index1, int index2, int index3) => throw null; - public object GetValue(params int[] indices) => throw null; - public object GetValue(long index) => throw null; - public object GetValue(long index1, long index2) => throw null; - public object GetValue(long index1, long index2, long index3) => throw null; - public object GetValue(params long[] indices) => throw null; - public static int IndexOf(System.Array array, object value) => throw null; - public static int IndexOf(System.Array array, object value, int startIndex) => throw null; - public static int IndexOf(System.Array array, object value, int startIndex, int count) => throw null; - public static int IndexOf(T[] array, T value) => throw null; - public static int IndexOf(T[] array, T value, int startIndex) => throw null; - public static int IndexOf(T[] array, T value, int startIndex, int count) => throw null; - int System.Collections.IList.IndexOf(object value) => throw null; - public void Initialize() => throw null; - void System.Collections.IList.Insert(int index, object value) => throw null; - public bool IsFixedSize { get => throw null; } - public bool IsReadOnly { get => throw null; } - public bool IsSynchronized { get => throw null; } - object System.Collections.IList.this[int index] { get => throw null; set { } } - public static int LastIndexOf(System.Array array, object value) => throw null; - public static int LastIndexOf(System.Array array, object value, int startIndex) => throw null; - public static int LastIndexOf(System.Array array, object value, int startIndex, int count) => throw null; - public static int LastIndexOf(T[] array, T value) => throw null; - public static int LastIndexOf(T[] array, T value, int startIndex) => throw null; - public static int LastIndexOf(T[] array, T value, int startIndex, int count) => throw null; - public int Length { get => throw null; } - public long LongLength { get => throw null; } - public static int MaxLength { get => throw null; } - public int Rank { get => throw null; } - void System.Collections.IList.Remove(object value) => throw null; - void System.Collections.IList.RemoveAt(int index) => throw null; - public static void Resize(ref T[] array, int newSize) => throw null; - public static void Reverse(System.Array array) => throw null; - public static void Reverse(System.Array array, int index, int length) => throw null; - public static void Reverse(T[] array) => throw null; - public static void Reverse(T[] array, int index, int length) => throw null; - public void SetValue(object value, int index) => throw null; - public void SetValue(object value, int index1, int index2) => throw null; - public void SetValue(object value, int index1, int index2, int index3) => throw null; - public void SetValue(object value, params int[] indices) => throw null; - public void SetValue(object value, long index) => throw null; - public void SetValue(object value, long index1, long index2) => throw null; - public void SetValue(object value, long index1, long index2, long index3) => throw null; - public void SetValue(object value, params long[] indices) => throw null; - public static void Sort(System.Array array) => throw null; - public static void Sort(System.Array keys, System.Array items) => throw null; - public static void Sort(System.Array keys, System.Array items, System.Collections.IComparer comparer) => throw null; - public static void Sort(System.Array keys, System.Array items, int index, int length) => throw null; - public static void Sort(System.Array keys, System.Array items, int index, int length, System.Collections.IComparer comparer) => throw null; - public static void Sort(System.Array array, System.Collections.IComparer comparer) => throw null; - public static void Sort(System.Array array, int index, int length) => throw null; - public static void Sort(System.Array array, int index, int length, System.Collections.IComparer comparer) => throw null; - public static void Sort(T[] array) => throw null; - public static void Sort(T[] array, System.Collections.Generic.IComparer comparer) => throw null; - public static void Sort(T[] array, System.Comparison comparison) => throw null; - public static void Sort(T[] array, int index, int length) => throw null; - public static void Sort(T[] array, int index, int length, System.Collections.Generic.IComparer comparer) => throw null; - public static void Sort(TKey[] keys, TValue[] items) => throw null; - public static void Sort(TKey[] keys, TValue[] items, System.Collections.Generic.IComparer comparer) => throw null; - public static void Sort(TKey[] keys, TValue[] items, int index, int length) => throw null; - public static void Sort(TKey[] keys, TValue[] items, int index, int length, System.Collections.Generic.IComparer comparer) => throw null; - public object SyncRoot { get => throw null; } - public static bool TrueForAll(T[] array, System.Predicate match) => throw null; - } - public struct ArraySegment : System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IList, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyList - { - void System.Collections.Generic.ICollection.Add(T item) => throw null; - public T[] Array { get => throw null; } - void System.Collections.Generic.ICollection.Clear() => throw null; - bool System.Collections.Generic.ICollection.Contains(T item) => throw null; - public void CopyTo(System.ArraySegment destination) => throw null; - public void CopyTo(T[] destination) => throw null; - public void CopyTo(T[] destination, int destinationIndex) => throw null; - public int Count { get => throw null; } - public ArraySegment(T[] array) => throw null; - public ArraySegment(T[] array, int offset, int count) => throw null; - public static System.ArraySegment Empty { get => throw null; } - public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public T Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public void Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public bool Equals(System.ArraySegment obj) => throw null; - public override bool Equals(object obj) => throw null; - public System.ArraySegment.Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public override int GetHashCode() => throw null; - int System.Collections.Generic.IList.IndexOf(T item) => throw null; - void System.Collections.Generic.IList.Insert(int index, T item) => throw null; - bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } - T System.Collections.Generic.IList.this[int index] { get => throw null; set { } } - T System.Collections.Generic.IReadOnlyList.this[int index] { get => throw null; } - public int Offset { get => throw null; } - public static bool operator ==(System.ArraySegment a, System.ArraySegment b) => throw null; - public static implicit operator System.ArraySegment(T[] array) => throw null; - public static bool operator !=(System.ArraySegment a, System.ArraySegment b) => throw null; - bool System.Collections.Generic.ICollection.Remove(T item) => throw null; - void System.Collections.Generic.IList.RemoveAt(int index) => throw null; - public System.ArraySegment Slice(int index) => throw null; - public System.ArraySegment Slice(int index, int count) => throw null; - public T this[int index] { get => throw null; set { } } - public T[] ToArray() => throw null; - } - public class ArrayTypeMismatchException : System.SystemException - { - public ArrayTypeMismatchException() => throw null; - protected ArrayTypeMismatchException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public ArrayTypeMismatchException(string message) => throw null; - public ArrayTypeMismatchException(string message, System.Exception innerException) => throw null; - } - public class AssemblyLoadEventArgs : System.EventArgs - { - public AssemblyLoadEventArgs(System.Reflection.Assembly loadedAssembly) => throw null; - public System.Reflection.Assembly LoadedAssembly { get => throw null; } - } - public delegate void AssemblyLoadEventHandler(object sender, System.AssemblyLoadEventArgs args); - public delegate void AsyncCallback(System.IAsyncResult ar); - [System.AttributeUsage((System.AttributeTargets)32767, Inherited = true, AllowMultiple = false)] - public abstract class Attribute - { - protected Attribute() => throw null; - public override bool Equals(object obj) => throw null; - public static System.Attribute GetCustomAttribute(System.Reflection.Assembly element, System.Type attributeType) => throw null; - public static System.Attribute GetCustomAttribute(System.Reflection.Assembly element, System.Type attributeType, bool inherit) => throw null; - public static System.Attribute GetCustomAttribute(System.Reflection.MemberInfo element, System.Type attributeType) => throw null; - public static System.Attribute GetCustomAttribute(System.Reflection.MemberInfo element, System.Type attributeType, bool inherit) => throw null; - public static System.Attribute GetCustomAttribute(System.Reflection.Module element, System.Type attributeType) => throw null; - public static System.Attribute GetCustomAttribute(System.Reflection.Module element, System.Type attributeType, bool inherit) => throw null; - public static System.Attribute GetCustomAttribute(System.Reflection.ParameterInfo element, System.Type attributeType) => throw null; - public static System.Attribute GetCustomAttribute(System.Reflection.ParameterInfo element, System.Type attributeType, bool inherit) => throw null; - public static System.Attribute[] GetCustomAttributes(System.Reflection.Assembly element) => throw null; - public static System.Attribute[] GetCustomAttributes(System.Reflection.Assembly element, bool inherit) => throw null; - public static System.Attribute[] GetCustomAttributes(System.Reflection.Assembly element, System.Type attributeType) => throw null; - public static System.Attribute[] GetCustomAttributes(System.Reflection.Assembly element, System.Type attributeType, bool inherit) => throw null; - public static System.Attribute[] GetCustomAttributes(System.Reflection.MemberInfo element) => throw null; - public static System.Attribute[] GetCustomAttributes(System.Reflection.MemberInfo element, bool inherit) => throw null; - public static System.Attribute[] GetCustomAttributes(System.Reflection.MemberInfo element, System.Type attributeType) => throw null; - public static System.Attribute[] GetCustomAttributes(System.Reflection.MemberInfo element, System.Type attributeType, bool inherit) => throw null; - public static System.Attribute[] GetCustomAttributes(System.Reflection.Module element) => throw null; - public static System.Attribute[] GetCustomAttributes(System.Reflection.Module element, bool inherit) => throw null; - public static System.Attribute[] GetCustomAttributes(System.Reflection.Module element, System.Type attributeType) => throw null; - public static System.Attribute[] GetCustomAttributes(System.Reflection.Module element, System.Type attributeType, bool inherit) => throw null; - public static System.Attribute[] GetCustomAttributes(System.Reflection.ParameterInfo element) => throw null; - public static System.Attribute[] GetCustomAttributes(System.Reflection.ParameterInfo element, bool inherit) => throw null; - public static System.Attribute[] GetCustomAttributes(System.Reflection.ParameterInfo element, System.Type attributeType) => throw null; - public static System.Attribute[] GetCustomAttributes(System.Reflection.ParameterInfo element, System.Type attributeType, bool inherit) => throw null; - public override int GetHashCode() => throw null; - public virtual bool IsDefaultAttribute() => throw null; - public static bool IsDefined(System.Reflection.Assembly element, System.Type attributeType) => throw null; - public static bool IsDefined(System.Reflection.Assembly element, System.Type attributeType, bool inherit) => throw null; - public static bool IsDefined(System.Reflection.MemberInfo element, System.Type attributeType) => throw null; - public static bool IsDefined(System.Reflection.MemberInfo element, System.Type attributeType, bool inherit) => throw null; - public static bool IsDefined(System.Reflection.Module element, System.Type attributeType) => throw null; - public static bool IsDefined(System.Reflection.Module element, System.Type attributeType, bool inherit) => throw null; - public static bool IsDefined(System.Reflection.ParameterInfo element, System.Type attributeType) => throw null; - public static bool IsDefined(System.Reflection.ParameterInfo element, System.Type attributeType, bool inherit) => throw null; - public virtual bool Match(object obj) => throw null; - public virtual object TypeId { get => throw null; } - } - [System.Flags] - public enum AttributeTargets - { - Assembly = 1, - Module = 2, - Class = 4, - Struct = 8, - Enum = 16, - Constructor = 32, - Method = 64, - Property = 128, - Field = 256, - Event = 512, - Interface = 1024, - Parameter = 2048, - Delegate = 4096, - ReturnValue = 8192, - GenericParameter = 16384, - All = 32767, - } - [System.AttributeUsage((System.AttributeTargets)4, Inherited = true)] - public sealed class AttributeUsageAttribute : System.Attribute - { - public bool AllowMultiple { get => throw null; set { } } - public AttributeUsageAttribute(System.AttributeTargets validOn) => throw null; - public bool Inherited { get => throw null; set { } } - public System.AttributeTargets ValidOn { get => throw null; } - } - public class BadImageFormatException : System.SystemException - { - public BadImageFormatException() => throw null; - protected BadImageFormatException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public BadImageFormatException(string message) => throw null; - public BadImageFormatException(string message, System.Exception inner) => throw null; - public BadImageFormatException(string message, string fileName) => throw null; - public BadImageFormatException(string message, string fileName, System.Exception inner) => throw null; - public string FileName { get => throw null; } - public string FusionLog { get => throw null; } - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public override string Message { get => throw null; } - public override string ToString() => throw null; - } - [System.Flags] - public enum Base64FormattingOptions - { - None = 0, - InsertLineBreaks = 1, - } - public static class BitConverter - { - public static long DoubleToInt64Bits(double value) => throw null; - public static ulong DoubleToUInt64Bits(double value) => throw null; - public static byte[] GetBytes(bool value) => throw null; - public static byte[] GetBytes(char value) => throw null; - public static byte[] GetBytes(double value) => throw null; - public static byte[] GetBytes(System.Half value) => throw null; - public static byte[] GetBytes(short value) => throw null; - public static byte[] GetBytes(int value) => throw null; - public static byte[] GetBytes(long value) => throw null; - public static byte[] GetBytes(float value) => throw null; - public static byte[] GetBytes(ushort value) => throw null; - public static byte[] GetBytes(uint value) => throw null; - public static byte[] GetBytes(ulong value) => throw null; - public static short HalfToInt16Bits(System.Half value) => throw null; - public static ushort HalfToUInt16Bits(System.Half value) => throw null; - public static System.Half Int16BitsToHalf(short value) => throw null; - public static float Int32BitsToSingle(int value) => throw null; - public static double Int64BitsToDouble(long value) => throw null; - public static readonly bool IsLittleEndian; - public static int SingleToInt32Bits(float value) => throw null; - public static uint SingleToUInt32Bits(float value) => throw null; - public static bool ToBoolean(byte[] value, int startIndex) => throw null; - public static bool ToBoolean(System.ReadOnlySpan value) => throw null; - public static char ToChar(byte[] value, int startIndex) => throw null; - public static char ToChar(System.ReadOnlySpan value) => throw null; - public static double ToDouble(byte[] value, int startIndex) => throw null; - public static double ToDouble(System.ReadOnlySpan value) => throw null; - public static System.Half ToHalf(byte[] value, int startIndex) => throw null; - public static System.Half ToHalf(System.ReadOnlySpan value) => throw null; - public static short ToInt16(byte[] value, int startIndex) => throw null; - public static short ToInt16(System.ReadOnlySpan value) => throw null; - public static int ToInt32(byte[] value, int startIndex) => throw null; - public static int ToInt32(System.ReadOnlySpan value) => throw null; - public static long ToInt64(byte[] value, int startIndex) => throw null; - public static long ToInt64(System.ReadOnlySpan value) => throw null; - public static float ToSingle(byte[] value, int startIndex) => throw null; - public static float ToSingle(System.ReadOnlySpan value) => throw null; - public static string ToString(byte[] value) => throw null; - public static string ToString(byte[] value, int startIndex) => throw null; - public static string ToString(byte[] value, int startIndex, int length) => throw null; - public static ushort ToUInt16(byte[] value, int startIndex) => throw null; - public static ushort ToUInt16(System.ReadOnlySpan value) => throw null; - public static uint ToUInt32(byte[] value, int startIndex) => throw null; - public static uint ToUInt32(System.ReadOnlySpan value) => throw null; - public static ulong ToUInt64(byte[] value, int startIndex) => throw null; - public static ulong ToUInt64(System.ReadOnlySpan value) => throw null; - public static bool TryWriteBytes(System.Span destination, bool value) => throw null; - public static bool TryWriteBytes(System.Span destination, char value) => throw null; - public static bool TryWriteBytes(System.Span destination, double value) => throw null; - public static bool TryWriteBytes(System.Span destination, System.Half value) => throw null; - public static bool TryWriteBytes(System.Span destination, short value) => throw null; - public static bool TryWriteBytes(System.Span destination, int value) => throw null; - public static bool TryWriteBytes(System.Span destination, long value) => throw null; - public static bool TryWriteBytes(System.Span destination, float value) => throw null; - public static bool TryWriteBytes(System.Span destination, ushort value) => throw null; - public static bool TryWriteBytes(System.Span destination, uint value) => throw null; - public static bool TryWriteBytes(System.Span destination, ulong value) => throw null; - public static System.Half UInt16BitsToHalf(ushort value) => throw null; - public static float UInt32BitsToSingle(uint value) => throw null; - public static double UInt64BitsToDouble(ulong value) => throw null; - } - public struct Boolean : System.IComparable, System.IComparable, System.IConvertible, System.IEquatable, System.IParsable, System.ISpanParsable - { - public int CompareTo(bool value) => throw null; - public int CompareTo(object obj) => throw null; - public bool Equals(bool obj) => throw null; - public override bool Equals(object obj) => throw null; - public static readonly string FalseString; - public override int GetHashCode() => throw null; - public System.TypeCode GetTypeCode() => throw null; - public static bool Parse(System.ReadOnlySpan value) => throw null; - public static bool Parse(string value) => throw null; - static bool System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; - static bool System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - bool System.IConvertible.ToBoolean(System.IFormatProvider provider) => throw null; - byte System.IConvertible.ToByte(System.IFormatProvider provider) => throw null; - char System.IConvertible.ToChar(System.IFormatProvider provider) => throw null; - System.DateTime System.IConvertible.ToDateTime(System.IFormatProvider provider) => throw null; - decimal System.IConvertible.ToDecimal(System.IFormatProvider provider) => throw null; - double System.IConvertible.ToDouble(System.IFormatProvider provider) => throw null; - short System.IConvertible.ToInt16(System.IFormatProvider provider) => throw null; - int System.IConvertible.ToInt32(System.IFormatProvider provider) => throw null; - long System.IConvertible.ToInt64(System.IFormatProvider provider) => throw null; - sbyte System.IConvertible.ToSByte(System.IFormatProvider provider) => throw null; - float System.IConvertible.ToSingle(System.IFormatProvider provider) => throw null; - public override string ToString() => throw null; - public string ToString(System.IFormatProvider provider) => throw null; - object System.IConvertible.ToType(System.Type type, System.IFormatProvider provider) => throw null; - ushort System.IConvertible.ToUInt16(System.IFormatProvider provider) => throw null; - uint System.IConvertible.ToUInt32(System.IFormatProvider provider) => throw null; - ulong System.IConvertible.ToUInt64(System.IFormatProvider provider) => throw null; - public static readonly string TrueString; - public bool TryFormat(System.Span destination, out int charsWritten) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out bool result) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out bool result) => throw null; - public static bool TryParse(System.ReadOnlySpan value, out bool result) => throw null; - public static bool TryParse(string value, out bool result) => throw null; - } - public static class Buffer - { - public static void BlockCopy(System.Array src, int srcOffset, System.Array dst, int dstOffset, int count) => throw null; - public static int ByteLength(System.Array array) => throw null; - public static byte GetByte(System.Array array, int index) => throw null; - public static unsafe void MemoryCopy(void* source, void* destination, long destinationSizeInBytes, long sourceBytesToCopy) => throw null; - public static unsafe void MemoryCopy(void* source, void* destination, ulong destinationSizeInBytes, ulong sourceBytesToCopy) => throw null; - public static void SetByte(System.Array array, int index, byte value) => throw null; - } - namespace Buffers - { - public abstract class ArrayPool - { - public static System.Buffers.ArrayPool Create() => throw null; - public static System.Buffers.ArrayPool Create(int maxArrayLength, int maxArraysPerBucket) => throw null; - protected ArrayPool() => throw null; - public abstract T[] Rent(int minimumLength); - public abstract void Return(T[] array, bool clearArray = default(bool)); - public static System.Buffers.ArrayPool Shared { get => throw null; } - } - public interface IMemoryOwner : System.IDisposable - { - System.Memory Memory { get; } - } - public interface IPinnable - { - System.Buffers.MemoryHandle Pin(int elementIndex); - void Unpin(); - } - public struct MemoryHandle : System.IDisposable - { - public unsafe MemoryHandle(void* pointer, System.Runtime.InteropServices.GCHandle handle = default(System.Runtime.InteropServices.GCHandle), System.Buffers.IPinnable pinnable = default(System.Buffers.IPinnable)) => throw null; - public void Dispose() => throw null; - public unsafe void* Pointer { get => throw null; } - } - public abstract class MemoryManager : System.IDisposable, System.Buffers.IMemoryOwner, System.Buffers.IPinnable - { - protected System.Memory CreateMemory(int length) => throw null; - protected System.Memory CreateMemory(int start, int length) => throw null; - protected MemoryManager() => throw null; - protected abstract void Dispose(bool disposing); - void System.IDisposable.Dispose() => throw null; - public abstract System.Span GetSpan(); - public virtual System.Memory Memory { get => throw null; } - public abstract System.Buffers.MemoryHandle Pin(int elementIndex = default(int)); - protected virtual bool TryGetArray(out System.ArraySegment segment) => throw null; - public abstract void Unpin(); - } - public enum OperationStatus - { - Done = 0, - DestinationTooSmall = 1, - NeedMoreData = 2, - InvalidData = 3, - } - public delegate void ReadOnlySpanAction(System.ReadOnlySpan span, TArg arg); - public class SearchValues where T : System.IEquatable - { - public bool Contains(T value) => throw null; - } - public static class SearchValues - { - public static System.Buffers.SearchValues Create(System.ReadOnlySpan values) => throw null; - public static System.Buffers.SearchValues Create(System.ReadOnlySpan values) => throw null; - } - public delegate void SpanAction(System.Span span, TArg arg); - namespace Text - { - public static class Base64 - { - public static System.Buffers.OperationStatus DecodeFromUtf8(System.ReadOnlySpan utf8, System.Span bytes, out int bytesConsumed, out int bytesWritten, bool isFinalBlock = default(bool)) => throw null; - public static System.Buffers.OperationStatus DecodeFromUtf8InPlace(System.Span buffer, out int bytesWritten) => throw null; - public static System.Buffers.OperationStatus EncodeToUtf8(System.ReadOnlySpan bytes, System.Span utf8, out int bytesConsumed, out int bytesWritten, bool isFinalBlock = default(bool)) => throw null; - public static System.Buffers.OperationStatus EncodeToUtf8InPlace(System.Span buffer, int dataLength, out int bytesWritten) => throw null; - public static int GetMaxDecodedFromUtf8Length(int length) => throw null; - public static int GetMaxEncodedToUtf8Length(int length) => throw null; - public static bool IsValid(System.ReadOnlySpan base64Text) => throw null; - public static bool IsValid(System.ReadOnlySpan base64Text, out int decodedLength) => throw null; - public static bool IsValid(System.ReadOnlySpan base64TextUtf8) => throw null; - public static bool IsValid(System.ReadOnlySpan base64TextUtf8, out int decodedLength) => throw null; - } - } - } - public struct Byte : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IBinaryInteger, System.Numerics.IBinaryNumber, System.Numerics.IBitwiseOperators, System.IComparable, System.IComparable, System.Numerics.IComparisonOperators, System.IConvertible, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IMinMaxValue, System.Numerics.IModulusOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumber, System.Numerics.INumberBase, System.IParsable, System.Numerics.IShiftOperators, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.Numerics.IUnsignedNumber, System.IUtf8SpanFormattable, System.IUtf8SpanParsable - { - static byte System.Numerics.INumberBase.Abs(byte value) => throw null; - static byte System.Numerics.IAdditiveIdentity.AdditiveIdentity { get => throw null; } - static byte System.Numerics.IBinaryNumber.AllBitsSet { get => throw null; } - static byte System.Numerics.INumber.Clamp(byte value, byte min, byte max) => throw null; - public int CompareTo(byte value) => throw null; - public int CompareTo(object value) => throw null; - static byte System.Numerics.INumber.CopySign(byte value, byte sign) => throw null; - static byte System.Numerics.INumberBase.CreateChecked(TOther value) => throw null; - static byte System.Numerics.INumberBase.CreateSaturating(TOther value) => throw null; - static byte System.Numerics.INumberBase.CreateTruncating(TOther value) => throw null; - static (byte Quotient, byte Remainder) System.Numerics.IBinaryInteger.DivRem(byte left, byte right) => throw null; - public bool Equals(byte obj) => throw null; - public override bool Equals(object obj) => throw null; - int System.Numerics.IBinaryInteger.GetByteCount() => throw null; - public override int GetHashCode() => throw null; - int System.Numerics.IBinaryInteger.GetShortestBitLength() => throw null; - public System.TypeCode GetTypeCode() => throw null; - static bool System.Numerics.INumberBase.IsCanonical(byte value) => throw null; - static bool System.Numerics.INumberBase.IsComplexNumber(byte value) => throw null; - static bool System.Numerics.INumberBase.IsEvenInteger(byte value) => throw null; - static bool System.Numerics.INumberBase.IsFinite(byte value) => throw null; - static bool System.Numerics.INumberBase.IsImaginaryNumber(byte value) => throw null; - static bool System.Numerics.INumberBase.IsInfinity(byte value) => throw null; - static bool System.Numerics.INumberBase.IsInteger(byte value) => throw null; - static bool System.Numerics.INumberBase.IsNaN(byte value) => throw null; - static bool System.Numerics.INumberBase.IsNegative(byte value) => throw null; - static bool System.Numerics.INumberBase.IsNegativeInfinity(byte value) => throw null; - static bool System.Numerics.INumberBase.IsNormal(byte value) => throw null; - static bool System.Numerics.INumberBase.IsOddInteger(byte value) => throw null; - static bool System.Numerics.INumberBase.IsPositive(byte value) => throw null; - static bool System.Numerics.INumberBase.IsPositiveInfinity(byte value) => throw null; - static bool System.Numerics.IBinaryNumber.IsPow2(byte value) => throw null; - static bool System.Numerics.INumberBase.IsRealNumber(byte value) => throw null; - static bool System.Numerics.INumberBase.IsSubnormal(byte value) => throw null; - static bool System.Numerics.INumberBase.IsZero(byte value) => throw null; - static byte System.Numerics.IBinaryInteger.LeadingZeroCount(byte value) => throw null; - static byte System.Numerics.IBinaryNumber.Log2(byte value) => throw null; - static byte System.Numerics.INumber.Max(byte x, byte y) => throw null; - static byte System.Numerics.INumberBase.MaxMagnitude(byte x, byte y) => throw null; - static byte System.Numerics.INumberBase.MaxMagnitudeNumber(byte x, byte y) => throw null; - static byte System.Numerics.INumber.MaxNumber(byte x, byte y) => throw null; - public const byte MaxValue = 255; - static byte System.Numerics.IMinMaxValue.MaxValue { get => throw null; } - static byte System.Numerics.INumber.Min(byte x, byte y) => throw null; - static byte System.Numerics.INumberBase.MinMagnitude(byte x, byte y) => throw null; - static byte System.Numerics.INumberBase.MinMagnitudeNumber(byte x, byte y) => throw null; - static byte System.Numerics.INumber.MinNumber(byte x, byte y) => throw null; - public const byte MinValue = 0; - static byte System.Numerics.IMinMaxValue.MinValue { get => throw null; } - static byte System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } - static byte System.Numerics.INumberBase.One { get => throw null; } - static byte System.Numerics.IAdditionOperators.operator +(byte left, byte right) => throw null; - static byte System.Numerics.IBitwiseOperators.operator &(byte left, byte right) => throw null; - static byte System.Numerics.IBitwiseOperators.operator |(byte left, byte right) => throw null; - static byte System.Numerics.IAdditionOperators.operator checked +(byte left, byte right) => throw null; - static byte System.Numerics.IDecrementOperators.operator checked --(byte value) => throw null; - static byte System.Numerics.IIncrementOperators.operator checked ++(byte value) => throw null; - static byte System.Numerics.IMultiplyOperators.operator checked *(byte left, byte right) => throw null; - static byte System.Numerics.ISubtractionOperators.operator checked -(byte left, byte right) => throw null; - static byte System.Numerics.IUnaryNegationOperators.operator checked -(byte value) => throw null; - static byte System.Numerics.IDecrementOperators.operator --(byte value) => throw null; - static byte System.Numerics.IDivisionOperators.operator /(byte left, byte right) => throw null; - static bool System.Numerics.IEqualityOperators.operator ==(byte left, byte right) => throw null; - static byte System.Numerics.IBitwiseOperators.operator ^(byte left, byte right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >(byte left, byte right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >=(byte left, byte right) => throw null; - static byte System.Numerics.IIncrementOperators.operator ++(byte value) => throw null; - static bool System.Numerics.IEqualityOperators.operator !=(byte left, byte right) => throw null; - static byte System.Numerics.IShiftOperators.operator <<(byte value, int shiftAmount) => throw null; - static bool System.Numerics.IComparisonOperators.operator <(byte left, byte right) => throw null; - static bool System.Numerics.IComparisonOperators.operator <=(byte left, byte right) => throw null; - static byte System.Numerics.IModulusOperators.operator %(byte left, byte right) => throw null; - static byte System.Numerics.IMultiplyOperators.operator *(byte left, byte right) => throw null; - static byte System.Numerics.IBitwiseOperators.operator ~(byte value) => throw null; - static byte System.Numerics.IShiftOperators.operator >>(byte value, int shiftAmount) => throw null; - static byte System.Numerics.ISubtractionOperators.operator -(byte left, byte right) => throw null; - static byte System.Numerics.IUnaryNegationOperators.operator -(byte value) => throw null; - static byte System.Numerics.IUnaryPlusOperators.operator +(byte value) => throw null; - static byte System.Numerics.IShiftOperators.operator >>>(byte value, int shiftAmount) => throw null; - static byte System.Numerics.INumberBase.Parse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static byte System.IUtf8SpanParsable.Parse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider) => throw null; - static byte System.Numerics.INumberBase.Parse(System.ReadOnlySpan s, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static byte System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - public static byte Parse(string s) => throw null; - public static byte Parse(string s, System.Globalization.NumberStyles style) => throw null; - static byte System.Numerics.INumberBase.Parse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider) => throw null; - static byte System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; - static byte System.Numerics.IBinaryInteger.PopCount(byte value) => throw null; - static int System.Numerics.INumberBase.Radix { get => throw null; } - static byte System.Numerics.IBinaryInteger.RotateLeft(byte value, int rotateAmount) => throw null; - static byte System.Numerics.IBinaryInteger.RotateRight(byte value, int rotateAmount) => throw null; - static int System.Numerics.INumber.Sign(byte value) => throw null; - bool System.IConvertible.ToBoolean(System.IFormatProvider provider) => throw null; - byte System.IConvertible.ToByte(System.IFormatProvider provider) => throw null; - char System.IConvertible.ToChar(System.IFormatProvider provider) => throw null; - System.DateTime System.IConvertible.ToDateTime(System.IFormatProvider provider) => throw null; - decimal System.IConvertible.ToDecimal(System.IFormatProvider provider) => throw null; - double System.IConvertible.ToDouble(System.IFormatProvider provider) => throw null; - short System.IConvertible.ToInt16(System.IFormatProvider provider) => throw null; - int System.IConvertible.ToInt32(System.IFormatProvider provider) => throw null; - long System.IConvertible.ToInt64(System.IFormatProvider provider) => throw null; - sbyte System.IConvertible.ToSByte(System.IFormatProvider provider) => throw null; - float System.IConvertible.ToSingle(System.IFormatProvider provider) => throw null; - public override string ToString() => throw null; - public string ToString(System.IFormatProvider provider) => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider provider) => throw null; - object System.IConvertible.ToType(System.Type type, System.IFormatProvider provider) => throw null; - ushort System.IConvertible.ToUInt16(System.IFormatProvider provider) => throw null; - uint System.IConvertible.ToUInt32(System.IFormatProvider provider) => throw null; - ulong System.IConvertible.ToUInt64(System.IFormatProvider provider) => throw null; - static byte System.Numerics.IBinaryInteger.TrailingZeroCount(byte value) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromChecked(TOther value, out byte result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromSaturating(TOther value, out byte result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromTruncating(TOther value, out byte result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToChecked(byte value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToSaturating(byte value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToTruncating(byte value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public static bool TryParse(System.ReadOnlySpan utf8Text, out byte result) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out byte result) => throw null; - static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out byte result) => throw null; - public static bool TryParse(System.ReadOnlySpan s, out byte result) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out byte result) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out byte result) => throw null; - public static bool TryParse(string s, out byte result) => throw null; - static bool System.Numerics.INumberBase.TryParse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out byte result) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out byte result) => throw null; - static bool System.Numerics.IBinaryInteger.TryReadBigEndian(System.ReadOnlySpan source, bool isUnsigned, out byte value) => throw null; - static bool System.Numerics.IBinaryInteger.TryReadLittleEndian(System.ReadOnlySpan source, bool isUnsigned, out byte value) => throw null; - bool System.Numerics.IBinaryInteger.TryWriteBigEndian(System.Span destination, out int bytesWritten) => throw null; - bool System.Numerics.IBinaryInteger.TryWriteLittleEndian(System.Span destination, out int bytesWritten) => throw null; - static byte System.Numerics.INumberBase.Zero { get => throw null; } - } - public class CannotUnloadAppDomainException : System.SystemException - { - public CannotUnloadAppDomainException() => throw null; - protected CannotUnloadAppDomainException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public CannotUnloadAppDomainException(string message) => throw null; - public CannotUnloadAppDomainException(string message, System.Exception innerException) => throw null; - } - public struct Char : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IBinaryInteger, System.Numerics.IBinaryNumber, System.Numerics.IBitwiseOperators, System.IComparable, System.IComparable, System.Numerics.IComparisonOperators, System.IConvertible, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IMinMaxValue, System.Numerics.IModulusOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumber, System.Numerics.INumberBase, System.IParsable, System.Numerics.IShiftOperators, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.Numerics.IUnsignedNumber, System.IUtf8SpanFormattable, System.IUtf8SpanParsable - { - static char System.Numerics.INumberBase.Abs(char value) => throw null; - static char System.Numerics.IAdditiveIdentity.AdditiveIdentity { get => throw null; } - static char System.Numerics.IBinaryNumber.AllBitsSet { get => throw null; } - public int CompareTo(char value) => throw null; - public int CompareTo(object value) => throw null; - public static string ConvertFromUtf32(int utf32) => throw null; - public static int ConvertToUtf32(char highSurrogate, char lowSurrogate) => throw null; - public static int ConvertToUtf32(string s, int index) => throw null; - public bool Equals(char obj) => throw null; - public override bool Equals(object obj) => throw null; - int System.Numerics.IBinaryInteger.GetByteCount() => throw null; - public override int GetHashCode() => throw null; - public static double GetNumericValue(char c) => throw null; - public static double GetNumericValue(string s, int index) => throw null; - int System.Numerics.IBinaryInteger.GetShortestBitLength() => throw null; - public System.TypeCode GetTypeCode() => throw null; - public static System.Globalization.UnicodeCategory GetUnicodeCategory(char c) => throw null; - public static System.Globalization.UnicodeCategory GetUnicodeCategory(string s, int index) => throw null; - public static bool IsAscii(char c) => throw null; - public static bool IsAsciiDigit(char c) => throw null; - public static bool IsAsciiHexDigit(char c) => throw null; - public static bool IsAsciiHexDigitLower(char c) => throw null; - public static bool IsAsciiHexDigitUpper(char c) => throw null; - public static bool IsAsciiLetter(char c) => throw null; - public static bool IsAsciiLetterLower(char c) => throw null; - public static bool IsAsciiLetterOrDigit(char c) => throw null; - public static bool IsAsciiLetterUpper(char c) => throw null; - public static bool IsBetween(char c, char minInclusive, char maxInclusive) => throw null; - static bool System.Numerics.INumberBase.IsCanonical(char value) => throw null; - static bool System.Numerics.INumberBase.IsComplexNumber(char value) => throw null; - public static bool IsControl(char c) => throw null; - public static bool IsControl(string s, int index) => throw null; - public static bool IsDigit(char c) => throw null; - public static bool IsDigit(string s, int index) => throw null; - static bool System.Numerics.INumberBase.IsEvenInteger(char value) => throw null; - static bool System.Numerics.INumberBase.IsFinite(char value) => throw null; - public static bool IsHighSurrogate(char c) => throw null; - public static bool IsHighSurrogate(string s, int index) => throw null; - static bool System.Numerics.INumberBase.IsImaginaryNumber(char value) => throw null; - static bool System.Numerics.INumberBase.IsInfinity(char value) => throw null; - static bool System.Numerics.INumberBase.IsInteger(char value) => throw null; - public static bool IsLetter(char c) => throw null; - public static bool IsLetter(string s, int index) => throw null; - public static bool IsLetterOrDigit(char c) => throw null; - public static bool IsLetterOrDigit(string s, int index) => throw null; - public static bool IsLower(char c) => throw null; - public static bool IsLower(string s, int index) => throw null; - public static bool IsLowSurrogate(char c) => throw null; - public static bool IsLowSurrogate(string s, int index) => throw null; - static bool System.Numerics.INumberBase.IsNaN(char value) => throw null; - static bool System.Numerics.INumberBase.IsNegative(char value) => throw null; - static bool System.Numerics.INumberBase.IsNegativeInfinity(char value) => throw null; - static bool System.Numerics.INumberBase.IsNormal(char value) => throw null; - public static bool IsNumber(char c) => throw null; - public static bool IsNumber(string s, int index) => throw null; - static bool System.Numerics.INumberBase.IsOddInteger(char value) => throw null; - static bool System.Numerics.INumberBase.IsPositive(char value) => throw null; - static bool System.Numerics.INumberBase.IsPositiveInfinity(char value) => throw null; - static bool System.Numerics.IBinaryNumber.IsPow2(char value) => throw null; - public static bool IsPunctuation(char c) => throw null; - public static bool IsPunctuation(string s, int index) => throw null; - static bool System.Numerics.INumberBase.IsRealNumber(char value) => throw null; - public static bool IsSeparator(char c) => throw null; - public static bool IsSeparator(string s, int index) => throw null; - static bool System.Numerics.INumberBase.IsSubnormal(char value) => throw null; - public static bool IsSurrogate(char c) => throw null; - public static bool IsSurrogate(string s, int index) => throw null; - public static bool IsSurrogatePair(char highSurrogate, char lowSurrogate) => throw null; - public static bool IsSurrogatePair(string s, int index) => throw null; - public static bool IsSymbol(char c) => throw null; - public static bool IsSymbol(string s, int index) => throw null; - public static bool IsUpper(char c) => throw null; - public static bool IsUpper(string s, int index) => throw null; - public static bool IsWhiteSpace(char c) => throw null; - public static bool IsWhiteSpace(string s, int index) => throw null; - static bool System.Numerics.INumberBase.IsZero(char value) => throw null; - static char System.Numerics.IBinaryInteger.LeadingZeroCount(char value) => throw null; - static char System.Numerics.IBinaryNumber.Log2(char value) => throw null; - static char System.Numerics.INumberBase.MaxMagnitude(char x, char y) => throw null; - static char System.Numerics.INumberBase.MaxMagnitudeNumber(char x, char y) => throw null; - public const char MaxValue = default; - static char System.Numerics.IMinMaxValue.MaxValue { get => throw null; } - static char System.Numerics.INumberBase.MinMagnitude(char x, char y) => throw null; - static char System.Numerics.INumberBase.MinMagnitudeNumber(char x, char y) => throw null; - public const char MinValue = default; - static char System.Numerics.IMinMaxValue.MinValue { get => throw null; } - static char System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } - static char System.Numerics.INumberBase.One { get => throw null; } - static char System.Numerics.IAdditionOperators.operator +(char left, char right) => throw null; - static char System.Numerics.IBitwiseOperators.operator &(char left, char right) => throw null; - static char System.Numerics.IBitwiseOperators.operator |(char left, char right) => throw null; - static char System.Numerics.IAdditionOperators.operator checked +(char left, char right) => throw null; - static char System.Numerics.IDecrementOperators.operator checked --(char value) => throw null; - static char System.Numerics.IIncrementOperators.operator checked ++(char value) => throw null; - static char System.Numerics.IMultiplyOperators.operator checked *(char left, char right) => throw null; - static char System.Numerics.ISubtractionOperators.operator checked -(char left, char right) => throw null; - static char System.Numerics.IUnaryNegationOperators.operator checked -(char value) => throw null; - static char System.Numerics.IDecrementOperators.operator --(char value) => throw null; - static char System.Numerics.IDivisionOperators.operator /(char left, char right) => throw null; - static bool System.Numerics.IEqualityOperators.operator ==(char left, char right) => throw null; - static char System.Numerics.IBitwiseOperators.operator ^(char left, char right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >(char left, char right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >=(char left, char right) => throw null; - static char System.Numerics.IIncrementOperators.operator ++(char value) => throw null; - static bool System.Numerics.IEqualityOperators.operator !=(char left, char right) => throw null; - static char System.Numerics.IShiftOperators.operator <<(char value, int shiftAmount) => throw null; - static bool System.Numerics.IComparisonOperators.operator <(char left, char right) => throw null; - static bool System.Numerics.IComparisonOperators.operator <=(char left, char right) => throw null; - static char System.Numerics.IModulusOperators.operator %(char left, char right) => throw null; - static char System.Numerics.IMultiplyOperators.operator *(char left, char right) => throw null; - static char System.Numerics.IBitwiseOperators.operator ~(char value) => throw null; - static char System.Numerics.IShiftOperators.operator >>(char value, int shiftAmount) => throw null; - static char System.Numerics.ISubtractionOperators.operator -(char left, char right) => throw null; - static char System.Numerics.IUnaryNegationOperators.operator -(char value) => throw null; - static char System.Numerics.IUnaryPlusOperators.operator +(char value) => throw null; - static char System.Numerics.IShiftOperators.operator >>>(char value, int shiftAmount) => throw null; - public static char Parse(string s) => throw null; - static char System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; - static char System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - static char System.Numerics.INumberBase.Parse(System.ReadOnlySpan s, System.Globalization.NumberStyles style, System.IFormatProvider provider) => throw null; - static char System.Numerics.INumberBase.Parse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider) => throw null; - static char System.Numerics.IBinaryInteger.PopCount(char value) => throw null; - static int System.Numerics.INumberBase.Radix { get => throw null; } - static char System.Numerics.IBinaryInteger.RotateLeft(char value, int rotateAmount) => throw null; - static char System.Numerics.IBinaryInteger.RotateRight(char value, int rotateAmount) => throw null; - bool System.IConvertible.ToBoolean(System.IFormatProvider provider) => throw null; - byte System.IConvertible.ToByte(System.IFormatProvider provider) => throw null; - char System.IConvertible.ToChar(System.IFormatProvider provider) => throw null; - System.DateTime System.IConvertible.ToDateTime(System.IFormatProvider provider) => throw null; - decimal System.IConvertible.ToDecimal(System.IFormatProvider provider) => throw null; - double System.IConvertible.ToDouble(System.IFormatProvider provider) => throw null; - short System.IConvertible.ToInt16(System.IFormatProvider provider) => throw null; - int System.IConvertible.ToInt32(System.IFormatProvider provider) => throw null; - long System.IConvertible.ToInt64(System.IFormatProvider provider) => throw null; - public static char ToLower(char c) => throw null; - public static char ToLower(char c, System.Globalization.CultureInfo culture) => throw null; - public static char ToLowerInvariant(char c) => throw null; - sbyte System.IConvertible.ToSByte(System.IFormatProvider provider) => throw null; - float System.IConvertible.ToSingle(System.IFormatProvider provider) => throw null; - string System.IFormattable.ToString(string format, System.IFormatProvider formatProvider) => throw null; - public override string ToString() => throw null; - public static string ToString(char c) => throw null; - public string ToString(System.IFormatProvider provider) => throw null; - object System.IConvertible.ToType(System.Type type, System.IFormatProvider provider) => throw null; - ushort System.IConvertible.ToUInt16(System.IFormatProvider provider) => throw null; - uint System.IConvertible.ToUInt32(System.IFormatProvider provider) => throw null; - ulong System.IConvertible.ToUInt64(System.IFormatProvider provider) => throw null; - public static char ToUpper(char c) => throw null; - public static char ToUpper(char c, System.Globalization.CultureInfo culture) => throw null; - public static char ToUpperInvariant(char c) => throw null; - static char System.Numerics.IBinaryInteger.TrailingZeroCount(char value) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromChecked(TOther value, out char result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromSaturating(TOther value, out char result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromTruncating(TOther value, out char result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToChecked(char value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToSaturating(char value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToTruncating(char value, out TOther result) => throw null; - bool System.ISpanFormattable.TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format, System.IFormatProvider provider) => throw null; - bool System.IUtf8SpanFormattable.TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format, System.IFormatProvider provider) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out char result) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out char result) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out char result) => throw null; - static bool System.Numerics.INumberBase.TryParse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out char result) => throw null; - public static bool TryParse(string s, out char result) => throw null; - static bool System.Numerics.IBinaryInteger.TryReadBigEndian(System.ReadOnlySpan source, bool isUnsigned, out char value) => throw null; - static bool System.Numerics.IBinaryInteger.TryReadLittleEndian(System.ReadOnlySpan source, bool isUnsigned, out char value) => throw null; - bool System.Numerics.IBinaryInteger.TryWriteBigEndian(System.Span destination, out int bytesWritten) => throw null; - bool System.Numerics.IBinaryInteger.TryWriteLittleEndian(System.Span destination, out int bytesWritten) => throw null; - static char System.Numerics.INumberBase.Zero { get => throw null; } - } - public sealed class CharEnumerator : System.ICloneable, System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public object Clone() => throw null; - public char Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public void Dispose() => throw null; - public bool MoveNext() => throw null; - public void Reset() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)32767, Inherited = true, AllowMultiple = false)] - public sealed class CLSCompliantAttribute : System.Attribute - { - public CLSCompliantAttribute(bool isCompliant) => throw null; - public bool IsCompliant { get => throw null; } - } - namespace CodeDom - { - namespace Compiler - { - [System.AttributeUsage((System.AttributeTargets)32767, Inherited = false, AllowMultiple = false)] - public sealed class GeneratedCodeAttribute : System.Attribute - { - public GeneratedCodeAttribute(string tool, string version) => throw null; - public string Tool { get => throw null; } - public string Version { get => throw null; } - } - public class IndentedTextWriter : System.IO.TextWriter - { - public override void Close() => throw null; - public IndentedTextWriter(System.IO.TextWriter writer) => throw null; - public IndentedTextWriter(System.IO.TextWriter writer, string tabString) => throw null; - public const string DefaultTabString = default; - public override System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - public override System.Text.Encoding Encoding { get => throw null; } - public override void Flush() => throw null; - public override System.Threading.Tasks.Task FlushAsync() => throw null; - public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public int Indent { get => throw null; set { } } - public System.IO.TextWriter InnerWriter { get => throw null; } - public override string NewLine { get => throw null; set { } } - protected virtual void OutputTabs() => throw null; - protected virtual System.Threading.Tasks.Task OutputTabsAsync() => throw null; - public override void Write(bool value) => throw null; - public override void Write(char value) => throw null; - public override void Write(char[] buffer) => throw null; - public override void Write(char[] buffer, int index, int count) => throw null; - public override void Write(double value) => throw null; - public override void Write(int value) => throw null; - public override void Write(long value) => throw null; - public override void Write(object value) => throw null; - public override void Write(float value) => throw null; - public override void Write(string s) => throw null; - public override void Write(string format, object arg0) => throw null; - public override void Write(string format, object arg0, object arg1) => throw null; - public override void Write(string format, params object[] arg) => throw null; - public override System.Threading.Tasks.Task WriteAsync(char value) => throw null; - public override System.Threading.Tasks.Task WriteAsync(char[] buffer, int index, int count) => throw null; - public override System.Threading.Tasks.Task WriteAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override System.Threading.Tasks.Task WriteAsync(string value) => throw null; - public override System.Threading.Tasks.Task WriteAsync(System.Text.StringBuilder value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override void WriteLine() => throw null; - public override void WriteLine(bool value) => throw null; - public override void WriteLine(char value) => throw null; - public override void WriteLine(char[] buffer) => throw null; - public override void WriteLine(char[] buffer, int index, int count) => throw null; - public override void WriteLine(double value) => throw null; - public override void WriteLine(int value) => throw null; - public override void WriteLine(long value) => throw null; - public override void WriteLine(object value) => throw null; - public override void WriteLine(float value) => throw null; - public override void WriteLine(string s) => throw null; - public override void WriteLine(string format, object arg0) => throw null; - public override void WriteLine(string format, object arg0, object arg1) => throw null; - public override void WriteLine(string format, params object[] arg) => throw null; - public override void WriteLine(uint value) => throw null; - public override System.Threading.Tasks.Task WriteLineAsync() => throw null; - public override System.Threading.Tasks.Task WriteLineAsync(char value) => throw null; - public override System.Threading.Tasks.Task WriteLineAsync(char[] buffer, int index, int count) => throw null; - public override System.Threading.Tasks.Task WriteLineAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override System.Threading.Tasks.Task WriteLineAsync(string value) => throw null; - public override System.Threading.Tasks.Task WriteLineAsync(System.Text.StringBuilder value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public void WriteLineNoTabs(string s) => throw null; - public System.Threading.Tasks.Task WriteLineNoTabsAsync(string s) => throw null; - } - } - } - namespace Collections - { - public class ArrayList : System.ICloneable, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList - { - public static System.Collections.ArrayList Adapter(System.Collections.IList list) => throw null; - public virtual int Add(object value) => throw null; - public virtual void AddRange(System.Collections.ICollection c) => throw null; - public virtual int BinarySearch(int index, int count, object value, System.Collections.IComparer comparer) => throw null; - public virtual int BinarySearch(object value) => throw null; - public virtual int BinarySearch(object value, System.Collections.IComparer comparer) => throw null; - public virtual int Capacity { get => throw null; set { } } - public virtual void Clear() => throw null; - public virtual object Clone() => throw null; - public virtual bool Contains(object item) => throw null; - public virtual void CopyTo(System.Array array) => throw null; - public virtual void CopyTo(System.Array array, int arrayIndex) => throw null; - public virtual void CopyTo(int index, System.Array array, int arrayIndex, int count) => throw null; - public virtual int Count { get => throw null; } - public ArrayList() => throw null; - public ArrayList(System.Collections.ICollection c) => throw null; - public ArrayList(int capacity) => throw null; - public static System.Collections.ArrayList FixedSize(System.Collections.ArrayList list) => throw null; - public static System.Collections.IList FixedSize(System.Collections.IList list) => throw null; - public virtual System.Collections.IEnumerator GetEnumerator() => throw null; - public virtual System.Collections.IEnumerator GetEnumerator(int index, int count) => throw null; - public virtual System.Collections.ArrayList GetRange(int index, int count) => throw null; - public virtual int IndexOf(object value) => throw null; - public virtual int IndexOf(object value, int startIndex) => throw null; - public virtual int IndexOf(object value, int startIndex, int count) => throw null; - public virtual void Insert(int index, object value) => throw null; - public virtual void InsertRange(int index, System.Collections.ICollection c) => throw null; - public virtual bool IsFixedSize { get => throw null; } - public virtual bool IsReadOnly { get => throw null; } - public virtual bool IsSynchronized { get => throw null; } - public virtual int LastIndexOf(object value) => throw null; - public virtual int LastIndexOf(object value, int startIndex) => throw null; - public virtual int LastIndexOf(object value, int startIndex, int count) => throw null; - public static System.Collections.ArrayList ReadOnly(System.Collections.ArrayList list) => throw null; - public static System.Collections.IList ReadOnly(System.Collections.IList list) => throw null; - public virtual void Remove(object obj) => throw null; - public virtual void RemoveAt(int index) => throw null; - public virtual void RemoveRange(int index, int count) => throw null; - public static System.Collections.ArrayList Repeat(object value, int count) => throw null; - public virtual void Reverse() => throw null; - public virtual void Reverse(int index, int count) => throw null; - public virtual void SetRange(int index, System.Collections.ICollection c) => throw null; - public virtual void Sort() => throw null; - public virtual void Sort(System.Collections.IComparer comparer) => throw null; - public virtual void Sort(int index, int count, System.Collections.IComparer comparer) => throw null; - public static System.Collections.ArrayList Synchronized(System.Collections.ArrayList list) => throw null; - public static System.Collections.IList Synchronized(System.Collections.IList list) => throw null; - public virtual object SyncRoot { get => throw null; } - public virtual object this[int index] { get => throw null; set { } } - public virtual object[] ToArray() => throw null; - public virtual System.Array ToArray(System.Type type) => throw null; - public virtual void TrimToSize() => throw null; - } - public sealed class Comparer : System.Collections.IComparer, System.Runtime.Serialization.ISerializable - { - public int Compare(object a, object b) => throw null; - public Comparer(System.Globalization.CultureInfo culture) => throw null; - public static readonly System.Collections.Comparer Default; - public static readonly System.Collections.Comparer DefaultInvariant; - public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - } - public struct DictionaryEntry - { - public DictionaryEntry(object key, object value) => throw null; - public void Deconstruct(out object key, out object value) => throw null; - public object Key { get => throw null; set { } } - public object Value { get => throw null; set { } } - } - namespace Generic - { - public interface IAsyncEnumerable - { - System.Collections.Generic.IAsyncEnumerator GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); - } - public interface IAsyncEnumerator : System.IAsyncDisposable - { - T Current { get; } - System.Threading.Tasks.ValueTask MoveNextAsync(); - } - public interface ICollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - void Add(T item); - void Clear(); - bool Contains(T item); - void CopyTo(T[] array, int arrayIndex); - int Count { get; } - bool IsReadOnly { get; } - bool Remove(T item); - } - public interface IComparer - { - int Compare(T x, T y); - } - public interface IDictionary : System.Collections.Generic.ICollection>, System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable - { - void Add(TKey key, TValue value); - bool ContainsKey(TKey key); - System.Collections.Generic.ICollection Keys { get; } - bool Remove(TKey key); - TValue this[TKey key] { get; set; } - bool TryGetValue(TKey key, out TValue value); - System.Collections.Generic.ICollection Values { get; } - } - public interface IEnumerable : System.Collections.IEnumerable - { - System.Collections.Generic.IEnumerator GetEnumerator(); - } - public interface IEnumerator : System.IDisposable, System.Collections.IEnumerator - { - T Current { get; } - } - public interface IEqualityComparer - { - bool Equals(T x, T y); - int GetHashCode(T obj); - } - public interface IList : System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - int IndexOf(T item); - void Insert(int index, T item); - void RemoveAt(int index); - T this[int index] { get; set; } - } - public interface IReadOnlyCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - int Count { get; } - } - public interface IReadOnlyDictionary : System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection> - { - bool ContainsKey(TKey key); - System.Collections.Generic.IEnumerable Keys { get; } - TValue this[TKey key] { get; } - bool TryGetValue(TKey key, out TValue value); - System.Collections.Generic.IEnumerable Values { get; } - } - public interface IReadOnlyList : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - T this[int index] { get; } - } - public interface IReadOnlySet : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - bool Contains(T item); - bool IsProperSubsetOf(System.Collections.Generic.IEnumerable other); - bool IsProperSupersetOf(System.Collections.Generic.IEnumerable other); - bool IsSubsetOf(System.Collections.Generic.IEnumerable other); - bool IsSupersetOf(System.Collections.Generic.IEnumerable other); - bool Overlaps(System.Collections.Generic.IEnumerable other); - bool SetEquals(System.Collections.Generic.IEnumerable other); - } - public interface ISet : System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - bool Add(T item); - void ExceptWith(System.Collections.Generic.IEnumerable other); - void IntersectWith(System.Collections.Generic.IEnumerable other); - bool IsProperSubsetOf(System.Collections.Generic.IEnumerable other); - bool IsProperSupersetOf(System.Collections.Generic.IEnumerable other); - bool IsSubsetOf(System.Collections.Generic.IEnumerable other); - bool IsSupersetOf(System.Collections.Generic.IEnumerable other); - bool Overlaps(System.Collections.Generic.IEnumerable other); - bool SetEquals(System.Collections.Generic.IEnumerable other); - void SymmetricExceptWith(System.Collections.Generic.IEnumerable other); - void UnionWith(System.Collections.Generic.IEnumerable other); - } - public class KeyNotFoundException : System.SystemException - { - public KeyNotFoundException() => throw null; - protected KeyNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public KeyNotFoundException(string message) => throw null; - public KeyNotFoundException(string message, System.Exception innerException) => throw null; - } - public static class KeyValuePair - { - public static System.Collections.Generic.KeyValuePair Create(TKey key, TValue value) => throw null; - } - public struct KeyValuePair - { - public KeyValuePair(TKey key, TValue value) => throw null; - public void Deconstruct(out TKey key, out TValue value) => throw null; - public TKey Key { get => throw null; } - public override string ToString() => throw null; - public TValue Value { get => throw null; } - } - } - public class Hashtable : System.ICloneable, System.Collections.ICollection, System.Runtime.Serialization.IDeserializationCallback, System.Collections.IDictionary, System.Collections.IEnumerable, System.Runtime.Serialization.ISerializable - { - public virtual void Add(object key, object value) => throw null; - public virtual void Clear() => throw null; - public virtual object Clone() => throw null; - protected System.Collections.IComparer comparer { get => throw null; set { } } - public virtual bool Contains(object key) => throw null; - public virtual bool ContainsKey(object key) => throw null; - public virtual bool ContainsValue(object value) => throw null; - public virtual void CopyTo(System.Array array, int arrayIndex) => throw null; - public virtual int Count { get => throw null; } - public Hashtable() => throw null; - public Hashtable(System.Collections.IDictionary d) => throw null; - public Hashtable(System.Collections.IDictionary d, System.Collections.IEqualityComparer equalityComparer) => throw null; - public Hashtable(System.Collections.IDictionary d, System.Collections.IHashCodeProvider hcp, System.Collections.IComparer comparer) => throw null; - public Hashtable(System.Collections.IDictionary d, float loadFactor) => throw null; - public Hashtable(System.Collections.IDictionary d, float loadFactor, System.Collections.IEqualityComparer equalityComparer) => throw null; - public Hashtable(System.Collections.IDictionary d, float loadFactor, System.Collections.IHashCodeProvider hcp, System.Collections.IComparer comparer) => throw null; - public Hashtable(System.Collections.IEqualityComparer equalityComparer) => throw null; - public Hashtable(System.Collections.IHashCodeProvider hcp, System.Collections.IComparer comparer) => throw null; - public Hashtable(int capacity) => throw null; - public Hashtable(int capacity, System.Collections.IEqualityComparer equalityComparer) => throw null; - public Hashtable(int capacity, System.Collections.IHashCodeProvider hcp, System.Collections.IComparer comparer) => throw null; - public Hashtable(int capacity, float loadFactor) => throw null; - public Hashtable(int capacity, float loadFactor, System.Collections.IEqualityComparer equalityComparer) => throw null; - public Hashtable(int capacity, float loadFactor, System.Collections.IHashCodeProvider hcp, System.Collections.IComparer comparer) => throw null; - protected Hashtable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - protected System.Collections.IEqualityComparer EqualityComparer { get => throw null; } - public virtual System.Collections.IDictionaryEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - protected virtual int GetHash(object key) => throw null; - public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - protected System.Collections.IHashCodeProvider hcp { get => throw null; set { } } - public virtual bool IsFixedSize { get => throw null; } - public virtual bool IsReadOnly { get => throw null; } - public virtual bool IsSynchronized { get => throw null; } - protected virtual bool KeyEquals(object item, object key) => throw null; - public virtual System.Collections.ICollection Keys { get => throw null; } - public virtual void OnDeserialization(object sender) => throw null; - public virtual void Remove(object key) => throw null; - public static System.Collections.Hashtable Synchronized(System.Collections.Hashtable table) => throw null; - public virtual object SyncRoot { get => throw null; } - public virtual object this[object key] { get => throw null; set { } } - public virtual System.Collections.ICollection Values { get => throw null; } - } - public interface ICollection : System.Collections.IEnumerable - { - void CopyTo(System.Array array, int index); - int Count { get; } - bool IsSynchronized { get; } - object SyncRoot { get; } - } - public interface IComparer - { - int Compare(object x, object y); - } - public interface IDictionary : System.Collections.ICollection, System.Collections.IEnumerable - { - void Add(object key, object value); - void Clear(); - bool Contains(object key); - System.Collections.IDictionaryEnumerator GetEnumerator(); - bool IsFixedSize { get; } - bool IsReadOnly { get; } - System.Collections.ICollection Keys { get; } - void Remove(object key); - object this[object key] { get; set; } - System.Collections.ICollection Values { get; } - } - public interface IDictionaryEnumerator : System.Collections.IEnumerator - { - System.Collections.DictionaryEntry Entry { get; } - object Key { get; } - object Value { get; } - } - public interface IEnumerable - { - System.Collections.IEnumerator GetEnumerator(); - } - public interface IEnumerator - { - object Current { get; } - bool MoveNext(); - void Reset(); - } - public interface IEqualityComparer - { - bool Equals(object x, object y); - int GetHashCode(object obj); - } - public interface IHashCodeProvider - { - int GetHashCode(object obj); - } - public interface IList : System.Collections.ICollection, System.Collections.IEnumerable - { - int Add(object value); - void Clear(); - bool Contains(object value); - int IndexOf(object value); - void Insert(int index, object value); - bool IsFixedSize { get; } - bool IsReadOnly { get; } - void Remove(object value); - void RemoveAt(int index); - object this[int index] { get; set; } - } - public interface IStructuralComparable - { - int CompareTo(object other, System.Collections.IComparer comparer); - } - public interface IStructuralEquatable - { - bool Equals(object other, System.Collections.IEqualityComparer comparer); - int GetHashCode(System.Collections.IEqualityComparer comparer); - } - namespace ObjectModel - { - public class Collection : System.Collections.Generic.ICollection, System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IList, System.Collections.IList, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyList - { - public void Add(T item) => throw null; - int System.Collections.IList.Add(object value) => throw null; - public void Clear() => throw null; - protected virtual void ClearItems() => throw null; - public bool Contains(T item) => throw null; - bool System.Collections.IList.Contains(object value) => throw null; - public void CopyTo(T[] array, int index) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public Collection() => throw null; - public Collection(System.Collections.Generic.IList list) => throw null; - public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public int IndexOf(T item) => throw null; - int System.Collections.IList.IndexOf(object value) => throw null; - public void Insert(int index, T item) => throw null; - void System.Collections.IList.Insert(int index, object value) => throw null; - protected virtual void InsertItem(int index, T item) => throw null; - bool System.Collections.IList.IsFixedSize { get => throw null; } - bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } - bool System.Collections.IList.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - object System.Collections.IList.this[int index] { get => throw null; set { } } - protected System.Collections.Generic.IList Items { get => throw null; } - public bool Remove(T item) => throw null; - void System.Collections.IList.Remove(object value) => throw null; - public void RemoveAt(int index) => throw null; - protected virtual void RemoveItem(int index) => throw null; - protected virtual void SetItem(int index, T item) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public T this[int index] { get => throw null; set { } } - } - public class ReadOnlyCollection : System.Collections.Generic.ICollection, System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IList, System.Collections.IList, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyList - { - void System.Collections.Generic.ICollection.Add(T value) => throw null; - int System.Collections.IList.Add(object value) => throw null; - void System.Collections.Generic.ICollection.Clear() => throw null; - void System.Collections.IList.Clear() => throw null; - public bool Contains(T value) => throw null; - bool System.Collections.IList.Contains(object value) => throw null; - public void CopyTo(T[] array, int index) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public ReadOnlyCollection(System.Collections.Generic.IList list) => throw null; - public static System.Collections.ObjectModel.ReadOnlyCollection Empty { get => throw null; } - public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public int IndexOf(T value) => throw null; - int System.Collections.IList.IndexOf(object value) => throw null; - void System.Collections.Generic.IList.Insert(int index, T value) => throw null; - void System.Collections.IList.Insert(int index, object value) => throw null; - bool System.Collections.IList.IsFixedSize { get => throw null; } - bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } - bool System.Collections.IList.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - T System.Collections.Generic.IList.this[int index] { get => throw null; set { } } - object System.Collections.IList.this[int index] { get => throw null; set { } } - protected System.Collections.Generic.IList Items { get => throw null; } - bool System.Collections.Generic.ICollection.Remove(T value) => throw null; - void System.Collections.IList.Remove(object value) => throw null; - void System.Collections.Generic.IList.RemoveAt(int index) => throw null; - void System.Collections.IList.RemoveAt(int index) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public T this[int index] { get => throw null; } - } - public class ReadOnlyDictionary : System.Collections.Generic.ICollection>, System.Collections.ICollection, System.Collections.Generic.IDictionary, System.Collections.IDictionary, System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection>, System.Collections.Generic.IReadOnlyDictionary - { - void System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair item) => throw null; - void System.Collections.Generic.IDictionary.Add(TKey key, TValue value) => throw null; - void System.Collections.IDictionary.Add(object key, object value) => throw null; - void System.Collections.Generic.ICollection>.Clear() => throw null; - void System.Collections.IDictionary.Clear() => throw null; - bool System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair item) => throw null; - bool System.Collections.IDictionary.Contains(object key) => throw null; - public bool ContainsKey(TKey key) => throw null; - void System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair[] array, int arrayIndex) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public ReadOnlyDictionary(System.Collections.Generic.IDictionary dictionary) => throw null; - protected System.Collections.Generic.IDictionary Dictionary { get => throw null; } - public static System.Collections.ObjectModel.ReadOnlyDictionary Empty { get => throw null; } - public System.Collections.Generic.IEnumerator> GetEnumerator() => throw null; - System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - bool System.Collections.IDictionary.IsFixedSize { get => throw null; } - bool System.Collections.Generic.ICollection>.IsReadOnly { get => throw null; } - bool System.Collections.IDictionary.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - TValue System.Collections.Generic.IDictionary.this[TKey key] { get => throw null; set { } } - object System.Collections.IDictionary.this[object key] { get => throw null; set { } } - public sealed class KeyCollection : System.Collections.Generic.ICollection, System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - void System.Collections.Generic.ICollection.Add(TKey item) => throw null; - void System.Collections.Generic.ICollection.Clear() => throw null; - public bool Contains(TKey item) => throw null; - public void CopyTo(TKey[] array, int arrayIndex) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - bool System.Collections.Generic.ICollection.Remove(TKey item) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - } - public System.Collections.ObjectModel.ReadOnlyDictionary.KeyCollection Keys { get => throw null; } - System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Keys { get => throw null; } - System.Collections.Generic.IEnumerable System.Collections.Generic.IReadOnlyDictionary.Keys { get => throw null; } - System.Collections.ICollection System.Collections.IDictionary.Keys { get => throw null; } - bool System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair item) => throw null; - bool System.Collections.Generic.IDictionary.Remove(TKey key) => throw null; - void System.Collections.IDictionary.Remove(object key) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - public TValue this[TKey key] { get => throw null; } - public bool TryGetValue(TKey key, out TValue value) => throw null; - public sealed class ValueCollection : System.Collections.Generic.ICollection, System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection - { - void System.Collections.Generic.ICollection.Add(TValue item) => throw null; - void System.Collections.Generic.ICollection.Clear() => throw null; - bool System.Collections.Generic.ICollection.Contains(TValue item) => throw null; - public void CopyTo(TValue[] array, int arrayIndex) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - bool System.Collections.Generic.ICollection.Remove(TValue item) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - } - System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Values { get => throw null; } - System.Collections.Generic.IEnumerable System.Collections.Generic.IReadOnlyDictionary.Values { get => throw null; } - System.Collections.ICollection System.Collections.IDictionary.Values { get => throw null; } - public System.Collections.ObjectModel.ReadOnlyDictionary.ValueCollection Values { get => throw null; } - } - } - } - public delegate int Comparison(T x, T y); - namespace ComponentModel - { - [System.AttributeUsage((System.AttributeTargets)32767)] - public class DefaultValueAttribute : System.Attribute - { - public DefaultValueAttribute(bool value) => throw null; - public DefaultValueAttribute(byte value) => throw null; - public DefaultValueAttribute(char value) => throw null; - public DefaultValueAttribute(double value) => throw null; - public DefaultValueAttribute(short value) => throw null; - public DefaultValueAttribute(int value) => throw null; - public DefaultValueAttribute(long value) => throw null; - public DefaultValueAttribute(object value) => throw null; - public DefaultValueAttribute(sbyte value) => throw null; - public DefaultValueAttribute(float value) => throw null; - public DefaultValueAttribute(string value) => throw null; - public DefaultValueAttribute(System.Type type, string value) => throw null; - public DefaultValueAttribute(ushort value) => throw null; - public DefaultValueAttribute(uint value) => throw null; - public DefaultValueAttribute(ulong value) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - protected void SetValue(object value) => throw null; - public virtual object Value { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)6140)] - public sealed class EditorBrowsableAttribute : System.Attribute - { - public EditorBrowsableAttribute() => throw null; - public EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState state) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public System.ComponentModel.EditorBrowsableState State { get => throw null; } - } - public enum EditorBrowsableState - { - Always = 0, - Never = 1, - Advanced = 2, - } - } - namespace Configuration - { - namespace Assemblies - { - public enum AssemblyHashAlgorithm - { - None = 0, - MD5 = 32771, - SHA1 = 32772, - SHA256 = 32780, - SHA384 = 32781, - SHA512 = 32782, - } - public enum AssemblyVersionCompatibility - { - SameMachine = 1, - SameProcess = 2, - SameDomain = 3, - } - } - } - public abstract class ContextBoundObject : System.MarshalByRefObject - { - protected ContextBoundObject() => throw null; - } - public class ContextMarshalException : System.SystemException - { - public ContextMarshalException() => throw null; - protected ContextMarshalException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public ContextMarshalException(string message) => throw null; - public ContextMarshalException(string message, System.Exception inner) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)256, Inherited = false)] - public class ContextStaticAttribute : System.Attribute - { - public ContextStaticAttribute() => throw null; - } - public static class Convert - { - public static object ChangeType(object value, System.Type conversionType) => throw null; - public static object ChangeType(object value, System.Type conversionType, System.IFormatProvider provider) => throw null; - public static object ChangeType(object value, System.TypeCode typeCode) => throw null; - public static object ChangeType(object value, System.TypeCode typeCode, System.IFormatProvider provider) => throw null; - public static readonly object DBNull; - public static byte[] FromBase64CharArray(char[] inArray, int offset, int length) => throw null; - public static byte[] FromBase64String(string s) => throw null; - public static byte[] FromHexString(System.ReadOnlySpan chars) => throw null; - public static byte[] FromHexString(string s) => throw null; - public static System.TypeCode GetTypeCode(object value) => throw null; - public static bool IsDBNull(object value) => throw null; - public static int ToBase64CharArray(byte[] inArray, int offsetIn, int length, char[] outArray, int offsetOut) => throw null; - public static int ToBase64CharArray(byte[] inArray, int offsetIn, int length, char[] outArray, int offsetOut, System.Base64FormattingOptions options) => throw null; - public static string ToBase64String(byte[] inArray) => throw null; - public static string ToBase64String(byte[] inArray, System.Base64FormattingOptions options) => throw null; - public static string ToBase64String(byte[] inArray, int offset, int length) => throw null; - public static string ToBase64String(byte[] inArray, int offset, int length, System.Base64FormattingOptions options) => throw null; - public static string ToBase64String(System.ReadOnlySpan bytes, System.Base64FormattingOptions options = default(System.Base64FormattingOptions)) => throw null; - public static bool ToBoolean(bool value) => throw null; - public static bool ToBoolean(byte value) => throw null; - public static bool ToBoolean(char value) => throw null; - public static bool ToBoolean(System.DateTime value) => throw null; - public static bool ToBoolean(decimal value) => throw null; - public static bool ToBoolean(double value) => throw null; - public static bool ToBoolean(short value) => throw null; - public static bool ToBoolean(int value) => throw null; - public static bool ToBoolean(long value) => throw null; - public static bool ToBoolean(object value) => throw null; - public static bool ToBoolean(object value, System.IFormatProvider provider) => throw null; - public static bool ToBoolean(sbyte value) => throw null; - public static bool ToBoolean(float value) => throw null; - public static bool ToBoolean(string value) => throw null; - public static bool ToBoolean(string value, System.IFormatProvider provider) => throw null; - public static bool ToBoolean(ushort value) => throw null; - public static bool ToBoolean(uint value) => throw null; - public static bool ToBoolean(ulong value) => throw null; - public static byte ToByte(bool value) => throw null; - public static byte ToByte(byte value) => throw null; - public static byte ToByte(char value) => throw null; - public static byte ToByte(System.DateTime value) => throw null; - public static byte ToByte(decimal value) => throw null; - public static byte ToByte(double value) => throw null; - public static byte ToByte(short value) => throw null; - public static byte ToByte(int value) => throw null; - public static byte ToByte(long value) => throw null; - public static byte ToByte(object value) => throw null; - public static byte ToByte(object value, System.IFormatProvider provider) => throw null; - public static byte ToByte(sbyte value) => throw null; - public static byte ToByte(float value) => throw null; - public static byte ToByte(string value) => throw null; - public static byte ToByte(string value, System.IFormatProvider provider) => throw null; - public static byte ToByte(string value, int fromBase) => throw null; - public static byte ToByte(ushort value) => throw null; - public static byte ToByte(uint value) => throw null; - public static byte ToByte(ulong value) => throw null; - public static char ToChar(bool value) => throw null; - public static char ToChar(byte value) => throw null; - public static char ToChar(char value) => throw null; - public static char ToChar(System.DateTime value) => throw null; - public static char ToChar(decimal value) => throw null; - public static char ToChar(double value) => throw null; - public static char ToChar(short value) => throw null; - public static char ToChar(int value) => throw null; - public static char ToChar(long value) => throw null; - public static char ToChar(object value) => throw null; - public static char ToChar(object value, System.IFormatProvider provider) => throw null; - public static char ToChar(sbyte value) => throw null; - public static char ToChar(float value) => throw null; - public static char ToChar(string value) => throw null; - public static char ToChar(string value, System.IFormatProvider provider) => throw null; - public static char ToChar(ushort value) => throw null; - public static char ToChar(uint value) => throw null; - public static char ToChar(ulong value) => throw null; - public static System.DateTime ToDateTime(bool value) => throw null; - public static System.DateTime ToDateTime(byte value) => throw null; - public static System.DateTime ToDateTime(char value) => throw null; - public static System.DateTime ToDateTime(System.DateTime value) => throw null; - public static System.DateTime ToDateTime(decimal value) => throw null; - public static System.DateTime ToDateTime(double value) => throw null; - public static System.DateTime ToDateTime(short value) => throw null; - public static System.DateTime ToDateTime(int value) => throw null; - public static System.DateTime ToDateTime(long value) => throw null; - public static System.DateTime ToDateTime(object value) => throw null; - public static System.DateTime ToDateTime(object value, System.IFormatProvider provider) => throw null; - public static System.DateTime ToDateTime(sbyte value) => throw null; - public static System.DateTime ToDateTime(float value) => throw null; - public static System.DateTime ToDateTime(string value) => throw null; - public static System.DateTime ToDateTime(string value, System.IFormatProvider provider) => throw null; - public static System.DateTime ToDateTime(ushort value) => throw null; - public static System.DateTime ToDateTime(uint value) => throw null; - public static System.DateTime ToDateTime(ulong value) => throw null; - public static decimal ToDecimal(bool value) => throw null; - public static decimal ToDecimal(byte value) => throw null; - public static decimal ToDecimal(char value) => throw null; - public static decimal ToDecimal(System.DateTime value) => throw null; - public static decimal ToDecimal(decimal value) => throw null; - public static decimal ToDecimal(double value) => throw null; - public static decimal ToDecimal(short value) => throw null; - public static decimal ToDecimal(int value) => throw null; - public static decimal ToDecimal(long value) => throw null; - public static decimal ToDecimal(object value) => throw null; - public static decimal ToDecimal(object value, System.IFormatProvider provider) => throw null; - public static decimal ToDecimal(sbyte value) => throw null; - public static decimal ToDecimal(float value) => throw null; - public static decimal ToDecimal(string value) => throw null; - public static decimal ToDecimal(string value, System.IFormatProvider provider) => throw null; - public static decimal ToDecimal(ushort value) => throw null; - public static decimal ToDecimal(uint value) => throw null; - public static decimal ToDecimal(ulong value) => throw null; - public static double ToDouble(bool value) => throw null; - public static double ToDouble(byte value) => throw null; - public static double ToDouble(char value) => throw null; - public static double ToDouble(System.DateTime value) => throw null; - public static double ToDouble(decimal value) => throw null; - public static double ToDouble(double value) => throw null; - public static double ToDouble(short value) => throw null; - public static double ToDouble(int value) => throw null; - public static double ToDouble(long value) => throw null; - public static double ToDouble(object value) => throw null; - public static double ToDouble(object value, System.IFormatProvider provider) => throw null; - public static double ToDouble(sbyte value) => throw null; - public static double ToDouble(float value) => throw null; - public static double ToDouble(string value) => throw null; - public static double ToDouble(string value, System.IFormatProvider provider) => throw null; - public static double ToDouble(ushort value) => throw null; - public static double ToDouble(uint value) => throw null; - public static double ToDouble(ulong value) => throw null; - public static string ToHexString(byte[] inArray) => throw null; - public static string ToHexString(byte[] inArray, int offset, int length) => throw null; - public static string ToHexString(System.ReadOnlySpan bytes) => throw null; - public static short ToInt16(bool value) => throw null; - public static short ToInt16(byte value) => throw null; - public static short ToInt16(char value) => throw null; - public static short ToInt16(System.DateTime value) => throw null; - public static short ToInt16(decimal value) => throw null; - public static short ToInt16(double value) => throw null; - public static short ToInt16(short value) => throw null; - public static short ToInt16(int value) => throw null; - public static short ToInt16(long value) => throw null; - public static short ToInt16(object value) => throw null; - public static short ToInt16(object value, System.IFormatProvider provider) => throw null; - public static short ToInt16(sbyte value) => throw null; - public static short ToInt16(float value) => throw null; - public static short ToInt16(string value) => throw null; - public static short ToInt16(string value, System.IFormatProvider provider) => throw null; - public static short ToInt16(string value, int fromBase) => throw null; - public static short ToInt16(ushort value) => throw null; - public static short ToInt16(uint value) => throw null; - public static short ToInt16(ulong value) => throw null; - public static int ToInt32(bool value) => throw null; - public static int ToInt32(byte value) => throw null; - public static int ToInt32(char value) => throw null; - public static int ToInt32(System.DateTime value) => throw null; - public static int ToInt32(decimal value) => throw null; - public static int ToInt32(double value) => throw null; - public static int ToInt32(short value) => throw null; - public static int ToInt32(int value) => throw null; - public static int ToInt32(long value) => throw null; - public static int ToInt32(object value) => throw null; - public static int ToInt32(object value, System.IFormatProvider provider) => throw null; - public static int ToInt32(sbyte value) => throw null; - public static int ToInt32(float value) => throw null; - public static int ToInt32(string value) => throw null; - public static int ToInt32(string value, System.IFormatProvider provider) => throw null; - public static int ToInt32(string value, int fromBase) => throw null; - public static int ToInt32(ushort value) => throw null; - public static int ToInt32(uint value) => throw null; - public static int ToInt32(ulong value) => throw null; - public static long ToInt64(bool value) => throw null; - public static long ToInt64(byte value) => throw null; - public static long ToInt64(char value) => throw null; - public static long ToInt64(System.DateTime value) => throw null; - public static long ToInt64(decimal value) => throw null; - public static long ToInt64(double value) => throw null; - public static long ToInt64(short value) => throw null; - public static long ToInt64(int value) => throw null; - public static long ToInt64(long value) => throw null; - public static long ToInt64(object value) => throw null; - public static long ToInt64(object value, System.IFormatProvider provider) => throw null; - public static long ToInt64(sbyte value) => throw null; - public static long ToInt64(float value) => throw null; - public static long ToInt64(string value) => throw null; - public static long ToInt64(string value, System.IFormatProvider provider) => throw null; - public static long ToInt64(string value, int fromBase) => throw null; - public static long ToInt64(ushort value) => throw null; - public static long ToInt64(uint value) => throw null; - public static long ToInt64(ulong value) => throw null; - public static sbyte ToSByte(bool value) => throw null; - public static sbyte ToSByte(byte value) => throw null; - public static sbyte ToSByte(char value) => throw null; - public static sbyte ToSByte(System.DateTime value) => throw null; - public static sbyte ToSByte(decimal value) => throw null; - public static sbyte ToSByte(double value) => throw null; - public static sbyte ToSByte(short value) => throw null; - public static sbyte ToSByte(int value) => throw null; - public static sbyte ToSByte(long value) => throw null; - public static sbyte ToSByte(object value) => throw null; - public static sbyte ToSByte(object value, System.IFormatProvider provider) => throw null; - public static sbyte ToSByte(sbyte value) => throw null; - public static sbyte ToSByte(float value) => throw null; - public static sbyte ToSByte(string value) => throw null; - public static sbyte ToSByte(string value, System.IFormatProvider provider) => throw null; - public static sbyte ToSByte(string value, int fromBase) => throw null; - public static sbyte ToSByte(ushort value) => throw null; - public static sbyte ToSByte(uint value) => throw null; - public static sbyte ToSByte(ulong value) => throw null; - public static float ToSingle(bool value) => throw null; - public static float ToSingle(byte value) => throw null; - public static float ToSingle(char value) => throw null; - public static float ToSingle(System.DateTime value) => throw null; - public static float ToSingle(decimal value) => throw null; - public static float ToSingle(double value) => throw null; - public static float ToSingle(short value) => throw null; - public static float ToSingle(int value) => throw null; - public static float ToSingle(long value) => throw null; - public static float ToSingle(object value) => throw null; - public static float ToSingle(object value, System.IFormatProvider provider) => throw null; - public static float ToSingle(sbyte value) => throw null; - public static float ToSingle(float value) => throw null; - public static float ToSingle(string value) => throw null; - public static float ToSingle(string value, System.IFormatProvider provider) => throw null; - public static float ToSingle(ushort value) => throw null; - public static float ToSingle(uint value) => throw null; - public static float ToSingle(ulong value) => throw null; - public static string ToString(bool value) => throw null; - public static string ToString(bool value, System.IFormatProvider provider) => throw null; - public static string ToString(byte value) => throw null; - public static string ToString(byte value, System.IFormatProvider provider) => throw null; - public static string ToString(byte value, int toBase) => throw null; - public static string ToString(char value) => throw null; - public static string ToString(char value, System.IFormatProvider provider) => throw null; - public static string ToString(System.DateTime value) => throw null; - public static string ToString(System.DateTime value, System.IFormatProvider provider) => throw null; - public static string ToString(decimal value) => throw null; - public static string ToString(decimal value, System.IFormatProvider provider) => throw null; - public static string ToString(double value) => throw null; - public static string ToString(double value, System.IFormatProvider provider) => throw null; - public static string ToString(short value) => throw null; - public static string ToString(short value, System.IFormatProvider provider) => throw null; - public static string ToString(short value, int toBase) => throw null; - public static string ToString(int value) => throw null; - public static string ToString(int value, System.IFormatProvider provider) => throw null; - public static string ToString(int value, int toBase) => throw null; - public static string ToString(long value) => throw null; - public static string ToString(long value, System.IFormatProvider provider) => throw null; - public static string ToString(long value, int toBase) => throw null; - public static string ToString(object value) => throw null; - public static string ToString(object value, System.IFormatProvider provider) => throw null; - public static string ToString(sbyte value) => throw null; - public static string ToString(sbyte value, System.IFormatProvider provider) => throw null; - public static string ToString(float value) => throw null; - public static string ToString(float value, System.IFormatProvider provider) => throw null; - public static string ToString(string value) => throw null; - public static string ToString(string value, System.IFormatProvider provider) => throw null; - public static string ToString(ushort value) => throw null; - public static string ToString(ushort value, System.IFormatProvider provider) => throw null; - public static string ToString(uint value) => throw null; - public static string ToString(uint value, System.IFormatProvider provider) => throw null; - public static string ToString(ulong value) => throw null; - public static string ToString(ulong value, System.IFormatProvider provider) => throw null; - public static ushort ToUInt16(bool value) => throw null; - public static ushort ToUInt16(byte value) => throw null; - public static ushort ToUInt16(char value) => throw null; - public static ushort ToUInt16(System.DateTime value) => throw null; - public static ushort ToUInt16(decimal value) => throw null; - public static ushort ToUInt16(double value) => throw null; - public static ushort ToUInt16(short value) => throw null; - public static ushort ToUInt16(int value) => throw null; - public static ushort ToUInt16(long value) => throw null; - public static ushort ToUInt16(object value) => throw null; - public static ushort ToUInt16(object value, System.IFormatProvider provider) => throw null; - public static ushort ToUInt16(sbyte value) => throw null; - public static ushort ToUInt16(float value) => throw null; - public static ushort ToUInt16(string value) => throw null; - public static ushort ToUInt16(string value, System.IFormatProvider provider) => throw null; - public static ushort ToUInt16(string value, int fromBase) => throw null; - public static ushort ToUInt16(ushort value) => throw null; - public static ushort ToUInt16(uint value) => throw null; - public static ushort ToUInt16(ulong value) => throw null; - public static uint ToUInt32(bool value) => throw null; - public static uint ToUInt32(byte value) => throw null; - public static uint ToUInt32(char value) => throw null; - public static uint ToUInt32(System.DateTime value) => throw null; - public static uint ToUInt32(decimal value) => throw null; - public static uint ToUInt32(double value) => throw null; - public static uint ToUInt32(short value) => throw null; - public static uint ToUInt32(int value) => throw null; - public static uint ToUInt32(long value) => throw null; - public static uint ToUInt32(object value) => throw null; - public static uint ToUInt32(object value, System.IFormatProvider provider) => throw null; - public static uint ToUInt32(sbyte value) => throw null; - public static uint ToUInt32(float value) => throw null; - public static uint ToUInt32(string value) => throw null; - public static uint ToUInt32(string value, System.IFormatProvider provider) => throw null; - public static uint ToUInt32(string value, int fromBase) => throw null; - public static uint ToUInt32(ushort value) => throw null; - public static uint ToUInt32(uint value) => throw null; - public static uint ToUInt32(ulong value) => throw null; - public static ulong ToUInt64(bool value) => throw null; - public static ulong ToUInt64(byte value) => throw null; - public static ulong ToUInt64(char value) => throw null; - public static ulong ToUInt64(System.DateTime value) => throw null; - public static ulong ToUInt64(decimal value) => throw null; - public static ulong ToUInt64(double value) => throw null; - public static ulong ToUInt64(short value) => throw null; - public static ulong ToUInt64(int value) => throw null; - public static ulong ToUInt64(long value) => throw null; - public static ulong ToUInt64(object value) => throw null; - public static ulong ToUInt64(object value, System.IFormatProvider provider) => throw null; - public static ulong ToUInt64(sbyte value) => throw null; - public static ulong ToUInt64(float value) => throw null; - public static ulong ToUInt64(string value) => throw null; - public static ulong ToUInt64(string value, System.IFormatProvider provider) => throw null; - public static ulong ToUInt64(string value, int fromBase) => throw null; - public static ulong ToUInt64(ushort value) => throw null; - public static ulong ToUInt64(uint value) => throw null; - public static ulong ToUInt64(ulong value) => throw null; - public static bool TryFromBase64Chars(System.ReadOnlySpan chars, System.Span bytes, out int bytesWritten) => throw null; - public static bool TryFromBase64String(string s, System.Span bytes, out int bytesWritten) => throw null; - public static bool TryToBase64Chars(System.ReadOnlySpan bytes, System.Span chars, out int charsWritten, System.Base64FormattingOptions options = default(System.Base64FormattingOptions)) => throw null; - } - public delegate TOutput Converter(TInput input); - public struct DateOnly : System.IComparable, System.IComparable, System.IEquatable, System.IFormattable, System.IParsable, System.ISpanFormattable, System.ISpanParsable, System.IUtf8SpanFormattable - { - public System.DateOnly AddDays(int value) => throw null; - public System.DateOnly AddMonths(int value) => throw null; - public System.DateOnly AddYears(int value) => throw null; - public int CompareTo(System.DateOnly value) => throw null; - public int CompareTo(object value) => throw null; - public DateOnly(int year, int month, int day) => throw null; - public DateOnly(int year, int month, int day, System.Globalization.Calendar calendar) => throw null; - public int Day { get => throw null; } - public int DayNumber { get => throw null; } - public System.DayOfWeek DayOfWeek { get => throw null; } - public int DayOfYear { get => throw null; } - public void Deconstruct(out int year, out int month, out int day) => throw null; - public bool Equals(System.DateOnly value) => throw null; - public override bool Equals(object value) => throw null; - public static System.DateOnly FromDateTime(System.DateTime dateTime) => throw null; - public static System.DateOnly FromDayNumber(int dayNumber) => throw null; - public override int GetHashCode() => throw null; - public static System.DateOnly MaxValue { get => throw null; } - public static System.DateOnly MinValue { get => throw null; } - public int Month { get => throw null; } - public static bool operator ==(System.DateOnly left, System.DateOnly right) => throw null; - public static bool operator >(System.DateOnly left, System.DateOnly right) => throw null; - public static bool operator >=(System.DateOnly left, System.DateOnly right) => throw null; - public static bool operator !=(System.DateOnly left, System.DateOnly right) => throw null; - public static bool operator <(System.DateOnly left, System.DateOnly right) => throw null; - public static bool operator <=(System.DateOnly left, System.DateOnly right) => throw null; - static System.DateOnly System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - public static System.DateOnly Parse(System.ReadOnlySpan s, System.IFormatProvider provider = default(System.IFormatProvider), System.Globalization.DateTimeStyles style = default(System.Globalization.DateTimeStyles)) => throw null; - public static System.DateOnly Parse(string s) => throw null; - static System.DateOnly System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; - public static System.DateOnly Parse(string s, System.IFormatProvider provider, System.Globalization.DateTimeStyles style = default(System.Globalization.DateTimeStyles)) => throw null; - public static System.DateOnly ParseExact(System.ReadOnlySpan s, System.ReadOnlySpan format, System.IFormatProvider provider = default(System.IFormatProvider), System.Globalization.DateTimeStyles style = default(System.Globalization.DateTimeStyles)) => throw null; - public static System.DateOnly ParseExact(System.ReadOnlySpan s, string[] formats) => throw null; - public static System.DateOnly ParseExact(System.ReadOnlySpan s, string[] formats, System.IFormatProvider provider, System.Globalization.DateTimeStyles style = default(System.Globalization.DateTimeStyles)) => throw null; - public static System.DateOnly ParseExact(string s, string format) => throw null; - public static System.DateOnly ParseExact(string s, string format, System.IFormatProvider provider, System.Globalization.DateTimeStyles style = default(System.Globalization.DateTimeStyles)) => throw null; - public static System.DateOnly ParseExact(string s, string[] formats) => throw null; - public static System.DateOnly ParseExact(string s, string[] formats, System.IFormatProvider provider, System.Globalization.DateTimeStyles style = default(System.Globalization.DateTimeStyles)) => throw null; - public System.DateTime ToDateTime(System.TimeOnly time) => throw null; - public System.DateTime ToDateTime(System.TimeOnly time, System.DateTimeKind kind) => throw null; - public string ToLongDateString() => throw null; - public string ToShortDateString() => throw null; - public override string ToString() => throw null; - public string ToString(System.IFormatProvider provider) => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider provider) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public static bool TryParse(System.ReadOnlySpan s, out System.DateOnly result) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out System.DateOnly result) => throw null; - public static bool TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, System.Globalization.DateTimeStyles style, out System.DateOnly result) => throw null; - public static bool TryParse(string s, out System.DateOnly result) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out System.DateOnly result) => throw null; - public static bool TryParse(string s, System.IFormatProvider provider, System.Globalization.DateTimeStyles style, out System.DateOnly result) => throw null; - public static bool TryParseExact(System.ReadOnlySpan s, System.ReadOnlySpan format, out System.DateOnly result) => throw null; - public static bool TryParseExact(System.ReadOnlySpan s, System.ReadOnlySpan format, System.IFormatProvider provider, System.Globalization.DateTimeStyles style, out System.DateOnly result) => throw null; - public static bool TryParseExact(System.ReadOnlySpan s, string[] formats, out System.DateOnly result) => throw null; - public static bool TryParseExact(System.ReadOnlySpan s, string[] formats, System.IFormatProvider provider, System.Globalization.DateTimeStyles style, out System.DateOnly result) => throw null; - public static bool TryParseExact(string s, string format, out System.DateOnly result) => throw null; - public static bool TryParseExact(string s, string format, System.IFormatProvider provider, System.Globalization.DateTimeStyles style, out System.DateOnly result) => throw null; - public static bool TryParseExact(string s, string[] formats, out System.DateOnly result) => throw null; - public static bool TryParseExact(string s, string[] formats, System.IFormatProvider provider, System.Globalization.DateTimeStyles style, out System.DateOnly result) => throw null; - public int Year { get => throw null; } - } - public struct DateTime : System.IComparable, System.IComparable, System.IConvertible, System.IEquatable, System.IFormattable, System.IParsable, System.Runtime.Serialization.ISerializable, System.ISpanFormattable, System.ISpanParsable, System.IUtf8SpanFormattable - { - public System.DateTime Add(System.TimeSpan value) => throw null; - public System.DateTime AddDays(double value) => throw null; - public System.DateTime AddHours(double value) => throw null; - public System.DateTime AddMicroseconds(double value) => throw null; - public System.DateTime AddMilliseconds(double value) => throw null; - public System.DateTime AddMinutes(double value) => throw null; - public System.DateTime AddMonths(int months) => throw null; - public System.DateTime AddSeconds(double value) => throw null; - public System.DateTime AddTicks(long value) => throw null; - public System.DateTime AddYears(int value) => throw null; - public static int Compare(System.DateTime t1, System.DateTime t2) => throw null; - public int CompareTo(System.DateTime value) => throw null; - public int CompareTo(object value) => throw null; - public DateTime(int year, int month, int day) => throw null; - public DateTime(int year, int month, int day, System.Globalization.Calendar calendar) => throw null; - public DateTime(int year, int month, int day, int hour, int minute, int second) => throw null; - public DateTime(int year, int month, int day, int hour, int minute, int second, System.DateTimeKind kind) => throw null; - public DateTime(int year, int month, int day, int hour, int minute, int second, System.Globalization.Calendar calendar) => throw null; - public DateTime(int year, int month, int day, int hour, int minute, int second, int millisecond) => throw null; - public DateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, System.DateTimeKind kind) => throw null; - public DateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, System.Globalization.Calendar calendar) => throw null; - public DateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, System.Globalization.Calendar calendar, System.DateTimeKind kind) => throw null; - public DateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int microsecond) => throw null; - public DateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int microsecond, System.DateTimeKind kind) => throw null; - public DateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int microsecond, System.Globalization.Calendar calendar) => throw null; - public DateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int microsecond, System.Globalization.Calendar calendar, System.DateTimeKind kind) => throw null; - public DateTime(long ticks) => throw null; - public DateTime(long ticks, System.DateTimeKind kind) => throw null; - public DateTime(System.DateOnly date, System.TimeOnly time) => throw null; - public DateTime(System.DateOnly date, System.TimeOnly time, System.DateTimeKind kind) => throw null; - public System.DateTime Date { get => throw null; } - public int Day { get => throw null; } - public System.DayOfWeek DayOfWeek { get => throw null; } - public int DayOfYear { get => throw null; } - public static int DaysInMonth(int year, int month) => throw null; - public void Deconstruct(out System.DateOnly date, out System.TimeOnly time) => throw null; - public void Deconstruct(out int year, out int month, out int day) => throw null; - public bool Equals(System.DateTime value) => throw null; - public static bool Equals(System.DateTime t1, System.DateTime t2) => throw null; - public override bool Equals(object value) => throw null; - public static System.DateTime FromBinary(long dateData) => throw null; - public static System.DateTime FromFileTime(long fileTime) => throw null; - public static System.DateTime FromFileTimeUtc(long fileTime) => throw null; - public static System.DateTime FromOADate(double d) => throw null; - public string[] GetDateTimeFormats() => throw null; - public string[] GetDateTimeFormats(char format) => throw null; - public string[] GetDateTimeFormats(char format, System.IFormatProvider provider) => throw null; - public string[] GetDateTimeFormats(System.IFormatProvider provider) => throw null; - public override int GetHashCode() => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public System.TypeCode GetTypeCode() => throw null; - public int Hour { get => throw null; } - public bool IsDaylightSavingTime() => throw null; - public static bool IsLeapYear(int year) => throw null; - public System.DateTimeKind Kind { get => throw null; } - public static readonly System.DateTime MaxValue; - public int Microsecond { get => throw null; } - public int Millisecond { get => throw null; } - public int Minute { get => throw null; } - public static readonly System.DateTime MinValue; - public int Month { get => throw null; } - public int Nanosecond { get => throw null; } - public static System.DateTime Now { get => throw null; } - public static System.DateTime operator +(System.DateTime d, System.TimeSpan t) => throw null; - public static bool operator ==(System.DateTime d1, System.DateTime d2) => throw null; - public static bool operator >(System.DateTime t1, System.DateTime t2) => throw null; - public static bool operator >=(System.DateTime t1, System.DateTime t2) => throw null; - public static bool operator !=(System.DateTime d1, System.DateTime d2) => throw null; - public static bool operator <(System.DateTime t1, System.DateTime t2) => throw null; - public static bool operator <=(System.DateTime t1, System.DateTime t2) => throw null; - public static System.TimeSpan operator -(System.DateTime d1, System.DateTime d2) => throw null; - public static System.DateTime operator -(System.DateTime d, System.TimeSpan t) => throw null; - static System.DateTime System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - public static System.DateTime Parse(System.ReadOnlySpan s, System.IFormatProvider provider = default(System.IFormatProvider), System.Globalization.DateTimeStyles styles = default(System.Globalization.DateTimeStyles)) => throw null; - public static System.DateTime Parse(string s) => throw null; - static System.DateTime System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; - public static System.DateTime Parse(string s, System.IFormatProvider provider, System.Globalization.DateTimeStyles styles) => throw null; - public static System.DateTime ParseExact(System.ReadOnlySpan s, System.ReadOnlySpan format, System.IFormatProvider provider, System.Globalization.DateTimeStyles style = default(System.Globalization.DateTimeStyles)) => throw null; - public static System.DateTime ParseExact(System.ReadOnlySpan s, string[] formats, System.IFormatProvider provider, System.Globalization.DateTimeStyles style = default(System.Globalization.DateTimeStyles)) => throw null; - public static System.DateTime ParseExact(string s, string format, System.IFormatProvider provider) => throw null; - public static System.DateTime ParseExact(string s, string format, System.IFormatProvider provider, System.Globalization.DateTimeStyles style) => throw null; - public static System.DateTime ParseExact(string s, string[] formats, System.IFormatProvider provider, System.Globalization.DateTimeStyles style) => throw null; - public int Second { get => throw null; } - public static System.DateTime SpecifyKind(System.DateTime value, System.DateTimeKind kind) => throw null; - public System.TimeSpan Subtract(System.DateTime value) => throw null; - public System.DateTime Subtract(System.TimeSpan value) => throw null; - public long Ticks { get => throw null; } - public System.TimeSpan TimeOfDay { get => throw null; } - public long ToBinary() => throw null; - bool System.IConvertible.ToBoolean(System.IFormatProvider provider) => throw null; - byte System.IConvertible.ToByte(System.IFormatProvider provider) => throw null; - char System.IConvertible.ToChar(System.IFormatProvider provider) => throw null; - System.DateTime System.IConvertible.ToDateTime(System.IFormatProvider provider) => throw null; - public static System.DateTime Today { get => throw null; } - decimal System.IConvertible.ToDecimal(System.IFormatProvider provider) => throw null; - double System.IConvertible.ToDouble(System.IFormatProvider provider) => throw null; - public long ToFileTime() => throw null; - public long ToFileTimeUtc() => throw null; - short System.IConvertible.ToInt16(System.IFormatProvider provider) => throw null; - int System.IConvertible.ToInt32(System.IFormatProvider provider) => throw null; - long System.IConvertible.ToInt64(System.IFormatProvider provider) => throw null; - public System.DateTime ToLocalTime() => throw null; - public string ToLongDateString() => throw null; - public string ToLongTimeString() => throw null; - public double ToOADate() => throw null; - sbyte System.IConvertible.ToSByte(System.IFormatProvider provider) => throw null; - public string ToShortDateString() => throw null; - public string ToShortTimeString() => throw null; - float System.IConvertible.ToSingle(System.IFormatProvider provider) => throw null; - public override string ToString() => throw null; - public string ToString(System.IFormatProvider provider) => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider provider) => throw null; - object System.IConvertible.ToType(System.Type type, System.IFormatProvider provider) => throw null; - ushort System.IConvertible.ToUInt16(System.IFormatProvider provider) => throw null; - uint System.IConvertible.ToUInt32(System.IFormatProvider provider) => throw null; - ulong System.IConvertible.ToUInt64(System.IFormatProvider provider) => throw null; - public System.DateTime ToUniversalTime() => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public static bool TryParse(System.ReadOnlySpan s, out System.DateTime result) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out System.DateTime result) => throw null; - public static bool TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, System.Globalization.DateTimeStyles styles, out System.DateTime result) => throw null; - public static bool TryParse(string s, out System.DateTime result) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out System.DateTime result) => throw null; - public static bool TryParse(string s, System.IFormatProvider provider, System.Globalization.DateTimeStyles styles, out System.DateTime result) => throw null; - public static bool TryParseExact(System.ReadOnlySpan s, System.ReadOnlySpan format, System.IFormatProvider provider, System.Globalization.DateTimeStyles style, out System.DateTime result) => throw null; - public static bool TryParseExact(System.ReadOnlySpan s, string[] formats, System.IFormatProvider provider, System.Globalization.DateTimeStyles style, out System.DateTime result) => throw null; - public static bool TryParseExact(string s, string format, System.IFormatProvider provider, System.Globalization.DateTimeStyles style, out System.DateTime result) => throw null; - public static bool TryParseExact(string s, string[] formats, System.IFormatProvider provider, System.Globalization.DateTimeStyles style, out System.DateTime result) => throw null; - public static readonly System.DateTime UnixEpoch; - public static System.DateTime UtcNow { get => throw null; } - public int Year { get => throw null; } - } - public enum DateTimeKind - { - Unspecified = 0, - Utc = 1, - Local = 2, - } - public struct DateTimeOffset : System.IComparable, System.IComparable, System.Runtime.Serialization.IDeserializationCallback, System.IEquatable, System.IFormattable, System.IParsable, System.Runtime.Serialization.ISerializable, System.ISpanFormattable, System.ISpanParsable, System.IUtf8SpanFormattable - { - public System.DateTimeOffset Add(System.TimeSpan timeSpan) => throw null; - public System.DateTimeOffset AddDays(double days) => throw null; - public System.DateTimeOffset AddHours(double hours) => throw null; - public System.DateTimeOffset AddMicroseconds(double microseconds) => throw null; - public System.DateTimeOffset AddMilliseconds(double milliseconds) => throw null; - public System.DateTimeOffset AddMinutes(double minutes) => throw null; - public System.DateTimeOffset AddMonths(int months) => throw null; - public System.DateTimeOffset AddSeconds(double seconds) => throw null; - public System.DateTimeOffset AddTicks(long ticks) => throw null; - public System.DateTimeOffset AddYears(int years) => throw null; - public static int Compare(System.DateTimeOffset first, System.DateTimeOffset second) => throw null; - public int CompareTo(System.DateTimeOffset other) => throw null; - int System.IComparable.CompareTo(object obj) => throw null; - public DateTimeOffset(System.DateTime dateTime) => throw null; - public DateTimeOffset(System.DateTime dateTime, System.TimeSpan offset) => throw null; - public DateTimeOffset(int year, int month, int day, int hour, int minute, int second, int millisecond, System.Globalization.Calendar calendar, System.TimeSpan offset) => throw null; - public DateTimeOffset(int year, int month, int day, int hour, int minute, int second, int millisecond, int microsecond, System.Globalization.Calendar calendar, System.TimeSpan offset) => throw null; - public DateTimeOffset(int year, int month, int day, int hour, int minute, int second, int millisecond, int microsecond, System.TimeSpan offset) => throw null; - public DateTimeOffset(int year, int month, int day, int hour, int minute, int second, int millisecond, System.TimeSpan offset) => throw null; - public DateTimeOffset(System.DateOnly date, System.TimeOnly time, System.TimeSpan offset) => throw null; - public DateTimeOffset(int year, int month, int day, int hour, int minute, int second, System.TimeSpan offset) => throw null; - public DateTimeOffset(long ticks, System.TimeSpan offset) => throw null; - public System.DateTime Date { get => throw null; } - public System.DateTime DateTime { get => throw null; } - public int Day { get => throw null; } - public System.DayOfWeek DayOfWeek { get => throw null; } - public int DayOfYear { get => throw null; } - public void Deconstruct(out System.DateOnly date, out System.TimeOnly time, out System.TimeSpan offset) => throw null; - public bool Equals(System.DateTimeOffset other) => throw null; - public static bool Equals(System.DateTimeOffset first, System.DateTimeOffset second) => throw null; - public override bool Equals(object obj) => throw null; - public bool EqualsExact(System.DateTimeOffset other) => throw null; - public static System.DateTimeOffset FromFileTime(long fileTime) => throw null; - public static System.DateTimeOffset FromUnixTimeMilliseconds(long milliseconds) => throw null; - public static System.DateTimeOffset FromUnixTimeSeconds(long seconds) => throw null; - public override int GetHashCode() => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public int Hour { get => throw null; } - public System.DateTime LocalDateTime { get => throw null; } - public static readonly System.DateTimeOffset MaxValue; - public int Microsecond { get => throw null; } - public int Millisecond { get => throw null; } - public int Minute { get => throw null; } - public static readonly System.DateTimeOffset MinValue; - public int Month { get => throw null; } - public int Nanosecond { get => throw null; } - public static System.DateTimeOffset Now { get => throw null; } - public System.TimeSpan Offset { get => throw null; } - void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) => throw null; - public static System.DateTimeOffset operator +(System.DateTimeOffset dateTimeOffset, System.TimeSpan timeSpan) => throw null; - public static bool operator ==(System.DateTimeOffset left, System.DateTimeOffset right) => throw null; - public static bool operator >(System.DateTimeOffset left, System.DateTimeOffset right) => throw null; - public static bool operator >=(System.DateTimeOffset left, System.DateTimeOffset right) => throw null; - public static implicit operator System.DateTimeOffset(System.DateTime dateTime) => throw null; - public static bool operator !=(System.DateTimeOffset left, System.DateTimeOffset right) => throw null; - public static bool operator <(System.DateTimeOffset left, System.DateTimeOffset right) => throw null; - public static bool operator <=(System.DateTimeOffset left, System.DateTimeOffset right) => throw null; - public static System.TimeSpan operator -(System.DateTimeOffset left, System.DateTimeOffset right) => throw null; - public static System.DateTimeOffset operator -(System.DateTimeOffset dateTimeOffset, System.TimeSpan timeSpan) => throw null; - static System.DateTimeOffset System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - public static System.DateTimeOffset Parse(System.ReadOnlySpan input, System.IFormatProvider formatProvider = default(System.IFormatProvider), System.Globalization.DateTimeStyles styles = default(System.Globalization.DateTimeStyles)) => throw null; - public static System.DateTimeOffset Parse(string input) => throw null; - static System.DateTimeOffset System.IParsable.Parse(string input, System.IFormatProvider formatProvider) => throw null; - public static System.DateTimeOffset Parse(string input, System.IFormatProvider formatProvider, System.Globalization.DateTimeStyles styles) => throw null; - public static System.DateTimeOffset ParseExact(System.ReadOnlySpan input, System.ReadOnlySpan format, System.IFormatProvider formatProvider, System.Globalization.DateTimeStyles styles = default(System.Globalization.DateTimeStyles)) => throw null; - public static System.DateTimeOffset ParseExact(System.ReadOnlySpan input, string[] formats, System.IFormatProvider formatProvider, System.Globalization.DateTimeStyles styles = default(System.Globalization.DateTimeStyles)) => throw null; - public static System.DateTimeOffset ParseExact(string input, string format, System.IFormatProvider formatProvider) => throw null; - public static System.DateTimeOffset ParseExact(string input, string format, System.IFormatProvider formatProvider, System.Globalization.DateTimeStyles styles) => throw null; - public static System.DateTimeOffset ParseExact(string input, string[] formats, System.IFormatProvider formatProvider, System.Globalization.DateTimeStyles styles) => throw null; - public int Second { get => throw null; } - public System.TimeSpan Subtract(System.DateTimeOffset value) => throw null; - public System.DateTimeOffset Subtract(System.TimeSpan value) => throw null; - public long Ticks { get => throw null; } - public System.TimeSpan TimeOfDay { get => throw null; } - public long ToFileTime() => throw null; - public System.DateTimeOffset ToLocalTime() => throw null; - public System.DateTimeOffset ToOffset(System.TimeSpan offset) => throw null; - public override string ToString() => throw null; - public string ToString(System.IFormatProvider formatProvider) => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider formatProvider) => throw null; - public int TotalOffsetMinutes { get => throw null; } - public System.DateTimeOffset ToUniversalTime() => throw null; - public long ToUnixTimeMilliseconds() => throw null; - public long ToUnixTimeSeconds() => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider formatProvider = default(System.IFormatProvider)) => throw null; - public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider formatProvider = default(System.IFormatProvider)) => throw null; - public static bool TryParse(System.ReadOnlySpan input, out System.DateTimeOffset result) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out System.DateTimeOffset result) => throw null; - public static bool TryParse(System.ReadOnlySpan input, System.IFormatProvider formatProvider, System.Globalization.DateTimeStyles styles, out System.DateTimeOffset result) => throw null; - public static bool TryParse(string input, out System.DateTimeOffset result) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out System.DateTimeOffset result) => throw null; - public static bool TryParse(string input, System.IFormatProvider formatProvider, System.Globalization.DateTimeStyles styles, out System.DateTimeOffset result) => throw null; - public static bool TryParseExact(System.ReadOnlySpan input, System.ReadOnlySpan format, System.IFormatProvider formatProvider, System.Globalization.DateTimeStyles styles, out System.DateTimeOffset result) => throw null; - public static bool TryParseExact(System.ReadOnlySpan input, string[] formats, System.IFormatProvider formatProvider, System.Globalization.DateTimeStyles styles, out System.DateTimeOffset result) => throw null; - public static bool TryParseExact(string input, string format, System.IFormatProvider formatProvider, System.Globalization.DateTimeStyles styles, out System.DateTimeOffset result) => throw null; - public static bool TryParseExact(string input, string[] formats, System.IFormatProvider formatProvider, System.Globalization.DateTimeStyles styles, out System.DateTimeOffset result) => throw null; - public static readonly System.DateTimeOffset UnixEpoch; - public System.DateTime UtcDateTime { get => throw null; } - public static System.DateTimeOffset UtcNow { get => throw null; } - public long UtcTicks { get => throw null; } - public int Year { get => throw null; } - } - public enum DayOfWeek - { - Sunday = 0, - Monday = 1, - Tuesday = 2, - Wednesday = 3, - Thursday = 4, - Friday = 5, - Saturday = 6, - } - public sealed class DBNull : System.IConvertible, System.Runtime.Serialization.ISerializable - { - public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public System.TypeCode GetTypeCode() => throw null; - bool System.IConvertible.ToBoolean(System.IFormatProvider provider) => throw null; - byte System.IConvertible.ToByte(System.IFormatProvider provider) => throw null; - char System.IConvertible.ToChar(System.IFormatProvider provider) => throw null; - System.DateTime System.IConvertible.ToDateTime(System.IFormatProvider provider) => throw null; - decimal System.IConvertible.ToDecimal(System.IFormatProvider provider) => throw null; - double System.IConvertible.ToDouble(System.IFormatProvider provider) => throw null; - short System.IConvertible.ToInt16(System.IFormatProvider provider) => throw null; - int System.IConvertible.ToInt32(System.IFormatProvider provider) => throw null; - long System.IConvertible.ToInt64(System.IFormatProvider provider) => throw null; - sbyte System.IConvertible.ToSByte(System.IFormatProvider provider) => throw null; - float System.IConvertible.ToSingle(System.IFormatProvider provider) => throw null; - public override string ToString() => throw null; - public string ToString(System.IFormatProvider provider) => throw null; - object System.IConvertible.ToType(System.Type type, System.IFormatProvider provider) => throw null; - ushort System.IConvertible.ToUInt16(System.IFormatProvider provider) => throw null; - uint System.IConvertible.ToUInt32(System.IFormatProvider provider) => throw null; - ulong System.IConvertible.ToUInt64(System.IFormatProvider provider) => throw null; - public static readonly System.DBNull Value; - } - public struct Decimal : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.IComparable, System.IComparable, System.Numerics.IComparisonOperators, System.IConvertible, System.Numerics.IDecrementOperators, System.Runtime.Serialization.IDeserializationCallback, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.Numerics.IFloatingPoint, System.Numerics.IFloatingPointConstants, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IMinMaxValue, System.Numerics.IModulusOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumber, System.Numerics.INumberBase, System.IParsable, System.Runtime.Serialization.ISerializable, System.Numerics.ISignedNumber, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable - { - static decimal System.Numerics.INumberBase.Abs(decimal value) => throw null; - public static decimal Add(decimal d1, decimal d2) => throw null; - static decimal System.Numerics.IAdditiveIdentity.AdditiveIdentity { get => throw null; } - static decimal System.Numerics.IFloatingPoint.Ceiling(decimal d) => throw null; - static decimal System.Numerics.INumber.Clamp(decimal value, decimal min, decimal max) => throw null; - public static int Compare(decimal d1, decimal d2) => throw null; - public int CompareTo(decimal value) => throw null; - public int CompareTo(object value) => throw null; - static decimal System.Numerics.INumber.CopySign(decimal value, decimal sign) => throw null; - static decimal System.Numerics.INumberBase.CreateChecked(TOther value) => throw null; - static decimal System.Numerics.INumberBase.CreateSaturating(TOther value) => throw null; - static decimal System.Numerics.INumberBase.CreateTruncating(TOther value) => throw null; - public Decimal(double value) => throw null; - public Decimal(int value) => throw null; - public Decimal(int lo, int mid, int hi, bool isNegative, byte scale) => throw null; - public Decimal(int[] bits) => throw null; - public Decimal(long value) => throw null; - public Decimal(System.ReadOnlySpan bits) => throw null; - public Decimal(float value) => throw null; - public Decimal(uint value) => throw null; - public Decimal(ulong value) => throw null; - public static decimal Divide(decimal d1, decimal d2) => throw null; - static decimal System.Numerics.IFloatingPointConstants.E { get => throw null; } - public bool Equals(decimal value) => throw null; - public static bool Equals(decimal d1, decimal d2) => throw null; - public override bool Equals(object value) => throw null; - static decimal System.Numerics.IFloatingPoint.Floor(decimal d) => throw null; - public static decimal FromOACurrency(long cy) => throw null; - public static int[] GetBits(decimal d) => throw null; - public static int GetBits(decimal d, System.Span destination) => throw null; - int System.Numerics.IFloatingPoint.GetExponentByteCount() => throw null; - int System.Numerics.IFloatingPoint.GetExponentShortestBitLength() => throw null; - public override int GetHashCode() => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - int System.Numerics.IFloatingPoint.GetSignificandBitLength() => throw null; - int System.Numerics.IFloatingPoint.GetSignificandByteCount() => throw null; - public System.TypeCode GetTypeCode() => throw null; - static bool System.Numerics.INumberBase.IsCanonical(decimal value) => throw null; - static bool System.Numerics.INumberBase.IsComplexNumber(decimal value) => throw null; - static bool System.Numerics.INumberBase.IsEvenInteger(decimal value) => throw null; - static bool System.Numerics.INumberBase.IsFinite(decimal value) => throw null; - static bool System.Numerics.INumberBase.IsImaginaryNumber(decimal value) => throw null; - static bool System.Numerics.INumberBase.IsInfinity(decimal value) => throw null; - static bool System.Numerics.INumberBase.IsInteger(decimal value) => throw null; - static bool System.Numerics.INumberBase.IsNaN(decimal value) => throw null; - static bool System.Numerics.INumberBase.IsNegative(decimal value) => throw null; - static bool System.Numerics.INumberBase.IsNegativeInfinity(decimal value) => throw null; - static bool System.Numerics.INumberBase.IsNormal(decimal value) => throw null; - static bool System.Numerics.INumberBase.IsOddInteger(decimal value) => throw null; - static bool System.Numerics.INumberBase.IsPositive(decimal value) => throw null; - static bool System.Numerics.INumberBase.IsPositiveInfinity(decimal value) => throw null; - static bool System.Numerics.INumberBase.IsRealNumber(decimal value) => throw null; - static bool System.Numerics.INumberBase.IsSubnormal(decimal value) => throw null; - static bool System.Numerics.INumberBase.IsZero(decimal value) => throw null; - static decimal System.Numerics.INumber.Max(decimal x, decimal y) => throw null; - static decimal System.Numerics.INumberBase.MaxMagnitude(decimal x, decimal y) => throw null; - static decimal System.Numerics.INumberBase.MaxMagnitudeNumber(decimal x, decimal y) => throw null; - static decimal System.Numerics.INumber.MaxNumber(decimal x, decimal y) => throw null; - public const decimal MaxValue = default; - static decimal System.Numerics.IMinMaxValue.MaxValue { get => throw null; } - static decimal System.Numerics.INumber.Min(decimal x, decimal y) => throw null; - static decimal System.Numerics.INumberBase.MinMagnitude(decimal x, decimal y) => throw null; - static decimal System.Numerics.INumberBase.MinMagnitudeNumber(decimal x, decimal y) => throw null; - static decimal System.Numerics.INumber.MinNumber(decimal x, decimal y) => throw null; - public const decimal MinusOne = default; - public const decimal MinValue = default; - static decimal System.Numerics.IMinMaxValue.MinValue { get => throw null; } - static decimal System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } - public static decimal Multiply(decimal d1, decimal d2) => throw null; - public static decimal Negate(decimal d) => throw null; - static decimal System.Numerics.ISignedNumber.NegativeOne { get => throw null; } - void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) => throw null; - public const decimal One = default; - static decimal System.Numerics.INumberBase.One { get => throw null; } - static decimal System.Numerics.IAdditionOperators.operator +(decimal d1, decimal d2) => throw null; - static decimal System.Numerics.IDecrementOperators.operator --(decimal d) => throw null; - static decimal System.Numerics.IDivisionOperators.operator /(decimal d1, decimal d2) => throw null; - static bool System.Numerics.IEqualityOperators.operator ==(decimal d1, decimal d2) => throw null; - public static explicit operator byte(decimal value) => throw null; - public static explicit operator char(decimal value) => throw null; - public static explicit operator double(decimal value) => throw null; - public static explicit operator short(decimal value) => throw null; - public static explicit operator int(decimal value) => throw null; - public static explicit operator long(decimal value) => throw null; - public static explicit operator sbyte(decimal value) => throw null; - public static explicit operator float(decimal value) => throw null; - public static explicit operator ushort(decimal value) => throw null; - public static explicit operator uint(decimal value) => throw null; - public static explicit operator ulong(decimal value) => throw null; - public static explicit operator decimal(double value) => throw null; - public static explicit operator decimal(float value) => throw null; - static bool System.Numerics.IComparisonOperators.operator >(decimal d1, decimal d2) => throw null; - static bool System.Numerics.IComparisonOperators.operator >=(decimal d1, decimal d2) => throw null; - public static implicit operator decimal(byte value) => throw null; - public static implicit operator decimal(char value) => throw null; - public static implicit operator decimal(short value) => throw null; - public static implicit operator decimal(int value) => throw null; - public static implicit operator decimal(long value) => throw null; - public static implicit operator decimal(sbyte value) => throw null; - public static implicit operator decimal(ushort value) => throw null; - public static implicit operator decimal(uint value) => throw null; - public static implicit operator decimal(ulong value) => throw null; - static decimal System.Numerics.IIncrementOperators.operator ++(decimal d) => throw null; - static bool System.Numerics.IEqualityOperators.operator !=(decimal d1, decimal d2) => throw null; - static bool System.Numerics.IComparisonOperators.operator <(decimal d1, decimal d2) => throw null; - static bool System.Numerics.IComparisonOperators.operator <=(decimal d1, decimal d2) => throw null; - static decimal System.Numerics.IModulusOperators.operator %(decimal d1, decimal d2) => throw null; - static decimal System.Numerics.IMultiplyOperators.operator *(decimal d1, decimal d2) => throw null; - static decimal System.Numerics.ISubtractionOperators.operator -(decimal d1, decimal d2) => throw null; - static decimal System.Numerics.IUnaryNegationOperators.operator -(decimal d) => throw null; - static decimal System.Numerics.IUnaryPlusOperators.operator +(decimal d) => throw null; - static decimal System.Numerics.INumberBase.Parse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static decimal System.IUtf8SpanParsable.Parse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider) => throw null; - static decimal System.Numerics.INumberBase.Parse(System.ReadOnlySpan s, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static decimal System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - public static decimal Parse(string s) => throw null; - public static decimal Parse(string s, System.Globalization.NumberStyles style) => throw null; - static decimal System.Numerics.INumberBase.Parse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider) => throw null; - static decimal System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; - static decimal System.Numerics.IFloatingPointConstants.Pi { get => throw null; } - static int System.Numerics.INumberBase.Radix { get => throw null; } - public static decimal Remainder(decimal d1, decimal d2) => throw null; - static decimal System.Numerics.IFloatingPoint.Round(decimal d) => throw null; - static decimal System.Numerics.IFloatingPoint.Round(decimal d, int decimals) => throw null; - static decimal System.Numerics.IFloatingPoint.Round(decimal d, int decimals, System.MidpointRounding mode) => throw null; - static decimal System.Numerics.IFloatingPoint.Round(decimal d, System.MidpointRounding mode) => throw null; - public byte Scale { get => throw null; } - static int System.Numerics.INumber.Sign(decimal d) => throw null; - public static decimal Subtract(decimal d1, decimal d2) => throw null; - static decimal System.Numerics.IFloatingPointConstants.Tau { get => throw null; } - bool System.IConvertible.ToBoolean(System.IFormatProvider provider) => throw null; - byte System.IConvertible.ToByte(System.IFormatProvider provider) => throw null; - public static byte ToByte(decimal value) => throw null; - char System.IConvertible.ToChar(System.IFormatProvider provider) => throw null; - System.DateTime System.IConvertible.ToDateTime(System.IFormatProvider provider) => throw null; - decimal System.IConvertible.ToDecimal(System.IFormatProvider provider) => throw null; - double System.IConvertible.ToDouble(System.IFormatProvider provider) => throw null; - public static double ToDouble(decimal d) => throw null; - short System.IConvertible.ToInt16(System.IFormatProvider provider) => throw null; - public static short ToInt16(decimal value) => throw null; - int System.IConvertible.ToInt32(System.IFormatProvider provider) => throw null; - public static int ToInt32(decimal d) => throw null; - long System.IConvertible.ToInt64(System.IFormatProvider provider) => throw null; - public static long ToInt64(decimal d) => throw null; - public static long ToOACurrency(decimal value) => throw null; - sbyte System.IConvertible.ToSByte(System.IFormatProvider provider) => throw null; - public static sbyte ToSByte(decimal value) => throw null; - float System.IConvertible.ToSingle(System.IFormatProvider provider) => throw null; - public static float ToSingle(decimal d) => throw null; - public override string ToString() => throw null; - public string ToString(System.IFormatProvider provider) => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider provider) => throw null; - object System.IConvertible.ToType(System.Type type, System.IFormatProvider provider) => throw null; - ushort System.IConvertible.ToUInt16(System.IFormatProvider provider) => throw null; - public static ushort ToUInt16(decimal value) => throw null; - uint System.IConvertible.ToUInt32(System.IFormatProvider provider) => throw null; - public static uint ToUInt32(decimal d) => throw null; - ulong System.IConvertible.ToUInt64(System.IFormatProvider provider) => throw null; - public static ulong ToUInt64(decimal d) => throw null; - static decimal System.Numerics.IFloatingPoint.Truncate(decimal d) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromChecked(TOther value, out decimal result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromSaturating(TOther value, out decimal result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromTruncating(TOther value, out decimal result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToChecked(decimal value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToSaturating(decimal value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToTruncating(decimal value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public static bool TryGetBits(decimal d, System.Span destination, out int valuesWritten) => throw null; - public static bool TryParse(System.ReadOnlySpan utf8Text, out decimal result) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out decimal result) => throw null; - static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out decimal result) => throw null; - public static bool TryParse(System.ReadOnlySpan s, out decimal result) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out decimal result) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out decimal result) => throw null; - public static bool TryParse(string s, out decimal result) => throw null; - static bool System.Numerics.INumberBase.TryParse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out decimal result) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out decimal result) => throw null; - bool System.Numerics.IFloatingPoint.TryWriteExponentBigEndian(System.Span destination, out int bytesWritten) => throw null; - bool System.Numerics.IFloatingPoint.TryWriteExponentLittleEndian(System.Span destination, out int bytesWritten) => throw null; - bool System.Numerics.IFloatingPoint.TryWriteSignificandBigEndian(System.Span destination, out int bytesWritten) => throw null; - bool System.Numerics.IFloatingPoint.TryWriteSignificandLittleEndian(System.Span destination, out int bytesWritten) => throw null; - public const decimal Zero = default; - static decimal System.Numerics.INumberBase.Zero { get => throw null; } - } - public abstract class Delegate : System.ICloneable, System.Runtime.Serialization.ISerializable - { - public virtual object Clone() => throw null; - public static System.Delegate Combine(System.Delegate a, System.Delegate b) => throw null; - public static System.Delegate Combine(params System.Delegate[] delegates) => throw null; - protected virtual System.Delegate CombineImpl(System.Delegate d) => throw null; - public static System.Delegate CreateDelegate(System.Type type, object firstArgument, System.Reflection.MethodInfo method) => throw null; - public static System.Delegate CreateDelegate(System.Type type, object firstArgument, System.Reflection.MethodInfo method, bool throwOnBindFailure) => throw null; - public static System.Delegate CreateDelegate(System.Type type, object target, string method) => throw null; - public static System.Delegate CreateDelegate(System.Type type, object target, string method, bool ignoreCase) => throw null; - public static System.Delegate CreateDelegate(System.Type type, object target, string method, bool ignoreCase, bool throwOnBindFailure) => throw null; - public static System.Delegate CreateDelegate(System.Type type, System.Reflection.MethodInfo method) => throw null; - public static System.Delegate CreateDelegate(System.Type type, System.Reflection.MethodInfo method, bool throwOnBindFailure) => throw null; - public static System.Delegate CreateDelegate(System.Type type, System.Type target, string method) => throw null; - public static System.Delegate CreateDelegate(System.Type type, System.Type target, string method, bool ignoreCase) => throw null; - public static System.Delegate CreateDelegate(System.Type type, System.Type target, string method, bool ignoreCase, bool throwOnBindFailure) => throw null; - protected Delegate(object target, string method) => throw null; - protected Delegate(System.Type target, string method) => throw null; - public object DynamicInvoke(params object[] args) => throw null; - protected virtual object DynamicInvokeImpl(object[] args) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public virtual System.Delegate[] GetInvocationList() => throw null; - protected virtual System.Reflection.MethodInfo GetMethodImpl() => throw null; - public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public System.Reflection.MethodInfo Method { get => throw null; } - public static bool operator ==(System.Delegate d1, System.Delegate d2) => throw null; - public static bool operator !=(System.Delegate d1, System.Delegate d2) => throw null; - public static System.Delegate Remove(System.Delegate source, System.Delegate value) => throw null; - public static System.Delegate RemoveAll(System.Delegate source, System.Delegate value) => throw null; - protected virtual System.Delegate RemoveImpl(System.Delegate d) => throw null; - public object Target { get => throw null; } - } - namespace Diagnostics - { - namespace CodeAnalysis - { - [System.AttributeUsage((System.AttributeTargets)2432, Inherited = false)] - public sealed class AllowNullAttribute : System.Attribute - { - public AllowNullAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)2048, Inherited = false)] - public sealed class ConstantExpectedAttribute : System.Attribute - { - public ConstantExpectedAttribute() => throw null; - public object Max { get => throw null; set { } } - public object Min { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)2432, Inherited = false)] - public sealed class DisallowNullAttribute : System.Attribute - { - public DisallowNullAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)64, Inherited = false)] - public sealed class DoesNotReturnAttribute : System.Attribute - { - public DoesNotReturnAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)2048, Inherited = false)] - public sealed class DoesNotReturnIfAttribute : System.Attribute - { - public DoesNotReturnIfAttribute(bool parameterValue) => throw null; - public bool ParameterValue { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)28108, Inherited = false)] - public sealed class DynamicallyAccessedMembersAttribute : System.Attribute - { - public DynamicallyAccessedMembersAttribute(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes memberTypes) => throw null; - public System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes MemberTypes { get => throw null; } - } - [System.Flags] - public enum DynamicallyAccessedMemberTypes - { - All = -1, - None = 0, - PublicParameterlessConstructor = 1, - PublicConstructors = 3, - NonPublicConstructors = 4, - PublicMethods = 8, - NonPublicMethods = 16, - PublicFields = 32, - NonPublicFields = 64, - PublicNestedTypes = 128, - NonPublicNestedTypes = 256, - PublicProperties = 512, - NonPublicProperties = 1024, - PublicEvents = 2048, - NonPublicEvents = 4096, - Interfaces = 8192, - } - [System.AttributeUsage((System.AttributeTargets)352, AllowMultiple = true, Inherited = false)] - public sealed class DynamicDependencyAttribute : System.Attribute - { - public string AssemblyName { get => throw null; } - public string Condition { get => throw null; set { } } - public DynamicDependencyAttribute(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes memberTypes, string typeName, string assemblyName) => throw null; - public DynamicDependencyAttribute(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes memberTypes, System.Type type) => throw null; - public DynamicDependencyAttribute(string memberSignature) => throw null; - public DynamicDependencyAttribute(string memberSignature, string typeName, string assemblyName) => throw null; - public DynamicDependencyAttribute(string memberSignature, System.Type type) => throw null; - public string MemberSignature { get => throw null; } - public System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes MemberTypes { get => throw null; } - public System.Type Type { get => throw null; } - public string TypeName { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)749, Inherited = false, AllowMultiple = false)] - public sealed class ExcludeFromCodeCoverageAttribute : System.Attribute - { - public ExcludeFromCodeCoverageAttribute() => throw null; - public string Justification { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)6143, Inherited = false)] - public sealed class ExperimentalAttribute : System.Attribute - { - public ExperimentalAttribute(string diagnosticId) => throw null; - public string DiagnosticId { get => throw null; } - public string UrlFormat { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)10624, Inherited = false)] - public sealed class MaybeNullAttribute : System.Attribute - { - public MaybeNullAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)2048, Inherited = false)] - public sealed class MaybeNullWhenAttribute : System.Attribute - { - public MaybeNullWhenAttribute(bool returnValue) => throw null; - public bool ReturnValue { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)192, Inherited = false, AllowMultiple = true)] - public sealed class MemberNotNullAttribute : System.Attribute - { - public MemberNotNullAttribute(string member) => throw null; - public MemberNotNullAttribute(params string[] members) => throw null; - public string[] Members { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)192, Inherited = false, AllowMultiple = true)] - public sealed class MemberNotNullWhenAttribute : System.Attribute - { - public MemberNotNullWhenAttribute(bool returnValue, string member) => throw null; - public MemberNotNullWhenAttribute(bool returnValue, params string[] members) => throw null; - public string[] Members { get => throw null; } - public bool ReturnValue { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)10624, Inherited = false)] - public sealed class NotNullAttribute : System.Attribute - { - public NotNullAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)10368, AllowMultiple = true, Inherited = false)] - public sealed class NotNullIfNotNullAttribute : System.Attribute - { - public NotNullIfNotNullAttribute(string parameterName) => throw null; - public string ParameterName { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)2048, Inherited = false)] - public sealed class NotNullWhenAttribute : System.Attribute - { - public NotNullWhenAttribute(bool returnValue) => throw null; - public bool ReturnValue { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)736, Inherited = false, AllowMultiple = false)] - public sealed class RequiresAssemblyFilesAttribute : System.Attribute - { - public RequiresAssemblyFilesAttribute() => throw null; - public RequiresAssemblyFilesAttribute(string message) => throw null; - public string Message { get => throw null; } - public string Url { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)100, Inherited = false)] - public sealed class RequiresDynamicCodeAttribute : System.Attribute - { - public RequiresDynamicCodeAttribute(string message) => throw null; - public string Message { get => throw null; } - public string Url { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)100, Inherited = false)] - public sealed class RequiresUnreferencedCodeAttribute : System.Attribute - { - public RequiresUnreferencedCodeAttribute(string message) => throw null; - public string Message { get => throw null; } - public string Url { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)32, AllowMultiple = false, Inherited = false)] - public sealed class SetsRequiredMembersAttribute : System.Attribute - { - public SetsRequiredMembersAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)2432, AllowMultiple = false, Inherited = false)] - public sealed class StringSyntaxAttribute : System.Attribute - { - public object[] Arguments { get => throw null; } - public const string CompositeFormat = default; - public StringSyntaxAttribute(string syntax) => throw null; - public StringSyntaxAttribute(string syntax, params object[] arguments) => throw null; - public const string DateOnlyFormat = default; - public const string DateTimeFormat = default; - public const string EnumFormat = default; - public const string GuidFormat = default; - public const string Json = default; - public const string NumericFormat = default; - public const string Regex = default; - public string Syntax { get => throw null; } - public const string TimeOnlyFormat = default; - public const string TimeSpanFormat = default; - public const string Uri = default; - public const string Xml = default; - } - [System.AttributeUsage((System.AttributeTargets)32767, Inherited = false, AllowMultiple = true)] - public sealed class SuppressMessageAttribute : System.Attribute - { - public string Category { get => throw null; } - public string CheckId { get => throw null; } - public SuppressMessageAttribute(string category, string checkId) => throw null; - public string Justification { get => throw null; set { } } - public string MessageId { get => throw null; set { } } - public string Scope { get => throw null; set { } } - public string Target { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)32767, Inherited = false, AllowMultiple = true)] - public sealed class UnconditionalSuppressMessageAttribute : System.Attribute - { - public string Category { get => throw null; } - public string CheckId { get => throw null; } - public UnconditionalSuppressMessageAttribute(string category, string checkId) => throw null; - public string Justification { get => throw null; set { } } - public string MessageId { get => throw null; set { } } - public string Scope { get => throw null; set { } } - public string Target { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)2240, AllowMultiple = false, Inherited = false)] - public sealed class UnscopedRefAttribute : System.Attribute - { - public UnscopedRefAttribute() => throw null; - } - } - [System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = true)] - public sealed class ConditionalAttribute : System.Attribute - { - public string ConditionString { get => throw null; } - public ConditionalAttribute(string conditionString) => throw null; - } - public static class Debug - { - public static void Assert(bool condition) => throw null; - public static void Assert(bool condition, [System.Runtime.CompilerServices.InterpolatedStringHandlerArgument("condition")] ref System.Diagnostics.Debug.AssertInterpolatedStringHandler message) => throw null; - public static void Assert(bool condition, [System.Runtime.CompilerServices.InterpolatedStringHandlerArgument("condition")] ref System.Diagnostics.Debug.AssertInterpolatedStringHandler message, [System.Runtime.CompilerServices.InterpolatedStringHandlerArgument("condition")] ref System.Diagnostics.Debug.AssertInterpolatedStringHandler detailMessage) => throw null; - public static void Assert(bool condition, string message) => throw null; - public static void Assert(bool condition, string message, string detailMessage) => throw null; - public static void Assert(bool condition, string message, string detailMessageFormat, params object[] args) => throw null; - [System.Runtime.CompilerServices.InterpolatedStringHandler] - public struct AssertInterpolatedStringHandler - { - public void AppendFormatted(object value, int alignment = default(int), string format = default(string)) => throw null; - public void AppendFormatted(System.ReadOnlySpan value) => throw null; - public void AppendFormatted(System.ReadOnlySpan value, int alignment = default(int), string format = default(string)) => throw null; - public void AppendFormatted(string value) => throw null; - public void AppendFormatted(string value, int alignment = default(int), string format = default(string)) => throw null; - public void AppendFormatted(T value) => throw null; - public void AppendFormatted(T value, int alignment) => throw null; - public void AppendFormatted(T value, int alignment, string format) => throw null; - public void AppendFormatted(T value, string format) => throw null; - public void AppendLiteral(string value) => throw null; - public AssertInterpolatedStringHandler(int literalLength, int formattedCount, bool condition, out bool shouldAppend) => throw null; - } - public static bool AutoFlush { get => throw null; set { } } - public static void Close() => throw null; - public static void Fail(string message) => throw null; - public static void Fail(string message, string detailMessage) => throw null; - public static void Flush() => throw null; - public static void Indent() => throw null; - public static int IndentLevel { get => throw null; set { } } - public static int IndentSize { get => throw null; set { } } - public static void Print(string message) => throw null; - public static void Print(string format, params object[] args) => throw null; - public static void Unindent() => throw null; - public static void Write(object value) => throw null; - public static void Write(object value, string category) => throw null; - public static void Write(string message) => throw null; - public static void Write(string message, string category) => throw null; - public static void WriteIf(bool condition, [System.Runtime.CompilerServices.InterpolatedStringHandlerArgument("condition")] ref System.Diagnostics.Debug.WriteIfInterpolatedStringHandler message) => throw null; - public static void WriteIf(bool condition, [System.Runtime.CompilerServices.InterpolatedStringHandlerArgument("condition")] ref System.Diagnostics.Debug.WriteIfInterpolatedStringHandler message, string category) => throw null; - public static void WriteIf(bool condition, object value) => throw null; - public static void WriteIf(bool condition, object value, string category) => throw null; - public static void WriteIf(bool condition, string message) => throw null; - public static void WriteIf(bool condition, string message, string category) => throw null; - [System.Runtime.CompilerServices.InterpolatedStringHandler] - public struct WriteIfInterpolatedStringHandler - { - public void AppendFormatted(object value, int alignment = default(int), string format = default(string)) => throw null; - public void AppendFormatted(System.ReadOnlySpan value) => throw null; - public void AppendFormatted(System.ReadOnlySpan value, int alignment = default(int), string format = default(string)) => throw null; - public void AppendFormatted(string value) => throw null; - public void AppendFormatted(string value, int alignment = default(int), string format = default(string)) => throw null; - public void AppendFormatted(T value) => throw null; - public void AppendFormatted(T value, int alignment) => throw null; - public void AppendFormatted(T value, int alignment, string format) => throw null; - public void AppendFormatted(T value, string format) => throw null; - public void AppendLiteral(string value) => throw null; - public WriteIfInterpolatedStringHandler(int literalLength, int formattedCount, bool condition, out bool shouldAppend) => throw null; - } - public static void WriteLine(object value) => throw null; - public static void WriteLine(object value, string category) => throw null; - public static void WriteLine(string message) => throw null; - public static void WriteLine(string format, params object[] args) => throw null; - public static void WriteLine(string message, string category) => throw null; - public static void WriteLineIf(bool condition, [System.Runtime.CompilerServices.InterpolatedStringHandlerArgument("condition")] ref System.Diagnostics.Debug.WriteIfInterpolatedStringHandler message) => throw null; - public static void WriteLineIf(bool condition, [System.Runtime.CompilerServices.InterpolatedStringHandlerArgument("condition")] ref System.Diagnostics.Debug.WriteIfInterpolatedStringHandler message, string category) => throw null; - public static void WriteLineIf(bool condition, object value) => throw null; - public static void WriteLineIf(bool condition, object value, string category) => throw null; - public static void WriteLineIf(bool condition, string message) => throw null; - public static void WriteLineIf(bool condition, string message, string category) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)3, AllowMultiple = false)] - public sealed class DebuggableAttribute : System.Attribute - { - public DebuggableAttribute(bool isJITTrackingEnabled, bool isJITOptimizerDisabled) => throw null; - public DebuggableAttribute(System.Diagnostics.DebuggableAttribute.DebuggingModes modes) => throw null; - public System.Diagnostics.DebuggableAttribute.DebuggingModes DebuggingFlags { get => throw null; } - [System.Flags] - public enum DebuggingModes - { - None = 0, - Default = 1, - IgnoreSymbolStoreSequencePoints = 2, - EnableEditAndContinue = 4, - DisableOptimizations = 256, - } - public bool IsJITOptimizerDisabled { get => throw null; } - public bool IsJITTrackingEnabled { get => throw null; } - } - public static class Debugger - { - public static void Break() => throw null; - public static readonly string DefaultCategory; - public static bool IsAttached { get => throw null; } - public static bool IsLogging() => throw null; - public static bool Launch() => throw null; - public static void Log(int level, string category, string message) => throw null; - public static void NotifyOfCrossThreadDependency() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false)] - public sealed class DebuggerBrowsableAttribute : System.Attribute - { - public DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState state) => throw null; - public System.Diagnostics.DebuggerBrowsableState State { get => throw null; } - } - public enum DebuggerBrowsableState - { - Never = 0, - Collapsed = 2, - RootHidden = 3, - } - [System.AttributeUsage((System.AttributeTargets)4509, AllowMultiple = true)] - public sealed class DebuggerDisplayAttribute : System.Attribute - { - public DebuggerDisplayAttribute(string value) => throw null; - public string Name { get => throw null; set { } } - public System.Type Target { get => throw null; set { } } - public string TargetTypeName { get => throw null; set { } } - public string Type { get => throw null; set { } } - public string Value { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)224, Inherited = false)] - public sealed class DebuggerHiddenAttribute : System.Attribute - { - public DebuggerHiddenAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)236, Inherited = false)] - public sealed class DebuggerNonUserCodeAttribute : System.Attribute - { - public DebuggerNonUserCodeAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)96, Inherited = false)] - public sealed class DebuggerStepperBoundaryAttribute : System.Attribute - { - public DebuggerStepperBoundaryAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)108, Inherited = false)] - public sealed class DebuggerStepThroughAttribute : System.Attribute - { - public DebuggerStepThroughAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)13, AllowMultiple = true)] - public sealed class DebuggerTypeProxyAttribute : System.Attribute - { - public DebuggerTypeProxyAttribute(string typeName) => throw null; - public DebuggerTypeProxyAttribute(System.Type type) => throw null; - public string ProxyTypeName { get => throw null; } - public System.Type Target { get => throw null; set { } } - public string TargetTypeName { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)13, AllowMultiple = true)] - public sealed class DebuggerVisualizerAttribute : System.Attribute - { - public DebuggerVisualizerAttribute(string visualizerTypeName) => throw null; - public DebuggerVisualizerAttribute(string visualizerTypeName, string visualizerObjectSourceTypeName) => throw null; - public DebuggerVisualizerAttribute(string visualizerTypeName, System.Type visualizerObjectSource) => throw null; - public DebuggerVisualizerAttribute(System.Type visualizer) => throw null; - public DebuggerVisualizerAttribute(System.Type visualizer, string visualizerObjectSourceTypeName) => throw null; - public DebuggerVisualizerAttribute(System.Type visualizer, System.Type visualizerObjectSource) => throw null; - public string Description { get => throw null; set { } } - public System.Type Target { get => throw null; set { } } - public string TargetTypeName { get => throw null; set { } } - public string VisualizerObjectSourceTypeName { get => throw null; } - public string VisualizerTypeName { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)108, Inherited = false)] - public sealed class StackTraceHiddenAttribute : System.Attribute - { - public StackTraceHiddenAttribute() => throw null; - } - public class Stopwatch - { - public Stopwatch() => throw null; - public System.TimeSpan Elapsed { get => throw null; } - public long ElapsedMilliseconds { get => throw null; } - public long ElapsedTicks { get => throw null; } - public static readonly long Frequency; - public static System.TimeSpan GetElapsedTime(long startingTimestamp) => throw null; - public static System.TimeSpan GetElapsedTime(long startingTimestamp, long endingTimestamp) => throw null; - public static long GetTimestamp() => throw null; - public static readonly bool IsHighResolution; - public bool IsRunning { get => throw null; } - public void Reset() => throw null; - public void Restart() => throw null; - public void Start() => throw null; - public static System.Diagnostics.Stopwatch StartNew() => throw null; - public void Stop() => throw null; - public override string ToString() => throw null; - } - public sealed class UnreachableException : System.Exception - { - public UnreachableException() => throw null; - public UnreachableException(string message) => throw null; - public UnreachableException(string message, System.Exception innerException) => throw null; - } - } - public class DivideByZeroException : System.ArithmeticException - { - public DivideByZeroException() => throw null; - protected DivideByZeroException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public DivideByZeroException(string message) => throw null; - public DivideByZeroException(string message, System.Exception innerException) => throw null; - } - public struct Double : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IBinaryFloatingPointIeee754, System.Numerics.IBinaryNumber, System.Numerics.IBitwiseOperators, System.IComparable, System.IComparable, System.Numerics.IComparisonOperators, System.IConvertible, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.Numerics.IExponentialFunctions, System.Numerics.IFloatingPoint, System.Numerics.IFloatingPointConstants, System.Numerics.IFloatingPointIeee754, System.IFormattable, System.Numerics.IHyperbolicFunctions, System.Numerics.IIncrementOperators, System.Numerics.ILogarithmicFunctions, System.Numerics.IMinMaxValue, System.Numerics.IModulusOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumber, System.Numerics.INumberBase, System.IParsable, System.Numerics.IPowerFunctions, System.Numerics.IRootFunctions, System.Numerics.ISignedNumber, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.ITrigonometricFunctions, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable - { - static double System.Numerics.INumberBase.Abs(double value) => throw null; - static double System.Numerics.ITrigonometricFunctions.Acos(double x) => throw null; - static double System.Numerics.IHyperbolicFunctions.Acosh(double x) => throw null; - static double System.Numerics.ITrigonometricFunctions.AcosPi(double x) => throw null; - static double System.Numerics.IAdditiveIdentity.AdditiveIdentity { get => throw null; } - static double System.Numerics.IBinaryNumber.AllBitsSet { get => throw null; } - static double System.Numerics.ITrigonometricFunctions.Asin(double x) => throw null; - static double System.Numerics.IHyperbolicFunctions.Asinh(double x) => throw null; - static double System.Numerics.ITrigonometricFunctions.AsinPi(double x) => throw null; - static double System.Numerics.ITrigonometricFunctions.Atan(double x) => throw null; - static double System.Numerics.IFloatingPointIeee754.Atan2(double y, double x) => throw null; - static double System.Numerics.IFloatingPointIeee754.Atan2Pi(double y, double x) => throw null; - static double System.Numerics.IHyperbolicFunctions.Atanh(double x) => throw null; - static double System.Numerics.ITrigonometricFunctions.AtanPi(double x) => throw null; - static double System.Numerics.IFloatingPointIeee754.BitDecrement(double x) => throw null; - static double System.Numerics.IFloatingPointIeee754.BitIncrement(double x) => throw null; - static double System.Numerics.IRootFunctions.Cbrt(double x) => throw null; - static double System.Numerics.IFloatingPoint.Ceiling(double x) => throw null; - static double System.Numerics.INumber.Clamp(double value, double min, double max) => throw null; - public int CompareTo(double value) => throw null; - public int CompareTo(object value) => throw null; - static double System.Numerics.INumber.CopySign(double value, double sign) => throw null; - static double System.Numerics.ITrigonometricFunctions.Cos(double x) => throw null; - static double System.Numerics.IHyperbolicFunctions.Cosh(double x) => throw null; - static double System.Numerics.ITrigonometricFunctions.CosPi(double x) => throw null; - static double System.Numerics.INumberBase.CreateChecked(TOther value) => throw null; - static double System.Numerics.INumberBase.CreateSaturating(TOther value) => throw null; - static double System.Numerics.INumberBase.CreateTruncating(TOther value) => throw null; - static double System.Numerics.ITrigonometricFunctions.DegreesToRadians(double degrees) => throw null; - public const double E = default; - static double System.Numerics.IFloatingPointConstants.E { get => throw null; } - public const double Epsilon = default; - static double System.Numerics.IFloatingPointIeee754.Epsilon { get => throw null; } - public bool Equals(double obj) => throw null; - public override bool Equals(object obj) => throw null; - static double System.Numerics.IExponentialFunctions.Exp(double x) => throw null; - static double System.Numerics.IExponentialFunctions.Exp10(double x) => throw null; - static double System.Numerics.IExponentialFunctions.Exp10M1(double x) => throw null; - static double System.Numerics.IExponentialFunctions.Exp2(double x) => throw null; - static double System.Numerics.IExponentialFunctions.Exp2M1(double x) => throw null; - static double System.Numerics.IExponentialFunctions.ExpM1(double x) => throw null; - static double System.Numerics.IFloatingPoint.Floor(double x) => throw null; - static double System.Numerics.IFloatingPointIeee754.FusedMultiplyAdd(double left, double right, double addend) => throw null; - int System.Numerics.IFloatingPoint.GetExponentByteCount() => throw null; - int System.Numerics.IFloatingPoint.GetExponentShortestBitLength() => throw null; - public override int GetHashCode() => throw null; - int System.Numerics.IFloatingPoint.GetSignificandBitLength() => throw null; - int System.Numerics.IFloatingPoint.GetSignificandByteCount() => throw null; - public System.TypeCode GetTypeCode() => throw null; - static double System.Numerics.IRootFunctions.Hypot(double x, double y) => throw null; - static double System.Numerics.IFloatingPointIeee754.Ieee754Remainder(double left, double right) => throw null; - static int System.Numerics.IFloatingPointIeee754.ILogB(double x) => throw null; - static bool System.Numerics.INumberBase.IsCanonical(double value) => throw null; - static bool System.Numerics.INumberBase.IsComplexNumber(double value) => throw null; - static bool System.Numerics.INumberBase.IsEvenInteger(double value) => throw null; - static bool System.Numerics.INumberBase.IsFinite(double d) => throw null; - static bool System.Numerics.INumberBase.IsImaginaryNumber(double value) => throw null; - static bool System.Numerics.INumberBase.IsInfinity(double d) => throw null; - static bool System.Numerics.INumberBase.IsInteger(double value) => throw null; - static bool System.Numerics.INumberBase.IsNaN(double d) => throw null; - static bool System.Numerics.INumberBase.IsNegative(double d) => throw null; - static bool System.Numerics.INumberBase.IsNegativeInfinity(double d) => throw null; - static bool System.Numerics.INumberBase.IsNormal(double d) => throw null; - static bool System.Numerics.INumberBase.IsOddInteger(double value) => throw null; - static bool System.Numerics.INumberBase.IsPositive(double value) => throw null; - static bool System.Numerics.INumberBase.IsPositiveInfinity(double d) => throw null; - static bool System.Numerics.IBinaryNumber.IsPow2(double value) => throw null; - static bool System.Numerics.INumberBase.IsRealNumber(double value) => throw null; - static bool System.Numerics.INumberBase.IsSubnormal(double d) => throw null; - static bool System.Numerics.INumberBase.IsZero(double value) => throw null; - static double System.Numerics.IFloatingPointIeee754.Lerp(double value1, double value2, double amount) => throw null; - static double System.Numerics.ILogarithmicFunctions.Log(double x) => throw null; - static double System.Numerics.ILogarithmicFunctions.Log(double x, double newBase) => throw null; - static double System.Numerics.ILogarithmicFunctions.Log10(double x) => throw null; - static double System.Numerics.ILogarithmicFunctions.Log10P1(double x) => throw null; - static double System.Numerics.IBinaryNumber.Log2(double value) => throw null; - static double System.Numerics.ILogarithmicFunctions.Log2(double value) => throw null; - static double System.Numerics.ILogarithmicFunctions.Log2P1(double x) => throw null; - static double System.Numerics.ILogarithmicFunctions.LogP1(double x) => throw null; - static double System.Numerics.INumber.Max(double x, double y) => throw null; - static double System.Numerics.INumberBase.MaxMagnitude(double x, double y) => throw null; - static double System.Numerics.INumberBase.MaxMagnitudeNumber(double x, double y) => throw null; - static double System.Numerics.INumber.MaxNumber(double x, double y) => throw null; - public const double MaxValue = default; - static double System.Numerics.IMinMaxValue.MaxValue { get => throw null; } - static double System.Numerics.INumber.Min(double x, double y) => throw null; - static double System.Numerics.INumberBase.MinMagnitude(double x, double y) => throw null; - static double System.Numerics.INumberBase.MinMagnitudeNumber(double x, double y) => throw null; - static double System.Numerics.INumber.MinNumber(double x, double y) => throw null; - public const double MinValue = default; - static double System.Numerics.IMinMaxValue.MinValue { get => throw null; } - static double System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } - public const double NaN = default; - static double System.Numerics.IFloatingPointIeee754.NaN { get => throw null; } - public const double NegativeInfinity = default; - static double System.Numerics.IFloatingPointIeee754.NegativeInfinity { get => throw null; } - static double System.Numerics.ISignedNumber.NegativeOne { get => throw null; } - public const double NegativeZero = default; - static double System.Numerics.IFloatingPointIeee754.NegativeZero { get => throw null; } - static double System.Numerics.INumberBase.One { get => throw null; } - static double System.Numerics.IAdditionOperators.operator +(double left, double right) => throw null; - static double System.Numerics.IBitwiseOperators.operator &(double left, double right) => throw null; - static double System.Numerics.IBitwiseOperators.operator |(double left, double right) => throw null; - static double System.Numerics.IDecrementOperators.operator --(double value) => throw null; - static double System.Numerics.IDivisionOperators.operator /(double left, double right) => throw null; - static bool System.Numerics.IEqualityOperators.operator ==(double left, double right) => throw null; - static double System.Numerics.IBitwiseOperators.operator ^(double left, double right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >(double left, double right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >=(double left, double right) => throw null; - static double System.Numerics.IIncrementOperators.operator ++(double value) => throw null; - static bool System.Numerics.IEqualityOperators.operator !=(double left, double right) => throw null; - static bool System.Numerics.IComparisonOperators.operator <(double left, double right) => throw null; - static bool System.Numerics.IComparisonOperators.operator <=(double left, double right) => throw null; - static double System.Numerics.IModulusOperators.operator %(double left, double right) => throw null; - static double System.Numerics.IMultiplyOperators.operator *(double left, double right) => throw null; - static double System.Numerics.IBitwiseOperators.operator ~(double value) => throw null; - static double System.Numerics.ISubtractionOperators.operator -(double left, double right) => throw null; - static double System.Numerics.IUnaryNegationOperators.operator -(double value) => throw null; - static double System.Numerics.IUnaryPlusOperators.operator +(double value) => throw null; - static double System.Numerics.INumberBase.Parse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static double System.IUtf8SpanParsable.Parse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider) => throw null; - static double System.Numerics.INumberBase.Parse(System.ReadOnlySpan s, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static double System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - public static double Parse(string s) => throw null; - public static double Parse(string s, System.Globalization.NumberStyles style) => throw null; - static double System.Numerics.INumberBase.Parse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider) => throw null; - static double System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; - public const double Pi = default; - static double System.Numerics.IFloatingPointConstants.Pi { get => throw null; } - public const double PositiveInfinity = default; - static double System.Numerics.IFloatingPointIeee754.PositiveInfinity { get => throw null; } - static double System.Numerics.IPowerFunctions.Pow(double x, double y) => throw null; - static double System.Numerics.ITrigonometricFunctions.RadiansToDegrees(double radians) => throw null; - static int System.Numerics.INumberBase.Radix { get => throw null; } - static double System.Numerics.IFloatingPointIeee754.ReciprocalEstimate(double x) => throw null; - static double System.Numerics.IFloatingPointIeee754.ReciprocalSqrtEstimate(double x) => throw null; - static double System.Numerics.IRootFunctions.RootN(double x, int n) => throw null; - static double System.Numerics.IFloatingPoint.Round(double x) => throw null; - static double System.Numerics.IFloatingPoint.Round(double x, int digits) => throw null; - static double System.Numerics.IFloatingPoint.Round(double x, int digits, System.MidpointRounding mode) => throw null; - static double System.Numerics.IFloatingPoint.Round(double x, System.MidpointRounding mode) => throw null; - static double System.Numerics.IFloatingPointIeee754.ScaleB(double x, int n) => throw null; - static int System.Numerics.INumber.Sign(double value) => throw null; - static double System.Numerics.ITrigonometricFunctions.Sin(double x) => throw null; - static (double Sin, double Cos) System.Numerics.ITrigonometricFunctions.SinCos(double x) => throw null; - static (double SinPi, double CosPi) System.Numerics.ITrigonometricFunctions.SinCosPi(double x) => throw null; - static double System.Numerics.IHyperbolicFunctions.Sinh(double x) => throw null; - static double System.Numerics.ITrigonometricFunctions.SinPi(double x) => throw null; - static double System.Numerics.IRootFunctions.Sqrt(double x) => throw null; - static double System.Numerics.ITrigonometricFunctions.Tan(double x) => throw null; - static double System.Numerics.IHyperbolicFunctions.Tanh(double x) => throw null; - static double System.Numerics.ITrigonometricFunctions.TanPi(double x) => throw null; - public const double Tau = default; - static double System.Numerics.IFloatingPointConstants.Tau { get => throw null; } - bool System.IConvertible.ToBoolean(System.IFormatProvider provider) => throw null; - byte System.IConvertible.ToByte(System.IFormatProvider provider) => throw null; - char System.IConvertible.ToChar(System.IFormatProvider provider) => throw null; - System.DateTime System.IConvertible.ToDateTime(System.IFormatProvider provider) => throw null; - decimal System.IConvertible.ToDecimal(System.IFormatProvider provider) => throw null; - double System.IConvertible.ToDouble(System.IFormatProvider provider) => throw null; - short System.IConvertible.ToInt16(System.IFormatProvider provider) => throw null; - int System.IConvertible.ToInt32(System.IFormatProvider provider) => throw null; - long System.IConvertible.ToInt64(System.IFormatProvider provider) => throw null; - sbyte System.IConvertible.ToSByte(System.IFormatProvider provider) => throw null; - float System.IConvertible.ToSingle(System.IFormatProvider provider) => throw null; - public override string ToString() => throw null; - public string ToString(System.IFormatProvider provider) => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider provider) => throw null; - object System.IConvertible.ToType(System.Type type, System.IFormatProvider provider) => throw null; - ushort System.IConvertible.ToUInt16(System.IFormatProvider provider) => throw null; - uint System.IConvertible.ToUInt32(System.IFormatProvider provider) => throw null; - ulong System.IConvertible.ToUInt64(System.IFormatProvider provider) => throw null; - static double System.Numerics.IFloatingPoint.Truncate(double x) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromChecked(TOther value, out double result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromSaturating(TOther value, out double result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromTruncating(TOther value, out double result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToChecked(double value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToSaturating(double value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToTruncating(double value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public static bool TryParse(System.ReadOnlySpan utf8Text, out double result) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out double result) => throw null; - static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out double result) => throw null; - public static bool TryParse(System.ReadOnlySpan s, out double result) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out double result) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out double result) => throw null; - public static bool TryParse(string s, out double result) => throw null; - static bool System.Numerics.INumberBase.TryParse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out double result) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out double result) => throw null; - bool System.Numerics.IFloatingPoint.TryWriteExponentBigEndian(System.Span destination, out int bytesWritten) => throw null; - bool System.Numerics.IFloatingPoint.TryWriteExponentLittleEndian(System.Span destination, out int bytesWritten) => throw null; - bool System.Numerics.IFloatingPoint.TryWriteSignificandBigEndian(System.Span destination, out int bytesWritten) => throw null; - bool System.Numerics.IFloatingPoint.TryWriteSignificandLittleEndian(System.Span destination, out int bytesWritten) => throw null; - static double System.Numerics.INumberBase.Zero { get => throw null; } - } - public class DuplicateWaitObjectException : System.ArgumentException - { - public DuplicateWaitObjectException() => throw null; - protected DuplicateWaitObjectException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public DuplicateWaitObjectException(string parameterName) => throw null; - public DuplicateWaitObjectException(string message, System.Exception innerException) => throw null; - public DuplicateWaitObjectException(string parameterName, string message) => throw null; - } - public class EntryPointNotFoundException : System.TypeLoadException - { - public EntryPointNotFoundException() => throw null; - protected EntryPointNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public EntryPointNotFoundException(string message) => throw null; - public EntryPointNotFoundException(string message, System.Exception inner) => throw null; - } - public abstract class Enum : System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattable - { - public int CompareTo(object target) => throw null; - protected Enum() => throw null; - public override bool Equals(object obj) => throw null; - public static string Format(System.Type enumType, object value, string format) => throw null; - public override int GetHashCode() => throw null; - public static string GetName(System.Type enumType, object value) => throw null; - public static string GetName(TEnum value) where TEnum : System.Enum => throw null; - public static string[] GetNames(System.Type enumType) => throw null; - public static string[] GetNames() where TEnum : System.Enum => throw null; - public System.TypeCode GetTypeCode() => throw null; - public static System.Type GetUnderlyingType(System.Type enumType) => throw null; - public static System.Array GetValues(System.Type enumType) => throw null; - public static TEnum[] GetValues() where TEnum : System.Enum => throw null; - public static System.Array GetValuesAsUnderlyingType(System.Type enumType) => throw null; - public static System.Array GetValuesAsUnderlyingType() where TEnum : System.Enum => throw null; - public bool HasFlag(System.Enum flag) => throw null; - public static bool IsDefined(System.Type enumType, object value) => throw null; - public static bool IsDefined(TEnum value) where TEnum : System.Enum => throw null; - public static object Parse(System.Type enumType, System.ReadOnlySpan value) => throw null; - public static object Parse(System.Type enumType, System.ReadOnlySpan value, bool ignoreCase) => throw null; - public static object Parse(System.Type enumType, string value) => throw null; - public static object Parse(System.Type enumType, string value, bool ignoreCase) => throw null; - public static TEnum Parse(System.ReadOnlySpan value) where TEnum : struct => throw null; - public static TEnum Parse(System.ReadOnlySpan value, bool ignoreCase) where TEnum : struct => throw null; - public static TEnum Parse(string value) where TEnum : struct => throw null; - public static TEnum Parse(string value, bool ignoreCase) where TEnum : struct => throw null; - bool System.IConvertible.ToBoolean(System.IFormatProvider provider) => throw null; - byte System.IConvertible.ToByte(System.IFormatProvider provider) => throw null; - char System.IConvertible.ToChar(System.IFormatProvider provider) => throw null; - System.DateTime System.IConvertible.ToDateTime(System.IFormatProvider provider) => throw null; - decimal System.IConvertible.ToDecimal(System.IFormatProvider provider) => throw null; - double System.IConvertible.ToDouble(System.IFormatProvider provider) => throw null; - short System.IConvertible.ToInt16(System.IFormatProvider provider) => throw null; - int System.IConvertible.ToInt32(System.IFormatProvider provider) => throw null; - long System.IConvertible.ToInt64(System.IFormatProvider provider) => throw null; - public static object ToObject(System.Type enumType, byte value) => throw null; - public static object ToObject(System.Type enumType, short value) => throw null; - public static object ToObject(System.Type enumType, int value) => throw null; - public static object ToObject(System.Type enumType, long value) => throw null; - public static object ToObject(System.Type enumType, object value) => throw null; - public static object ToObject(System.Type enumType, sbyte value) => throw null; - public static object ToObject(System.Type enumType, ushort value) => throw null; - public static object ToObject(System.Type enumType, uint value) => throw null; - public static object ToObject(System.Type enumType, ulong value) => throw null; - sbyte System.IConvertible.ToSByte(System.IFormatProvider provider) => throw null; - float System.IConvertible.ToSingle(System.IFormatProvider provider) => throw null; - public override string ToString() => throw null; - public string ToString(System.IFormatProvider provider) => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider provider) => throw null; - object System.IConvertible.ToType(System.Type type, System.IFormatProvider provider) => throw null; - ushort System.IConvertible.ToUInt16(System.IFormatProvider provider) => throw null; - uint System.IConvertible.ToUInt32(System.IFormatProvider provider) => throw null; - ulong System.IConvertible.ToUInt64(System.IFormatProvider provider) => throw null; - public static bool TryFormat(TEnum value, System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan)) where TEnum : struct => throw null; - bool System.ISpanFormattable.TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format, System.IFormatProvider provider) => throw null; - public static bool TryParse(System.Type enumType, System.ReadOnlySpan value, bool ignoreCase, out object result) => throw null; - public static bool TryParse(System.Type enumType, System.ReadOnlySpan value, out object result) => throw null; - public static bool TryParse(System.Type enumType, string value, bool ignoreCase, out object result) => throw null; - public static bool TryParse(System.Type enumType, string value, out object result) => throw null; - public static bool TryParse(System.ReadOnlySpan value, bool ignoreCase, out TEnum result) where TEnum : struct => throw null; - public static bool TryParse(System.ReadOnlySpan value, out TEnum result) where TEnum : struct => throw null; - public static bool TryParse(string value, bool ignoreCase, out TEnum result) where TEnum : struct => throw null; - public static bool TryParse(string value, out TEnum result) where TEnum : struct => throw null; - } - public static class Environment - { - public static string CommandLine { get => throw null; } - public static string CurrentDirectory { get => throw null; set { } } - public static int CurrentManagedThreadId { get => throw null; } - public static void Exit(int exitCode) => throw null; - public static int ExitCode { get => throw null; set { } } - public static string ExpandEnvironmentVariables(string name) => throw null; - public static void FailFast(string message) => throw null; - public static void FailFast(string message, System.Exception exception) => throw null; - public static string[] GetCommandLineArgs() => throw null; - public static string GetEnvironmentVariable(string variable) => throw null; - public static string GetEnvironmentVariable(string variable, System.EnvironmentVariableTarget target) => throw null; - public static System.Collections.IDictionary GetEnvironmentVariables() => throw null; - public static System.Collections.IDictionary GetEnvironmentVariables(System.EnvironmentVariableTarget target) => throw null; - public static string GetFolderPath(System.Environment.SpecialFolder folder) => throw null; - public static string GetFolderPath(System.Environment.SpecialFolder folder, System.Environment.SpecialFolderOption option) => throw null; - public static string[] GetLogicalDrives() => throw null; - public static bool HasShutdownStarted { get => throw null; } - public static bool Is64BitOperatingSystem { get => throw null; } - public static bool Is64BitProcess { get => throw null; } - public static bool IsPrivilegedProcess { get => throw null; } - public static string MachineName { get => throw null; } - public static string NewLine { get => throw null; } - public static System.OperatingSystem OSVersion { get => throw null; } - public static int ProcessId { get => throw null; } - public static int ProcessorCount { get => throw null; } - public static string ProcessPath { get => throw null; } - public static void SetEnvironmentVariable(string variable, string value) => throw null; - public static void SetEnvironmentVariable(string variable, string value, System.EnvironmentVariableTarget target) => throw null; - public enum SpecialFolder - { - Desktop = 0, - Programs = 2, - MyDocuments = 5, - Personal = 5, - Favorites = 6, - Startup = 7, - Recent = 8, - SendTo = 9, - StartMenu = 11, - MyMusic = 13, - MyVideos = 14, - DesktopDirectory = 16, - MyComputer = 17, - NetworkShortcuts = 19, - Fonts = 20, - Templates = 21, - CommonStartMenu = 22, - CommonPrograms = 23, - CommonStartup = 24, - CommonDesktopDirectory = 25, - ApplicationData = 26, - PrinterShortcuts = 27, - LocalApplicationData = 28, - InternetCache = 32, - Cookies = 33, - History = 34, - CommonApplicationData = 35, - Windows = 36, - System = 37, - ProgramFiles = 38, - MyPictures = 39, - UserProfile = 40, - SystemX86 = 41, - ProgramFilesX86 = 42, - CommonProgramFiles = 43, - CommonProgramFilesX86 = 44, - CommonTemplates = 45, - CommonDocuments = 46, - CommonAdminTools = 47, - AdminTools = 48, - CommonMusic = 53, - CommonPictures = 54, - CommonVideos = 55, - Resources = 56, - LocalizedResources = 57, - CommonOemLinks = 58, - CDBurning = 59, - } - public enum SpecialFolderOption - { - None = 0, - DoNotVerify = 16384, - Create = 32768, - } - public static string StackTrace { get => throw null; } - public static string SystemDirectory { get => throw null; } - public static int SystemPageSize { get => throw null; } - public static int TickCount { get => throw null; } - public static long TickCount64 { get => throw null; } - public static string UserDomainName { get => throw null; } - public static bool UserInteractive { get => throw null; } - public static string UserName { get => throw null; } - public static System.Version Version { get => throw null; } - public static long WorkingSet { get => throw null; } - } - public enum EnvironmentVariableTarget - { - Process = 0, - User = 1, - Machine = 2, - } - public class EventArgs - { - public EventArgs() => throw null; - public static readonly System.EventArgs Empty; - } - public delegate void EventHandler(object sender, System.EventArgs e); - public delegate void EventHandler(object sender, TEventArgs e); - public class Exception : System.Runtime.Serialization.ISerializable - { - public Exception() => throw null; - protected Exception(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public Exception(string message) => throw null; - public Exception(string message, System.Exception innerException) => throw null; - public virtual System.Collections.IDictionary Data { get => throw null; } - public virtual System.Exception GetBaseException() => throw null; - public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public System.Type GetType() => throw null; - public virtual string HelpLink { get => throw null; set { } } - public int HResult { get => throw null; set { } } - public System.Exception InnerException { get => throw null; } - public virtual string Message { get => throw null; } - protected event System.EventHandler SerializeObjectState; - public virtual string Source { get => throw null; set { } } - public virtual string StackTrace { get => throw null; } - public System.Reflection.MethodBase TargetSite { get => throw null; } - public override string ToString() => throw null; - } - public sealed class ExecutionEngineException : System.SystemException - { - public ExecutionEngineException() => throw null; - public ExecutionEngineException(string message) => throw null; - public ExecutionEngineException(string message, System.Exception innerException) => throw null; - } - public class FieldAccessException : System.MemberAccessException - { - public FieldAccessException() => throw null; - protected FieldAccessException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public FieldAccessException(string message) => throw null; - public FieldAccessException(string message, System.Exception inner) => throw null; - } - public class FileStyleUriParser : System.UriParser - { - public FileStyleUriParser() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)16, Inherited = false)] - public class FlagsAttribute : System.Attribute - { - public FlagsAttribute() => throw null; - } - public class FormatException : System.SystemException - { - public FormatException() => throw null; - protected FormatException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public FormatException(string message) => throw null; - public FormatException(string message, System.Exception innerException) => throw null; - } - public abstract class FormattableString : System.IFormattable - { - public abstract int ArgumentCount { get; } - protected FormattableString() => throw null; - public static string CurrentCulture(System.FormattableString formattable) => throw null; - public abstract string Format { get; } - public abstract object GetArgument(int index); - public abstract object[] GetArguments(); - public static string Invariant(System.FormattableString formattable) => throw null; - string System.IFormattable.ToString(string ignored, System.IFormatProvider formatProvider) => throw null; - public override string ToString() => throw null; - public abstract string ToString(System.IFormatProvider formatProvider); - } - public class FtpStyleUriParser : System.UriParser - { - public FtpStyleUriParser() => throw null; - } - public delegate TResult Func(); - public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9); - public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10); - public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11); - public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12); - public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13); - public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13, T14 arg14); - public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13, T14 arg14, T15 arg15); - public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13, T14 arg14, T15 arg15, T16 arg16); - public delegate TResult Func(T arg); - public delegate TResult Func(T1 arg1, T2 arg2); - public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3); - public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4); - public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5); - public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6); - public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7); - public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8); - public static class GC - { - public static void AddMemoryPressure(long bytesAllocated) => throw null; - public static T[] AllocateArray(int length, bool pinned = default(bool)) => throw null; - public static T[] AllocateUninitializedArray(int length, bool pinned = default(bool)) => throw null; - public static void CancelFullGCNotification() => throw null; - public static void Collect() => throw null; - public static void Collect(int generation) => throw null; - public static void Collect(int generation, System.GCCollectionMode mode) => throw null; - public static void Collect(int generation, System.GCCollectionMode mode, bool blocking) => throw null; - public static void Collect(int generation, System.GCCollectionMode mode, bool blocking, bool compacting) => throw null; - public static int CollectionCount(int generation) => throw null; - public static void EndNoGCRegion() => throw null; - public static long GetAllocatedBytesForCurrentThread() => throw null; - public static System.Collections.Generic.IReadOnlyDictionary GetConfigurationVariables() => throw null; - public static System.GCMemoryInfo GetGCMemoryInfo() => throw null; - public static System.GCMemoryInfo GetGCMemoryInfo(System.GCKind kind) => throw null; - public static int GetGeneration(object obj) => throw null; - public static int GetGeneration(System.WeakReference wo) => throw null; - public static long GetTotalAllocatedBytes(bool precise = default(bool)) => throw null; - public static long GetTotalMemory(bool forceFullCollection) => throw null; - public static System.TimeSpan GetTotalPauseDuration() => throw null; - public static void KeepAlive(object obj) => throw null; - public static int MaxGeneration { get => throw null; } - public static void RefreshMemoryLimit() => throw null; - public static void RegisterForFullGCNotification(int maxGenerationThreshold, int largeObjectHeapThreshold) => throw null; - public static void RegisterNoGCRegionCallback(long totalSize, System.Action callback) => throw null; - public static void RemoveMemoryPressure(long bytesAllocated) => throw null; - public static void ReRegisterForFinalize(object obj) => throw null; - public static void SuppressFinalize(object obj) => throw null; - public static bool TryStartNoGCRegion(long totalSize) => throw null; - public static bool TryStartNoGCRegion(long totalSize, bool disallowFullBlockingGC) => throw null; - public static bool TryStartNoGCRegion(long totalSize, long lohSize) => throw null; - public static bool TryStartNoGCRegion(long totalSize, long lohSize, bool disallowFullBlockingGC) => throw null; - public static System.GCNotificationStatus WaitForFullGCApproach() => throw null; - public static System.GCNotificationStatus WaitForFullGCApproach(int millisecondsTimeout) => throw null; - public static System.GCNotificationStatus WaitForFullGCApproach(System.TimeSpan timeout) => throw null; - public static System.GCNotificationStatus WaitForFullGCComplete() => throw null; - public static System.GCNotificationStatus WaitForFullGCComplete(int millisecondsTimeout) => throw null; - public static System.GCNotificationStatus WaitForFullGCComplete(System.TimeSpan timeout) => throw null; - public static void WaitForPendingFinalizers() => throw null; - } - public enum GCCollectionMode - { - Default = 0, - Forced = 1, - Optimized = 2, - Aggressive = 3, - } - public struct GCGenerationInfo - { - public long FragmentationAfterBytes { get => throw null; } - public long FragmentationBeforeBytes { get => throw null; } - public long SizeAfterBytes { get => throw null; } - public long SizeBeforeBytes { get => throw null; } - } - public enum GCKind - { - Any = 0, - Ephemeral = 1, - FullBlocking = 2, - Background = 3, - } - public struct GCMemoryInfo - { - public bool Compacted { get => throw null; } - public bool Concurrent { get => throw null; } - public long FinalizationPendingCount { get => throw null; } - public long FragmentedBytes { get => throw null; } - public int Generation { get => throw null; } - public System.ReadOnlySpan GenerationInfo { get => throw null; } - public long HeapSizeBytes { get => throw null; } - public long HighMemoryLoadThresholdBytes { get => throw null; } - public long Index { get => throw null; } - public long MemoryLoadBytes { get => throw null; } - public System.ReadOnlySpan PauseDurations { get => throw null; } - public double PauseTimePercentage { get => throw null; } - public long PinnedObjectsCount { get => throw null; } - public long PromotedBytes { get => throw null; } - public long TotalAvailableMemoryBytes { get => throw null; } - public long TotalCommittedBytes { get => throw null; } - } - public enum GCNotificationStatus - { - Succeeded = 0, - Failed = 1, - Canceled = 2, - Timeout = 3, - NotApplicable = 4, - } - public class GenericUriParser : System.UriParser - { - public GenericUriParser(System.GenericUriParserOptions options) => throw null; - } - [System.Flags] - public enum GenericUriParserOptions - { - Default = 0, - GenericAuthority = 1, - AllowEmptyAuthority = 2, - NoUserInfo = 4, - NoPort = 8, - NoQuery = 16, - NoFragment = 32, - DontConvertPathBackslashes = 64, - DontCompressPath = 128, - DontUnescapePathDotsAndSlashes = 256, - Idn = 512, - IriParsing = 1024, - } - namespace Globalization - { - public abstract class Calendar : System.ICloneable - { - public virtual System.DateTime AddDays(System.DateTime time, int days) => throw null; - public virtual System.DateTime AddHours(System.DateTime time, int hours) => throw null; - public virtual System.DateTime AddMilliseconds(System.DateTime time, double milliseconds) => throw null; - public virtual System.DateTime AddMinutes(System.DateTime time, int minutes) => throw null; - public abstract System.DateTime AddMonths(System.DateTime time, int months); - public virtual System.DateTime AddSeconds(System.DateTime time, int seconds) => throw null; - public virtual System.DateTime AddWeeks(System.DateTime time, int weeks) => throw null; - public abstract System.DateTime AddYears(System.DateTime time, int years); - public virtual System.Globalization.CalendarAlgorithmType AlgorithmType { get => throw null; } - public virtual object Clone() => throw null; - protected Calendar() => throw null; - public const int CurrentEra = 0; - protected virtual int DaysInYearBeforeMinSupportedYear { get => throw null; } - public abstract int[] Eras { get; } - public abstract int GetDayOfMonth(System.DateTime time); - public abstract System.DayOfWeek GetDayOfWeek(System.DateTime time); - public abstract int GetDayOfYear(System.DateTime time); - public virtual int GetDaysInMonth(int year, int month) => throw null; - public abstract int GetDaysInMonth(int year, int month, int era); - public virtual int GetDaysInYear(int year) => throw null; - public abstract int GetDaysInYear(int year, int era); - public abstract int GetEra(System.DateTime time); - public virtual int GetHour(System.DateTime time) => throw null; - public virtual int GetLeapMonth(int year) => throw null; - public virtual int GetLeapMonth(int year, int era) => throw null; - public virtual double GetMilliseconds(System.DateTime time) => throw null; - public virtual int GetMinute(System.DateTime time) => throw null; - public abstract int GetMonth(System.DateTime time); - public virtual int GetMonthsInYear(int year) => throw null; - public abstract int GetMonthsInYear(int year, int era); - public virtual int GetSecond(System.DateTime time) => throw null; - public virtual int GetWeekOfYear(System.DateTime time, System.Globalization.CalendarWeekRule rule, System.DayOfWeek firstDayOfWeek) => throw null; - public abstract int GetYear(System.DateTime time); - public virtual bool IsLeapDay(int year, int month, int day) => throw null; - public abstract bool IsLeapDay(int year, int month, int day, int era); - public virtual bool IsLeapMonth(int year, int month) => throw null; - public abstract bool IsLeapMonth(int year, int month, int era); - public virtual bool IsLeapYear(int year) => throw null; - public abstract bool IsLeapYear(int year, int era); - public bool IsReadOnly { get => throw null; } - public virtual System.DateTime MaxSupportedDateTime { get => throw null; } - public virtual System.DateTime MinSupportedDateTime { get => throw null; } - public static System.Globalization.Calendar ReadOnly(System.Globalization.Calendar calendar) => throw null; - public virtual System.DateTime ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond) => throw null; - public abstract System.DateTime ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era); - public virtual int ToFourDigitYear(int year) => throw null; - public virtual int TwoDigitYearMax { get => throw null; set { } } - } - public enum CalendarAlgorithmType - { - Unknown = 0, - SolarCalendar = 1, - LunarCalendar = 2, - LunisolarCalendar = 3, - } - public enum CalendarWeekRule - { - FirstDay = 0, - FirstFullWeek = 1, - FirstFourDayWeek = 2, - } - public static class CharUnicodeInfo - { - public static int GetDecimalDigitValue(char ch) => throw null; - public static int GetDecimalDigitValue(string s, int index) => throw null; - public static int GetDigitValue(char ch) => throw null; - public static int GetDigitValue(string s, int index) => throw null; - public static double GetNumericValue(char ch) => throw null; - public static double GetNumericValue(string s, int index) => throw null; - public static System.Globalization.UnicodeCategory GetUnicodeCategory(char ch) => throw null; - public static System.Globalization.UnicodeCategory GetUnicodeCategory(int codePoint) => throw null; - public static System.Globalization.UnicodeCategory GetUnicodeCategory(string s, int index) => throw null; - } - public class ChineseLunisolarCalendar : System.Globalization.EastAsianLunisolarCalendar - { - public const int ChineseEra = 1; - public ChineseLunisolarCalendar() => throw null; - protected override int DaysInYearBeforeMinSupportedYear { get => throw null; } - public override int[] Eras { get => throw null; } - public override int GetEra(System.DateTime time) => throw null; - public override System.DateTime MaxSupportedDateTime { get => throw null; } - public override System.DateTime MinSupportedDateTime { get => throw null; } - } - public sealed class CompareInfo : System.Runtime.Serialization.IDeserializationCallback - { - public int Compare(System.ReadOnlySpan string1, System.ReadOnlySpan string2, System.Globalization.CompareOptions options = default(System.Globalization.CompareOptions)) => throw null; - public int Compare(string string1, int offset1, int length1, string string2, int offset2, int length2) => throw null; - public int Compare(string string1, int offset1, int length1, string string2, int offset2, int length2, System.Globalization.CompareOptions options) => throw null; - public int Compare(string string1, int offset1, string string2, int offset2) => throw null; - public int Compare(string string1, int offset1, string string2, int offset2, System.Globalization.CompareOptions options) => throw null; - public int Compare(string string1, string string2) => throw null; - public int Compare(string string1, string string2, System.Globalization.CompareOptions options) => throw null; - public override bool Equals(object value) => throw null; - public static System.Globalization.CompareInfo GetCompareInfo(int culture) => throw null; - public static System.Globalization.CompareInfo GetCompareInfo(int culture, System.Reflection.Assembly assembly) => throw null; - public static System.Globalization.CompareInfo GetCompareInfo(string name) => throw null; - public static System.Globalization.CompareInfo GetCompareInfo(string name, System.Reflection.Assembly assembly) => throw null; - public override int GetHashCode() => throw null; - public int GetHashCode(System.ReadOnlySpan source, System.Globalization.CompareOptions options) => throw null; - public int GetHashCode(string source, System.Globalization.CompareOptions options) => throw null; - public int GetSortKey(System.ReadOnlySpan source, System.Span destination, System.Globalization.CompareOptions options = default(System.Globalization.CompareOptions)) => throw null; - public System.Globalization.SortKey GetSortKey(string source) => throw null; - public System.Globalization.SortKey GetSortKey(string source, System.Globalization.CompareOptions options) => throw null; - public int GetSortKeyLength(System.ReadOnlySpan source, System.Globalization.CompareOptions options = default(System.Globalization.CompareOptions)) => throw null; - public int IndexOf(System.ReadOnlySpan source, System.ReadOnlySpan value, System.Globalization.CompareOptions options = default(System.Globalization.CompareOptions)) => throw null; - public int IndexOf(System.ReadOnlySpan source, System.ReadOnlySpan value, System.Globalization.CompareOptions options, out int matchLength) => throw null; - public int IndexOf(System.ReadOnlySpan source, System.Text.Rune value, System.Globalization.CompareOptions options = default(System.Globalization.CompareOptions)) => throw null; - public int IndexOf(string source, char value) => throw null; - public int IndexOf(string source, char value, System.Globalization.CompareOptions options) => throw null; - public int IndexOf(string source, char value, int startIndex) => throw null; - public int IndexOf(string source, char value, int startIndex, System.Globalization.CompareOptions options) => throw null; - public int IndexOf(string source, char value, int startIndex, int count) => throw null; - public int IndexOf(string source, char value, int startIndex, int count, System.Globalization.CompareOptions options) => throw null; - public int IndexOf(string source, string value) => throw null; - public int IndexOf(string source, string value, System.Globalization.CompareOptions options) => throw null; - public int IndexOf(string source, string value, int startIndex) => throw null; - public int IndexOf(string source, string value, int startIndex, System.Globalization.CompareOptions options) => throw null; - public int IndexOf(string source, string value, int startIndex, int count) => throw null; - public int IndexOf(string source, string value, int startIndex, int count, System.Globalization.CompareOptions options) => throw null; - public bool IsPrefix(System.ReadOnlySpan source, System.ReadOnlySpan prefix, System.Globalization.CompareOptions options = default(System.Globalization.CompareOptions)) => throw null; - public bool IsPrefix(System.ReadOnlySpan source, System.ReadOnlySpan prefix, System.Globalization.CompareOptions options, out int matchLength) => throw null; - public bool IsPrefix(string source, string prefix) => throw null; - public bool IsPrefix(string source, string prefix, System.Globalization.CompareOptions options) => throw null; - public static bool IsSortable(char ch) => throw null; - public static bool IsSortable(System.ReadOnlySpan text) => throw null; - public static bool IsSortable(string text) => throw null; - public static bool IsSortable(System.Text.Rune value) => throw null; - public bool IsSuffix(System.ReadOnlySpan source, System.ReadOnlySpan suffix, System.Globalization.CompareOptions options = default(System.Globalization.CompareOptions)) => throw null; - public bool IsSuffix(System.ReadOnlySpan source, System.ReadOnlySpan suffix, System.Globalization.CompareOptions options, out int matchLength) => throw null; - public bool IsSuffix(string source, string suffix) => throw null; - public bool IsSuffix(string source, string suffix, System.Globalization.CompareOptions options) => throw null; - public int LastIndexOf(System.ReadOnlySpan source, System.ReadOnlySpan value, System.Globalization.CompareOptions options = default(System.Globalization.CompareOptions)) => throw null; - public int LastIndexOf(System.ReadOnlySpan source, System.ReadOnlySpan value, System.Globalization.CompareOptions options, out int matchLength) => throw null; - public int LastIndexOf(System.ReadOnlySpan source, System.Text.Rune value, System.Globalization.CompareOptions options = default(System.Globalization.CompareOptions)) => throw null; - public int LastIndexOf(string source, char value) => throw null; - public int LastIndexOf(string source, char value, System.Globalization.CompareOptions options) => throw null; - public int LastIndexOf(string source, char value, int startIndex) => throw null; - public int LastIndexOf(string source, char value, int startIndex, System.Globalization.CompareOptions options) => throw null; - public int LastIndexOf(string source, char value, int startIndex, int count) => throw null; - public int LastIndexOf(string source, char value, int startIndex, int count, System.Globalization.CompareOptions options) => throw null; - public int LastIndexOf(string source, string value) => throw null; - public int LastIndexOf(string source, string value, System.Globalization.CompareOptions options) => throw null; - public int LastIndexOf(string source, string value, int startIndex) => throw null; - public int LastIndexOf(string source, string value, int startIndex, System.Globalization.CompareOptions options) => throw null; - public int LastIndexOf(string source, string value, int startIndex, int count) => throw null; - public int LastIndexOf(string source, string value, int startIndex, int count, System.Globalization.CompareOptions options) => throw null; - public int LCID { get => throw null; } - public string Name { get => throw null; } - void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) => throw null; - public override string ToString() => throw null; - public System.Globalization.SortVersion Version { get => throw null; } - } - [System.Flags] - public enum CompareOptions - { - None = 0, - IgnoreCase = 1, - IgnoreNonSpace = 2, - IgnoreSymbols = 4, - IgnoreKanaType = 8, - IgnoreWidth = 16, - OrdinalIgnoreCase = 268435456, - StringSort = 536870912, - Ordinal = 1073741824, - } - public class CultureInfo : System.ICloneable, System.IFormatProvider - { - public virtual System.Globalization.Calendar Calendar { get => throw null; } - public void ClearCachedData() => throw null; - public virtual object Clone() => throw null; - public virtual System.Globalization.CompareInfo CompareInfo { get => throw null; } - public static System.Globalization.CultureInfo CreateSpecificCulture(string name) => throw null; - public CultureInfo(int culture) => throw null; - public CultureInfo(int culture, bool useUserOverride) => throw null; - public CultureInfo(string name) => throw null; - public CultureInfo(string name, bool useUserOverride) => throw null; - public System.Globalization.CultureTypes CultureTypes { get => throw null; } - public static System.Globalization.CultureInfo CurrentCulture { get => throw null; set { } } - public static System.Globalization.CultureInfo CurrentUICulture { get => throw null; set { } } - public virtual System.Globalization.DateTimeFormatInfo DateTimeFormat { get => throw null; set { } } - public static System.Globalization.CultureInfo DefaultThreadCurrentCulture { get => throw null; set { } } - public static System.Globalization.CultureInfo DefaultThreadCurrentUICulture { get => throw null; set { } } - public virtual string DisplayName { get => throw null; } - public virtual string EnglishName { get => throw null; } - public override bool Equals(object value) => throw null; - public System.Globalization.CultureInfo GetConsoleFallbackUICulture() => throw null; - public static System.Globalization.CultureInfo GetCultureInfo(int culture) => throw null; - public static System.Globalization.CultureInfo GetCultureInfo(string name) => throw null; - public static System.Globalization.CultureInfo GetCultureInfo(string name, bool predefinedOnly) => throw null; - public static System.Globalization.CultureInfo GetCultureInfo(string name, string altName) => throw null; - public static System.Globalization.CultureInfo GetCultureInfoByIetfLanguageTag(string name) => throw null; - public static System.Globalization.CultureInfo[] GetCultures(System.Globalization.CultureTypes types) => throw null; - public virtual object GetFormat(System.Type formatType) => throw null; - public override int GetHashCode() => throw null; - public string IetfLanguageTag { get => throw null; } - public static System.Globalization.CultureInfo InstalledUICulture { get => throw null; } - public static System.Globalization.CultureInfo InvariantCulture { get => throw null; } - public virtual bool IsNeutralCulture { get => throw null; } - public bool IsReadOnly { get => throw null; } - public virtual int KeyboardLayoutId { get => throw null; } - public virtual int LCID { get => throw null; } - public virtual string Name { get => throw null; } - public virtual string NativeName { get => throw null; } - public virtual System.Globalization.NumberFormatInfo NumberFormat { get => throw null; set { } } - public virtual System.Globalization.Calendar[] OptionalCalendars { get => throw null; } - public virtual System.Globalization.CultureInfo Parent { get => throw null; } - public static System.Globalization.CultureInfo ReadOnly(System.Globalization.CultureInfo ci) => throw null; - public virtual System.Globalization.TextInfo TextInfo { get => throw null; } - public virtual string ThreeLetterISOLanguageName { get => throw null; } - public virtual string ThreeLetterWindowsLanguageName { get => throw null; } - public override string ToString() => throw null; - public virtual string TwoLetterISOLanguageName { get => throw null; } - public bool UseUserOverride { get => throw null; } - } - public class CultureNotFoundException : System.ArgumentException - { - public CultureNotFoundException() => throw null; - protected CultureNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public CultureNotFoundException(string message) => throw null; - public CultureNotFoundException(string message, System.Exception innerException) => throw null; - public CultureNotFoundException(string message, int invalidCultureId, System.Exception innerException) => throw null; - public CultureNotFoundException(string paramName, int invalidCultureId, string message) => throw null; - public CultureNotFoundException(string paramName, string message) => throw null; - public CultureNotFoundException(string message, string invalidCultureName, System.Exception innerException) => throw null; - public CultureNotFoundException(string paramName, string invalidCultureName, string message) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public virtual int? InvalidCultureId { get => throw null; } - public virtual string InvalidCultureName { get => throw null; } - public override string Message { get => throw null; } - } - [System.Flags] - public enum CultureTypes - { - NeutralCultures = 1, - SpecificCultures = 2, - InstalledWin32Cultures = 4, - AllCultures = 7, - UserCustomCulture = 8, - ReplacementCultures = 16, - WindowsOnlyCultures = 32, - FrameworkCultures = 64, - } - public sealed class DateTimeFormatInfo : System.ICloneable, System.IFormatProvider - { - public string[] AbbreviatedDayNames { get => throw null; set { } } - public string[] AbbreviatedMonthGenitiveNames { get => throw null; set { } } - public string[] AbbreviatedMonthNames { get => throw null; set { } } - public string AMDesignator { get => throw null; set { } } - public System.Globalization.Calendar Calendar { get => throw null; set { } } - public System.Globalization.CalendarWeekRule CalendarWeekRule { get => throw null; set { } } - public object Clone() => throw null; - public DateTimeFormatInfo() => throw null; - public static System.Globalization.DateTimeFormatInfo CurrentInfo { get => throw null; } - public string DateSeparator { get => throw null; set { } } - public string[] DayNames { get => throw null; set { } } - public System.DayOfWeek FirstDayOfWeek { get => throw null; set { } } - public string FullDateTimePattern { get => throw null; set { } } - public string GetAbbreviatedDayName(System.DayOfWeek dayofweek) => throw null; - public string GetAbbreviatedEraName(int era) => throw null; - public string GetAbbreviatedMonthName(int month) => throw null; - public string[] GetAllDateTimePatterns() => throw null; - public string[] GetAllDateTimePatterns(char format) => throw null; - public string GetDayName(System.DayOfWeek dayofweek) => throw null; - public int GetEra(string eraName) => throw null; - public string GetEraName(int era) => throw null; - public object GetFormat(System.Type formatType) => throw null; - public static System.Globalization.DateTimeFormatInfo GetInstance(System.IFormatProvider provider) => throw null; - public string GetMonthName(int month) => throw null; - public string GetShortestDayName(System.DayOfWeek dayOfWeek) => throw null; - public static System.Globalization.DateTimeFormatInfo InvariantInfo { get => throw null; } - public bool IsReadOnly { get => throw null; } - public string LongDatePattern { get => throw null; set { } } - public string LongTimePattern { get => throw null; set { } } - public string MonthDayPattern { get => throw null; set { } } - public string[] MonthGenitiveNames { get => throw null; set { } } - public string[] MonthNames { get => throw null; set { } } - public string NativeCalendarName { get => throw null; } - public string PMDesignator { get => throw null; set { } } - public static System.Globalization.DateTimeFormatInfo ReadOnly(System.Globalization.DateTimeFormatInfo dtfi) => throw null; - public string RFC1123Pattern { get => throw null; } - public void SetAllDateTimePatterns(string[] patterns, char format) => throw null; - public string ShortDatePattern { get => throw null; set { } } - public string[] ShortestDayNames { get => throw null; set { } } - public string ShortTimePattern { get => throw null; set { } } - public string SortableDateTimePattern { get => throw null; } - public string TimeSeparator { get => throw null; set { } } - public string UniversalSortableDateTimePattern { get => throw null; } - public string YearMonthPattern { get => throw null; set { } } - } - [System.Flags] - public enum DateTimeStyles - { - None = 0, - AllowLeadingWhite = 1, - AllowTrailingWhite = 2, - AllowInnerWhite = 4, - AllowWhiteSpaces = 7, - NoCurrentDateDefault = 8, - AdjustToUniversal = 16, - AssumeLocal = 32, - AssumeUniversal = 64, - RoundtripKind = 128, - } - public class DaylightTime - { - public DaylightTime(System.DateTime start, System.DateTime end, System.TimeSpan delta) => throw null; - public System.TimeSpan Delta { get => throw null; } - public System.DateTime End { get => throw null; } - public System.DateTime Start { get => throw null; } - } - public enum DigitShapes - { - Context = 0, - None = 1, - NativeNational = 2, - } - public abstract class EastAsianLunisolarCalendar : System.Globalization.Calendar - { - public override System.DateTime AddMonths(System.DateTime time, int months) => throw null; - public override System.DateTime AddYears(System.DateTime time, int years) => throw null; - public override System.Globalization.CalendarAlgorithmType AlgorithmType { get => throw null; } - public int GetCelestialStem(int sexagenaryYear) => throw null; - public override int GetDayOfMonth(System.DateTime time) => throw null; - public override System.DayOfWeek GetDayOfWeek(System.DateTime time) => throw null; - public override int GetDayOfYear(System.DateTime time) => throw null; - public override int GetDaysInMonth(int year, int month, int era) => throw null; - public override int GetDaysInYear(int year, int era) => throw null; - public override int GetLeapMonth(int year, int era) => throw null; - public override int GetMonth(System.DateTime time) => throw null; - public override int GetMonthsInYear(int year, int era) => throw null; - public virtual int GetSexagenaryYear(System.DateTime time) => throw null; - public int GetTerrestrialBranch(int sexagenaryYear) => throw null; - public override int GetYear(System.DateTime time) => throw null; - public override bool IsLeapDay(int year, int month, int day, int era) => throw null; - public override bool IsLeapMonth(int year, int month, int era) => throw null; - public override bool IsLeapYear(int year, int era) => throw null; - public override System.DateTime ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era) => throw null; - public override int ToFourDigitYear(int year) => throw null; - public override int TwoDigitYearMax { get => throw null; set { } } - } - public static partial class GlobalizationExtensions - { - public static System.StringComparer GetStringComparer(this System.Globalization.CompareInfo compareInfo, System.Globalization.CompareOptions options) => throw null; - } - public class GregorianCalendar : System.Globalization.Calendar - { - public override System.DateTime AddMonths(System.DateTime time, int months) => throw null; - public override System.DateTime AddYears(System.DateTime time, int years) => throw null; - public const int ADEra = 1; - public override System.Globalization.CalendarAlgorithmType AlgorithmType { get => throw null; } - public virtual System.Globalization.GregorianCalendarTypes CalendarType { get => throw null; set { } } - public GregorianCalendar() => throw null; - public GregorianCalendar(System.Globalization.GregorianCalendarTypes type) => throw null; - public override int[] Eras { get => throw null; } - public override int GetDayOfMonth(System.DateTime time) => throw null; - public override System.DayOfWeek GetDayOfWeek(System.DateTime time) => throw null; - public override int GetDayOfYear(System.DateTime time) => throw null; - public override int GetDaysInMonth(int year, int month, int era) => throw null; - public override int GetDaysInYear(int year, int era) => throw null; - public override int GetEra(System.DateTime time) => throw null; - public override int GetLeapMonth(int year, int era) => throw null; - public override int GetMonth(System.DateTime time) => throw null; - public override int GetMonthsInYear(int year, int era) => throw null; - public override int GetYear(System.DateTime time) => throw null; - public override bool IsLeapDay(int year, int month, int day, int era) => throw null; - public override bool IsLeapMonth(int year, int month, int era) => throw null; - public override bool IsLeapYear(int year, int era) => throw null; - public override System.DateTime MaxSupportedDateTime { get => throw null; } - public override System.DateTime MinSupportedDateTime { get => throw null; } - public override System.DateTime ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era) => throw null; - public override int ToFourDigitYear(int year) => throw null; - public override int TwoDigitYearMax { get => throw null; set { } } - } - public enum GregorianCalendarTypes - { - Localized = 1, - USEnglish = 2, - MiddleEastFrench = 9, - Arabic = 10, - TransliteratedEnglish = 11, - TransliteratedFrench = 12, - } - public class HebrewCalendar : System.Globalization.Calendar - { - public override System.DateTime AddMonths(System.DateTime time, int months) => throw null; - public override System.DateTime AddYears(System.DateTime time, int years) => throw null; - public override System.Globalization.CalendarAlgorithmType AlgorithmType { get => throw null; } - public HebrewCalendar() => throw null; - public override int[] Eras { get => throw null; } - public override int GetDayOfMonth(System.DateTime time) => throw null; - public override System.DayOfWeek GetDayOfWeek(System.DateTime time) => throw null; - public override int GetDayOfYear(System.DateTime time) => throw null; - public override int GetDaysInMonth(int year, int month, int era) => throw null; - public override int GetDaysInYear(int year, int era) => throw null; - public override int GetEra(System.DateTime time) => throw null; - public override int GetLeapMonth(int year, int era) => throw null; - public override int GetMonth(System.DateTime time) => throw null; - public override int GetMonthsInYear(int year, int era) => throw null; - public override int GetYear(System.DateTime time) => throw null; - public static readonly int HebrewEra; - public override bool IsLeapDay(int year, int month, int day, int era) => throw null; - public override bool IsLeapMonth(int year, int month, int era) => throw null; - public override bool IsLeapYear(int year, int era) => throw null; - public override System.DateTime MaxSupportedDateTime { get => throw null; } - public override System.DateTime MinSupportedDateTime { get => throw null; } - public override System.DateTime ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era) => throw null; - public override int ToFourDigitYear(int year) => throw null; - public override int TwoDigitYearMax { get => throw null; set { } } - } - public class HijriCalendar : System.Globalization.Calendar - { - public override System.DateTime AddMonths(System.DateTime time, int months) => throw null; - public override System.DateTime AddYears(System.DateTime time, int years) => throw null; - public override System.Globalization.CalendarAlgorithmType AlgorithmType { get => throw null; } - public HijriCalendar() => throw null; - protected override int DaysInYearBeforeMinSupportedYear { get => throw null; } - public override int[] Eras { get => throw null; } - public override int GetDayOfMonth(System.DateTime time) => throw null; - public override System.DayOfWeek GetDayOfWeek(System.DateTime time) => throw null; - public override int GetDayOfYear(System.DateTime time) => throw null; - public override int GetDaysInMonth(int year, int month, int era) => throw null; - public override int GetDaysInYear(int year, int era) => throw null; - public override int GetEra(System.DateTime time) => throw null; - public override int GetLeapMonth(int year, int era) => throw null; - public override int GetMonth(System.DateTime time) => throw null; - public override int GetMonthsInYear(int year, int era) => throw null; - public override int GetYear(System.DateTime time) => throw null; - public int HijriAdjustment { get => throw null; set { } } - public static readonly int HijriEra; - public override bool IsLeapDay(int year, int month, int day, int era) => throw null; - public override bool IsLeapMonth(int year, int month, int era) => throw null; - public override bool IsLeapYear(int year, int era) => throw null; - public override System.DateTime MaxSupportedDateTime { get => throw null; } - public override System.DateTime MinSupportedDateTime { get => throw null; } - public override System.DateTime ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era) => throw null; - public override int ToFourDigitYear(int year) => throw null; - public override int TwoDigitYearMax { get => throw null; set { } } - } - public sealed class IdnMapping - { - public bool AllowUnassigned { get => throw null; set { } } - public IdnMapping() => throw null; - public override bool Equals(object obj) => throw null; - public string GetAscii(string unicode) => throw null; - public string GetAscii(string unicode, int index) => throw null; - public string GetAscii(string unicode, int index, int count) => throw null; - public override int GetHashCode() => throw null; - public string GetUnicode(string ascii) => throw null; - public string GetUnicode(string ascii, int index) => throw null; - public string GetUnicode(string ascii, int index, int count) => throw null; - public bool UseStd3AsciiRules { get => throw null; set { } } - } - public static class ISOWeek - { - public static int GetWeekOfYear(System.DateTime date) => throw null; - public static int GetWeeksInYear(int year) => throw null; - public static int GetYear(System.DateTime date) => throw null; - public static System.DateTime GetYearEnd(int year) => throw null; - public static System.DateTime GetYearStart(int year) => throw null; - public static System.DateTime ToDateTime(int year, int week, System.DayOfWeek dayOfWeek) => throw null; - } - public class JapaneseCalendar : System.Globalization.Calendar - { - public override System.DateTime AddMonths(System.DateTime time, int months) => throw null; - public override System.DateTime AddYears(System.DateTime time, int years) => throw null; - public override System.Globalization.CalendarAlgorithmType AlgorithmType { get => throw null; } - public JapaneseCalendar() => throw null; - public override int[] Eras { get => throw null; } - public override int GetDayOfMonth(System.DateTime time) => throw null; - public override System.DayOfWeek GetDayOfWeek(System.DateTime time) => throw null; - public override int GetDayOfYear(System.DateTime time) => throw null; - public override int GetDaysInMonth(int year, int month, int era) => throw null; - public override int GetDaysInYear(int year, int era) => throw null; - public override int GetEra(System.DateTime time) => throw null; - public override int GetLeapMonth(int year, int era) => throw null; - public override int GetMonth(System.DateTime time) => throw null; - public override int GetMonthsInYear(int year, int era) => throw null; - public override int GetWeekOfYear(System.DateTime time, System.Globalization.CalendarWeekRule rule, System.DayOfWeek firstDayOfWeek) => throw null; - public override int GetYear(System.DateTime time) => throw null; - public override bool IsLeapDay(int year, int month, int day, int era) => throw null; - public override bool IsLeapMonth(int year, int month, int era) => throw null; - public override bool IsLeapYear(int year, int era) => throw null; - public override System.DateTime MaxSupportedDateTime { get => throw null; } - public override System.DateTime MinSupportedDateTime { get => throw null; } - public override System.DateTime ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era) => throw null; - public override int ToFourDigitYear(int year) => throw null; - public override int TwoDigitYearMax { get => throw null; set { } } - } - public class JapaneseLunisolarCalendar : System.Globalization.EastAsianLunisolarCalendar - { - public JapaneseLunisolarCalendar() => throw null; - protected override int DaysInYearBeforeMinSupportedYear { get => throw null; } - public override int[] Eras { get => throw null; } - public override int GetEra(System.DateTime time) => throw null; - public const int JapaneseEra = 1; - public override System.DateTime MaxSupportedDateTime { get => throw null; } - public override System.DateTime MinSupportedDateTime { get => throw null; } - } - public class JulianCalendar : System.Globalization.Calendar - { - public override System.DateTime AddMonths(System.DateTime time, int months) => throw null; - public override System.DateTime AddYears(System.DateTime time, int years) => throw null; - public override System.Globalization.CalendarAlgorithmType AlgorithmType { get => throw null; } - public JulianCalendar() => throw null; - public override int[] Eras { get => throw null; } - public override int GetDayOfMonth(System.DateTime time) => throw null; - public override System.DayOfWeek GetDayOfWeek(System.DateTime time) => throw null; - public override int GetDayOfYear(System.DateTime time) => throw null; - public override int GetDaysInMonth(int year, int month, int era) => throw null; - public override int GetDaysInYear(int year, int era) => throw null; - public override int GetEra(System.DateTime time) => throw null; - public override int GetLeapMonth(int year, int era) => throw null; - public override int GetMonth(System.DateTime time) => throw null; - public override int GetMonthsInYear(int year, int era) => throw null; - public override int GetYear(System.DateTime time) => throw null; - public override bool IsLeapDay(int year, int month, int day, int era) => throw null; - public override bool IsLeapMonth(int year, int month, int era) => throw null; - public override bool IsLeapYear(int year, int era) => throw null; - public static readonly int JulianEra; - public override System.DateTime MaxSupportedDateTime { get => throw null; } - public override System.DateTime MinSupportedDateTime { get => throw null; } - public override System.DateTime ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era) => throw null; - public override int ToFourDigitYear(int year) => throw null; - public override int TwoDigitYearMax { get => throw null; set { } } - } - public class KoreanCalendar : System.Globalization.Calendar - { - public override System.DateTime AddMonths(System.DateTime time, int months) => throw null; - public override System.DateTime AddYears(System.DateTime time, int years) => throw null; - public override System.Globalization.CalendarAlgorithmType AlgorithmType { get => throw null; } - public KoreanCalendar() => throw null; - public override int[] Eras { get => throw null; } - public override int GetDayOfMonth(System.DateTime time) => throw null; - public override System.DayOfWeek GetDayOfWeek(System.DateTime time) => throw null; - public override int GetDayOfYear(System.DateTime time) => throw null; - public override int GetDaysInMonth(int year, int month, int era) => throw null; - public override int GetDaysInYear(int year, int era) => throw null; - public override int GetEra(System.DateTime time) => throw null; - public override int GetLeapMonth(int year, int era) => throw null; - public override int GetMonth(System.DateTime time) => throw null; - public override int GetMonthsInYear(int year, int era) => throw null; - public override int GetWeekOfYear(System.DateTime time, System.Globalization.CalendarWeekRule rule, System.DayOfWeek firstDayOfWeek) => throw null; - public override int GetYear(System.DateTime time) => throw null; - public override bool IsLeapDay(int year, int month, int day, int era) => throw null; - public override bool IsLeapMonth(int year, int month, int era) => throw null; - public override bool IsLeapYear(int year, int era) => throw null; - public const int KoreanEra = 1; - public override System.DateTime MaxSupportedDateTime { get => throw null; } - public override System.DateTime MinSupportedDateTime { get => throw null; } - public override System.DateTime ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era) => throw null; - public override int ToFourDigitYear(int year) => throw null; - public override int TwoDigitYearMax { get => throw null; set { } } - } - public class KoreanLunisolarCalendar : System.Globalization.EastAsianLunisolarCalendar - { - public KoreanLunisolarCalendar() => throw null; - protected override int DaysInYearBeforeMinSupportedYear { get => throw null; } - public override int[] Eras { get => throw null; } - public override int GetEra(System.DateTime time) => throw null; - public const int GregorianEra = 1; - public override System.DateTime MaxSupportedDateTime { get => throw null; } - public override System.DateTime MinSupportedDateTime { get => throw null; } - } - public sealed class NumberFormatInfo : System.ICloneable, System.IFormatProvider - { - public object Clone() => throw null; - public NumberFormatInfo() => throw null; - public int CurrencyDecimalDigits { get => throw null; set { } } - public string CurrencyDecimalSeparator { get => throw null; set { } } - public string CurrencyGroupSeparator { get => throw null; set { } } - public int[] CurrencyGroupSizes { get => throw null; set { } } - public int CurrencyNegativePattern { get => throw null; set { } } - public int CurrencyPositivePattern { get => throw null; set { } } - public string CurrencySymbol { get => throw null; set { } } - public static System.Globalization.NumberFormatInfo CurrentInfo { get => throw null; } - public System.Globalization.DigitShapes DigitSubstitution { get => throw null; set { } } - public object GetFormat(System.Type formatType) => throw null; - public static System.Globalization.NumberFormatInfo GetInstance(System.IFormatProvider formatProvider) => throw null; - public static System.Globalization.NumberFormatInfo InvariantInfo { get => throw null; } - public bool IsReadOnly { get => throw null; } - public string NaNSymbol { get => throw null; set { } } - public string[] NativeDigits { get => throw null; set { } } - public string NegativeInfinitySymbol { get => throw null; set { } } - public string NegativeSign { get => throw null; set { } } - public int NumberDecimalDigits { get => throw null; set { } } - public string NumberDecimalSeparator { get => throw null; set { } } - public string NumberGroupSeparator { get => throw null; set { } } - public int[] NumberGroupSizes { get => throw null; set { } } - public int NumberNegativePattern { get => throw null; set { } } - public int PercentDecimalDigits { get => throw null; set { } } - public string PercentDecimalSeparator { get => throw null; set { } } - public string PercentGroupSeparator { get => throw null; set { } } - public int[] PercentGroupSizes { get => throw null; set { } } - public int PercentNegativePattern { get => throw null; set { } } - public int PercentPositivePattern { get => throw null; set { } } - public string PercentSymbol { get => throw null; set { } } - public string PerMilleSymbol { get => throw null; set { } } - public string PositiveInfinitySymbol { get => throw null; set { } } - public string PositiveSign { get => throw null; set { } } - public static System.Globalization.NumberFormatInfo ReadOnly(System.Globalization.NumberFormatInfo nfi) => throw null; - } - [System.Flags] - public enum NumberStyles - { - None = 0, - AllowLeadingWhite = 1, - AllowTrailingWhite = 2, - AllowLeadingSign = 4, - Integer = 7, - AllowTrailingSign = 8, - AllowParentheses = 16, - AllowDecimalPoint = 32, - AllowThousands = 64, - Number = 111, - AllowExponent = 128, - Float = 167, - AllowCurrencySymbol = 256, - Currency = 383, - Any = 511, - AllowHexSpecifier = 512, - HexNumber = 515, - AllowBinarySpecifier = 1024, - BinaryNumber = 1027, - } - public class PersianCalendar : System.Globalization.Calendar - { - public override System.DateTime AddMonths(System.DateTime time, int months) => throw null; - public override System.DateTime AddYears(System.DateTime time, int years) => throw null; - public override System.Globalization.CalendarAlgorithmType AlgorithmType { get => throw null; } - public PersianCalendar() => throw null; - public override int[] Eras { get => throw null; } - public override int GetDayOfMonth(System.DateTime time) => throw null; - public override System.DayOfWeek GetDayOfWeek(System.DateTime time) => throw null; - public override int GetDayOfYear(System.DateTime time) => throw null; - public override int GetDaysInMonth(int year, int month, int era) => throw null; - public override int GetDaysInYear(int year, int era) => throw null; - public override int GetEra(System.DateTime time) => throw null; - public override int GetLeapMonth(int year, int era) => throw null; - public override int GetMonth(System.DateTime time) => throw null; - public override int GetMonthsInYear(int year, int era) => throw null; - public override int GetYear(System.DateTime time) => throw null; - public override bool IsLeapDay(int year, int month, int day, int era) => throw null; - public override bool IsLeapMonth(int year, int month, int era) => throw null; - public override bool IsLeapYear(int year, int era) => throw null; - public override System.DateTime MaxSupportedDateTime { get => throw null; } - public override System.DateTime MinSupportedDateTime { get => throw null; } - public static readonly int PersianEra; - public override System.DateTime ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era) => throw null; - public override int ToFourDigitYear(int year) => throw null; - public override int TwoDigitYearMax { get => throw null; set { } } - } - public class RegionInfo - { - public RegionInfo(int culture) => throw null; - public RegionInfo(string name) => throw null; - public virtual string CurrencyEnglishName { get => throw null; } - public virtual string CurrencyNativeName { get => throw null; } - public virtual string CurrencySymbol { get => throw null; } - public static System.Globalization.RegionInfo CurrentRegion { get => throw null; } - public virtual string DisplayName { get => throw null; } - public virtual string EnglishName { get => throw null; } - public override bool Equals(object value) => throw null; - public virtual int GeoId { get => throw null; } - public override int GetHashCode() => throw null; - public virtual bool IsMetric { get => throw null; } - public virtual string ISOCurrencySymbol { get => throw null; } - public virtual string Name { get => throw null; } - public virtual string NativeName { get => throw null; } - public virtual string ThreeLetterISORegionName { get => throw null; } - public virtual string ThreeLetterWindowsRegionName { get => throw null; } - public override string ToString() => throw null; - public virtual string TwoLetterISORegionName { get => throw null; } - } - public sealed class SortKey - { - public static int Compare(System.Globalization.SortKey sortkey1, System.Globalization.SortKey sortkey2) => throw null; - public override bool Equals(object value) => throw null; - public override int GetHashCode() => throw null; - public byte[] KeyData { get => throw null; } - public string OriginalString { get => throw null; } - public override string ToString() => throw null; - } - public sealed class SortVersion : System.IEquatable - { - public SortVersion(int fullVersion, System.Guid sortId) => throw null; - public bool Equals(System.Globalization.SortVersion other) => throw null; - public override bool Equals(object obj) => throw null; - public int FullVersion { get => throw null; } - public override int GetHashCode() => throw null; - public static bool operator ==(System.Globalization.SortVersion left, System.Globalization.SortVersion right) => throw null; - public static bool operator !=(System.Globalization.SortVersion left, System.Globalization.SortVersion right) => throw null; - public System.Guid SortId { get => throw null; } - } - public class StringInfo - { - public StringInfo() => throw null; - public StringInfo(string value) => throw null; - public override bool Equals(object value) => throw null; - public override int GetHashCode() => throw null; - public static string GetNextTextElement(string str) => throw null; - public static string GetNextTextElement(string str, int index) => throw null; - public static int GetNextTextElementLength(System.ReadOnlySpan str) => throw null; - public static int GetNextTextElementLength(string str) => throw null; - public static int GetNextTextElementLength(string str, int index) => throw null; - public static System.Globalization.TextElementEnumerator GetTextElementEnumerator(string str) => throw null; - public static System.Globalization.TextElementEnumerator GetTextElementEnumerator(string str, int index) => throw null; - public int LengthInTextElements { get => throw null; } - public static int[] ParseCombiningCharacters(string str) => throw null; - public string String { get => throw null; set { } } - public string SubstringByTextElements(int startingTextElement) => throw null; - public string SubstringByTextElements(int startingTextElement, int lengthInTextElements) => throw null; - } - public class TaiwanCalendar : System.Globalization.Calendar - { - public override System.DateTime AddMonths(System.DateTime time, int months) => throw null; - public override System.DateTime AddYears(System.DateTime time, int years) => throw null; - public override System.Globalization.CalendarAlgorithmType AlgorithmType { get => throw null; } - public TaiwanCalendar() => throw null; - public override int[] Eras { get => throw null; } - public override int GetDayOfMonth(System.DateTime time) => throw null; - public override System.DayOfWeek GetDayOfWeek(System.DateTime time) => throw null; - public override int GetDayOfYear(System.DateTime time) => throw null; - public override int GetDaysInMonth(int year, int month, int era) => throw null; - public override int GetDaysInYear(int year, int era) => throw null; - public override int GetEra(System.DateTime time) => throw null; - public override int GetLeapMonth(int year, int era) => throw null; - public override int GetMonth(System.DateTime time) => throw null; - public override int GetMonthsInYear(int year, int era) => throw null; - public override int GetWeekOfYear(System.DateTime time, System.Globalization.CalendarWeekRule rule, System.DayOfWeek firstDayOfWeek) => throw null; - public override int GetYear(System.DateTime time) => throw null; - public override bool IsLeapDay(int year, int month, int day, int era) => throw null; - public override bool IsLeapMonth(int year, int month, int era) => throw null; - public override bool IsLeapYear(int year, int era) => throw null; - public override System.DateTime MaxSupportedDateTime { get => throw null; } - public override System.DateTime MinSupportedDateTime { get => throw null; } - public override System.DateTime ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era) => throw null; - public override int ToFourDigitYear(int year) => throw null; - public override int TwoDigitYearMax { get => throw null; set { } } - } - public class TaiwanLunisolarCalendar : System.Globalization.EastAsianLunisolarCalendar - { - public TaiwanLunisolarCalendar() => throw null; - protected override int DaysInYearBeforeMinSupportedYear { get => throw null; } - public override int[] Eras { get => throw null; } - public override int GetEra(System.DateTime time) => throw null; - public override System.DateTime MaxSupportedDateTime { get => throw null; } - public override System.DateTime MinSupportedDateTime { get => throw null; } - } - public class TextElementEnumerator : System.Collections.IEnumerator - { - public object Current { get => throw null; } - public int ElementIndex { get => throw null; } - public string GetTextElement() => throw null; - public bool MoveNext() => throw null; - public void Reset() => throw null; - } - public sealed class TextInfo : System.ICloneable, System.Runtime.Serialization.IDeserializationCallback - { - public int ANSICodePage { get => throw null; } - public object Clone() => throw null; - public string CultureName { get => throw null; } - public int EBCDICCodePage { get => throw null; } - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public bool IsReadOnly { get => throw null; } - public bool IsRightToLeft { get => throw null; } - public int LCID { get => throw null; } - public string ListSeparator { get => throw null; set { } } - public int MacCodePage { get => throw null; } - public int OEMCodePage { get => throw null; } - void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) => throw null; - public static System.Globalization.TextInfo ReadOnly(System.Globalization.TextInfo textInfo) => throw null; - public char ToLower(char c) => throw null; - public string ToLower(string str) => throw null; - public override string ToString() => throw null; - public string ToTitleCase(string str) => throw null; - public char ToUpper(char c) => throw null; - public string ToUpper(string str) => throw null; - } - public class ThaiBuddhistCalendar : System.Globalization.Calendar - { - public override System.DateTime AddMonths(System.DateTime time, int months) => throw null; - public override System.DateTime AddYears(System.DateTime time, int years) => throw null; - public override System.Globalization.CalendarAlgorithmType AlgorithmType { get => throw null; } - public ThaiBuddhistCalendar() => throw null; - public override int[] Eras { get => throw null; } - public override int GetDayOfMonth(System.DateTime time) => throw null; - public override System.DayOfWeek GetDayOfWeek(System.DateTime time) => throw null; - public override int GetDayOfYear(System.DateTime time) => throw null; - public override int GetDaysInMonth(int year, int month, int era) => throw null; - public override int GetDaysInYear(int year, int era) => throw null; - public override int GetEra(System.DateTime time) => throw null; - public override int GetLeapMonth(int year, int era) => throw null; - public override int GetMonth(System.DateTime time) => throw null; - public override int GetMonthsInYear(int year, int era) => throw null; - public override int GetWeekOfYear(System.DateTime time, System.Globalization.CalendarWeekRule rule, System.DayOfWeek firstDayOfWeek) => throw null; - public override int GetYear(System.DateTime time) => throw null; - public override bool IsLeapDay(int year, int month, int day, int era) => throw null; - public override bool IsLeapMonth(int year, int month, int era) => throw null; - public override bool IsLeapYear(int year, int era) => throw null; - public override System.DateTime MaxSupportedDateTime { get => throw null; } - public override System.DateTime MinSupportedDateTime { get => throw null; } - public const int ThaiBuddhistEra = 1; - public override System.DateTime ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era) => throw null; - public override int ToFourDigitYear(int year) => throw null; - public override int TwoDigitYearMax { get => throw null; set { } } - } - [System.Flags] - public enum TimeSpanStyles - { - None = 0, - AssumeNegative = 1, - } - public class UmAlQuraCalendar : System.Globalization.Calendar - { - public override System.DateTime AddMonths(System.DateTime time, int months) => throw null; - public override System.DateTime AddYears(System.DateTime time, int years) => throw null; - public override System.Globalization.CalendarAlgorithmType AlgorithmType { get => throw null; } - public UmAlQuraCalendar() => throw null; - protected override int DaysInYearBeforeMinSupportedYear { get => throw null; } - public override int[] Eras { get => throw null; } - public override int GetDayOfMonth(System.DateTime time) => throw null; - public override System.DayOfWeek GetDayOfWeek(System.DateTime time) => throw null; - public override int GetDayOfYear(System.DateTime time) => throw null; - public override int GetDaysInMonth(int year, int month, int era) => throw null; - public override int GetDaysInYear(int year, int era) => throw null; - public override int GetEra(System.DateTime time) => throw null; - public override int GetLeapMonth(int year, int era) => throw null; - public override int GetMonth(System.DateTime time) => throw null; - public override int GetMonthsInYear(int year, int era) => throw null; - public override int GetYear(System.DateTime time) => throw null; - public override bool IsLeapDay(int year, int month, int day, int era) => throw null; - public override bool IsLeapMonth(int year, int month, int era) => throw null; - public override bool IsLeapYear(int year, int era) => throw null; - public override System.DateTime MaxSupportedDateTime { get => throw null; } - public override System.DateTime MinSupportedDateTime { get => throw null; } - public override System.DateTime ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era) => throw null; - public override int ToFourDigitYear(int year) => throw null; - public override int TwoDigitYearMax { get => throw null; set { } } - public const int UmAlQuraEra = 1; - } - public enum UnicodeCategory - { - UppercaseLetter = 0, - LowercaseLetter = 1, - TitlecaseLetter = 2, - ModifierLetter = 3, - OtherLetter = 4, - NonSpacingMark = 5, - SpacingCombiningMark = 6, - EnclosingMark = 7, - DecimalDigitNumber = 8, - LetterNumber = 9, - OtherNumber = 10, - SpaceSeparator = 11, - LineSeparator = 12, - ParagraphSeparator = 13, - Control = 14, - Format = 15, - Surrogate = 16, - PrivateUse = 17, - ConnectorPunctuation = 18, - DashPunctuation = 19, - OpenPunctuation = 20, - ClosePunctuation = 21, - InitialQuotePunctuation = 22, - FinalQuotePunctuation = 23, - OtherPunctuation = 24, - MathSymbol = 25, - CurrencySymbol = 26, - ModifierSymbol = 27, - OtherSymbol = 28, - OtherNotAssigned = 29, - } - } - public class GopherStyleUriParser : System.UriParser - { - public GopherStyleUriParser() => throw null; - } - public struct Guid : System.IComparable, System.IComparable, System.IEquatable, System.IFormattable, System.IParsable, System.ISpanFormattable, System.ISpanParsable, System.IUtf8SpanFormattable - { - public int CompareTo(System.Guid value) => throw null; - public int CompareTo(object value) => throw null; - public Guid(byte[] b) => throw null; - public Guid(int a, short b, short c, byte d, byte e, byte f, byte g, byte h, byte i, byte j, byte k) => throw null; - public Guid(int a, short b, short c, byte[] d) => throw null; - public Guid(System.ReadOnlySpan b) => throw null; - public Guid(System.ReadOnlySpan b, bool bigEndian) => throw null; - public Guid(string g) => throw null; - public Guid(uint a, ushort b, ushort c, byte d, byte e, byte f, byte g, byte h, byte i, byte j, byte k) => throw null; - public static readonly System.Guid Empty; - public bool Equals(System.Guid g) => throw null; - public override bool Equals(object o) => throw null; - public override int GetHashCode() => throw null; - public static System.Guid NewGuid() => throw null; - public static bool operator ==(System.Guid a, System.Guid b) => throw null; - public static bool operator >(System.Guid left, System.Guid right) => throw null; - public static bool operator >=(System.Guid left, System.Guid right) => throw null; - public static bool operator !=(System.Guid a, System.Guid b) => throw null; - public static bool operator <(System.Guid left, System.Guid right) => throw null; - public static bool operator <=(System.Guid left, System.Guid right) => throw null; - public static System.Guid Parse(System.ReadOnlySpan input) => throw null; - static System.Guid System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - public static System.Guid Parse(string input) => throw null; - static System.Guid System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; - public static System.Guid ParseExact(System.ReadOnlySpan input, System.ReadOnlySpan format) => throw null; - public static System.Guid ParseExact(string input, string format) => throw null; - public byte[] ToByteArray() => throw null; - public byte[] ToByteArray(bool bigEndian) => throw null; - public override string ToString() => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider provider) => throw null; - bool System.ISpanFormattable.TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format, System.IFormatProvider provider) => throw null; - bool System.IUtf8SpanFormattable.TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format, System.IFormatProvider provider) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan)) => throw null; - public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan)) => throw null; - public static bool TryParse(System.ReadOnlySpan input, out System.Guid result) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out System.Guid result) => throw null; - public static bool TryParse(string input, out System.Guid result) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out System.Guid result) => throw null; - public static bool TryParseExact(System.ReadOnlySpan input, System.ReadOnlySpan format, out System.Guid result) => throw null; - public static bool TryParseExact(string input, string format, out System.Guid result) => throw null; - public bool TryWriteBytes(System.Span destination) => throw null; - public bool TryWriteBytes(System.Span destination, bool bigEndian, out int bytesWritten) => throw null; - } - public struct Half : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IBinaryFloatingPointIeee754, System.Numerics.IBinaryNumber, System.Numerics.IBitwiseOperators, System.IComparable, System.IComparable, System.Numerics.IComparisonOperators, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.Numerics.IExponentialFunctions, System.Numerics.IFloatingPoint, System.Numerics.IFloatingPointConstants, System.Numerics.IFloatingPointIeee754, System.IFormattable, System.Numerics.IHyperbolicFunctions, System.Numerics.IIncrementOperators, System.Numerics.ILogarithmicFunctions, System.Numerics.IMinMaxValue, System.Numerics.IModulusOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumber, System.Numerics.INumberBase, System.IParsable, System.Numerics.IPowerFunctions, System.Numerics.IRootFunctions, System.Numerics.ISignedNumber, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.ITrigonometricFunctions, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable - { - static System.Half System.Numerics.INumberBase.Abs(System.Half value) => throw null; - static System.Half System.Numerics.ITrigonometricFunctions.Acos(System.Half x) => throw null; - static System.Half System.Numerics.IHyperbolicFunctions.Acosh(System.Half x) => throw null; - static System.Half System.Numerics.ITrigonometricFunctions.AcosPi(System.Half x) => throw null; - static System.Half System.Numerics.IAdditiveIdentity.AdditiveIdentity { get => throw null; } - static System.Half System.Numerics.IBinaryNumber.AllBitsSet { get => throw null; } - static System.Half System.Numerics.ITrigonometricFunctions.Asin(System.Half x) => throw null; - static System.Half System.Numerics.IHyperbolicFunctions.Asinh(System.Half x) => throw null; - static System.Half System.Numerics.ITrigonometricFunctions.AsinPi(System.Half x) => throw null; - static System.Half System.Numerics.ITrigonometricFunctions.Atan(System.Half x) => throw null; - static System.Half System.Numerics.IFloatingPointIeee754.Atan2(System.Half y, System.Half x) => throw null; - static System.Half System.Numerics.IFloatingPointIeee754.Atan2Pi(System.Half y, System.Half x) => throw null; - static System.Half System.Numerics.IHyperbolicFunctions.Atanh(System.Half x) => throw null; - static System.Half System.Numerics.ITrigonometricFunctions.AtanPi(System.Half x) => throw null; - static System.Half System.Numerics.IFloatingPointIeee754.BitDecrement(System.Half x) => throw null; - static System.Half System.Numerics.IFloatingPointIeee754.BitIncrement(System.Half x) => throw null; - static System.Half System.Numerics.IRootFunctions.Cbrt(System.Half x) => throw null; - static System.Half System.Numerics.IFloatingPoint.Ceiling(System.Half x) => throw null; - static System.Half System.Numerics.INumber.Clamp(System.Half value, System.Half min, System.Half max) => throw null; - public int CompareTo(System.Half other) => throw null; - public int CompareTo(object obj) => throw null; - static System.Half System.Numerics.INumber.CopySign(System.Half value, System.Half sign) => throw null; - static System.Half System.Numerics.ITrigonometricFunctions.Cos(System.Half x) => throw null; - static System.Half System.Numerics.IHyperbolicFunctions.Cosh(System.Half x) => throw null; - static System.Half System.Numerics.ITrigonometricFunctions.CosPi(System.Half x) => throw null; - static System.Half System.Numerics.INumberBase.CreateChecked(TOther value) => throw null; - static System.Half System.Numerics.INumberBase.CreateSaturating(TOther value) => throw null; - static System.Half System.Numerics.INumberBase.CreateTruncating(TOther value) => throw null; - static System.Half System.Numerics.ITrigonometricFunctions.DegreesToRadians(System.Half degrees) => throw null; - static System.Half System.Numerics.IFloatingPointConstants.E { get => throw null; } - static System.Half System.Numerics.IFloatingPointIeee754.Epsilon { get => throw null; } - public bool Equals(System.Half other) => throw null; - public override bool Equals(object obj) => throw null; - static System.Half System.Numerics.IExponentialFunctions.Exp(System.Half x) => throw null; - static System.Half System.Numerics.IExponentialFunctions.Exp10(System.Half x) => throw null; - static System.Half System.Numerics.IExponentialFunctions.Exp10M1(System.Half x) => throw null; - static System.Half System.Numerics.IExponentialFunctions.Exp2(System.Half x) => throw null; - static System.Half System.Numerics.IExponentialFunctions.Exp2M1(System.Half x) => throw null; - static System.Half System.Numerics.IExponentialFunctions.ExpM1(System.Half x) => throw null; - static System.Half System.Numerics.IFloatingPoint.Floor(System.Half x) => throw null; - static System.Half System.Numerics.IFloatingPointIeee754.FusedMultiplyAdd(System.Half left, System.Half right, System.Half addend) => throw null; - int System.Numerics.IFloatingPoint.GetExponentByteCount() => throw null; - int System.Numerics.IFloatingPoint.GetExponentShortestBitLength() => throw null; - public override int GetHashCode() => throw null; - int System.Numerics.IFloatingPoint.GetSignificandBitLength() => throw null; - int System.Numerics.IFloatingPoint.GetSignificandByteCount() => throw null; - static System.Half System.Numerics.IRootFunctions.Hypot(System.Half x, System.Half y) => throw null; - static System.Half System.Numerics.IFloatingPointIeee754.Ieee754Remainder(System.Half left, System.Half right) => throw null; - static int System.Numerics.IFloatingPointIeee754.ILogB(System.Half x) => throw null; - static bool System.Numerics.INumberBase.IsCanonical(System.Half value) => throw null; - static bool System.Numerics.INumberBase.IsComplexNumber(System.Half value) => throw null; - static bool System.Numerics.INumberBase.IsEvenInteger(System.Half value) => throw null; - static bool System.Numerics.INumberBase.IsFinite(System.Half value) => throw null; - static bool System.Numerics.INumberBase.IsImaginaryNumber(System.Half value) => throw null; - static bool System.Numerics.INumberBase.IsInfinity(System.Half value) => throw null; - static bool System.Numerics.INumberBase.IsInteger(System.Half value) => throw null; - static bool System.Numerics.INumberBase.IsNaN(System.Half value) => throw null; - static bool System.Numerics.INumberBase.IsNegative(System.Half value) => throw null; - static bool System.Numerics.INumberBase.IsNegativeInfinity(System.Half value) => throw null; - static bool System.Numerics.INumberBase.IsNormal(System.Half value) => throw null; - static bool System.Numerics.INumberBase.IsOddInteger(System.Half value) => throw null; - static bool System.Numerics.INumberBase.IsPositive(System.Half value) => throw null; - static bool System.Numerics.INumberBase.IsPositiveInfinity(System.Half value) => throw null; - static bool System.Numerics.IBinaryNumber.IsPow2(System.Half value) => throw null; - static bool System.Numerics.INumberBase.IsRealNumber(System.Half value) => throw null; - static bool System.Numerics.INumberBase.IsSubnormal(System.Half value) => throw null; - static bool System.Numerics.INumberBase.IsZero(System.Half value) => throw null; - static System.Half System.Numerics.IFloatingPointIeee754.Lerp(System.Half value1, System.Half value2, System.Half amount) => throw null; - static System.Half System.Numerics.ILogarithmicFunctions.Log(System.Half x) => throw null; - static System.Half System.Numerics.ILogarithmicFunctions.Log(System.Half x, System.Half newBase) => throw null; - static System.Half System.Numerics.ILogarithmicFunctions.Log10(System.Half x) => throw null; - static System.Half System.Numerics.ILogarithmicFunctions.Log10P1(System.Half x) => throw null; - static System.Half System.Numerics.IBinaryNumber.Log2(System.Half value) => throw null; - static System.Half System.Numerics.ILogarithmicFunctions.Log2(System.Half value) => throw null; - static System.Half System.Numerics.ILogarithmicFunctions.Log2P1(System.Half x) => throw null; - static System.Half System.Numerics.ILogarithmicFunctions.LogP1(System.Half x) => throw null; - static System.Half System.Numerics.INumber.Max(System.Half x, System.Half y) => throw null; - static System.Half System.Numerics.INumberBase.MaxMagnitude(System.Half x, System.Half y) => throw null; - static System.Half System.Numerics.INumberBase.MaxMagnitudeNumber(System.Half x, System.Half y) => throw null; - static System.Half System.Numerics.INumber.MaxNumber(System.Half x, System.Half y) => throw null; - static System.Half System.Numerics.IMinMaxValue.MaxValue { get => throw null; } - static System.Half System.Numerics.INumber.Min(System.Half x, System.Half y) => throw null; - static System.Half System.Numerics.INumberBase.MinMagnitude(System.Half x, System.Half y) => throw null; - static System.Half System.Numerics.INumberBase.MinMagnitudeNumber(System.Half x, System.Half y) => throw null; - static System.Half System.Numerics.INumber.MinNumber(System.Half x, System.Half y) => throw null; - static System.Half System.Numerics.IMinMaxValue.MinValue { get => throw null; } - static System.Half System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } - static System.Half System.Numerics.IFloatingPointIeee754.NaN { get => throw null; } - static System.Half System.Numerics.IFloatingPointIeee754.NegativeInfinity { get => throw null; } - static System.Half System.Numerics.ISignedNumber.NegativeOne { get => throw null; } - static System.Half System.Numerics.IFloatingPointIeee754.NegativeZero { get => throw null; } - static System.Half System.Numerics.INumberBase.One { get => throw null; } - static System.Half System.Numerics.IAdditionOperators.operator +(System.Half left, System.Half right) => throw null; - static System.Half System.Numerics.IBitwiseOperators.operator &(System.Half left, System.Half right) => throw null; - static System.Half System.Numerics.IBitwiseOperators.operator |(System.Half left, System.Half right) => throw null; - public static explicit operator checked byte(System.Half value) => throw null; - public static explicit operator checked char(System.Half value) => throw null; - public static explicit operator checked short(System.Half value) => throw null; - public static explicit operator checked int(System.Half value) => throw null; - public static explicit operator checked long(System.Half value) => throw null; - public static explicit operator checked System.Int128(System.Half value) => throw null; - public static explicit operator checked nint(System.Half value) => throw null; - public static explicit operator checked sbyte(System.Half value) => throw null; - public static explicit operator checked ushort(System.Half value) => throw null; - public static explicit operator checked uint(System.Half value) => throw null; - public static explicit operator checked ulong(System.Half value) => throw null; - public static explicit operator checked System.UInt128(System.Half value) => throw null; - public static explicit operator checked nuint(System.Half value) => throw null; - static System.Half System.Numerics.IDecrementOperators.operator --(System.Half value) => throw null; - static System.Half System.Numerics.IDivisionOperators.operator /(System.Half left, System.Half right) => throw null; - static bool System.Numerics.IEqualityOperators.operator ==(System.Half left, System.Half right) => throw null; - static System.Half System.Numerics.IBitwiseOperators.operator ^(System.Half left, System.Half right) => throw null; - public static explicit operator System.Half(char value) => throw null; - public static explicit operator System.Half(decimal value) => throw null; - public static explicit operator System.Half(double value) => throw null; - public static explicit operator byte(System.Half value) => throw null; - public static explicit operator char(System.Half value) => throw null; - public static explicit operator decimal(System.Half value) => throw null; - public static explicit operator double(System.Half value) => throw null; - public static explicit operator System.Int128(System.Half value) => throw null; - public static explicit operator short(System.Half value) => throw null; - public static explicit operator int(System.Half value) => throw null; - public static explicit operator long(System.Half value) => throw null; - public static explicit operator nint(System.Half value) => throw null; - public static explicit operator sbyte(System.Half value) => throw null; - public static explicit operator float(System.Half value) => throw null; - public static explicit operator System.UInt128(System.Half value) => throw null; - public static explicit operator ushort(System.Half value) => throw null; - public static explicit operator uint(System.Half value) => throw null; - public static explicit operator ulong(System.Half value) => throw null; - public static explicit operator nuint(System.Half value) => throw null; - public static explicit operator System.Half(short value) => throw null; - public static explicit operator System.Half(int value) => throw null; - public static explicit operator System.Half(long value) => throw null; - public static explicit operator System.Half(nint value) => throw null; - public static explicit operator System.Half(float value) => throw null; - public static explicit operator System.Half(ushort value) => throw null; - public static explicit operator System.Half(uint value) => throw null; - public static explicit operator System.Half(ulong value) => throw null; - public static explicit operator System.Half(nuint value) => throw null; - static bool System.Numerics.IComparisonOperators.operator >(System.Half left, System.Half right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >=(System.Half left, System.Half right) => throw null; - public static implicit operator System.Half(byte value) => throw null; - public static implicit operator System.Half(sbyte value) => throw null; - static System.Half System.Numerics.IIncrementOperators.operator ++(System.Half value) => throw null; - static bool System.Numerics.IEqualityOperators.operator !=(System.Half left, System.Half right) => throw null; - static bool System.Numerics.IComparisonOperators.operator <(System.Half left, System.Half right) => throw null; - static bool System.Numerics.IComparisonOperators.operator <=(System.Half left, System.Half right) => throw null; - static System.Half System.Numerics.IModulusOperators.operator %(System.Half left, System.Half right) => throw null; - static System.Half System.Numerics.IMultiplyOperators.operator *(System.Half left, System.Half right) => throw null; - static System.Half System.Numerics.IBitwiseOperators.operator ~(System.Half value) => throw null; - static System.Half System.Numerics.ISubtractionOperators.operator -(System.Half left, System.Half right) => throw null; - static System.Half System.Numerics.IUnaryNegationOperators.operator -(System.Half value) => throw null; - static System.Half System.Numerics.IUnaryPlusOperators.operator +(System.Half value) => throw null; - static System.Half System.Numerics.INumberBase.Parse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static System.Half System.IUtf8SpanParsable.Parse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider) => throw null; - static System.Half System.Numerics.INumberBase.Parse(System.ReadOnlySpan s, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static System.Half System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - public static System.Half Parse(string s) => throw null; - public static System.Half Parse(string s, System.Globalization.NumberStyles style) => throw null; - static System.Half System.Numerics.INumberBase.Parse(string s, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static System.Half System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; - static System.Half System.Numerics.IFloatingPointConstants.Pi { get => throw null; } - static System.Half System.Numerics.IFloatingPointIeee754.PositiveInfinity { get => throw null; } - static System.Half System.Numerics.IPowerFunctions.Pow(System.Half x, System.Half y) => throw null; - static System.Half System.Numerics.ITrigonometricFunctions.RadiansToDegrees(System.Half radians) => throw null; - static int System.Numerics.INumberBase.Radix { get => throw null; } - static System.Half System.Numerics.IFloatingPointIeee754.ReciprocalEstimate(System.Half x) => throw null; - static System.Half System.Numerics.IFloatingPointIeee754.ReciprocalSqrtEstimate(System.Half x) => throw null; - static System.Half System.Numerics.IRootFunctions.RootN(System.Half x, int n) => throw null; - static System.Half System.Numerics.IFloatingPoint.Round(System.Half x) => throw null; - static System.Half System.Numerics.IFloatingPoint.Round(System.Half x, int digits) => throw null; - static System.Half System.Numerics.IFloatingPoint.Round(System.Half x, int digits, System.MidpointRounding mode) => throw null; - static System.Half System.Numerics.IFloatingPoint.Round(System.Half x, System.MidpointRounding mode) => throw null; - static System.Half System.Numerics.IFloatingPointIeee754.ScaleB(System.Half x, int n) => throw null; - static int System.Numerics.INumber.Sign(System.Half value) => throw null; - static System.Half System.Numerics.ITrigonometricFunctions.Sin(System.Half x) => throw null; - static (System.Half Sin, System.Half Cos) System.Numerics.ITrigonometricFunctions.SinCos(System.Half x) => throw null; - static (System.Half SinPi, System.Half CosPi) System.Numerics.ITrigonometricFunctions.SinCosPi(System.Half x) => throw null; - static System.Half System.Numerics.IHyperbolicFunctions.Sinh(System.Half x) => throw null; - static System.Half System.Numerics.ITrigonometricFunctions.SinPi(System.Half x) => throw null; - static System.Half System.Numerics.IRootFunctions.Sqrt(System.Half x) => throw null; - static System.Half System.Numerics.ITrigonometricFunctions.Tan(System.Half x) => throw null; - static System.Half System.Numerics.IHyperbolicFunctions.Tanh(System.Half x) => throw null; - static System.Half System.Numerics.ITrigonometricFunctions.TanPi(System.Half x) => throw null; - static System.Half System.Numerics.IFloatingPointConstants.Tau { get => throw null; } - public override string ToString() => throw null; - public string ToString(System.IFormatProvider provider) => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider provider) => throw null; - static System.Half System.Numerics.IFloatingPoint.Truncate(System.Half x) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromChecked(TOther value, out System.Half result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromSaturating(TOther value, out System.Half result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromTruncating(TOther value, out System.Half result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToChecked(System.Half value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToSaturating(System.Half value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToTruncating(System.Half value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out System.Half result) => throw null; - public static bool TryParse(System.ReadOnlySpan utf8Text, out System.Half result) => throw null; - static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out System.Half result) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out System.Half result) => throw null; - public static bool TryParse(System.ReadOnlySpan s, out System.Half result) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out System.Half result) => throw null; - static bool System.Numerics.INumberBase.TryParse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out System.Half result) => throw null; - public static bool TryParse(string s, out System.Half result) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out System.Half result) => throw null; - bool System.Numerics.IFloatingPoint.TryWriteExponentBigEndian(System.Span destination, out int bytesWritten) => throw null; - bool System.Numerics.IFloatingPoint.TryWriteExponentLittleEndian(System.Span destination, out int bytesWritten) => throw null; - bool System.Numerics.IFloatingPoint.TryWriteSignificandBigEndian(System.Span destination, out int bytesWritten) => throw null; - bool System.Numerics.IFloatingPoint.TryWriteSignificandLittleEndian(System.Span destination, out int bytesWritten) => throw null; - static System.Half System.Numerics.INumberBase.Zero { get => throw null; } - } - public struct HashCode - { - public void Add(T value) => throw null; - public void Add(T value, System.Collections.Generic.IEqualityComparer comparer) => throw null; - public void AddBytes(System.ReadOnlySpan value) => throw null; - public static int Combine(T1 value1) => throw null; - public static int Combine(T1 value1, T2 value2) => throw null; - public static int Combine(T1 value1, T2 value2, T3 value3) => throw null; - public static int Combine(T1 value1, T2 value2, T3 value3, T4 value4) => throw null; - public static int Combine(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5) => throw null; - public static int Combine(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6) => throw null; - public static int Combine(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7) => throw null; - public static int Combine(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public int ToHashCode() => throw null; - } - public class HttpStyleUriParser : System.UriParser - { - public HttpStyleUriParser() => throw null; - } - public interface IAsyncDisposable - { - System.Threading.Tasks.ValueTask DisposeAsync(); - } - public interface IAsyncResult - { - object AsyncState { get; } - System.Threading.WaitHandle AsyncWaitHandle { get; } - bool CompletedSynchronously { get; } - bool IsCompleted { get; } - } - public interface ICloneable - { - object Clone(); - } - public interface IComparable - { - int CompareTo(object obj); - } - public interface IComparable - { - int CompareTo(T other); - } - public interface IConvertible - { - System.TypeCode GetTypeCode(); - bool ToBoolean(System.IFormatProvider provider); - byte ToByte(System.IFormatProvider provider); - char ToChar(System.IFormatProvider provider); - System.DateTime ToDateTime(System.IFormatProvider provider); - decimal ToDecimal(System.IFormatProvider provider); - double ToDouble(System.IFormatProvider provider); - short ToInt16(System.IFormatProvider provider); - int ToInt32(System.IFormatProvider provider); - long ToInt64(System.IFormatProvider provider); - sbyte ToSByte(System.IFormatProvider provider); - float ToSingle(System.IFormatProvider provider); - string ToString(System.IFormatProvider provider); - object ToType(System.Type conversionType, System.IFormatProvider provider); - ushort ToUInt16(System.IFormatProvider provider); - uint ToUInt32(System.IFormatProvider provider); - ulong ToUInt64(System.IFormatProvider provider); - } - public interface ICustomFormatter - { - string Format(string format, object arg, System.IFormatProvider formatProvider); - } - public interface IDisposable - { - void Dispose(); - } - public interface IEquatable - { - bool Equals(T other); - } - public interface IFormatProvider - { - object GetFormat(System.Type formatType); - } - public interface IFormattable - { - string ToString(string format, System.IFormatProvider formatProvider); - } - public struct Index : System.IEquatable - { - public Index(int value, bool fromEnd = default(bool)) => throw null; - public static System.Index End { get => throw null; } - public bool Equals(System.Index other) => throw null; - public override bool Equals(object value) => throw null; - public static System.Index FromEnd(int value) => throw null; - public static System.Index FromStart(int value) => throw null; - public override int GetHashCode() => throw null; - public int GetOffset(int length) => throw null; - public bool IsFromEnd { get => throw null; } - public static implicit operator System.Index(int value) => throw null; - public static System.Index Start { get => throw null; } - public override string ToString() => throw null; - public int Value { get => throw null; } - } - public sealed class IndexOutOfRangeException : System.SystemException - { - public IndexOutOfRangeException() => throw null; - public IndexOutOfRangeException(string message) => throw null; - public IndexOutOfRangeException(string message, System.Exception innerException) => throw null; - } - public sealed class InsufficientExecutionStackException : System.SystemException - { - public InsufficientExecutionStackException() => throw null; - public InsufficientExecutionStackException(string message) => throw null; - public InsufficientExecutionStackException(string message, System.Exception innerException) => throw null; - } - public sealed class InsufficientMemoryException : System.OutOfMemoryException - { - public InsufficientMemoryException() => throw null; - public InsufficientMemoryException(string message) => throw null; - public InsufficientMemoryException(string message, System.Exception innerException) => throw null; - } - public struct Int128 : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IBinaryInteger, System.Numerics.IBinaryNumber, System.Numerics.IBitwiseOperators, System.IComparable, System.IComparable, System.Numerics.IComparisonOperators, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IMinMaxValue, System.Numerics.IModulusOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumber, System.Numerics.INumberBase, System.IParsable, System.Numerics.IShiftOperators, System.Numerics.ISignedNumber, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable - { - static System.Int128 System.Numerics.INumberBase.Abs(System.Int128 value) => throw null; - static System.Int128 System.Numerics.IAdditiveIdentity.AdditiveIdentity { get => throw null; } - static System.Int128 System.Numerics.IBinaryNumber.AllBitsSet { get => throw null; } - static System.Int128 System.Numerics.INumber.Clamp(System.Int128 value, System.Int128 min, System.Int128 max) => throw null; - public int CompareTo(System.Int128 value) => throw null; - public int CompareTo(object value) => throw null; - static System.Int128 System.Numerics.INumber.CopySign(System.Int128 value, System.Int128 sign) => throw null; - static System.Int128 System.Numerics.INumberBase.CreateChecked(TOther value) => throw null; - static System.Int128 System.Numerics.INumberBase.CreateSaturating(TOther value) => throw null; - static System.Int128 System.Numerics.INumberBase.CreateTruncating(TOther value) => throw null; - public Int128(ulong upper, ulong lower) => throw null; - static (System.Int128 Quotient, System.Int128 Remainder) System.Numerics.IBinaryInteger.DivRem(System.Int128 left, System.Int128 right) => throw null; - public bool Equals(System.Int128 other) => throw null; - public override bool Equals(object obj) => throw null; - int System.Numerics.IBinaryInteger.GetByteCount() => throw null; - public override int GetHashCode() => throw null; - int System.Numerics.IBinaryInteger.GetShortestBitLength() => throw null; - static bool System.Numerics.INumberBase.IsCanonical(System.Int128 value) => throw null; - static bool System.Numerics.INumberBase.IsComplexNumber(System.Int128 value) => throw null; - static bool System.Numerics.INumberBase.IsEvenInteger(System.Int128 value) => throw null; - static bool System.Numerics.INumberBase.IsFinite(System.Int128 value) => throw null; - static bool System.Numerics.INumberBase.IsImaginaryNumber(System.Int128 value) => throw null; - static bool System.Numerics.INumberBase.IsInfinity(System.Int128 value) => throw null; - static bool System.Numerics.INumberBase.IsInteger(System.Int128 value) => throw null; - static bool System.Numerics.INumberBase.IsNaN(System.Int128 value) => throw null; - static bool System.Numerics.INumberBase.IsNegative(System.Int128 value) => throw null; - static bool System.Numerics.INumberBase.IsNegativeInfinity(System.Int128 value) => throw null; - static bool System.Numerics.INumberBase.IsNormal(System.Int128 value) => throw null; - static bool System.Numerics.INumberBase.IsOddInteger(System.Int128 value) => throw null; - static bool System.Numerics.INumberBase.IsPositive(System.Int128 value) => throw null; - static bool System.Numerics.INumberBase.IsPositiveInfinity(System.Int128 value) => throw null; - static bool System.Numerics.IBinaryNumber.IsPow2(System.Int128 value) => throw null; - static bool System.Numerics.INumberBase.IsRealNumber(System.Int128 value) => throw null; - static bool System.Numerics.INumberBase.IsSubnormal(System.Int128 value) => throw null; - static bool System.Numerics.INumberBase.IsZero(System.Int128 value) => throw null; - static System.Int128 System.Numerics.IBinaryInteger.LeadingZeroCount(System.Int128 value) => throw null; - static System.Int128 System.Numerics.IBinaryNumber.Log2(System.Int128 value) => throw null; - static System.Int128 System.Numerics.INumber.Max(System.Int128 x, System.Int128 y) => throw null; - static System.Int128 System.Numerics.INumberBase.MaxMagnitude(System.Int128 x, System.Int128 y) => throw null; - static System.Int128 System.Numerics.INumberBase.MaxMagnitudeNumber(System.Int128 x, System.Int128 y) => throw null; - static System.Int128 System.Numerics.INumber.MaxNumber(System.Int128 x, System.Int128 y) => throw null; - static System.Int128 System.Numerics.IMinMaxValue.MaxValue { get => throw null; } - static System.Int128 System.Numerics.INumber.Min(System.Int128 x, System.Int128 y) => throw null; - static System.Int128 System.Numerics.INumberBase.MinMagnitude(System.Int128 x, System.Int128 y) => throw null; - static System.Int128 System.Numerics.INumberBase.MinMagnitudeNumber(System.Int128 x, System.Int128 y) => throw null; - static System.Int128 System.Numerics.INumber.MinNumber(System.Int128 x, System.Int128 y) => throw null; - static System.Int128 System.Numerics.IMinMaxValue.MinValue { get => throw null; } - static System.Int128 System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } - static System.Int128 System.Numerics.ISignedNumber.NegativeOne { get => throw null; } - static System.Int128 System.Numerics.INumberBase.One { get => throw null; } - static System.Int128 System.Numerics.IAdditionOperators.operator +(System.Int128 left, System.Int128 right) => throw null; - static System.Int128 System.Numerics.IBitwiseOperators.operator &(System.Int128 left, System.Int128 right) => throw null; - static System.Int128 System.Numerics.IBitwiseOperators.operator |(System.Int128 left, System.Int128 right) => throw null; - static System.Int128 System.Numerics.IAdditionOperators.operator checked +(System.Int128 left, System.Int128 right) => throw null; - static System.Int128 System.Numerics.IDecrementOperators.operator checked --(System.Int128 value) => throw null; - static System.Int128 System.Numerics.IDivisionOperators.operator checked /(System.Int128 left, System.Int128 right) => throw null; - public static explicit operator checked System.Int128(double value) => throw null; - public static explicit operator checked byte(System.Int128 value) => throw null; - public static explicit operator checked char(System.Int128 value) => throw null; - public static explicit operator checked short(System.Int128 value) => throw null; - public static explicit operator checked int(System.Int128 value) => throw null; - public static explicit operator checked long(System.Int128 value) => throw null; - public static explicit operator checked nint(System.Int128 value) => throw null; - public static explicit operator checked sbyte(System.Int128 value) => throw null; - public static explicit operator checked ushort(System.Int128 value) => throw null; - public static explicit operator checked uint(System.Int128 value) => throw null; - public static explicit operator checked ulong(System.Int128 value) => throw null; - public static explicit operator checked System.UInt128(System.Int128 value) => throw null; - public static explicit operator checked nuint(System.Int128 value) => throw null; - public static explicit operator checked System.Int128(float value) => throw null; - static System.Int128 System.Numerics.IIncrementOperators.operator checked ++(System.Int128 value) => throw null; - static System.Int128 System.Numerics.IMultiplyOperators.operator checked *(System.Int128 left, System.Int128 right) => throw null; - static System.Int128 System.Numerics.ISubtractionOperators.operator checked -(System.Int128 left, System.Int128 right) => throw null; - static System.Int128 System.Numerics.IUnaryNegationOperators.operator checked -(System.Int128 value) => throw null; - static System.Int128 System.Numerics.IDecrementOperators.operator --(System.Int128 value) => throw null; - static System.Int128 System.Numerics.IDivisionOperators.operator /(System.Int128 left, System.Int128 right) => throw null; - static bool System.Numerics.IEqualityOperators.operator ==(System.Int128 left, System.Int128 right) => throw null; - static System.Int128 System.Numerics.IBitwiseOperators.operator ^(System.Int128 left, System.Int128 right) => throw null; - public static explicit operator System.Int128(decimal value) => throw null; - public static explicit operator System.Int128(double value) => throw null; - public static explicit operator byte(System.Int128 value) => throw null; - public static explicit operator char(System.Int128 value) => throw null; - public static explicit operator decimal(System.Int128 value) => throw null; - public static explicit operator double(System.Int128 value) => throw null; - public static explicit operator System.Half(System.Int128 value) => throw null; - public static explicit operator short(System.Int128 value) => throw null; - public static explicit operator int(System.Int128 value) => throw null; - public static explicit operator long(System.Int128 value) => throw null; - public static explicit operator nint(System.Int128 value) => throw null; - public static explicit operator sbyte(System.Int128 value) => throw null; - public static explicit operator float(System.Int128 value) => throw null; - public static explicit operator System.UInt128(System.Int128 value) => throw null; - public static explicit operator ushort(System.Int128 value) => throw null; - public static explicit operator uint(System.Int128 value) => throw null; - public static explicit operator ulong(System.Int128 value) => throw null; - public static explicit operator nuint(System.Int128 value) => throw null; - public static explicit operator System.Int128(float value) => throw null; - static bool System.Numerics.IComparisonOperators.operator >(System.Int128 left, System.Int128 right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >=(System.Int128 left, System.Int128 right) => throw null; - public static implicit operator System.Int128(byte value) => throw null; - public static implicit operator System.Int128(char value) => throw null; - public static implicit operator System.Int128(short value) => throw null; - public static implicit operator System.Int128(int value) => throw null; - public static implicit operator System.Int128(long value) => throw null; - public static implicit operator System.Int128(nint value) => throw null; - public static implicit operator System.Int128(sbyte value) => throw null; - public static implicit operator System.Int128(ushort value) => throw null; - public static implicit operator System.Int128(uint value) => throw null; - public static implicit operator System.Int128(ulong value) => throw null; - public static implicit operator System.Int128(nuint value) => throw null; - static System.Int128 System.Numerics.IIncrementOperators.operator ++(System.Int128 value) => throw null; - static bool System.Numerics.IEqualityOperators.operator !=(System.Int128 left, System.Int128 right) => throw null; - static System.Int128 System.Numerics.IShiftOperators.operator <<(System.Int128 value, int shiftAmount) => throw null; - static bool System.Numerics.IComparisonOperators.operator <(System.Int128 left, System.Int128 right) => throw null; - static bool System.Numerics.IComparisonOperators.operator <=(System.Int128 left, System.Int128 right) => throw null; - static System.Int128 System.Numerics.IModulusOperators.operator %(System.Int128 left, System.Int128 right) => throw null; - static System.Int128 System.Numerics.IMultiplyOperators.operator *(System.Int128 left, System.Int128 right) => throw null; - static System.Int128 System.Numerics.IBitwiseOperators.operator ~(System.Int128 value) => throw null; - static System.Int128 System.Numerics.IShiftOperators.operator >>(System.Int128 value, int shiftAmount) => throw null; - static System.Int128 System.Numerics.ISubtractionOperators.operator -(System.Int128 left, System.Int128 right) => throw null; - static System.Int128 System.Numerics.IUnaryNegationOperators.operator -(System.Int128 value) => throw null; - static System.Int128 System.Numerics.IUnaryPlusOperators.operator +(System.Int128 value) => throw null; - static System.Int128 System.Numerics.IShiftOperators.operator >>>(System.Int128 value, int shiftAmount) => throw null; - static System.Int128 System.Numerics.INumberBase.Parse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static System.Int128 System.IUtf8SpanParsable.Parse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider) => throw null; - static System.Int128 System.Numerics.INumberBase.Parse(System.ReadOnlySpan s, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static System.Int128 System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - public static System.Int128 Parse(string s) => throw null; - public static System.Int128 Parse(string s, System.Globalization.NumberStyles style) => throw null; - static System.Int128 System.Numerics.INumberBase.Parse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider) => throw null; - static System.Int128 System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; - static System.Int128 System.Numerics.IBinaryInteger.PopCount(System.Int128 value) => throw null; - static int System.Numerics.INumberBase.Radix { get => throw null; } - static System.Int128 System.Numerics.IBinaryInteger.RotateLeft(System.Int128 value, int rotateAmount) => throw null; - static System.Int128 System.Numerics.IBinaryInteger.RotateRight(System.Int128 value, int rotateAmount) => throw null; - static int System.Numerics.INumber.Sign(System.Int128 value) => throw null; - public override string ToString() => throw null; - public string ToString(System.IFormatProvider provider) => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider provider) => throw null; - static System.Int128 System.Numerics.IBinaryInteger.TrailingZeroCount(System.Int128 value) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromChecked(TOther value, out System.Int128 result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromSaturating(TOther value, out System.Int128 result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromTruncating(TOther value, out System.Int128 result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToChecked(System.Int128 value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToSaturating(System.Int128 value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToTruncating(System.Int128 value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out System.Int128 result) => throw null; - static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out System.Int128 result) => throw null; - public static bool TryParse(System.ReadOnlySpan utf8Text, out System.Int128 result) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out System.Int128 result) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out System.Int128 result) => throw null; - public static bool TryParse(System.ReadOnlySpan s, out System.Int128 result) => throw null; - static bool System.Numerics.INumberBase.TryParse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out System.Int128 result) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out System.Int128 result) => throw null; - public static bool TryParse(string s, out System.Int128 result) => throw null; - static bool System.Numerics.IBinaryInteger.TryReadBigEndian(System.ReadOnlySpan source, bool isUnsigned, out System.Int128 value) => throw null; - static bool System.Numerics.IBinaryInteger.TryReadLittleEndian(System.ReadOnlySpan source, bool isUnsigned, out System.Int128 value) => throw null; - bool System.Numerics.IBinaryInteger.TryWriteBigEndian(System.Span destination, out int bytesWritten) => throw null; - bool System.Numerics.IBinaryInteger.TryWriteLittleEndian(System.Span destination, out int bytesWritten) => throw null; - static System.Int128 System.Numerics.INumberBase.Zero { get => throw null; } - } - public struct Int16 : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IBinaryInteger, System.Numerics.IBinaryNumber, System.Numerics.IBitwiseOperators, System.IComparable, System.IComparable, System.Numerics.IComparisonOperators, System.IConvertible, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IMinMaxValue, System.Numerics.IModulusOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumber, System.Numerics.INumberBase, System.IParsable, System.Numerics.IShiftOperators, System.Numerics.ISignedNumber, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable - { - static short System.Numerics.INumberBase.Abs(short value) => throw null; - static short System.Numerics.IAdditiveIdentity.AdditiveIdentity { get => throw null; } - static short System.Numerics.IBinaryNumber.AllBitsSet { get => throw null; } - static short System.Numerics.INumber.Clamp(short value, short min, short max) => throw null; - public int CompareTo(short value) => throw null; - public int CompareTo(object value) => throw null; - static short System.Numerics.INumber.CopySign(short value, short sign) => throw null; - static short System.Numerics.INumberBase.CreateChecked(TOther value) => throw null; - static short System.Numerics.INumberBase.CreateSaturating(TOther value) => throw null; - static short System.Numerics.INumberBase.CreateTruncating(TOther value) => throw null; - static (short Quotient, short Remainder) System.Numerics.IBinaryInteger.DivRem(short left, short right) => throw null; - public bool Equals(short obj) => throw null; - public override bool Equals(object obj) => throw null; - int System.Numerics.IBinaryInteger.GetByteCount() => throw null; - public override int GetHashCode() => throw null; - int System.Numerics.IBinaryInteger.GetShortestBitLength() => throw null; - public System.TypeCode GetTypeCode() => throw null; - static bool System.Numerics.INumberBase.IsCanonical(short value) => throw null; - static bool System.Numerics.INumberBase.IsComplexNumber(short value) => throw null; - static bool System.Numerics.INumberBase.IsEvenInteger(short value) => throw null; - static bool System.Numerics.INumberBase.IsFinite(short value) => throw null; - static bool System.Numerics.INumberBase.IsImaginaryNumber(short value) => throw null; - static bool System.Numerics.INumberBase.IsInfinity(short value) => throw null; - static bool System.Numerics.INumberBase.IsInteger(short value) => throw null; - static bool System.Numerics.INumberBase.IsNaN(short value) => throw null; - static bool System.Numerics.INumberBase.IsNegative(short value) => throw null; - static bool System.Numerics.INumberBase.IsNegativeInfinity(short value) => throw null; - static bool System.Numerics.INumberBase.IsNormal(short value) => throw null; - static bool System.Numerics.INumberBase.IsOddInteger(short value) => throw null; - static bool System.Numerics.INumberBase.IsPositive(short value) => throw null; - static bool System.Numerics.INumberBase.IsPositiveInfinity(short value) => throw null; - static bool System.Numerics.IBinaryNumber.IsPow2(short value) => throw null; - static bool System.Numerics.INumberBase.IsRealNumber(short value) => throw null; - static bool System.Numerics.INumberBase.IsSubnormal(short value) => throw null; - static bool System.Numerics.INumberBase.IsZero(short value) => throw null; - static short System.Numerics.IBinaryInteger.LeadingZeroCount(short value) => throw null; - static short System.Numerics.IBinaryNumber.Log2(short value) => throw null; - static short System.Numerics.INumber.Max(short x, short y) => throw null; - static short System.Numerics.INumberBase.MaxMagnitude(short x, short y) => throw null; - static short System.Numerics.INumberBase.MaxMagnitudeNumber(short x, short y) => throw null; - static short System.Numerics.INumber.MaxNumber(short x, short y) => throw null; - public const short MaxValue = 32767; - static short System.Numerics.IMinMaxValue.MaxValue { get => throw null; } - static short System.Numerics.INumber.Min(short x, short y) => throw null; - static short System.Numerics.INumberBase.MinMagnitude(short x, short y) => throw null; - static short System.Numerics.INumberBase.MinMagnitudeNumber(short x, short y) => throw null; - static short System.Numerics.INumber.MinNumber(short x, short y) => throw null; - public const short MinValue = -32768; - static short System.Numerics.IMinMaxValue.MinValue { get => throw null; } - static short System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } - static short System.Numerics.ISignedNumber.NegativeOne { get => throw null; } - static short System.Numerics.INumberBase.One { get => throw null; } - static short System.Numerics.IAdditionOperators.operator +(short left, short right) => throw null; - static short System.Numerics.IBitwiseOperators.operator &(short left, short right) => throw null; - static short System.Numerics.IBitwiseOperators.operator |(short left, short right) => throw null; - static short System.Numerics.IAdditionOperators.operator checked +(short left, short right) => throw null; - static short System.Numerics.IDecrementOperators.operator checked --(short value) => throw null; - static short System.Numerics.IIncrementOperators.operator checked ++(short value) => throw null; - static short System.Numerics.IMultiplyOperators.operator checked *(short left, short right) => throw null; - static short System.Numerics.ISubtractionOperators.operator checked -(short left, short right) => throw null; - static short System.Numerics.IUnaryNegationOperators.operator checked -(short value) => throw null; - static short System.Numerics.IDecrementOperators.operator --(short value) => throw null; - static short System.Numerics.IDivisionOperators.operator /(short left, short right) => throw null; - static bool System.Numerics.IEqualityOperators.operator ==(short left, short right) => throw null; - static short System.Numerics.IBitwiseOperators.operator ^(short left, short right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >(short left, short right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >=(short left, short right) => throw null; - static short System.Numerics.IIncrementOperators.operator ++(short value) => throw null; - static bool System.Numerics.IEqualityOperators.operator !=(short left, short right) => throw null; - static short System.Numerics.IShiftOperators.operator <<(short value, int shiftAmount) => throw null; - static bool System.Numerics.IComparisonOperators.operator <(short left, short right) => throw null; - static bool System.Numerics.IComparisonOperators.operator <=(short left, short right) => throw null; - static short System.Numerics.IModulusOperators.operator %(short left, short right) => throw null; - static short System.Numerics.IMultiplyOperators.operator *(short left, short right) => throw null; - static short System.Numerics.IBitwiseOperators.operator ~(short value) => throw null; - static short System.Numerics.IShiftOperators.operator >>(short value, int shiftAmount) => throw null; - static short System.Numerics.ISubtractionOperators.operator -(short left, short right) => throw null; - static short System.Numerics.IUnaryNegationOperators.operator -(short value) => throw null; - static short System.Numerics.IUnaryPlusOperators.operator +(short value) => throw null; - static short System.Numerics.IShiftOperators.operator >>>(short value, int shiftAmount) => throw null; - static short System.Numerics.INumberBase.Parse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static short System.IUtf8SpanParsable.Parse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider) => throw null; - static short System.Numerics.INumberBase.Parse(System.ReadOnlySpan s, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static short System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - public static short Parse(string s) => throw null; - public static short Parse(string s, System.Globalization.NumberStyles style) => throw null; - static short System.Numerics.INumberBase.Parse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider) => throw null; - static short System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; - static short System.Numerics.IBinaryInteger.PopCount(short value) => throw null; - static int System.Numerics.INumberBase.Radix { get => throw null; } - static short System.Numerics.IBinaryInteger.RotateLeft(short value, int rotateAmount) => throw null; - static short System.Numerics.IBinaryInteger.RotateRight(short value, int rotateAmount) => throw null; - static int System.Numerics.INumber.Sign(short value) => throw null; - bool System.IConvertible.ToBoolean(System.IFormatProvider provider) => throw null; - byte System.IConvertible.ToByte(System.IFormatProvider provider) => throw null; - char System.IConvertible.ToChar(System.IFormatProvider provider) => throw null; - System.DateTime System.IConvertible.ToDateTime(System.IFormatProvider provider) => throw null; - decimal System.IConvertible.ToDecimal(System.IFormatProvider provider) => throw null; - double System.IConvertible.ToDouble(System.IFormatProvider provider) => throw null; - short System.IConvertible.ToInt16(System.IFormatProvider provider) => throw null; - int System.IConvertible.ToInt32(System.IFormatProvider provider) => throw null; - long System.IConvertible.ToInt64(System.IFormatProvider provider) => throw null; - sbyte System.IConvertible.ToSByte(System.IFormatProvider provider) => throw null; - float System.IConvertible.ToSingle(System.IFormatProvider provider) => throw null; - public override string ToString() => throw null; - public string ToString(System.IFormatProvider provider) => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider provider) => throw null; - object System.IConvertible.ToType(System.Type type, System.IFormatProvider provider) => throw null; - ushort System.IConvertible.ToUInt16(System.IFormatProvider provider) => throw null; - uint System.IConvertible.ToUInt32(System.IFormatProvider provider) => throw null; - ulong System.IConvertible.ToUInt64(System.IFormatProvider provider) => throw null; - static short System.Numerics.IBinaryInteger.TrailingZeroCount(short value) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromChecked(TOther value, out short result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromSaturating(TOther value, out short result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromTruncating(TOther value, out short result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToChecked(short value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToSaturating(short value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToTruncating(short value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out short result) => throw null; - static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out short result) => throw null; - public static bool TryParse(System.ReadOnlySpan utf8Text, out short result) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out short result) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out short result) => throw null; - public static bool TryParse(System.ReadOnlySpan s, out short result) => throw null; - static bool System.Numerics.INumberBase.TryParse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out short result) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out short result) => throw null; - public static bool TryParse(string s, out short result) => throw null; - static bool System.Numerics.IBinaryInteger.TryReadBigEndian(System.ReadOnlySpan source, bool isUnsigned, out short value) => throw null; - static bool System.Numerics.IBinaryInteger.TryReadLittleEndian(System.ReadOnlySpan source, bool isUnsigned, out short value) => throw null; - bool System.Numerics.IBinaryInteger.TryWriteBigEndian(System.Span destination, out int bytesWritten) => throw null; - bool System.Numerics.IBinaryInteger.TryWriteLittleEndian(System.Span destination, out int bytesWritten) => throw null; - static short System.Numerics.INumberBase.Zero { get => throw null; } - } - public struct Int32 : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IBinaryInteger, System.Numerics.IBinaryNumber, System.Numerics.IBitwiseOperators, System.IComparable, System.IComparable, System.Numerics.IComparisonOperators, System.IConvertible, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IMinMaxValue, System.Numerics.IModulusOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumber, System.Numerics.INumberBase, System.IParsable, System.Numerics.IShiftOperators, System.Numerics.ISignedNumber, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable - { - static int System.Numerics.INumberBase.Abs(int value) => throw null; - public static int Abs(int value) => throw null; - static int System.Numerics.IAdditiveIdentity.AdditiveIdentity { get => throw null; } - static int System.Numerics.IBinaryNumber.AllBitsSet { get => throw null; } - static int System.Numerics.INumber.Clamp(int value, int min, int max) => throw null; - public int CompareTo(int value) => throw null; - public int CompareTo(object value) => throw null; - static int System.Numerics.INumber.CopySign(int value, int sign) => throw null; - static int System.Numerics.INumberBase.CreateChecked(TOther value) => throw null; - public static int CreateChecked(TOther value) => throw null; - static int System.Numerics.INumberBase.CreateSaturating(TOther value) => throw null; - public static int CreateSaturating(TOther value) => throw null; - static int System.Numerics.INumberBase.CreateTruncating(TOther value) => throw null; - public static int CreateTruncating(TOther value) => throw null; - static (int Quotient, int Remainder) System.Numerics.IBinaryInteger.DivRem(int left, int right) => throw null; - public bool Equals(int obj) => throw null; - public override bool Equals(object obj) => throw null; - int System.Numerics.IBinaryInteger.GetByteCount() => throw null; - public override int GetHashCode() => throw null; - int System.Numerics.IBinaryInteger.GetShortestBitLength() => throw null; - public System.TypeCode GetTypeCode() => throw null; - static bool System.Numerics.INumberBase.IsCanonical(int value) => throw null; - static bool System.Numerics.INumberBase.IsComplexNumber(int value) => throw null; - static bool System.Numerics.INumberBase.IsEvenInteger(int value) => throw null; - public static bool IsEvenInteger(int value) => throw null; - static bool System.Numerics.INumberBase.IsFinite(int value) => throw null; - static bool System.Numerics.INumberBase.IsImaginaryNumber(int value) => throw null; - static bool System.Numerics.INumberBase.IsInfinity(int value) => throw null; - static bool System.Numerics.INumberBase.IsInteger(int value) => throw null; - static bool System.Numerics.INumberBase.IsNaN(int value) => throw null; - static bool System.Numerics.INumberBase.IsNegative(int value) => throw null; - public static bool IsNegative(int value) => throw null; - static bool System.Numerics.INumberBase.IsNegativeInfinity(int value) => throw null; - static bool System.Numerics.INumberBase.IsNormal(int value) => throw null; - static bool System.Numerics.INumberBase.IsOddInteger(int value) => throw null; - public static bool IsOddInteger(int value) => throw null; - static bool System.Numerics.INumberBase.IsPositive(int value) => throw null; - public static bool IsPositive(int value) => throw null; - static bool System.Numerics.INumberBase.IsPositiveInfinity(int value) => throw null; - static bool System.Numerics.IBinaryNumber.IsPow2(int value) => throw null; - static bool System.Numerics.INumberBase.IsRealNumber(int value) => throw null; - static bool System.Numerics.INumberBase.IsSubnormal(int value) => throw null; - static bool System.Numerics.INumberBase.IsZero(int value) => throw null; - static int System.Numerics.IBinaryInteger.LeadingZeroCount(int value) => throw null; - static int System.Numerics.IBinaryNumber.Log2(int value) => throw null; - static int System.Numerics.INumber.Max(int x, int y) => throw null; - static int System.Numerics.INumberBase.MaxMagnitude(int x, int y) => throw null; - public static int MaxMagnitude(int x, int y) => throw null; - static int System.Numerics.INumberBase.MaxMagnitudeNumber(int x, int y) => throw null; - static int System.Numerics.INumber.MaxNumber(int x, int y) => throw null; - public const int MaxValue = 2147483647; - static int System.Numerics.IMinMaxValue.MaxValue { get => throw null; } - static int System.Numerics.INumber.Min(int x, int y) => throw null; - static int System.Numerics.INumberBase.MinMagnitude(int x, int y) => throw null; - public static int MinMagnitude(int x, int y) => throw null; - static int System.Numerics.INumberBase.MinMagnitudeNumber(int x, int y) => throw null; - static int System.Numerics.INumber.MinNumber(int x, int y) => throw null; - public const int MinValue = -2147483648; - static int System.Numerics.IMinMaxValue.MinValue { get => throw null; } - static int System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } - static int System.Numerics.ISignedNumber.NegativeOne { get => throw null; } - static int System.Numerics.INumberBase.One { get => throw null; } - static int System.Numerics.IAdditionOperators.operator +(int left, int right) => throw null; - static int System.Numerics.IBitwiseOperators.operator &(int left, int right) => throw null; - static int System.Numerics.IBitwiseOperators.operator |(int left, int right) => throw null; - static int System.Numerics.IAdditionOperators.operator checked +(int left, int right) => throw null; - static int System.Numerics.IDecrementOperators.operator checked --(int value) => throw null; - static int System.Numerics.IIncrementOperators.operator checked ++(int value) => throw null; - static int System.Numerics.IMultiplyOperators.operator checked *(int left, int right) => throw null; - static int System.Numerics.ISubtractionOperators.operator checked -(int left, int right) => throw null; - static int System.Numerics.IUnaryNegationOperators.operator checked -(int value) => throw null; - static int System.Numerics.IDecrementOperators.operator --(int value) => throw null; - static int System.Numerics.IDivisionOperators.operator /(int left, int right) => throw null; - static bool System.Numerics.IEqualityOperators.operator ==(int left, int right) => throw null; - static int System.Numerics.IBitwiseOperators.operator ^(int left, int right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >(int left, int right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >=(int left, int right) => throw null; - static int System.Numerics.IIncrementOperators.operator ++(int value) => throw null; - static bool System.Numerics.IEqualityOperators.operator !=(int left, int right) => throw null; - static int System.Numerics.IShiftOperators.operator <<(int value, int shiftAmount) => throw null; - static bool System.Numerics.IComparisonOperators.operator <(int left, int right) => throw null; - static bool System.Numerics.IComparisonOperators.operator <=(int left, int right) => throw null; - static int System.Numerics.IModulusOperators.operator %(int left, int right) => throw null; - static int System.Numerics.IMultiplyOperators.operator *(int left, int right) => throw null; - static int System.Numerics.IBitwiseOperators.operator ~(int value) => throw null; - static int System.Numerics.IShiftOperators.operator >>(int value, int shiftAmount) => throw null; - static int System.Numerics.ISubtractionOperators.operator -(int left, int right) => throw null; - static int System.Numerics.IUnaryNegationOperators.operator -(int value) => throw null; - static int System.Numerics.IUnaryPlusOperators.operator +(int value) => throw null; - static int System.Numerics.IShiftOperators.operator >>>(int value, int shiftAmount) => throw null; - static int System.Numerics.INumberBase.Parse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public static int Parse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static int System.IUtf8SpanParsable.Parse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider) => throw null; - static int System.Numerics.INumberBase.Parse(System.ReadOnlySpan s, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public static int Parse(System.ReadOnlySpan s, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static int System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - public static int Parse(string s) => throw null; - public static int Parse(string s, System.Globalization.NumberStyles style) => throw null; - static int System.Numerics.INumberBase.Parse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider) => throw null; - public static int Parse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider) => throw null; - static int System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; - static int System.Numerics.IBinaryInteger.PopCount(int value) => throw null; - static int System.Numerics.INumberBase.Radix { get => throw null; } - static int System.Numerics.IBinaryInteger.RotateLeft(int value, int rotateAmount) => throw null; - static int System.Numerics.IBinaryInteger.RotateRight(int value, int rotateAmount) => throw null; - static int System.Numerics.INumber.Sign(int value) => throw null; - bool System.IConvertible.ToBoolean(System.IFormatProvider provider) => throw null; - byte System.IConvertible.ToByte(System.IFormatProvider provider) => throw null; - char System.IConvertible.ToChar(System.IFormatProvider provider) => throw null; - System.DateTime System.IConvertible.ToDateTime(System.IFormatProvider provider) => throw null; - decimal System.IConvertible.ToDecimal(System.IFormatProvider provider) => throw null; - double System.IConvertible.ToDouble(System.IFormatProvider provider) => throw null; - short System.IConvertible.ToInt16(System.IFormatProvider provider) => throw null; - int System.IConvertible.ToInt32(System.IFormatProvider provider) => throw null; - long System.IConvertible.ToInt64(System.IFormatProvider provider) => throw null; - sbyte System.IConvertible.ToSByte(System.IFormatProvider provider) => throw null; - float System.IConvertible.ToSingle(System.IFormatProvider provider) => throw null; - public override string ToString() => throw null; - public string ToString(System.IFormatProvider provider) => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider provider) => throw null; - object System.IConvertible.ToType(System.Type type, System.IFormatProvider provider) => throw null; - ushort System.IConvertible.ToUInt16(System.IFormatProvider provider) => throw null; - uint System.IConvertible.ToUInt32(System.IFormatProvider provider) => throw null; - ulong System.IConvertible.ToUInt64(System.IFormatProvider provider) => throw null; - static int System.Numerics.IBinaryInteger.TrailingZeroCount(int value) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromChecked(TOther value, out int result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromSaturating(TOther value, out int result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromTruncating(TOther value, out int result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToChecked(int value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToSaturating(int value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToTruncating(int value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out int result) => throw null; - public static bool TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out int result) => throw null; - static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out int result) => throw null; - public static bool TryParse(System.ReadOnlySpan utf8Text, out int result) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out int result) => throw null; - public static bool TryParse(System.ReadOnlySpan s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out int result) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out int result) => throw null; - public static bool TryParse(System.ReadOnlySpan s, out int result) => throw null; - static bool System.Numerics.INumberBase.TryParse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out int result) => throw null; - public static bool TryParse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out int result) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out int result) => throw null; - public static bool TryParse(string s, out int result) => throw null; - static bool System.Numerics.IBinaryInteger.TryReadBigEndian(System.ReadOnlySpan source, bool isUnsigned, out int value) => throw null; - static bool System.Numerics.IBinaryInteger.TryReadLittleEndian(System.ReadOnlySpan source, bool isUnsigned, out int value) => throw null; - bool System.Numerics.IBinaryInteger.TryWriteBigEndian(System.Span destination, out int bytesWritten) => throw null; - bool System.Numerics.IBinaryInteger.TryWriteLittleEndian(System.Span destination, out int bytesWritten) => throw null; - static int System.Numerics.INumberBase.Zero { get => throw null; } - } - public struct Int64 : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IBinaryInteger, System.Numerics.IBinaryNumber, System.Numerics.IBitwiseOperators, System.IComparable, System.IComparable, System.Numerics.IComparisonOperators, System.IConvertible, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IMinMaxValue, System.Numerics.IModulusOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumber, System.Numerics.INumberBase, System.IParsable, System.Numerics.IShiftOperators, System.Numerics.ISignedNumber, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable - { - static long System.Numerics.INumberBase.Abs(long value) => throw null; - static long System.Numerics.IAdditiveIdentity.AdditiveIdentity { get => throw null; } - static long System.Numerics.IBinaryNumber.AllBitsSet { get => throw null; } - static long System.Numerics.INumber.Clamp(long value, long min, long max) => throw null; - public int CompareTo(long value) => throw null; - public int CompareTo(object value) => throw null; - static long System.Numerics.INumber.CopySign(long value, long sign) => throw null; - static long System.Numerics.INumberBase.CreateChecked(TOther value) => throw null; - static long System.Numerics.INumberBase.CreateSaturating(TOther value) => throw null; - static long System.Numerics.INumberBase.CreateTruncating(TOther value) => throw null; - static (long Quotient, long Remainder) System.Numerics.IBinaryInteger.DivRem(long left, long right) => throw null; - public bool Equals(long obj) => throw null; - public override bool Equals(object obj) => throw null; - int System.Numerics.IBinaryInteger.GetByteCount() => throw null; - public override int GetHashCode() => throw null; - int System.Numerics.IBinaryInteger.GetShortestBitLength() => throw null; - public System.TypeCode GetTypeCode() => throw null; - static bool System.Numerics.INumberBase.IsCanonical(long value) => throw null; - static bool System.Numerics.INumberBase.IsComplexNumber(long value) => throw null; - static bool System.Numerics.INumberBase.IsEvenInteger(long value) => throw null; - static bool System.Numerics.INumberBase.IsFinite(long value) => throw null; - static bool System.Numerics.INumberBase.IsImaginaryNumber(long value) => throw null; - static bool System.Numerics.INumberBase.IsInfinity(long value) => throw null; - static bool System.Numerics.INumberBase.IsInteger(long value) => throw null; - static bool System.Numerics.INumberBase.IsNaN(long value) => throw null; - static bool System.Numerics.INumberBase.IsNegative(long value) => throw null; - static bool System.Numerics.INumberBase.IsNegativeInfinity(long value) => throw null; - static bool System.Numerics.INumberBase.IsNormal(long value) => throw null; - static bool System.Numerics.INumberBase.IsOddInteger(long value) => throw null; - static bool System.Numerics.INumberBase.IsPositive(long value) => throw null; - static bool System.Numerics.INumberBase.IsPositiveInfinity(long value) => throw null; - static bool System.Numerics.IBinaryNumber.IsPow2(long value) => throw null; - static bool System.Numerics.INumberBase.IsRealNumber(long value) => throw null; - static bool System.Numerics.INumberBase.IsSubnormal(long value) => throw null; - static bool System.Numerics.INumberBase.IsZero(long value) => throw null; - static long System.Numerics.IBinaryInteger.LeadingZeroCount(long value) => throw null; - static long System.Numerics.IBinaryNumber.Log2(long value) => throw null; - static long System.Numerics.INumber.Max(long x, long y) => throw null; - static long System.Numerics.INumberBase.MaxMagnitude(long x, long y) => throw null; - static long System.Numerics.INumberBase.MaxMagnitudeNumber(long x, long y) => throw null; - static long System.Numerics.INumber.MaxNumber(long x, long y) => throw null; - public const long MaxValue = 9223372036854775807; - static long System.Numerics.IMinMaxValue.MaxValue { get => throw null; } - static long System.Numerics.INumber.Min(long x, long y) => throw null; - static long System.Numerics.INumberBase.MinMagnitude(long x, long y) => throw null; - static long System.Numerics.INumberBase.MinMagnitudeNumber(long x, long y) => throw null; - static long System.Numerics.INumber.MinNumber(long x, long y) => throw null; - public const long MinValue = -9223372036854775808; - static long System.Numerics.IMinMaxValue.MinValue { get => throw null; } - static long System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } - static long System.Numerics.ISignedNumber.NegativeOne { get => throw null; } - static long System.Numerics.INumberBase.One { get => throw null; } - static long System.Numerics.IAdditionOperators.operator +(long left, long right) => throw null; - static long System.Numerics.IBitwiseOperators.operator &(long left, long right) => throw null; - static long System.Numerics.IBitwiseOperators.operator |(long left, long right) => throw null; - static long System.Numerics.IAdditionOperators.operator checked +(long left, long right) => throw null; - static long System.Numerics.IDecrementOperators.operator checked --(long value) => throw null; - static long System.Numerics.IIncrementOperators.operator checked ++(long value) => throw null; - static long System.Numerics.IMultiplyOperators.operator checked *(long left, long right) => throw null; - static long System.Numerics.ISubtractionOperators.operator checked -(long left, long right) => throw null; - static long System.Numerics.IUnaryNegationOperators.operator checked -(long value) => throw null; - static long System.Numerics.IDecrementOperators.operator --(long value) => throw null; - static long System.Numerics.IDivisionOperators.operator /(long left, long right) => throw null; - static bool System.Numerics.IEqualityOperators.operator ==(long left, long right) => throw null; - static long System.Numerics.IBitwiseOperators.operator ^(long left, long right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >(long left, long right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >=(long left, long right) => throw null; - static long System.Numerics.IIncrementOperators.operator ++(long value) => throw null; - static bool System.Numerics.IEqualityOperators.operator !=(long left, long right) => throw null; - static long System.Numerics.IShiftOperators.operator <<(long value, int shiftAmount) => throw null; - static bool System.Numerics.IComparisonOperators.operator <(long left, long right) => throw null; - static bool System.Numerics.IComparisonOperators.operator <=(long left, long right) => throw null; - static long System.Numerics.IModulusOperators.operator %(long left, long right) => throw null; - static long System.Numerics.IMultiplyOperators.operator *(long left, long right) => throw null; - static long System.Numerics.IBitwiseOperators.operator ~(long value) => throw null; - static long System.Numerics.IShiftOperators.operator >>(long value, int shiftAmount) => throw null; - static long System.Numerics.ISubtractionOperators.operator -(long left, long right) => throw null; - static long System.Numerics.IUnaryNegationOperators.operator -(long value) => throw null; - static long System.Numerics.IUnaryPlusOperators.operator +(long value) => throw null; - static long System.Numerics.IShiftOperators.operator >>>(long value, int shiftAmount) => throw null; - static long System.Numerics.INumberBase.Parse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static long System.IUtf8SpanParsable.Parse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider) => throw null; - static long System.Numerics.INumberBase.Parse(System.ReadOnlySpan s, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static long System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - public static long Parse(string s) => throw null; - public static long Parse(string s, System.Globalization.NumberStyles style) => throw null; - static long System.Numerics.INumberBase.Parse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider) => throw null; - static long System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; - static long System.Numerics.IBinaryInteger.PopCount(long value) => throw null; - static int System.Numerics.INumberBase.Radix { get => throw null; } - static long System.Numerics.IBinaryInteger.RotateLeft(long value, int rotateAmount) => throw null; - static long System.Numerics.IBinaryInteger.RotateRight(long value, int rotateAmount) => throw null; - static int System.Numerics.INumber.Sign(long value) => throw null; - bool System.IConvertible.ToBoolean(System.IFormatProvider provider) => throw null; - byte System.IConvertible.ToByte(System.IFormatProvider provider) => throw null; - char System.IConvertible.ToChar(System.IFormatProvider provider) => throw null; - System.DateTime System.IConvertible.ToDateTime(System.IFormatProvider provider) => throw null; - decimal System.IConvertible.ToDecimal(System.IFormatProvider provider) => throw null; - double System.IConvertible.ToDouble(System.IFormatProvider provider) => throw null; - short System.IConvertible.ToInt16(System.IFormatProvider provider) => throw null; - int System.IConvertible.ToInt32(System.IFormatProvider provider) => throw null; - long System.IConvertible.ToInt64(System.IFormatProvider provider) => throw null; - sbyte System.IConvertible.ToSByte(System.IFormatProvider provider) => throw null; - float System.IConvertible.ToSingle(System.IFormatProvider provider) => throw null; - public override string ToString() => throw null; - public string ToString(System.IFormatProvider provider) => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider provider) => throw null; - object System.IConvertible.ToType(System.Type type, System.IFormatProvider provider) => throw null; - ushort System.IConvertible.ToUInt16(System.IFormatProvider provider) => throw null; - uint System.IConvertible.ToUInt32(System.IFormatProvider provider) => throw null; - ulong System.IConvertible.ToUInt64(System.IFormatProvider provider) => throw null; - static long System.Numerics.IBinaryInteger.TrailingZeroCount(long value) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromChecked(TOther value, out long result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromSaturating(TOther value, out long result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromTruncating(TOther value, out long result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToChecked(long value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToSaturating(long value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToTruncating(long value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out long result) => throw null; - static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out long result) => throw null; - public static bool TryParse(System.ReadOnlySpan utf8Text, out long result) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out long result) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out long result) => throw null; - public static bool TryParse(System.ReadOnlySpan s, out long result) => throw null; - static bool System.Numerics.INumberBase.TryParse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out long result) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out long result) => throw null; - public static bool TryParse(string s, out long result) => throw null; - static bool System.Numerics.IBinaryInteger.TryReadBigEndian(System.ReadOnlySpan source, bool isUnsigned, out long value) => throw null; - static bool System.Numerics.IBinaryInteger.TryReadLittleEndian(System.ReadOnlySpan source, bool isUnsigned, out long value) => throw null; - bool System.Numerics.IBinaryInteger.TryWriteBigEndian(System.Span destination, out int bytesWritten) => throw null; - bool System.Numerics.IBinaryInteger.TryWriteLittleEndian(System.Span destination, out int bytesWritten) => throw null; - static long System.Numerics.INumberBase.Zero { get => throw null; } - } - public struct IntPtr : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IBinaryInteger, System.Numerics.IBinaryNumber, System.Numerics.IBitwiseOperators, System.IComparable, System.IComparable, System.Numerics.IComparisonOperators, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IMinMaxValue, System.Numerics.IModulusOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumber, System.Numerics.INumberBase, System.IParsable, System.Runtime.Serialization.ISerializable, System.Numerics.IShiftOperators, System.Numerics.ISignedNumber, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable - { - static nint System.Numerics.INumberBase.Abs(nint value) => throw null; - public static nint Add(nint pointer, int offset) => throw null; - static nint System.Numerics.IAdditiveIdentity.AdditiveIdentity { get => throw null; } - static nint System.Numerics.IBinaryNumber.AllBitsSet { get => throw null; } - static nint System.Numerics.INumber.Clamp(nint value, nint min, nint max) => throw null; - public int CompareTo(nint value) => throw null; - public int CompareTo(object value) => throw null; - static nint System.Numerics.INumber.CopySign(nint value, nint sign) => throw null; - static nint System.Numerics.INumberBase.CreateChecked(TOther value) => throw null; - static nint System.Numerics.INumberBase.CreateSaturating(TOther value) => throw null; - static nint System.Numerics.INumberBase.CreateTruncating(TOther value) => throw null; - public IntPtr(int value) => throw null; - public IntPtr(long value) => throw null; - public unsafe IntPtr(void* value) => throw null; - static (nint Quotient, nint Remainder) System.Numerics.IBinaryInteger.DivRem(nint left, nint right) => throw null; - public bool Equals(nint other) => throw null; - public override bool Equals(object obj) => throw null; - int System.Numerics.IBinaryInteger.GetByteCount() => throw null; - public override int GetHashCode() => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - int System.Numerics.IBinaryInteger.GetShortestBitLength() => throw null; - static bool System.Numerics.INumberBase.IsCanonical(nint value) => throw null; - static bool System.Numerics.INumberBase.IsComplexNumber(nint value) => throw null; - static bool System.Numerics.INumberBase.IsEvenInteger(nint value) => throw null; - static bool System.Numerics.INumberBase.IsFinite(nint value) => throw null; - static bool System.Numerics.INumberBase.IsImaginaryNumber(nint value) => throw null; - static bool System.Numerics.INumberBase.IsInfinity(nint value) => throw null; - static bool System.Numerics.INumberBase.IsInteger(nint value) => throw null; - static bool System.Numerics.INumberBase.IsNaN(nint value) => throw null; - static bool System.Numerics.INumberBase.IsNegative(nint value) => throw null; - static bool System.Numerics.INumberBase.IsNegativeInfinity(nint value) => throw null; - static bool System.Numerics.INumberBase.IsNormal(nint value) => throw null; - static bool System.Numerics.INumberBase.IsOddInteger(nint value) => throw null; - static bool System.Numerics.INumberBase.IsPositive(nint value) => throw null; - static bool System.Numerics.INumberBase.IsPositiveInfinity(nint value) => throw null; - static bool System.Numerics.IBinaryNumber.IsPow2(nint value) => throw null; - static bool System.Numerics.INumberBase.IsRealNumber(nint value) => throw null; - static bool System.Numerics.INumberBase.IsSubnormal(nint value) => throw null; - static bool System.Numerics.INumberBase.IsZero(nint value) => throw null; - static nint System.Numerics.IBinaryInteger.LeadingZeroCount(nint value) => throw null; - static nint System.Numerics.IBinaryNumber.Log2(nint value) => throw null; - static nint System.Numerics.INumber.Max(nint x, nint y) => throw null; - static nint System.Numerics.INumberBase.MaxMagnitude(nint x, nint y) => throw null; - static nint System.Numerics.INumberBase.MaxMagnitudeNumber(nint x, nint y) => throw null; - static nint System.Numerics.INumber.MaxNumber(nint x, nint y) => throw null; - public static nint MaxValue { get => throw null; } - static nint System.Numerics.IMinMaxValue.MaxValue { get => throw null; } - static nint System.Numerics.INumber.Min(nint x, nint y) => throw null; - static nint System.Numerics.INumberBase.MinMagnitude(nint x, nint y) => throw null; - static nint System.Numerics.INumberBase.MinMagnitudeNumber(nint x, nint y) => throw null; - static nint System.Numerics.INumber.MinNumber(nint x, nint y) => throw null; - public static nint MinValue { get => throw null; } - static nint System.Numerics.IMinMaxValue.MinValue { get => throw null; } - static nint System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } - static nint System.Numerics.ISignedNumber.NegativeOne { get => throw null; } - static nint System.Numerics.INumberBase.One { get => throw null; } - public static nint operator +(nint pointer, int offset) => throw null; - static nint System.Numerics.IAdditionOperators.operator +(nint left, nint right) => throw null; - static nint System.Numerics.IBitwiseOperators.operator &(nint left, nint right) => throw null; - static nint System.Numerics.IBitwiseOperators.operator |(nint left, nint right) => throw null; - static nint System.Numerics.IAdditionOperators.operator checked +(nint left, nint right) => throw null; - static nint System.Numerics.IDecrementOperators.operator checked --(nint value) => throw null; - static nint System.Numerics.IIncrementOperators.operator checked ++(nint value) => throw null; - static nint System.Numerics.IMultiplyOperators.operator checked *(nint left, nint right) => throw null; - static nint System.Numerics.ISubtractionOperators.operator checked -(nint left, nint right) => throw null; - static nint System.Numerics.IUnaryNegationOperators.operator checked -(nint value) => throw null; - static nint System.Numerics.IDecrementOperators.operator --(nint value) => throw null; - static nint System.Numerics.IDivisionOperators.operator /(nint left, nint right) => throw null; - static bool System.Numerics.IEqualityOperators.operator ==(nint value1, nint value2) => throw null; - static nint System.Numerics.IBitwiseOperators.operator ^(nint left, nint right) => throw null; - public static explicit operator nint(int value) => throw null; - public static explicit operator nint(long value) => throw null; - public static explicit operator int(nint value) => throw null; - public static explicit operator long(nint value) => throw null; - public static unsafe explicit operator void*(nint value) => throw null; - public static unsafe explicit operator nint(void* value) => throw null; - static bool System.Numerics.IComparisonOperators.operator >(nint left, nint right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >=(nint left, nint right) => throw null; - static nint System.Numerics.IIncrementOperators.operator ++(nint value) => throw null; - static bool System.Numerics.IEqualityOperators.operator !=(nint value1, nint value2) => throw null; - static nint System.Numerics.IShiftOperators.operator <<(nint value, int shiftAmount) => throw null; - static bool System.Numerics.IComparisonOperators.operator <(nint left, nint right) => throw null; - static bool System.Numerics.IComparisonOperators.operator <=(nint left, nint right) => throw null; - static nint System.Numerics.IModulusOperators.operator %(nint left, nint right) => throw null; - static nint System.Numerics.IMultiplyOperators.operator *(nint left, nint right) => throw null; - static nint System.Numerics.IBitwiseOperators.operator ~(nint value) => throw null; - static nint System.Numerics.IShiftOperators.operator >>(nint value, int shiftAmount) => throw null; - public static nint operator -(nint pointer, int offset) => throw null; - static nint System.Numerics.ISubtractionOperators.operator -(nint left, nint right) => throw null; - static nint System.Numerics.IUnaryNegationOperators.operator -(nint value) => throw null; - static nint System.Numerics.IUnaryPlusOperators.operator +(nint value) => throw null; - static nint System.Numerics.IShiftOperators.operator >>>(nint value, int shiftAmount) => throw null; - static nint System.Numerics.INumberBase.Parse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static nint System.IUtf8SpanParsable.Parse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider) => throw null; - static nint System.Numerics.INumberBase.Parse(System.ReadOnlySpan s, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static nint System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - public static nint Parse(string s) => throw null; - public static nint Parse(string s, System.Globalization.NumberStyles style) => throw null; - static nint System.Numerics.INumberBase.Parse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider) => throw null; - static nint System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; - static nint System.Numerics.IBinaryInteger.PopCount(nint value) => throw null; - static int System.Numerics.INumberBase.Radix { get => throw null; } - static nint System.Numerics.IBinaryInteger.RotateLeft(nint value, int rotateAmount) => throw null; - static nint System.Numerics.IBinaryInteger.RotateRight(nint value, int rotateAmount) => throw null; - static int System.Numerics.INumber.Sign(nint value) => throw null; - public static int Size { get => throw null; } - public static nint Subtract(nint pointer, int offset) => throw null; - public int ToInt32() => throw null; - public long ToInt64() => throw null; - public unsafe void* ToPointer() => throw null; - public override string ToString() => throw null; - public string ToString(System.IFormatProvider provider) => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider provider) => throw null; - static nint System.Numerics.IBinaryInteger.TrailingZeroCount(nint value) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromChecked(TOther value, out nint result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromSaturating(TOther value, out nint result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromTruncating(TOther value, out nint result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToChecked(nint value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToSaturating(nint value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToTruncating(nint value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out nint result) => throw null; - static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out nint result) => throw null; - public static bool TryParse(System.ReadOnlySpan utf8Text, out nint result) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out nint result) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out nint result) => throw null; - public static bool TryParse(System.ReadOnlySpan s, out nint result) => throw null; - static bool System.Numerics.INumberBase.TryParse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out nint result) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out nint result) => throw null; - public static bool TryParse(string s, out nint result) => throw null; - static bool System.Numerics.IBinaryInteger.TryReadBigEndian(System.ReadOnlySpan source, bool isUnsigned, out nint value) => throw null; - static bool System.Numerics.IBinaryInteger.TryReadLittleEndian(System.ReadOnlySpan source, bool isUnsigned, out nint value) => throw null; - bool System.Numerics.IBinaryInteger.TryWriteBigEndian(System.Span destination, out int bytesWritten) => throw null; - bool System.Numerics.IBinaryInteger.TryWriteLittleEndian(System.Span destination, out int bytesWritten) => throw null; - public static readonly nint Zero; - static nint System.Numerics.INumberBase.Zero { get => throw null; } - } - public class InvalidCastException : System.SystemException - { - public InvalidCastException() => throw null; - protected InvalidCastException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public InvalidCastException(string message) => throw null; - public InvalidCastException(string message, System.Exception innerException) => throw null; - public InvalidCastException(string message, int errorCode) => throw null; - } - public class InvalidOperationException : System.SystemException - { - public InvalidOperationException() => throw null; - protected InvalidOperationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public InvalidOperationException(string message) => throw null; - public InvalidOperationException(string message, System.Exception innerException) => throw null; - } - public sealed class InvalidProgramException : System.SystemException - { - public InvalidProgramException() => throw null; - public InvalidProgramException(string message) => throw null; - public InvalidProgramException(string message, System.Exception inner) => throw null; - } - public class InvalidTimeZoneException : System.Exception - { - public InvalidTimeZoneException() => throw null; - protected InvalidTimeZoneException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public InvalidTimeZoneException(string message) => throw null; - public InvalidTimeZoneException(string message, System.Exception innerException) => throw null; - } - namespace IO - { - public class BinaryReader : System.IDisposable - { - public virtual System.IO.Stream BaseStream { get => throw null; } - public virtual void Close() => throw null; - public BinaryReader(System.IO.Stream input) => throw null; - public BinaryReader(System.IO.Stream input, System.Text.Encoding encoding) => throw null; - public BinaryReader(System.IO.Stream input, System.Text.Encoding encoding, bool leaveOpen) => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - protected virtual void FillBuffer(int numBytes) => throw null; - public virtual int PeekChar() => throw null; - public virtual int Read() => throw null; - public virtual int Read(byte[] buffer, int index, int count) => throw null; - public virtual int Read(char[] buffer, int index, int count) => throw null; - public virtual int Read(System.Span buffer) => throw null; - public virtual int Read(System.Span buffer) => throw null; - public int Read7BitEncodedInt() => throw null; - public long Read7BitEncodedInt64() => throw null; - public virtual bool ReadBoolean() => throw null; - public virtual byte ReadByte() => throw null; - public virtual byte[] ReadBytes(int count) => throw null; - public virtual char ReadChar() => throw null; - public virtual char[] ReadChars(int count) => throw null; - public virtual decimal ReadDecimal() => throw null; - public virtual double ReadDouble() => throw null; - public virtual System.Half ReadHalf() => throw null; - public virtual short ReadInt16() => throw null; - public virtual int ReadInt32() => throw null; - public virtual long ReadInt64() => throw null; - public virtual sbyte ReadSByte() => throw null; - public virtual float ReadSingle() => throw null; - public virtual string ReadString() => throw null; - public virtual ushort ReadUInt16() => throw null; - public virtual uint ReadUInt32() => throw null; - public virtual ulong ReadUInt64() => throw null; - } - public class BinaryWriter : System.IAsyncDisposable, System.IDisposable - { - public virtual System.IO.Stream BaseStream { get => throw null; } - public virtual void Close() => throw null; - protected BinaryWriter() => throw null; - public BinaryWriter(System.IO.Stream output) => throw null; - public BinaryWriter(System.IO.Stream output, System.Text.Encoding encoding) => throw null; - public BinaryWriter(System.IO.Stream output, System.Text.Encoding encoding, bool leaveOpen) => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public virtual System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - public virtual void Flush() => throw null; - public static readonly System.IO.BinaryWriter Null; - protected System.IO.Stream OutStream; - public virtual long Seek(int offset, System.IO.SeekOrigin origin) => throw null; - public virtual void Write(bool value) => throw null; - public virtual void Write(byte value) => throw null; - public virtual void Write(byte[] buffer) => throw null; - public virtual void Write(byte[] buffer, int index, int count) => throw null; - public virtual void Write(char ch) => throw null; - public virtual void Write(char[] chars) => throw null; - public virtual void Write(char[] chars, int index, int count) => throw null; - public virtual void Write(decimal value) => throw null; - public virtual void Write(double value) => throw null; - public virtual void Write(System.Half value) => throw null; - public virtual void Write(short value) => throw null; - public virtual void Write(int value) => throw null; - public virtual void Write(long value) => throw null; - public virtual void Write(System.ReadOnlySpan buffer) => throw null; - public virtual void Write(System.ReadOnlySpan chars) => throw null; - public virtual void Write(sbyte value) => throw null; - public virtual void Write(float value) => throw null; - public virtual void Write(string value) => throw null; - public virtual void Write(ushort value) => throw null; - public virtual void Write(uint value) => throw null; - public virtual void Write(ulong value) => throw null; - public void Write7BitEncodedInt(int value) => throw null; - public void Write7BitEncodedInt64(long value) => throw null; - } - public sealed class BufferedStream : System.IO.Stream - { - public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) => throw null; - public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) => throw null; - public int BufferSize { get => throw null; } - public override bool CanRead { get => throw null; } - public override bool CanSeek { get => throw null; } - public override bool CanWrite { get => throw null; } - public override void CopyTo(System.IO.Stream destination, int bufferSize) => throw null; - public override System.Threading.Tasks.Task CopyToAsync(System.IO.Stream destination, int bufferSize, System.Threading.CancellationToken cancellationToken) => throw null; - public BufferedStream(System.IO.Stream stream) => throw null; - public BufferedStream(System.IO.Stream stream, int bufferSize) => throw null; - protected override void Dispose(bool disposing) => throw null; - public override System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - public override int EndRead(System.IAsyncResult asyncResult) => throw null; - public override void EndWrite(System.IAsyncResult asyncResult) => throw null; - public override void Flush() => throw null; - public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public override long Length { get => throw null; } - public override long Position { get => throw null; set { } } - public override int Read(byte[] buffer, int offset, int count) => throw null; - public override int Read(System.Span destination) => throw null; - public override System.Threading.Tasks.Task ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask ReadAsync(System.Memory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override int ReadByte() => throw null; - public override long Seek(long offset, System.IO.SeekOrigin origin) => throw null; - public override void SetLength(long value) => throw null; - public System.IO.Stream UnderlyingStream { get => throw null; } - public override void Write(byte[] buffer, int offset, int count) => throw null; - public override void Write(System.ReadOnlySpan buffer) => throw null; - public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override void WriteByte(byte value) => throw null; - } - public static class Directory - { - public static System.IO.DirectoryInfo CreateDirectory(string path) => throw null; - public static System.IO.DirectoryInfo CreateDirectory(string path, System.IO.UnixFileMode unixCreateMode) => throw null; - public static System.IO.FileSystemInfo CreateSymbolicLink(string path, string pathToTarget) => throw null; - public static System.IO.DirectoryInfo CreateTempSubdirectory(string prefix = default(string)) => throw null; - public static void Delete(string path) => throw null; - public static void Delete(string path, bool recursive) => throw null; - public static System.Collections.Generic.IEnumerable EnumerateDirectories(string path) => throw null; - public static System.Collections.Generic.IEnumerable EnumerateDirectories(string path, string searchPattern) => throw null; - public static System.Collections.Generic.IEnumerable EnumerateDirectories(string path, string searchPattern, System.IO.EnumerationOptions enumerationOptions) => throw null; - public static System.Collections.Generic.IEnumerable EnumerateDirectories(string path, string searchPattern, System.IO.SearchOption searchOption) => throw null; - public static System.Collections.Generic.IEnumerable EnumerateFiles(string path) => throw null; - public static System.Collections.Generic.IEnumerable EnumerateFiles(string path, string searchPattern) => throw null; - public static System.Collections.Generic.IEnumerable EnumerateFiles(string path, string searchPattern, System.IO.EnumerationOptions enumerationOptions) => throw null; - public static System.Collections.Generic.IEnumerable EnumerateFiles(string path, string searchPattern, System.IO.SearchOption searchOption) => throw null; - public static System.Collections.Generic.IEnumerable EnumerateFileSystemEntries(string path) => throw null; - public static System.Collections.Generic.IEnumerable EnumerateFileSystemEntries(string path, string searchPattern) => throw null; - public static System.Collections.Generic.IEnumerable EnumerateFileSystemEntries(string path, string searchPattern, System.IO.EnumerationOptions enumerationOptions) => throw null; - public static System.Collections.Generic.IEnumerable EnumerateFileSystemEntries(string path, string searchPattern, System.IO.SearchOption searchOption) => throw null; - public static bool Exists(string path) => throw null; - public static System.DateTime GetCreationTime(string path) => throw null; - public static System.DateTime GetCreationTimeUtc(string path) => throw null; - public static string GetCurrentDirectory() => throw null; - public static string[] GetDirectories(string path) => throw null; - public static string[] GetDirectories(string path, string searchPattern) => throw null; - public static string[] GetDirectories(string path, string searchPattern, System.IO.EnumerationOptions enumerationOptions) => throw null; - public static string[] GetDirectories(string path, string searchPattern, System.IO.SearchOption searchOption) => throw null; - public static string GetDirectoryRoot(string path) => throw null; - public static string[] GetFiles(string path) => throw null; - public static string[] GetFiles(string path, string searchPattern) => throw null; - public static string[] GetFiles(string path, string searchPattern, System.IO.EnumerationOptions enumerationOptions) => throw null; - public static string[] GetFiles(string path, string searchPattern, System.IO.SearchOption searchOption) => throw null; - public static string[] GetFileSystemEntries(string path) => throw null; - public static string[] GetFileSystemEntries(string path, string searchPattern) => throw null; - public static string[] GetFileSystemEntries(string path, string searchPattern, System.IO.EnumerationOptions enumerationOptions) => throw null; - public static string[] GetFileSystemEntries(string path, string searchPattern, System.IO.SearchOption searchOption) => throw null; - public static System.DateTime GetLastAccessTime(string path) => throw null; - public static System.DateTime GetLastAccessTimeUtc(string path) => throw null; - public static System.DateTime GetLastWriteTime(string path) => throw null; - public static System.DateTime GetLastWriteTimeUtc(string path) => throw null; - public static string[] GetLogicalDrives() => throw null; - public static System.IO.DirectoryInfo GetParent(string path) => throw null; - public static void Move(string sourceDirName, string destDirName) => throw null; - public static System.IO.FileSystemInfo ResolveLinkTarget(string linkPath, bool returnFinalTarget) => throw null; - public static void SetCreationTime(string path, System.DateTime creationTime) => throw null; - public static void SetCreationTimeUtc(string path, System.DateTime creationTimeUtc) => throw null; - public static void SetCurrentDirectory(string path) => throw null; - public static void SetLastAccessTime(string path, System.DateTime lastAccessTime) => throw null; - public static void SetLastAccessTimeUtc(string path, System.DateTime lastAccessTimeUtc) => throw null; - public static void SetLastWriteTime(string path, System.DateTime lastWriteTime) => throw null; - public static void SetLastWriteTimeUtc(string path, System.DateTime lastWriteTimeUtc) => throw null; - } - public sealed class DirectoryInfo : System.IO.FileSystemInfo - { - public void Create() => throw null; - public System.IO.DirectoryInfo CreateSubdirectory(string path) => throw null; - public DirectoryInfo(string path) => throw null; - public override void Delete() => throw null; - public void Delete(bool recursive) => throw null; - public System.Collections.Generic.IEnumerable EnumerateDirectories() => throw null; - public System.Collections.Generic.IEnumerable EnumerateDirectories(string searchPattern) => throw null; - public System.Collections.Generic.IEnumerable EnumerateDirectories(string searchPattern, System.IO.EnumerationOptions enumerationOptions) => throw null; - public System.Collections.Generic.IEnumerable EnumerateDirectories(string searchPattern, System.IO.SearchOption searchOption) => throw null; - public System.Collections.Generic.IEnumerable EnumerateFiles() => throw null; - public System.Collections.Generic.IEnumerable EnumerateFiles(string searchPattern) => throw null; - public System.Collections.Generic.IEnumerable EnumerateFiles(string searchPattern, System.IO.EnumerationOptions enumerationOptions) => throw null; - public System.Collections.Generic.IEnumerable EnumerateFiles(string searchPattern, System.IO.SearchOption searchOption) => throw null; - public System.Collections.Generic.IEnumerable EnumerateFileSystemInfos() => throw null; - public System.Collections.Generic.IEnumerable EnumerateFileSystemInfos(string searchPattern) => throw null; - public System.Collections.Generic.IEnumerable EnumerateFileSystemInfos(string searchPattern, System.IO.EnumerationOptions enumerationOptions) => throw null; - public System.Collections.Generic.IEnumerable EnumerateFileSystemInfos(string searchPattern, System.IO.SearchOption searchOption) => throw null; - public override bool Exists { get => throw null; } - public System.IO.DirectoryInfo[] GetDirectories() => throw null; - public System.IO.DirectoryInfo[] GetDirectories(string searchPattern) => throw null; - public System.IO.DirectoryInfo[] GetDirectories(string searchPattern, System.IO.EnumerationOptions enumerationOptions) => throw null; - public System.IO.DirectoryInfo[] GetDirectories(string searchPattern, System.IO.SearchOption searchOption) => throw null; - public System.IO.FileInfo[] GetFiles() => throw null; - public System.IO.FileInfo[] GetFiles(string searchPattern) => throw null; - public System.IO.FileInfo[] GetFiles(string searchPattern, System.IO.EnumerationOptions enumerationOptions) => throw null; - public System.IO.FileInfo[] GetFiles(string searchPattern, System.IO.SearchOption searchOption) => throw null; - public System.IO.FileSystemInfo[] GetFileSystemInfos() => throw null; - public System.IO.FileSystemInfo[] GetFileSystemInfos(string searchPattern) => throw null; - public System.IO.FileSystemInfo[] GetFileSystemInfos(string searchPattern, System.IO.EnumerationOptions enumerationOptions) => throw null; - public System.IO.FileSystemInfo[] GetFileSystemInfos(string searchPattern, System.IO.SearchOption searchOption) => throw null; - public void MoveTo(string destDirName) => throw null; - public override string Name { get => throw null; } - public System.IO.DirectoryInfo Parent { get => throw null; } - public System.IO.DirectoryInfo Root { get => throw null; } - public override string ToString() => throw null; - } - public class DirectoryNotFoundException : System.IO.IOException - { - public DirectoryNotFoundException() => throw null; - protected DirectoryNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public DirectoryNotFoundException(string message) => throw null; - public DirectoryNotFoundException(string message, System.Exception innerException) => throw null; - } - public class EndOfStreamException : System.IO.IOException - { - public EndOfStreamException() => throw null; - protected EndOfStreamException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public EndOfStreamException(string message) => throw null; - public EndOfStreamException(string message, System.Exception innerException) => throw null; - } - namespace Enumeration - { - public struct FileSystemEntry - { - public System.IO.FileAttributes Attributes { get => throw null; } - public System.DateTimeOffset CreationTimeUtc { get => throw null; } - public System.ReadOnlySpan Directory { get => throw null; } - public System.ReadOnlySpan FileName { get => throw null; } - public bool IsDirectory { get => throw null; } - public bool IsHidden { get => throw null; } - public System.DateTimeOffset LastAccessTimeUtc { get => throw null; } - public System.DateTimeOffset LastWriteTimeUtc { get => throw null; } - public long Length { get => throw null; } - public System.ReadOnlySpan OriginalRootDirectory { get => throw null; } - public System.ReadOnlySpan RootDirectory { get => throw null; } - public System.IO.FileSystemInfo ToFileSystemInfo() => throw null; - public string ToFullPath() => throw null; - public string ToSpecifiedFullPath() => throw null; - } - public class FileSystemEnumerable : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - public FileSystemEnumerable(string directory, System.IO.Enumeration.FileSystemEnumerable.FindTransform transform, System.IO.EnumerationOptions options = default(System.IO.EnumerationOptions)) => throw null; - public delegate bool FindPredicate(ref System.IO.Enumeration.FileSystemEntry entry); - public delegate TResult FindTransform(ref System.IO.Enumeration.FileSystemEntry entry); - public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public System.IO.Enumeration.FileSystemEnumerable.FindPredicate ShouldIncludePredicate { get => throw null; set { } } - public System.IO.Enumeration.FileSystemEnumerable.FindPredicate ShouldRecursePredicate { get => throw null; set { } } - } - public abstract class FileSystemEnumerator : System.Runtime.ConstrainedExecution.CriticalFinalizerObject, System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - protected virtual bool ContinueOnError(int error) => throw null; - public FileSystemEnumerator(string directory, System.IO.EnumerationOptions options = default(System.IO.EnumerationOptions)) => throw null; - public TResult Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public bool MoveNext() => throw null; - protected virtual void OnDirectoryFinished(System.ReadOnlySpan directory) => throw null; - public void Reset() => throw null; - protected virtual bool ShouldIncludeEntry(ref System.IO.Enumeration.FileSystemEntry entry) => throw null; - protected virtual bool ShouldRecurseIntoEntry(ref System.IO.Enumeration.FileSystemEntry entry) => throw null; - protected abstract TResult TransformEntry(ref System.IO.Enumeration.FileSystemEntry entry); - } - public static class FileSystemName - { - public static bool MatchesSimpleExpression(System.ReadOnlySpan expression, System.ReadOnlySpan name, bool ignoreCase = default(bool)) => throw null; - public static bool MatchesWin32Expression(System.ReadOnlySpan expression, System.ReadOnlySpan name, bool ignoreCase = default(bool)) => throw null; - public static string TranslateWin32Expression(string expression) => throw null; - } - } - public class EnumerationOptions - { - public System.IO.FileAttributes AttributesToSkip { get => throw null; set { } } - public int BufferSize { get => throw null; set { } } - public EnumerationOptions() => throw null; - public bool IgnoreInaccessible { get => throw null; set { } } - public System.IO.MatchCasing MatchCasing { get => throw null; set { } } - public System.IO.MatchType MatchType { get => throw null; set { } } - public int MaxRecursionDepth { get => throw null; set { } } - public bool RecurseSubdirectories { get => throw null; set { } } - public bool ReturnSpecialDirectories { get => throw null; set { } } - } - public static class File - { - public static void AppendAllLines(string path, System.Collections.Generic.IEnumerable contents) => throw null; - public static void AppendAllLines(string path, System.Collections.Generic.IEnumerable contents, System.Text.Encoding encoding) => throw null; - public static System.Threading.Tasks.Task AppendAllLinesAsync(string path, System.Collections.Generic.IEnumerable contents, System.Text.Encoding encoding, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task AppendAllLinesAsync(string path, System.Collections.Generic.IEnumerable contents, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static void AppendAllText(string path, string contents) => throw null; - public static void AppendAllText(string path, string contents, System.Text.Encoding encoding) => throw null; - public static System.Threading.Tasks.Task AppendAllTextAsync(string path, string contents, System.Text.Encoding encoding, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task AppendAllTextAsync(string path, string contents, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.IO.StreamWriter AppendText(string path) => throw null; - public static void Copy(string sourceFileName, string destFileName) => throw null; - public static void Copy(string sourceFileName, string destFileName, bool overwrite) => throw null; - public static System.IO.FileStream Create(string path) => throw null; - public static System.IO.FileStream Create(string path, int bufferSize) => throw null; - public static System.IO.FileStream Create(string path, int bufferSize, System.IO.FileOptions options) => throw null; - public static System.IO.FileSystemInfo CreateSymbolicLink(string path, string pathToTarget) => throw null; - public static System.IO.StreamWriter CreateText(string path) => throw null; - public static void Decrypt(string path) => throw null; - public static void Delete(string path) => throw null; - public static void Encrypt(string path) => throw null; - public static bool Exists(string path) => throw null; - public static System.IO.FileAttributes GetAttributes(Microsoft.Win32.SafeHandles.SafeFileHandle fileHandle) => throw null; - public static System.IO.FileAttributes GetAttributes(string path) => throw null; - public static System.DateTime GetCreationTime(Microsoft.Win32.SafeHandles.SafeFileHandle fileHandle) => throw null; - public static System.DateTime GetCreationTime(string path) => throw null; - public static System.DateTime GetCreationTimeUtc(Microsoft.Win32.SafeHandles.SafeFileHandle fileHandle) => throw null; - public static System.DateTime GetCreationTimeUtc(string path) => throw null; - public static System.DateTime GetLastAccessTime(Microsoft.Win32.SafeHandles.SafeFileHandle fileHandle) => throw null; - public static System.DateTime GetLastAccessTime(string path) => throw null; - public static System.DateTime GetLastAccessTimeUtc(Microsoft.Win32.SafeHandles.SafeFileHandle fileHandle) => throw null; - public static System.DateTime GetLastAccessTimeUtc(string path) => throw null; - public static System.DateTime GetLastWriteTime(Microsoft.Win32.SafeHandles.SafeFileHandle fileHandle) => throw null; - public static System.DateTime GetLastWriteTime(string path) => throw null; - public static System.DateTime GetLastWriteTimeUtc(Microsoft.Win32.SafeHandles.SafeFileHandle fileHandle) => throw null; - public static System.DateTime GetLastWriteTimeUtc(string path) => throw null; - public static System.IO.UnixFileMode GetUnixFileMode(Microsoft.Win32.SafeHandles.SafeFileHandle fileHandle) => throw null; - public static System.IO.UnixFileMode GetUnixFileMode(string path) => throw null; - public static void Move(string sourceFileName, string destFileName) => throw null; - public static void Move(string sourceFileName, string destFileName, bool overwrite) => throw null; - public static System.IO.FileStream Open(string path, System.IO.FileMode mode) => throw null; - public static System.IO.FileStream Open(string path, System.IO.FileMode mode, System.IO.FileAccess access) => throw null; - public static System.IO.FileStream Open(string path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) => throw null; - public static System.IO.FileStream Open(string path, System.IO.FileStreamOptions options) => throw null; - public static Microsoft.Win32.SafeHandles.SafeFileHandle OpenHandle(string path, System.IO.FileMode mode = default(System.IO.FileMode), System.IO.FileAccess access = default(System.IO.FileAccess), System.IO.FileShare share = default(System.IO.FileShare), System.IO.FileOptions options = default(System.IO.FileOptions), long preallocationSize = default(long)) => throw null; - public static System.IO.FileStream OpenRead(string path) => throw null; - public static System.IO.StreamReader OpenText(string path) => throw null; - public static System.IO.FileStream OpenWrite(string path) => throw null; - public static byte[] ReadAllBytes(string path) => throw null; - public static System.Threading.Tasks.Task ReadAllBytesAsync(string path, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static string[] ReadAllLines(string path) => throw null; - public static string[] ReadAllLines(string path, System.Text.Encoding encoding) => throw null; - public static System.Threading.Tasks.Task ReadAllLinesAsync(string path, System.Text.Encoding encoding, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task ReadAllLinesAsync(string path, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static string ReadAllText(string path) => throw null; - public static string ReadAllText(string path, System.Text.Encoding encoding) => throw null; - public static System.Threading.Tasks.Task ReadAllTextAsync(string path, System.Text.Encoding encoding, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task ReadAllTextAsync(string path, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Collections.Generic.IEnumerable ReadLines(string path) => throw null; - public static System.Collections.Generic.IEnumerable ReadLines(string path, System.Text.Encoding encoding) => throw null; - public static System.Collections.Generic.IAsyncEnumerable ReadLinesAsync(string path, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Collections.Generic.IAsyncEnumerable ReadLinesAsync(string path, System.Text.Encoding encoding, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static void Replace(string sourceFileName, string destinationFileName, string destinationBackupFileName) => throw null; - public static void Replace(string sourceFileName, string destinationFileName, string destinationBackupFileName, bool ignoreMetadataErrors) => throw null; - public static System.IO.FileSystemInfo ResolveLinkTarget(string linkPath, bool returnFinalTarget) => throw null; - public static void SetAttributes(Microsoft.Win32.SafeHandles.SafeFileHandle fileHandle, System.IO.FileAttributes fileAttributes) => throw null; - public static void SetAttributes(string path, System.IO.FileAttributes fileAttributes) => throw null; - public static void SetCreationTime(Microsoft.Win32.SafeHandles.SafeFileHandle fileHandle, System.DateTime creationTime) => throw null; - public static void SetCreationTime(string path, System.DateTime creationTime) => throw null; - public static void SetCreationTimeUtc(Microsoft.Win32.SafeHandles.SafeFileHandle fileHandle, System.DateTime creationTimeUtc) => throw null; - public static void SetCreationTimeUtc(string path, System.DateTime creationTimeUtc) => throw null; - public static void SetLastAccessTime(Microsoft.Win32.SafeHandles.SafeFileHandle fileHandle, System.DateTime lastAccessTime) => throw null; - public static void SetLastAccessTime(string path, System.DateTime lastAccessTime) => throw null; - public static void SetLastAccessTimeUtc(Microsoft.Win32.SafeHandles.SafeFileHandle fileHandle, System.DateTime lastAccessTimeUtc) => throw null; - public static void SetLastAccessTimeUtc(string path, System.DateTime lastAccessTimeUtc) => throw null; - public static void SetLastWriteTime(Microsoft.Win32.SafeHandles.SafeFileHandle fileHandle, System.DateTime lastWriteTime) => throw null; - public static void SetLastWriteTime(string path, System.DateTime lastWriteTime) => throw null; - public static void SetLastWriteTimeUtc(Microsoft.Win32.SafeHandles.SafeFileHandle fileHandle, System.DateTime lastWriteTimeUtc) => throw null; - public static void SetLastWriteTimeUtc(string path, System.DateTime lastWriteTimeUtc) => throw null; - public static void SetUnixFileMode(Microsoft.Win32.SafeHandles.SafeFileHandle fileHandle, System.IO.UnixFileMode mode) => throw null; - public static void SetUnixFileMode(string path, System.IO.UnixFileMode mode) => throw null; - public static void WriteAllBytes(string path, byte[] bytes) => throw null; - public static System.Threading.Tasks.Task WriteAllBytesAsync(string path, byte[] bytes, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static void WriteAllLines(string path, System.Collections.Generic.IEnumerable contents) => throw null; - public static void WriteAllLines(string path, System.Collections.Generic.IEnumerable contents, System.Text.Encoding encoding) => throw null; - public static void WriteAllLines(string path, string[] contents) => throw null; - public static void WriteAllLines(string path, string[] contents, System.Text.Encoding encoding) => throw null; - public static System.Threading.Tasks.Task WriteAllLinesAsync(string path, System.Collections.Generic.IEnumerable contents, System.Text.Encoding encoding, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task WriteAllLinesAsync(string path, System.Collections.Generic.IEnumerable contents, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static void WriteAllText(string path, string contents) => throw null; - public static void WriteAllText(string path, string contents, System.Text.Encoding encoding) => throw null; - public static System.Threading.Tasks.Task WriteAllTextAsync(string path, string contents, System.Text.Encoding encoding, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task WriteAllTextAsync(string path, string contents, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - } - [System.Flags] - public enum FileAccess - { - Read = 1, - Write = 2, - ReadWrite = 3, - } - [System.Flags] - public enum FileAttributes - { - None = 0, - ReadOnly = 1, - Hidden = 2, - System = 4, - Directory = 16, - Archive = 32, - Device = 64, - Normal = 128, - Temporary = 256, - SparseFile = 512, - ReparsePoint = 1024, - Compressed = 2048, - Offline = 4096, - NotContentIndexed = 8192, - Encrypted = 16384, - IntegrityStream = 32768, - NoScrubData = 131072, - } - public sealed class FileInfo : System.IO.FileSystemInfo - { - public System.IO.StreamWriter AppendText() => throw null; - public System.IO.FileInfo CopyTo(string destFileName) => throw null; - public System.IO.FileInfo CopyTo(string destFileName, bool overwrite) => throw null; - public System.IO.FileStream Create() => throw null; - public System.IO.StreamWriter CreateText() => throw null; - public FileInfo(string fileName) => throw null; - public void Decrypt() => throw null; - public override void Delete() => throw null; - public System.IO.DirectoryInfo Directory { get => throw null; } - public string DirectoryName { get => throw null; } - public void Encrypt() => throw null; - public override bool Exists { get => throw null; } - public bool IsReadOnly { get => throw null; set { } } - public long Length { get => throw null; } - public void MoveTo(string destFileName) => throw null; - public void MoveTo(string destFileName, bool overwrite) => throw null; - public override string Name { get => throw null; } - public System.IO.FileStream Open(System.IO.FileMode mode) => throw null; - public System.IO.FileStream Open(System.IO.FileMode mode, System.IO.FileAccess access) => throw null; - public System.IO.FileStream Open(System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) => throw null; - public System.IO.FileStream Open(System.IO.FileStreamOptions options) => throw null; - public System.IO.FileStream OpenRead() => throw null; - public System.IO.StreamReader OpenText() => throw null; - public System.IO.FileStream OpenWrite() => throw null; - public System.IO.FileInfo Replace(string destinationFileName, string destinationBackupFileName) => throw null; - public System.IO.FileInfo Replace(string destinationFileName, string destinationBackupFileName, bool ignoreMetadataErrors) => throw null; - } - public class FileLoadException : System.IO.IOException - { - public FileLoadException() => throw null; - protected FileLoadException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public FileLoadException(string message) => throw null; - public FileLoadException(string message, System.Exception inner) => throw null; - public FileLoadException(string message, string fileName) => throw null; - public FileLoadException(string message, string fileName, System.Exception inner) => throw null; - public string FileName { get => throw null; } - public string FusionLog { get => throw null; } - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public override string Message { get => throw null; } - public override string ToString() => throw null; - } - public enum FileMode - { - CreateNew = 1, - Create = 2, - Open = 3, - OpenOrCreate = 4, - Truncate = 5, - Append = 6, - } - public class FileNotFoundException : System.IO.IOException - { - public FileNotFoundException() => throw null; - protected FileNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public FileNotFoundException(string message) => throw null; - public FileNotFoundException(string message, System.Exception innerException) => throw null; - public FileNotFoundException(string message, string fileName) => throw null; - public FileNotFoundException(string message, string fileName, System.Exception innerException) => throw null; - public string FileName { get => throw null; } - public string FusionLog { get => throw null; } - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public override string Message { get => throw null; } - public override string ToString() => throw null; - } - [System.Flags] - public enum FileOptions - { - WriteThrough = -2147483648, - None = 0, - Encrypted = 16384, - DeleteOnClose = 67108864, - SequentialScan = 134217728, - RandomAccess = 268435456, - Asynchronous = 1073741824, - } - [System.Flags] - public enum FileShare - { - None = 0, - Read = 1, - Write = 2, - ReadWrite = 3, - Delete = 4, - Inheritable = 16, - } - public class FileStream : System.IO.Stream - { - public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) => throw null; - public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) => throw null; - public override bool CanRead { get => throw null; } - public override bool CanSeek { get => throw null; } - public override bool CanWrite { get => throw null; } - public override System.Threading.Tasks.Task CopyToAsync(System.IO.Stream destination, int bufferSize, System.Threading.CancellationToken cancellationToken) => throw null; - public FileStream(Microsoft.Win32.SafeHandles.SafeFileHandle handle, System.IO.FileAccess access) => throw null; - public FileStream(Microsoft.Win32.SafeHandles.SafeFileHandle handle, System.IO.FileAccess access, int bufferSize) => throw null; - public FileStream(Microsoft.Win32.SafeHandles.SafeFileHandle handle, System.IO.FileAccess access, int bufferSize, bool isAsync) => throw null; - public FileStream(nint handle, System.IO.FileAccess access) => throw null; - public FileStream(nint handle, System.IO.FileAccess access, bool ownsHandle) => throw null; - public FileStream(nint handle, System.IO.FileAccess access, bool ownsHandle, int bufferSize) => throw null; - public FileStream(nint handle, System.IO.FileAccess access, bool ownsHandle, int bufferSize, bool isAsync) => throw null; - public FileStream(string path, System.IO.FileMode mode) => throw null; - public FileStream(string path, System.IO.FileMode mode, System.IO.FileAccess access) => throw null; - public FileStream(string path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) => throw null; - public FileStream(string path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, int bufferSize) => throw null; - public FileStream(string path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, int bufferSize, bool useAsync) => throw null; - public FileStream(string path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, int bufferSize, System.IO.FileOptions options) => throw null; - public FileStream(string path, System.IO.FileStreamOptions options) => throw null; - protected override void Dispose(bool disposing) => throw null; - public override System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - public override int EndRead(System.IAsyncResult asyncResult) => throw null; - public override void EndWrite(System.IAsyncResult asyncResult) => throw null; - public override void Flush() => throw null; - public virtual void Flush(bool flushToDisk) => throw null; - public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public virtual nint Handle { get => throw null; } - public virtual bool IsAsync { get => throw null; } - public override long Length { get => throw null; } - public virtual void Lock(long position, long length) => throw null; - public virtual string Name { get => throw null; } - public override long Position { get => throw null; set { } } - public override int Read(byte[] buffer, int offset, int count) => throw null; - public override int Read(System.Span buffer) => throw null; - public override System.Threading.Tasks.Task ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask ReadAsync(System.Memory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override int ReadByte() => throw null; - public virtual Microsoft.Win32.SafeHandles.SafeFileHandle SafeFileHandle { get => throw null; } - public override long Seek(long offset, System.IO.SeekOrigin origin) => throw null; - public override void SetLength(long value) => throw null; - public virtual void Unlock(long position, long length) => throw null; - public override void Write(byte[] buffer, int offset, int count) => throw null; - public override void Write(System.ReadOnlySpan buffer) => throw null; - public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override void WriteByte(byte value) => throw null; - } - public sealed class FileStreamOptions - { - public System.IO.FileAccess Access { get => throw null; set { } } - public int BufferSize { get => throw null; set { } } - public FileStreamOptions() => throw null; - public System.IO.FileMode Mode { get => throw null; set { } } - public System.IO.FileOptions Options { get => throw null; set { } } - public long PreallocationSize { get => throw null; set { } } - public System.IO.FileShare Share { get => throw null; set { } } - public System.IO.UnixFileMode? UnixCreateMode { get => throw null; set { } } - } - public abstract class FileSystemInfo : System.MarshalByRefObject, System.Runtime.Serialization.ISerializable - { - public System.IO.FileAttributes Attributes { get => throw null; set { } } - public void CreateAsSymbolicLink(string pathToTarget) => throw null; - public System.DateTime CreationTime { get => throw null; set { } } - public System.DateTime CreationTimeUtc { get => throw null; set { } } - protected FileSystemInfo() => throw null; - protected FileSystemInfo(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public abstract void Delete(); - public abstract bool Exists { get; } - public string Extension { get => throw null; } - public virtual string FullName { get => throw null; } - protected string FullPath; - public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public System.DateTime LastAccessTime { get => throw null; set { } } - public System.DateTime LastAccessTimeUtc { get => throw null; set { } } - public System.DateTime LastWriteTime { get => throw null; set { } } - public System.DateTime LastWriteTimeUtc { get => throw null; set { } } - public string LinkTarget { get => throw null; } - public abstract string Name { get; } - protected string OriginalPath; - public void Refresh() => throw null; - public System.IO.FileSystemInfo ResolveLinkTarget(bool returnFinalTarget) => throw null; - public override string ToString() => throw null; - public System.IO.UnixFileMode UnixFileMode { get => throw null; set { } } - } - public enum HandleInheritability - { - None = 0, - Inheritable = 1, - } - public sealed class InvalidDataException : System.SystemException - { - public InvalidDataException() => throw null; - public InvalidDataException(string message) => throw null; - public InvalidDataException(string message, System.Exception innerException) => throw null; - } - public class IOException : System.SystemException - { - public IOException() => throw null; - protected IOException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public IOException(string message) => throw null; - public IOException(string message, System.Exception innerException) => throw null; - public IOException(string message, int hresult) => throw null; - } - public enum MatchCasing - { - PlatformDefault = 0, - CaseSensitive = 1, - CaseInsensitive = 2, - } - public enum MatchType - { - Simple = 0, - Win32 = 1, - } - public class MemoryStream : System.IO.Stream - { - public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) => throw null; - public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) => throw null; - public override bool CanRead { get => throw null; } - public override bool CanSeek { get => throw null; } - public override bool CanWrite { get => throw null; } - public virtual int Capacity { get => throw null; set { } } - public override void CopyTo(System.IO.Stream destination, int bufferSize) => throw null; - public override System.Threading.Tasks.Task CopyToAsync(System.IO.Stream destination, int bufferSize, System.Threading.CancellationToken cancellationToken) => throw null; - public MemoryStream() => throw null; - public MemoryStream(byte[] buffer) => throw null; - public MemoryStream(byte[] buffer, bool writable) => throw null; - public MemoryStream(byte[] buffer, int index, int count) => throw null; - public MemoryStream(byte[] buffer, int index, int count, bool writable) => throw null; - public MemoryStream(byte[] buffer, int index, int count, bool writable, bool publiclyVisible) => throw null; - public MemoryStream(int capacity) => throw null; - protected override void Dispose(bool disposing) => throw null; - public override int EndRead(System.IAsyncResult asyncResult) => throw null; - public override void EndWrite(System.IAsyncResult asyncResult) => throw null; - public override void Flush() => throw null; - public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public virtual byte[] GetBuffer() => throw null; - public override long Length { get => throw null; } - public override long Position { get => throw null; set { } } - public override int Read(byte[] buffer, int offset, int count) => throw null; - public override int Read(System.Span buffer) => throw null; - public override System.Threading.Tasks.Task ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask ReadAsync(System.Memory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override int ReadByte() => throw null; - public override long Seek(long offset, System.IO.SeekOrigin loc) => throw null; - public override void SetLength(long value) => throw null; - public virtual byte[] ToArray() => throw null; - public virtual bool TryGetBuffer(out System.ArraySegment buffer) => throw null; - public override void Write(byte[] buffer, int offset, int count) => throw null; - public override void Write(System.ReadOnlySpan buffer) => throw null; - public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override void WriteByte(byte value) => throw null; - public virtual void WriteTo(System.IO.Stream stream) => throw null; - } - public static class Path - { - public static readonly char AltDirectorySeparatorChar; - public static string ChangeExtension(string path, string extension) => throw null; - public static string Combine(string path1, string path2) => throw null; - public static string Combine(string path1, string path2, string path3) => throw null; - public static string Combine(string path1, string path2, string path3, string path4) => throw null; - public static string Combine(params string[] paths) => throw null; - public static readonly char DirectorySeparatorChar; - public static bool EndsInDirectorySeparator(System.ReadOnlySpan path) => throw null; - public static bool EndsInDirectorySeparator(string path) => throw null; - public static bool Exists(string path) => throw null; - public static System.ReadOnlySpan GetDirectoryName(System.ReadOnlySpan path) => throw null; - public static string GetDirectoryName(string path) => throw null; - public static System.ReadOnlySpan GetExtension(System.ReadOnlySpan path) => throw null; - public static string GetExtension(string path) => throw null; - public static System.ReadOnlySpan GetFileName(System.ReadOnlySpan path) => throw null; - public static string GetFileName(string path) => throw null; - public static System.ReadOnlySpan GetFileNameWithoutExtension(System.ReadOnlySpan path) => throw null; - public static string GetFileNameWithoutExtension(string path) => throw null; - public static string GetFullPath(string path) => throw null; - public static string GetFullPath(string path, string basePath) => throw null; - public static char[] GetInvalidFileNameChars() => throw null; - public static char[] GetInvalidPathChars() => throw null; - public static System.ReadOnlySpan GetPathRoot(System.ReadOnlySpan path) => throw null; - public static string GetPathRoot(string path) => throw null; - public static string GetRandomFileName() => throw null; - public static string GetRelativePath(string relativeTo, string path) => throw null; - public static string GetTempFileName() => throw null; - public static string GetTempPath() => throw null; - public static bool HasExtension(System.ReadOnlySpan path) => throw null; - public static bool HasExtension(string path) => throw null; - public static readonly char[] InvalidPathChars; - public static bool IsPathFullyQualified(System.ReadOnlySpan path) => throw null; - public static bool IsPathFullyQualified(string path) => throw null; - public static bool IsPathRooted(System.ReadOnlySpan path) => throw null; - public static bool IsPathRooted(string path) => throw null; - public static string Join(System.ReadOnlySpan path1, System.ReadOnlySpan path2) => throw null; - public static string Join(System.ReadOnlySpan path1, System.ReadOnlySpan path2, System.ReadOnlySpan path3) => throw null; - public static string Join(System.ReadOnlySpan path1, System.ReadOnlySpan path2, System.ReadOnlySpan path3, System.ReadOnlySpan path4) => throw null; - public static string Join(string path1, string path2) => throw null; - public static string Join(string path1, string path2, string path3) => throw null; - public static string Join(string path1, string path2, string path3, string path4) => throw null; - public static string Join(params string[] paths) => throw null; - public static readonly char PathSeparator; - public static System.ReadOnlySpan TrimEndingDirectorySeparator(System.ReadOnlySpan path) => throw null; - public static string TrimEndingDirectorySeparator(string path) => throw null; - public static bool TryJoin(System.ReadOnlySpan path1, System.ReadOnlySpan path2, System.ReadOnlySpan path3, System.Span destination, out int charsWritten) => throw null; - public static bool TryJoin(System.ReadOnlySpan path1, System.ReadOnlySpan path2, System.Span destination, out int charsWritten) => throw null; - public static readonly char VolumeSeparatorChar; - } - public class PathTooLongException : System.IO.IOException - { - public PathTooLongException() => throw null; - protected PathTooLongException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public PathTooLongException(string message) => throw null; - public PathTooLongException(string message, System.Exception innerException) => throw null; - } - public static class RandomAccess - { - public static void FlushToDisk(Microsoft.Win32.SafeHandles.SafeFileHandle handle) => throw null; - public static long GetLength(Microsoft.Win32.SafeHandles.SafeFileHandle handle) => throw null; - public static long Read(Microsoft.Win32.SafeHandles.SafeFileHandle handle, System.Collections.Generic.IReadOnlyList> buffers, long fileOffset) => throw null; - public static int Read(Microsoft.Win32.SafeHandles.SafeFileHandle handle, System.Span buffer, long fileOffset) => throw null; - public static System.Threading.Tasks.ValueTask ReadAsync(Microsoft.Win32.SafeHandles.SafeFileHandle handle, System.Collections.Generic.IReadOnlyList> buffers, long fileOffset, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask ReadAsync(Microsoft.Win32.SafeHandles.SafeFileHandle handle, System.Memory buffer, long fileOffset, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static void SetLength(Microsoft.Win32.SafeHandles.SafeFileHandle handle, long length) => throw null; - public static void Write(Microsoft.Win32.SafeHandles.SafeFileHandle handle, System.Collections.Generic.IReadOnlyList> buffers, long fileOffset) => throw null; - public static void Write(Microsoft.Win32.SafeHandles.SafeFileHandle handle, System.ReadOnlySpan buffer, long fileOffset) => throw null; - public static System.Threading.Tasks.ValueTask WriteAsync(Microsoft.Win32.SafeHandles.SafeFileHandle handle, System.Collections.Generic.IReadOnlyList> buffers, long fileOffset, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask WriteAsync(Microsoft.Win32.SafeHandles.SafeFileHandle handle, System.ReadOnlyMemory buffer, long fileOffset, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - } - public enum SearchOption - { - TopDirectoryOnly = 0, - AllDirectories = 1, - } - public enum SeekOrigin - { - Begin = 0, - Current = 1, - End = 2, - } - public abstract class Stream : System.MarshalByRefObject, System.IAsyncDisposable, System.IDisposable - { - public virtual System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) => throw null; - public virtual System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) => throw null; - public abstract bool CanRead { get; } - public abstract bool CanSeek { get; } - public virtual bool CanTimeout { get => throw null; } - public abstract bool CanWrite { get; } - public virtual void Close() => throw null; - public void CopyTo(System.IO.Stream destination) => throw null; - public virtual void CopyTo(System.IO.Stream destination, int bufferSize) => throw null; - public System.Threading.Tasks.Task CopyToAsync(System.IO.Stream destination) => throw null; - public System.Threading.Tasks.Task CopyToAsync(System.IO.Stream destination, int bufferSize) => throw null; - public virtual System.Threading.Tasks.Task CopyToAsync(System.IO.Stream destination, int bufferSize, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task CopyToAsync(System.IO.Stream destination, System.Threading.CancellationToken cancellationToken) => throw null; - protected virtual System.Threading.WaitHandle CreateWaitHandle() => throw null; - protected Stream() => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public virtual System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - public virtual int EndRead(System.IAsyncResult asyncResult) => throw null; - public virtual void EndWrite(System.IAsyncResult asyncResult) => throw null; - public abstract void Flush(); - public System.Threading.Tasks.Task FlushAsync() => throw null; - public virtual System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public abstract long Length { get; } - public static readonly System.IO.Stream Null; - protected virtual void ObjectInvariant() => throw null; - public abstract long Position { get; set; } - public abstract int Read(byte[] buffer, int offset, int count); - public virtual int Read(System.Span buffer) => throw null; - public System.Threading.Tasks.Task ReadAsync(byte[] buffer, int offset, int count) => throw null; - public virtual System.Threading.Tasks.Task ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public virtual System.Threading.Tasks.ValueTask ReadAsync(System.Memory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public int ReadAtLeast(System.Span buffer, int minimumBytes, bool throwOnEndOfStream = default(bool)) => throw null; - public System.Threading.Tasks.ValueTask ReadAtLeastAsync(System.Memory buffer, int minimumBytes, bool throwOnEndOfStream = default(bool), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public virtual int ReadByte() => throw null; - public void ReadExactly(byte[] buffer, int offset, int count) => throw null; - public void ReadExactly(System.Span buffer) => throw null; - public System.Threading.Tasks.ValueTask ReadExactlyAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public System.Threading.Tasks.ValueTask ReadExactlyAsync(System.Memory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public virtual int ReadTimeout { get => throw null; set { } } - public abstract long Seek(long offset, System.IO.SeekOrigin origin); - public abstract void SetLength(long value); - public static System.IO.Stream Synchronized(System.IO.Stream stream) => throw null; - protected static void ValidateBufferArguments(byte[] buffer, int offset, int count) => throw null; - protected static void ValidateCopyToArguments(System.IO.Stream destination, int bufferSize) => throw null; - public abstract void Write(byte[] buffer, int offset, int count); - public virtual void Write(System.ReadOnlySpan buffer) => throw null; - public System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count) => throw null; - public virtual System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public virtual System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public virtual void WriteByte(byte value) => throw null; - public virtual int WriteTimeout { get => throw null; set { } } - } - public class StreamReader : System.IO.TextReader - { - public virtual System.IO.Stream BaseStream { get => throw null; } - public override void Close() => throw null; - public StreamReader(System.IO.Stream stream) => throw null; - public StreamReader(System.IO.Stream stream, bool detectEncodingFromByteOrderMarks) => throw null; - public StreamReader(System.IO.Stream stream, System.Text.Encoding encoding) => throw null; - public StreamReader(System.IO.Stream stream, System.Text.Encoding encoding, bool detectEncodingFromByteOrderMarks) => throw null; - public StreamReader(System.IO.Stream stream, System.Text.Encoding encoding, bool detectEncodingFromByteOrderMarks, int bufferSize) => throw null; - public StreamReader(System.IO.Stream stream, System.Text.Encoding encoding = default(System.Text.Encoding), bool detectEncodingFromByteOrderMarks = default(bool), int bufferSize = default(int), bool leaveOpen = default(bool)) => throw null; - public StreamReader(string path) => throw null; - public StreamReader(string path, bool detectEncodingFromByteOrderMarks) => throw null; - public StreamReader(string path, System.IO.FileStreamOptions options) => throw null; - public StreamReader(string path, System.Text.Encoding encoding) => throw null; - public StreamReader(string path, System.Text.Encoding encoding, bool detectEncodingFromByteOrderMarks) => throw null; - public StreamReader(string path, System.Text.Encoding encoding, bool detectEncodingFromByteOrderMarks, int bufferSize) => throw null; - public StreamReader(string path, System.Text.Encoding encoding, bool detectEncodingFromByteOrderMarks, System.IO.FileStreamOptions options) => throw null; - public virtual System.Text.Encoding CurrentEncoding { get => throw null; } - public void DiscardBufferedData() => throw null; - protected override void Dispose(bool disposing) => throw null; - public bool EndOfStream { get => throw null; } - public static readonly System.IO.StreamReader Null; - public override int Peek() => throw null; - public override int Read() => throw null; - public override int Read(char[] buffer, int index, int count) => throw null; - public override int Read(System.Span buffer) => throw null; - public override System.Threading.Tasks.Task ReadAsync(char[] buffer, int index, int count) => throw null; - public override System.Threading.Tasks.ValueTask ReadAsync(System.Memory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override int ReadBlock(char[] buffer, int index, int count) => throw null; - public override int ReadBlock(System.Span buffer) => throw null; - public override System.Threading.Tasks.Task ReadBlockAsync(char[] buffer, int index, int count) => throw null; - public override System.Threading.Tasks.ValueTask ReadBlockAsync(System.Memory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override string ReadLine() => throw null; - public override System.Threading.Tasks.Task ReadLineAsync() => throw null; - public override System.Threading.Tasks.ValueTask ReadLineAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public override string ReadToEnd() => throw null; - public override System.Threading.Tasks.Task ReadToEndAsync() => throw null; - public override System.Threading.Tasks.Task ReadToEndAsync(System.Threading.CancellationToken cancellationToken) => throw null; - } - public class StreamWriter : System.IO.TextWriter - { - public virtual bool AutoFlush { get => throw null; set { } } - public virtual System.IO.Stream BaseStream { get => throw null; } - public override void Close() => throw null; - public StreamWriter(System.IO.Stream stream) => throw null; - public StreamWriter(System.IO.Stream stream, System.Text.Encoding encoding) => throw null; - public StreamWriter(System.IO.Stream stream, System.Text.Encoding encoding, int bufferSize) => throw null; - public StreamWriter(System.IO.Stream stream, System.Text.Encoding encoding = default(System.Text.Encoding), int bufferSize = default(int), bool leaveOpen = default(bool)) => throw null; - public StreamWriter(string path) => throw null; - public StreamWriter(string path, bool append) => throw null; - public StreamWriter(string path, bool append, System.Text.Encoding encoding) => throw null; - public StreamWriter(string path, bool append, System.Text.Encoding encoding, int bufferSize) => throw null; - public StreamWriter(string path, System.IO.FileStreamOptions options) => throw null; - public StreamWriter(string path, System.Text.Encoding encoding, System.IO.FileStreamOptions options) => throw null; - protected override void Dispose(bool disposing) => throw null; - public override System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - public override System.Text.Encoding Encoding { get => throw null; } - public override void Flush() => throw null; - public override System.Threading.Tasks.Task FlushAsync() => throw null; - public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public static readonly System.IO.StreamWriter Null; - public override void Write(char value) => throw null; - public override void Write(char[] buffer) => throw null; - public override void Write(char[] buffer, int index, int count) => throw null; - public override void Write(System.ReadOnlySpan buffer) => throw null; - public override void Write(string value) => throw null; - public override void Write(string format, object arg0) => throw null; - public override void Write(string format, object arg0, object arg1) => throw null; - public override void Write(string format, object arg0, object arg1, object arg2) => throw null; - public override void Write(string format, params object[] arg) => throw null; - public override System.Threading.Tasks.Task WriteAsync(char value) => throw null; - public override System.Threading.Tasks.Task WriteAsync(char[] buffer, int index, int count) => throw null; - public override System.Threading.Tasks.Task WriteAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override System.Threading.Tasks.Task WriteAsync(string value) => throw null; - public override void WriteLine(System.ReadOnlySpan buffer) => throw null; - public override void WriteLine(string value) => throw null; - public override void WriteLine(string format, object arg0) => throw null; - public override void WriteLine(string format, object arg0, object arg1) => throw null; - public override void WriteLine(string format, object arg0, object arg1, object arg2) => throw null; - public override void WriteLine(string format, params object[] arg) => throw null; - public override System.Threading.Tasks.Task WriteLineAsync() => throw null; - public override System.Threading.Tasks.Task WriteLineAsync(char value) => throw null; - public override System.Threading.Tasks.Task WriteLineAsync(char[] buffer, int index, int count) => throw null; - public override System.Threading.Tasks.Task WriteLineAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override System.Threading.Tasks.Task WriteLineAsync(string value) => throw null; - } - public class StringReader : System.IO.TextReader - { - public override void Close() => throw null; - public StringReader(string s) => throw null; - protected override void Dispose(bool disposing) => throw null; - public override int Peek() => throw null; - public override int Read() => throw null; - public override int Read(char[] buffer, int index, int count) => throw null; - public override int Read(System.Span buffer) => throw null; - public override System.Threading.Tasks.Task ReadAsync(char[] buffer, int index, int count) => throw null; - public override System.Threading.Tasks.ValueTask ReadAsync(System.Memory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override int ReadBlock(System.Span buffer) => throw null; - public override System.Threading.Tasks.Task ReadBlockAsync(char[] buffer, int index, int count) => throw null; - public override System.Threading.Tasks.ValueTask ReadBlockAsync(System.Memory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override string ReadLine() => throw null; - public override System.Threading.Tasks.Task ReadLineAsync() => throw null; - public override System.Threading.Tasks.ValueTask ReadLineAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public override string ReadToEnd() => throw null; - public override System.Threading.Tasks.Task ReadToEndAsync() => throw null; - public override System.Threading.Tasks.Task ReadToEndAsync(System.Threading.CancellationToken cancellationToken) => throw null; - } - public class StringWriter : System.IO.TextWriter - { - public override void Close() => throw null; - public StringWriter() => throw null; - public StringWriter(System.IFormatProvider formatProvider) => throw null; - public StringWriter(System.Text.StringBuilder sb) => throw null; - public StringWriter(System.Text.StringBuilder sb, System.IFormatProvider formatProvider) => throw null; - protected override void Dispose(bool disposing) => throw null; - public override System.Text.Encoding Encoding { get => throw null; } - public override System.Threading.Tasks.Task FlushAsync() => throw null; - public virtual System.Text.StringBuilder GetStringBuilder() => throw null; - public override string ToString() => throw null; - public override void Write(char value) => throw null; - public override void Write(char[] buffer, int index, int count) => throw null; - public override void Write(System.ReadOnlySpan buffer) => throw null; - public override void Write(string value) => throw null; - public override void Write(System.Text.StringBuilder value) => throw null; - public override System.Threading.Tasks.Task WriteAsync(char value) => throw null; - public override System.Threading.Tasks.Task WriteAsync(char[] buffer, int index, int count) => throw null; - public override System.Threading.Tasks.Task WriteAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override System.Threading.Tasks.Task WriteAsync(string value) => throw null; - public override System.Threading.Tasks.Task WriteAsync(System.Text.StringBuilder value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override void WriteLine(System.ReadOnlySpan buffer) => throw null; - public override void WriteLine(System.Text.StringBuilder value) => throw null; - public override System.Threading.Tasks.Task WriteLineAsync(char value) => throw null; - public override System.Threading.Tasks.Task WriteLineAsync(char[] buffer, int index, int count) => throw null; - public override System.Threading.Tasks.Task WriteLineAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override System.Threading.Tasks.Task WriteLineAsync(string value) => throw null; - public override System.Threading.Tasks.Task WriteLineAsync(System.Text.StringBuilder value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - } - public abstract class TextReader : System.MarshalByRefObject, System.IDisposable - { - public virtual void Close() => throw null; - protected TextReader() => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public static readonly System.IO.TextReader Null; - public virtual int Peek() => throw null; - public virtual int Read() => throw null; - public virtual int Read(char[] buffer, int index, int count) => throw null; - public virtual int Read(System.Span buffer) => throw null; - public virtual System.Threading.Tasks.Task ReadAsync(char[] buffer, int index, int count) => throw null; - public virtual System.Threading.Tasks.ValueTask ReadAsync(System.Memory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public virtual int ReadBlock(char[] buffer, int index, int count) => throw null; - public virtual int ReadBlock(System.Span buffer) => throw null; - public virtual System.Threading.Tasks.Task ReadBlockAsync(char[] buffer, int index, int count) => throw null; - public virtual System.Threading.Tasks.ValueTask ReadBlockAsync(System.Memory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public virtual string ReadLine() => throw null; - public virtual System.Threading.Tasks.Task ReadLineAsync() => throw null; - public virtual System.Threading.Tasks.ValueTask ReadLineAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public virtual string ReadToEnd() => throw null; - public virtual System.Threading.Tasks.Task ReadToEndAsync() => throw null; - public virtual System.Threading.Tasks.Task ReadToEndAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public static System.IO.TextReader Synchronized(System.IO.TextReader reader) => throw null; - } - public abstract class TextWriter : System.MarshalByRefObject, System.IAsyncDisposable, System.IDisposable - { - public virtual void Close() => throw null; - protected char[] CoreNewLine; - protected TextWriter() => throw null; - protected TextWriter(System.IFormatProvider formatProvider) => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public virtual System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - public abstract System.Text.Encoding Encoding { get; } - public virtual void Flush() => throw null; - public virtual System.Threading.Tasks.Task FlushAsync() => throw null; - public virtual System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public virtual System.IFormatProvider FormatProvider { get => throw null; } - public virtual string NewLine { get => throw null; set { } } - public static readonly System.IO.TextWriter Null; - public static System.IO.TextWriter Synchronized(System.IO.TextWriter writer) => throw null; - public virtual void Write(bool value) => throw null; - public virtual void Write(char value) => throw null; - public virtual void Write(char[] buffer) => throw null; - public virtual void Write(char[] buffer, int index, int count) => throw null; - public virtual void Write(decimal value) => throw null; - public virtual void Write(double value) => throw null; - public virtual void Write(int value) => throw null; - public virtual void Write(long value) => throw null; - public virtual void Write(object value) => throw null; - public virtual void Write(System.ReadOnlySpan buffer) => throw null; - public virtual void Write(float value) => throw null; - public virtual void Write(string value) => throw null; - public virtual void Write(string format, object arg0) => throw null; - public virtual void Write(string format, object arg0, object arg1) => throw null; - public virtual void Write(string format, object arg0, object arg1, object arg2) => throw null; - public virtual void Write(string format, params object[] arg) => throw null; - public virtual void Write(System.Text.StringBuilder value) => throw null; - public virtual void Write(uint value) => throw null; - public virtual void Write(ulong value) => throw null; - public virtual System.Threading.Tasks.Task WriteAsync(char value) => throw null; - public System.Threading.Tasks.Task WriteAsync(char[] buffer) => throw null; - public virtual System.Threading.Tasks.Task WriteAsync(char[] buffer, int index, int count) => throw null; - public virtual System.Threading.Tasks.Task WriteAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public virtual System.Threading.Tasks.Task WriteAsync(string value) => throw null; - public virtual System.Threading.Tasks.Task WriteAsync(System.Text.StringBuilder value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public virtual void WriteLine() => throw null; - public virtual void WriteLine(bool value) => throw null; - public virtual void WriteLine(char value) => throw null; - public virtual void WriteLine(char[] buffer) => throw null; - public virtual void WriteLine(char[] buffer, int index, int count) => throw null; - public virtual void WriteLine(decimal value) => throw null; - public virtual void WriteLine(double value) => throw null; - public virtual void WriteLine(int value) => throw null; - public virtual void WriteLine(long value) => throw null; - public virtual void WriteLine(object value) => throw null; - public virtual void WriteLine(System.ReadOnlySpan buffer) => throw null; - public virtual void WriteLine(float value) => throw null; - public virtual void WriteLine(string value) => throw null; - public virtual void WriteLine(string format, object arg0) => throw null; - public virtual void WriteLine(string format, object arg0, object arg1) => throw null; - public virtual void WriteLine(string format, object arg0, object arg1, object arg2) => throw null; - public virtual void WriteLine(string format, params object[] arg) => throw null; - public virtual void WriteLine(System.Text.StringBuilder value) => throw null; - public virtual void WriteLine(uint value) => throw null; - public virtual void WriteLine(ulong value) => throw null; - public virtual System.Threading.Tasks.Task WriteLineAsync() => throw null; - public virtual System.Threading.Tasks.Task WriteLineAsync(char value) => throw null; - public System.Threading.Tasks.Task WriteLineAsync(char[] buffer) => throw null; - public virtual System.Threading.Tasks.Task WriteLineAsync(char[] buffer, int index, int count) => throw null; - public virtual System.Threading.Tasks.Task WriteLineAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public virtual System.Threading.Tasks.Task WriteLineAsync(string value) => throw null; - public virtual System.Threading.Tasks.Task WriteLineAsync(System.Text.StringBuilder value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - } - [System.Flags] - public enum UnixFileMode - { - None = 0, - OtherExecute = 1, - OtherWrite = 2, - OtherRead = 4, - GroupExecute = 8, - GroupWrite = 16, - GroupRead = 32, - UserExecute = 64, - UserWrite = 128, - UserRead = 256, - StickyBit = 512, - SetGroup = 1024, - SetUser = 2048, - } - public class UnmanagedMemoryStream : System.IO.Stream - { - public override bool CanRead { get => throw null; } - public override bool CanSeek { get => throw null; } - public override bool CanWrite { get => throw null; } - public long Capacity { get => throw null; } - protected UnmanagedMemoryStream() => throw null; - public unsafe UnmanagedMemoryStream(byte* pointer, long length) => throw null; - public unsafe UnmanagedMemoryStream(byte* pointer, long length, long capacity, System.IO.FileAccess access) => throw null; - public UnmanagedMemoryStream(System.Runtime.InteropServices.SafeBuffer buffer, long offset, long length) => throw null; - public UnmanagedMemoryStream(System.Runtime.InteropServices.SafeBuffer buffer, long offset, long length, System.IO.FileAccess access) => throw null; - protected override void Dispose(bool disposing) => throw null; - public override void Flush() => throw null; - public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) => throw null; - protected unsafe void Initialize(byte* pointer, long length, long capacity, System.IO.FileAccess access) => throw null; - protected void Initialize(System.Runtime.InteropServices.SafeBuffer buffer, long offset, long length, System.IO.FileAccess access) => throw null; - public override long Length { get => throw null; } - public override long Position { get => throw null; set { } } - public unsafe byte* PositionPointer { get => throw null; set { } } - public override int Read(byte[] buffer, int offset, int count) => throw null; - public override int Read(System.Span buffer) => throw null; - public override System.Threading.Tasks.Task ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask ReadAsync(System.Memory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override int ReadByte() => throw null; - public override long Seek(long offset, System.IO.SeekOrigin loc) => throw null; - public override void SetLength(long value) => throw null; - public override void Write(byte[] buffer, int offset, int count) => throw null; - public override void Write(System.ReadOnlySpan buffer) => throw null; - public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override void WriteByte(byte value) => throw null; - } - } - public interface IObservable - { - System.IDisposable Subscribe(System.IObserver observer); - } - public interface IObserver - { - void OnCompleted(); - void OnError(System.Exception error); - void OnNext(T value); - } - public interface IParsable where TSelf : System.IParsable - { - abstract static TSelf Parse(string s, System.IFormatProvider provider); - abstract static bool TryParse(string s, System.IFormatProvider provider, out TSelf result); - } - public interface IProgress - { - void Report(T value); - } - public interface ISpanFormattable : System.IFormattable - { - bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format, System.IFormatProvider provider); - } - public interface ISpanParsable : System.IParsable where TSelf : System.ISpanParsable - { - abstract static TSelf Parse(System.ReadOnlySpan s, System.IFormatProvider provider); - abstract static bool TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out TSelf result); - } - public interface IUtf8SpanFormattable - { - bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format, System.IFormatProvider provider); - } - public interface IUtf8SpanParsable where TSelf : System.IUtf8SpanParsable - { - abstract static TSelf Parse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider); - abstract static bool TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out TSelf result); - } - public class Lazy - { - public Lazy() => throw null; - public Lazy(bool isThreadSafe) => throw null; - public Lazy(System.Func valueFactory) => throw null; - public Lazy(System.Func valueFactory, bool isThreadSafe) => throw null; - public Lazy(System.Func valueFactory, System.Threading.LazyThreadSafetyMode mode) => throw null; - public Lazy(System.Threading.LazyThreadSafetyMode mode) => throw null; - public Lazy(T value) => throw null; - public bool IsValueCreated { get => throw null; } - public override string ToString() => throw null; - public T Value { get => throw null; } - } - public class Lazy : System.Lazy - { - public Lazy(System.Func valueFactory, TMetadata metadata) => throw null; - public Lazy(System.Func valueFactory, TMetadata metadata, bool isThreadSafe) => throw null; - public Lazy(System.Func valueFactory, TMetadata metadata, System.Threading.LazyThreadSafetyMode mode) => throw null; - public Lazy(TMetadata metadata) => throw null; - public Lazy(TMetadata metadata, bool isThreadSafe) => throw null; - public Lazy(TMetadata metadata, System.Threading.LazyThreadSafetyMode mode) => throw null; - public TMetadata Metadata { get => throw null; } - } - public class LdapStyleUriParser : System.UriParser - { - public LdapStyleUriParser() => throw null; - } - public enum LoaderOptimization - { - NotSpecified = 0, - SingleDomain = 1, - MultiDomain = 2, - DomainMask = 3, - MultiDomainHost = 3, - DisallowBindings = 4, - } - [System.AttributeUsage((System.AttributeTargets)64)] - public sealed class LoaderOptimizationAttribute : System.Attribute - { - public LoaderOptimizationAttribute(byte value) => throw null; - public LoaderOptimizationAttribute(System.LoaderOptimization value) => throw null; - public System.LoaderOptimization Value { get => throw null; } - } - public abstract class MarshalByRefObject - { - protected MarshalByRefObject() => throw null; - public object GetLifetimeService() => throw null; - public virtual object InitializeLifetimeService() => throw null; - protected System.MarshalByRefObject MemberwiseClone(bool cloneIdentity) => throw null; - } - public static class Math - { - public static decimal Abs(decimal value) => throw null; - public static double Abs(double value) => throw null; - public static short Abs(short value) => throw null; - public static int Abs(int value) => throw null; - public static long Abs(long value) => throw null; - public static nint Abs(nint value) => throw null; - public static sbyte Abs(sbyte value) => throw null; - public static float Abs(float value) => throw null; - public static double Acos(double d) => throw null; - public static double Acosh(double d) => throw null; - public static double Asin(double d) => throw null; - public static double Asinh(double d) => throw null; - public static double Atan(double d) => throw null; - public static double Atan2(double y, double x) => throw null; - public static double Atanh(double d) => throw null; - public static long BigMul(int a, int b) => throw null; - public static long BigMul(long a, long b, out long low) => throw null; - public static ulong BigMul(ulong a, ulong b, out ulong low) => throw null; - public static double BitDecrement(double x) => throw null; - public static double BitIncrement(double x) => throw null; - public static double Cbrt(double d) => throw null; - public static decimal Ceiling(decimal d) => throw null; - public static double Ceiling(double a) => throw null; - public static byte Clamp(byte value, byte min, byte max) => throw null; - public static decimal Clamp(decimal value, decimal min, decimal max) => throw null; - public static double Clamp(double value, double min, double max) => throw null; - public static short Clamp(short value, short min, short max) => throw null; - public static int Clamp(int value, int min, int max) => throw null; - public static long Clamp(long value, long min, long max) => throw null; - public static nint Clamp(nint value, nint min, nint max) => throw null; - public static sbyte Clamp(sbyte value, sbyte min, sbyte max) => throw null; - public static float Clamp(float value, float min, float max) => throw null; - public static ushort Clamp(ushort value, ushort min, ushort max) => throw null; - public static uint Clamp(uint value, uint min, uint max) => throw null; - public static ulong Clamp(ulong value, ulong min, ulong max) => throw null; - public static nuint Clamp(nuint value, nuint min, nuint max) => throw null; - public static double CopySign(double x, double y) => throw null; - public static double Cos(double d) => throw null; - public static double Cosh(double value) => throw null; - public static int DivRem(int a, int b, out int result) => throw null; - public static long DivRem(long a, long b, out long result) => throw null; - public static (byte Quotient, byte Remainder) DivRem(byte left, byte right) => throw null; - public static (short Quotient, short Remainder) DivRem(short left, short right) => throw null; - public static (int Quotient, int Remainder) DivRem(int left, int right) => throw null; - public static (long Quotient, long Remainder) DivRem(long left, long right) => throw null; - public static (nint Quotient, nint Remainder) DivRem(nint left, nint right) => throw null; - public static (sbyte Quotient, sbyte Remainder) DivRem(sbyte left, sbyte right) => throw null; - public static (ushort Quotient, ushort Remainder) DivRem(ushort left, ushort right) => throw null; - public static (uint Quotient, uint Remainder) DivRem(uint left, uint right) => throw null; - public static (ulong Quotient, ulong Remainder) DivRem(ulong left, ulong right) => throw null; - public static (nuint Quotient, nuint Remainder) DivRem(nuint left, nuint right) => throw null; - public const double E = default; - public static double Exp(double d) => throw null; - public static decimal Floor(decimal d) => throw null; - public static double Floor(double d) => throw null; - public static double FusedMultiplyAdd(double x, double y, double z) => throw null; - public static double IEEERemainder(double x, double y) => throw null; - public static int ILogB(double x) => throw null; - public static double Log(double d) => throw null; - public static double Log(double a, double newBase) => throw null; - public static double Log10(double d) => throw null; - public static double Log2(double x) => throw null; - public static byte Max(byte val1, byte val2) => throw null; - public static decimal Max(decimal val1, decimal val2) => throw null; - public static double Max(double val1, double val2) => throw null; - public static short Max(short val1, short val2) => throw null; - public static int Max(int val1, int val2) => throw null; - public static long Max(long val1, long val2) => throw null; - public static nint Max(nint val1, nint val2) => throw null; - public static sbyte Max(sbyte val1, sbyte val2) => throw null; - public static float Max(float val1, float val2) => throw null; - public static ushort Max(ushort val1, ushort val2) => throw null; - public static uint Max(uint val1, uint val2) => throw null; - public static ulong Max(ulong val1, ulong val2) => throw null; - public static nuint Max(nuint val1, nuint val2) => throw null; - public static double MaxMagnitude(double x, double y) => throw null; - public static byte Min(byte val1, byte val2) => throw null; - public static decimal Min(decimal val1, decimal val2) => throw null; - public static double Min(double val1, double val2) => throw null; - public static short Min(short val1, short val2) => throw null; - public static int Min(int val1, int val2) => throw null; - public static long Min(long val1, long val2) => throw null; - public static nint Min(nint val1, nint val2) => throw null; - public static sbyte Min(sbyte val1, sbyte val2) => throw null; - public static float Min(float val1, float val2) => throw null; - public static ushort Min(ushort val1, ushort val2) => throw null; - public static uint Min(uint val1, uint val2) => throw null; - public static ulong Min(ulong val1, ulong val2) => throw null; - public static nuint Min(nuint val1, nuint val2) => throw null; - public static double MinMagnitude(double x, double y) => throw null; - public const double PI = default; - public static double Pow(double x, double y) => throw null; - public static double ReciprocalEstimate(double d) => throw null; - public static double ReciprocalSqrtEstimate(double d) => throw null; - public static decimal Round(decimal d) => throw null; - public static decimal Round(decimal d, int decimals) => throw null; - public static decimal Round(decimal d, int decimals, System.MidpointRounding mode) => throw null; - public static decimal Round(decimal d, System.MidpointRounding mode) => throw null; - public static double Round(double a) => throw null; - public static double Round(double value, int digits) => throw null; - public static double Round(double value, int digits, System.MidpointRounding mode) => throw null; - public static double Round(double value, System.MidpointRounding mode) => throw null; - public static double ScaleB(double x, int n) => throw null; - public static int Sign(decimal value) => throw null; - public static int Sign(double value) => throw null; - public static int Sign(short value) => throw null; - public static int Sign(int value) => throw null; - public static int Sign(long value) => throw null; - public static int Sign(nint value) => throw null; - public static int Sign(sbyte value) => throw null; - public static int Sign(float value) => throw null; - public static double Sin(double a) => throw null; - public static (double Sin, double Cos) SinCos(double x) => throw null; - public static double Sinh(double value) => throw null; - public static double Sqrt(double d) => throw null; - public static double Tan(double a) => throw null; - public static double Tanh(double value) => throw null; - public const double Tau = default; - public static decimal Truncate(decimal d) => throw null; - public static double Truncate(double d) => throw null; - } - public static class MathF - { - public static float Abs(float x) => throw null; - public static float Acos(float x) => throw null; - public static float Acosh(float x) => throw null; - public static float Asin(float x) => throw null; - public static float Asinh(float x) => throw null; - public static float Atan(float x) => throw null; - public static float Atan2(float y, float x) => throw null; - public static float Atanh(float x) => throw null; - public static float BitDecrement(float x) => throw null; - public static float BitIncrement(float x) => throw null; - public static float Cbrt(float x) => throw null; - public static float Ceiling(float x) => throw null; - public static float CopySign(float x, float y) => throw null; - public static float Cos(float x) => throw null; - public static float Cosh(float x) => throw null; - public const float E = default; - public static float Exp(float x) => throw null; - public static float Floor(float x) => throw null; - public static float FusedMultiplyAdd(float x, float y, float z) => throw null; - public static float IEEERemainder(float x, float y) => throw null; - public static int ILogB(float x) => throw null; - public static float Log(float x) => throw null; - public static float Log(float x, float y) => throw null; - public static float Log10(float x) => throw null; - public static float Log2(float x) => throw null; - public static float Max(float x, float y) => throw null; - public static float MaxMagnitude(float x, float y) => throw null; - public static float Min(float x, float y) => throw null; - public static float MinMagnitude(float x, float y) => throw null; - public const float PI = default; - public static float Pow(float x, float y) => throw null; - public static float ReciprocalEstimate(float x) => throw null; - public static float ReciprocalSqrtEstimate(float x) => throw null; - public static float Round(float x) => throw null; - public static float Round(float x, int digits) => throw null; - public static float Round(float x, int digits, System.MidpointRounding mode) => throw null; - public static float Round(float x, System.MidpointRounding mode) => throw null; - public static float ScaleB(float x, int n) => throw null; - public static int Sign(float x) => throw null; - public static float Sin(float x) => throw null; - public static (float Sin, float Cos) SinCos(float x) => throw null; - public static float Sinh(float x) => throw null; - public static float Sqrt(float x) => throw null; - public static float Tan(float x) => throw null; - public static float Tanh(float x) => throw null; - public const float Tau = default; - public static float Truncate(float x) => throw null; - } - public class MemberAccessException : System.SystemException - { - public MemberAccessException() => throw null; - protected MemberAccessException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public MemberAccessException(string message) => throw null; - public MemberAccessException(string message, System.Exception inner) => throw null; - } - public struct Memory : System.IEquatable> - { - public void CopyTo(System.Memory destination) => throw null; - public Memory(T[] array) => throw null; - public Memory(T[] array, int start, int length) => throw null; - public static System.Memory Empty { get => throw null; } - public bool Equals(System.Memory other) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public bool IsEmpty { get => throw null; } - public int Length { get => throw null; } - public static implicit operator System.Memory(System.ArraySegment segment) => throw null; - public static implicit operator System.ReadOnlyMemory(System.Memory memory) => throw null; - public static implicit operator System.Memory(T[] array) => throw null; - public System.Buffers.MemoryHandle Pin() => throw null; - public System.Memory Slice(int start) => throw null; - public System.Memory Slice(int start, int length) => throw null; - public System.Span Span { get => throw null; } - public T[] ToArray() => throw null; - public override string ToString() => throw null; - public bool TryCopyTo(System.Memory destination) => throw null; - } - public class MethodAccessException : System.MemberAccessException - { - public MethodAccessException() => throw null; - protected MethodAccessException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public MethodAccessException(string message) => throw null; - public MethodAccessException(string message, System.Exception inner) => throw null; - } - public enum MidpointRounding - { - ToEven = 0, - AwayFromZero = 1, - ToZero = 2, - ToNegativeInfinity = 3, - ToPositiveInfinity = 4, - } - public class MissingFieldException : System.MissingMemberException - { - public MissingFieldException() => throw null; - protected MissingFieldException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public MissingFieldException(string message) => throw null; - public MissingFieldException(string message, System.Exception inner) => throw null; - public MissingFieldException(string className, string fieldName) => throw null; - public override string Message { get => throw null; } - } - public class MissingMemberException : System.MemberAccessException - { - protected string ClassName; - public MissingMemberException() => throw null; - protected MissingMemberException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public MissingMemberException(string message) => throw null; - public MissingMemberException(string message, System.Exception inner) => throw null; - public MissingMemberException(string className, string memberName) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - protected string MemberName; - public override string Message { get => throw null; } - protected byte[] Signature; - } - public class MissingMethodException : System.MissingMemberException - { - public MissingMethodException() => throw null; - protected MissingMethodException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public MissingMethodException(string message) => throw null; - public MissingMethodException(string message, System.Exception inner) => throw null; - public MissingMethodException(string className, string methodName) => throw null; - public override string Message { get => throw null; } - } - public struct ModuleHandle : System.IEquatable - { - public static readonly System.ModuleHandle EmptyHandle; - public bool Equals(System.ModuleHandle handle) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public System.RuntimeFieldHandle GetRuntimeFieldHandleFromMetadataToken(int fieldToken) => throw null; - public System.RuntimeMethodHandle GetRuntimeMethodHandleFromMetadataToken(int methodToken) => throw null; - public System.RuntimeTypeHandle GetRuntimeTypeHandleFromMetadataToken(int typeToken) => throw null; - public int MDStreamVersion { get => throw null; } - public static bool operator ==(System.ModuleHandle left, System.ModuleHandle right) => throw null; - public static bool operator !=(System.ModuleHandle left, System.ModuleHandle right) => throw null; - public System.RuntimeFieldHandle ResolveFieldHandle(int fieldToken) => throw null; - public System.RuntimeFieldHandle ResolveFieldHandle(int fieldToken, System.RuntimeTypeHandle[] typeInstantiationContext, System.RuntimeTypeHandle[] methodInstantiationContext) => throw null; - public System.RuntimeMethodHandle ResolveMethodHandle(int methodToken) => throw null; - public System.RuntimeMethodHandle ResolveMethodHandle(int methodToken, System.RuntimeTypeHandle[] typeInstantiationContext, System.RuntimeTypeHandle[] methodInstantiationContext) => throw null; - public System.RuntimeTypeHandle ResolveTypeHandle(int typeToken) => throw null; - public System.RuntimeTypeHandle ResolveTypeHandle(int typeToken, System.RuntimeTypeHandle[] typeInstantiationContext, System.RuntimeTypeHandle[] methodInstantiationContext) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)64)] - public sealed class MTAThreadAttribute : System.Attribute - { - public MTAThreadAttribute() => throw null; - } - public abstract class MulticastDelegate : System.Delegate - { - protected override sealed System.Delegate CombineImpl(System.Delegate follow) => throw null; - protected MulticastDelegate(object target, string method) : base(default(object), default(string)) => throw null; - protected MulticastDelegate(System.Type target, string method) : base(default(object), default(string)) => throw null; - public override sealed bool Equals(object obj) => throw null; - public override sealed int GetHashCode() => throw null; - public override sealed System.Delegate[] GetInvocationList() => throw null; - protected override System.Reflection.MethodInfo GetMethodImpl() => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public static bool operator ==(System.MulticastDelegate d1, System.MulticastDelegate d2) => throw null; - public static bool operator !=(System.MulticastDelegate d1, System.MulticastDelegate d2) => throw null; - protected override sealed System.Delegate RemoveImpl(System.Delegate value) => throw null; - } - public sealed class MulticastNotSupportedException : System.SystemException - { - public MulticastNotSupportedException() => throw null; - public MulticastNotSupportedException(string message) => throw null; - public MulticastNotSupportedException(string message, System.Exception inner) => throw null; - } - namespace Net - { - public static class WebUtility - { - public static string HtmlDecode(string value) => throw null; - public static void HtmlDecode(string value, System.IO.TextWriter output) => throw null; - public static string HtmlEncode(string value) => throw null; - public static void HtmlEncode(string value, System.IO.TextWriter output) => throw null; - public static string UrlDecode(string encodedValue) => throw null; - public static byte[] UrlDecodeToBytes(byte[] encodedValue, int offset, int count) => throw null; - public static string UrlEncode(string value) => throw null; - public static byte[] UrlEncodeToBytes(byte[] value, int offset, int count) => throw null; - } - } - public class NetPipeStyleUriParser : System.UriParser - { - public NetPipeStyleUriParser() => throw null; - } - public class NetTcpStyleUriParser : System.UriParser - { - public NetTcpStyleUriParser() => throw null; - } - public class NewsStyleUriParser : System.UriParser - { - public NewsStyleUriParser() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)256, Inherited = false)] - public sealed class NonSerializedAttribute : System.Attribute - { - public NonSerializedAttribute() => throw null; - } - public class NotFiniteNumberException : System.ArithmeticException - { - public NotFiniteNumberException() => throw null; - public NotFiniteNumberException(double offendingNumber) => throw null; - protected NotFiniteNumberException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public NotFiniteNumberException(string message) => throw null; - public NotFiniteNumberException(string message, double offendingNumber) => throw null; - public NotFiniteNumberException(string message, double offendingNumber, System.Exception innerException) => throw null; - public NotFiniteNumberException(string message, System.Exception innerException) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public double OffendingNumber { get => throw null; } - } - public class NotImplementedException : System.SystemException - { - public NotImplementedException() => throw null; - protected NotImplementedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public NotImplementedException(string message) => throw null; - public NotImplementedException(string message, System.Exception inner) => throw null; - } - public class NotSupportedException : System.SystemException - { - public NotSupportedException() => throw null; - protected NotSupportedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public NotSupportedException(string message) => throw null; - public NotSupportedException(string message, System.Exception innerException) => throw null; - } - public static class Nullable - { - public static int Compare(T? n1, T? n2) where T : struct => throw null; - public static bool Equals(T? n1, T? n2) where T : struct => throw null; - public static System.Type GetUnderlyingType(System.Type nullableType) => throw null; - public static T GetValueRefOrDefaultRef(ref readonly T? nullable) where T : struct => throw null; - } - public struct Nullable where T : struct - { - public Nullable(T value) => throw null; - public override bool Equals(object other) => throw null; - public override int GetHashCode() => throw null; - public T GetValueOrDefault() => throw null; - public T GetValueOrDefault(T defaultValue) => throw null; - public bool HasValue { get => throw null; } - public static explicit operator T(T? value) => throw null; - public static implicit operator T?(T value) => throw null; - public override string ToString() => throw null; - public T Value { get => throw null; } - } - public class NullReferenceException : System.SystemException - { - public NullReferenceException() => throw null; - protected NullReferenceException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public NullReferenceException(string message) => throw null; - public NullReferenceException(string message, System.Exception innerException) => throw null; - } - namespace Numerics - { - public static class BitOperations - { - public static uint Crc32C(uint crc, byte data) => throw null; - public static uint Crc32C(uint crc, ushort data) => throw null; - public static uint Crc32C(uint crc, uint data) => throw null; - public static uint Crc32C(uint crc, ulong data) => throw null; - public static bool IsPow2(int value) => throw null; - public static bool IsPow2(long value) => throw null; - public static bool IsPow2(nint value) => throw null; - public static bool IsPow2(uint value) => throw null; - public static bool IsPow2(ulong value) => throw null; - public static bool IsPow2(nuint value) => throw null; - public static int LeadingZeroCount(uint value) => throw null; - public static int LeadingZeroCount(ulong value) => throw null; - public static int LeadingZeroCount(nuint value) => throw null; - public static int Log2(uint value) => throw null; - public static int Log2(ulong value) => throw null; - public static int Log2(nuint value) => throw null; - public static int PopCount(uint value) => throw null; - public static int PopCount(ulong value) => throw null; - public static int PopCount(nuint value) => throw null; - public static uint RotateLeft(uint value, int offset) => throw null; - public static ulong RotateLeft(ulong value, int offset) => throw null; - public static nuint RotateLeft(nuint value, int offset) => throw null; - public static uint RotateRight(uint value, int offset) => throw null; - public static ulong RotateRight(ulong value, int offset) => throw null; - public static nuint RotateRight(nuint value, int offset) => throw null; - public static uint RoundUpToPowerOf2(uint value) => throw null; - public static ulong RoundUpToPowerOf2(ulong value) => throw null; - public static nuint RoundUpToPowerOf2(nuint value) => throw null; - public static int TrailingZeroCount(int value) => throw null; - public static int TrailingZeroCount(long value) => throw null; - public static int TrailingZeroCount(nint value) => throw null; - public static int TrailingZeroCount(uint value) => throw null; - public static int TrailingZeroCount(ulong value) => throw null; - public static int TrailingZeroCount(nuint value) => throw null; - } - public interface IAdditionOperators where TSelf : System.Numerics.IAdditionOperators - { - abstract static TResult operator +(TSelf left, TOther right); - static virtual TResult operator checked +(TSelf left, TOther right) => throw null; - } - public interface IAdditiveIdentity where TSelf : System.Numerics.IAdditiveIdentity - { - abstract static TResult AdditiveIdentity { get; } - } - public interface IBinaryFloatingPointIeee754 : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IBinaryNumber, System.Numerics.IBitwiseOperators, System.IComparable, System.IComparable, System.Numerics.IComparisonOperators, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.Numerics.IExponentialFunctions, System.Numerics.IFloatingPoint, System.Numerics.IFloatingPointConstants, System.Numerics.IFloatingPointIeee754, System.IFormattable, System.Numerics.IHyperbolicFunctions, System.Numerics.IIncrementOperators, System.Numerics.ILogarithmicFunctions, System.Numerics.IModulusOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumber, System.Numerics.INumberBase, System.IParsable, System.Numerics.IPowerFunctions, System.Numerics.IRootFunctions, System.Numerics.ISignedNumber, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.ITrigonometricFunctions, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable where TSelf : System.Numerics.IBinaryFloatingPointIeee754 - { - } - public interface IBinaryInteger : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IBinaryNumber, System.Numerics.IBitwiseOperators, System.IComparable, System.IComparable, System.Numerics.IComparisonOperators, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IModulusOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumber, System.Numerics.INumberBase, System.IParsable, System.Numerics.IShiftOperators, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable where TSelf : System.Numerics.IBinaryInteger - { - static virtual (TSelf Quotient, TSelf Remainder) DivRem(TSelf left, TSelf right) => throw null; - int GetByteCount(); - int GetShortestBitLength(); - static virtual TSelf LeadingZeroCount(TSelf value) => throw null; - abstract static TSelf PopCount(TSelf value); - static virtual TSelf ReadBigEndian(byte[] source, bool isUnsigned) => throw null; - static virtual TSelf ReadBigEndian(byte[] source, int startIndex, bool isUnsigned) => throw null; - static virtual TSelf ReadBigEndian(System.ReadOnlySpan source, bool isUnsigned) => throw null; - static virtual TSelf ReadLittleEndian(byte[] source, bool isUnsigned) => throw null; - static virtual TSelf ReadLittleEndian(byte[] source, int startIndex, bool isUnsigned) => throw null; - static virtual TSelf ReadLittleEndian(System.ReadOnlySpan source, bool isUnsigned) => throw null; - static virtual TSelf RotateLeft(TSelf value, int rotateAmount) => throw null; - static virtual TSelf RotateRight(TSelf value, int rotateAmount) => throw null; - abstract static TSelf TrailingZeroCount(TSelf value); - abstract static bool TryReadBigEndian(System.ReadOnlySpan source, bool isUnsigned, out TSelf value); - abstract static bool TryReadLittleEndian(System.ReadOnlySpan source, bool isUnsigned, out TSelf value); - bool TryWriteBigEndian(System.Span destination, out int bytesWritten); - bool TryWriteLittleEndian(System.Span destination, out int bytesWritten); - virtual int WriteBigEndian(byte[] destination) => throw null; - virtual int WriteBigEndian(byte[] destination, int startIndex) => throw null; - virtual int WriteBigEndian(System.Span destination) => throw null; - virtual int WriteLittleEndian(byte[] destination) => throw null; - virtual int WriteLittleEndian(byte[] destination, int startIndex) => throw null; - virtual int WriteLittleEndian(System.Span destination) => throw null; - } - public interface IBinaryNumber : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IBitwiseOperators, System.IComparable, System.IComparable, System.Numerics.IComparisonOperators, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IModulusOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumber, System.Numerics.INumberBase, System.IParsable, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable where TSelf : System.Numerics.IBinaryNumber - { - static virtual TSelf AllBitsSet { get => throw null; } - abstract static bool IsPow2(TSelf value); - abstract static TSelf Log2(TSelf value); - } - public interface IBitwiseOperators where TSelf : System.Numerics.IBitwiseOperators - { - abstract static TResult operator &(TSelf left, TOther right); - abstract static TResult operator |(TSelf left, TOther right); - abstract static TResult operator ^(TSelf left, TOther right); - abstract static TResult operator ~(TSelf value); - } - public interface IComparisonOperators : System.Numerics.IEqualityOperators where TSelf : System.Numerics.IComparisonOperators - { - abstract static TResult operator >(TSelf left, TOther right); - abstract static TResult operator >=(TSelf left, TOther right); - abstract static TResult operator <(TSelf left, TOther right); - abstract static TResult operator <=(TSelf left, TOther right); - } - public interface IDecrementOperators where TSelf : System.Numerics.IDecrementOperators - { - static virtual TSelf operator checked --(TSelf value) => throw null; - abstract static TSelf operator --(TSelf value); - } - public interface IDivisionOperators where TSelf : System.Numerics.IDivisionOperators - { - static virtual TResult operator checked /(TSelf left, TOther right) => throw null; - abstract static TResult operator /(TSelf left, TOther right); - } - public interface IEqualityOperators where TSelf : System.Numerics.IEqualityOperators - { - abstract static TResult operator ==(TSelf left, TOther right); - abstract static TResult operator !=(TSelf left, TOther right); - } - public interface IExponentialFunctions : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.Numerics.IFloatingPointConstants, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumberBase, System.IParsable, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable where TSelf : System.Numerics.IExponentialFunctions - { - abstract static TSelf Exp(TSelf x); - abstract static TSelf Exp10(TSelf x); - static virtual TSelf Exp10M1(TSelf x) => throw null; - abstract static TSelf Exp2(TSelf x); - static virtual TSelf Exp2M1(TSelf x) => throw null; - static virtual TSelf ExpM1(TSelf x) => throw null; - } - public interface IFloatingPoint : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.IComparable, System.IComparable, System.Numerics.IComparisonOperators, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.Numerics.IFloatingPointConstants, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IModulusOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumber, System.Numerics.INumberBase, System.IParsable, System.Numerics.ISignedNumber, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable where TSelf : System.Numerics.IFloatingPoint - { - static virtual TSelf Ceiling(TSelf x) => throw null; - static virtual TSelf Floor(TSelf x) => throw null; - int GetExponentByteCount(); - int GetExponentShortestBitLength(); - int GetSignificandBitLength(); - int GetSignificandByteCount(); - static virtual TSelf Round(TSelf x) => throw null; - static virtual TSelf Round(TSelf x, int digits) => throw null; - abstract static TSelf Round(TSelf x, int digits, System.MidpointRounding mode); - static virtual TSelf Round(TSelf x, System.MidpointRounding mode) => throw null; - static virtual TSelf Truncate(TSelf x) => throw null; - bool TryWriteExponentBigEndian(System.Span destination, out int bytesWritten); - bool TryWriteExponentLittleEndian(System.Span destination, out int bytesWritten); - bool TryWriteSignificandBigEndian(System.Span destination, out int bytesWritten); - bool TryWriteSignificandLittleEndian(System.Span destination, out int bytesWritten); - virtual int WriteExponentBigEndian(byte[] destination) => throw null; - virtual int WriteExponentBigEndian(byte[] destination, int startIndex) => throw null; - virtual int WriteExponentBigEndian(System.Span destination) => throw null; - virtual int WriteExponentLittleEndian(byte[] destination) => throw null; - virtual int WriteExponentLittleEndian(byte[] destination, int startIndex) => throw null; - virtual int WriteExponentLittleEndian(System.Span destination) => throw null; - virtual int WriteSignificandBigEndian(byte[] destination) => throw null; - virtual int WriteSignificandBigEndian(byte[] destination, int startIndex) => throw null; - virtual int WriteSignificandBigEndian(System.Span destination) => throw null; - virtual int WriteSignificandLittleEndian(byte[] destination) => throw null; - virtual int WriteSignificandLittleEndian(byte[] destination, int startIndex) => throw null; - virtual int WriteSignificandLittleEndian(System.Span destination) => throw null; - } - public interface IFloatingPointConstants : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumberBase, System.IParsable, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable where TSelf : System.Numerics.IFloatingPointConstants - { - abstract static TSelf E { get; } - abstract static TSelf Pi { get; } - abstract static TSelf Tau { get; } - } - public interface IFloatingPointIeee754 : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.IComparable, System.IComparable, System.Numerics.IComparisonOperators, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.Numerics.IExponentialFunctions, System.Numerics.IFloatingPoint, System.Numerics.IFloatingPointConstants, System.IFormattable, System.Numerics.IHyperbolicFunctions, System.Numerics.IIncrementOperators, System.Numerics.ILogarithmicFunctions, System.Numerics.IModulusOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumber, System.Numerics.INumberBase, System.IParsable, System.Numerics.IPowerFunctions, System.Numerics.IRootFunctions, System.Numerics.ISignedNumber, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.ITrigonometricFunctions, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable where TSelf : System.Numerics.IFloatingPointIeee754 - { - abstract static TSelf Atan2(TSelf y, TSelf x); - abstract static TSelf Atan2Pi(TSelf y, TSelf x); - abstract static TSelf BitDecrement(TSelf x); - abstract static TSelf BitIncrement(TSelf x); - abstract static TSelf Epsilon { get; } - abstract static TSelf FusedMultiplyAdd(TSelf left, TSelf right, TSelf addend); - abstract static TSelf Ieee754Remainder(TSelf left, TSelf right); - abstract static int ILogB(TSelf x); - static virtual TSelf Lerp(TSelf value1, TSelf value2, TSelf amount) => throw null; - abstract static TSelf NaN { get; } - abstract static TSelf NegativeInfinity { get; } - abstract static TSelf NegativeZero { get; } - abstract static TSelf PositiveInfinity { get; } - static virtual TSelf ReciprocalEstimate(TSelf x) => throw null; - static virtual TSelf ReciprocalSqrtEstimate(TSelf x) => throw null; - abstract static TSelf ScaleB(TSelf x, int n); - } - public interface IHyperbolicFunctions : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.Numerics.IFloatingPointConstants, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumberBase, System.IParsable, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable where TSelf : System.Numerics.IHyperbolicFunctions - { - abstract static TSelf Acosh(TSelf x); - abstract static TSelf Asinh(TSelf x); - abstract static TSelf Atanh(TSelf x); - abstract static TSelf Cosh(TSelf x); - abstract static TSelf Sinh(TSelf x); - abstract static TSelf Tanh(TSelf x); - } - public interface IIncrementOperators where TSelf : System.Numerics.IIncrementOperators - { - static virtual TSelf operator checked ++(TSelf value) => throw null; - abstract static TSelf operator ++(TSelf value); - } - public interface ILogarithmicFunctions : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.Numerics.IFloatingPointConstants, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumberBase, System.IParsable, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable where TSelf : System.Numerics.ILogarithmicFunctions - { - abstract static TSelf Log(TSelf x); - abstract static TSelf Log(TSelf x, TSelf newBase); - abstract static TSelf Log10(TSelf x); - static virtual TSelf Log10P1(TSelf x) => throw null; - abstract static TSelf Log2(TSelf x); - static virtual TSelf Log2P1(TSelf x) => throw null; - static virtual TSelf LogP1(TSelf x) => throw null; - } - public interface IMinMaxValue where TSelf : System.Numerics.IMinMaxValue - { - abstract static TSelf MaxValue { get; } - abstract static TSelf MinValue { get; } - } - public interface IModulusOperators where TSelf : System.Numerics.IModulusOperators - { - abstract static TResult operator %(TSelf left, TOther right); - } - public interface IMultiplicativeIdentity where TSelf : System.Numerics.IMultiplicativeIdentity - { - abstract static TResult MultiplicativeIdentity { get; } - } - public interface IMultiplyOperators where TSelf : System.Numerics.IMultiplyOperators - { - static virtual TResult operator checked *(TSelf left, TOther right) => throw null; - abstract static TResult operator *(TSelf left, TOther right); - } - public interface INumber : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.IComparable, System.IComparable, System.Numerics.IComparisonOperators, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IModulusOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumberBase, System.IParsable, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable where TSelf : System.Numerics.INumber - { - static virtual TSelf Clamp(TSelf value, TSelf min, TSelf max) => throw null; - static virtual TSelf CopySign(TSelf value, TSelf sign) => throw null; - static virtual TSelf Max(TSelf x, TSelf y) => throw null; - static virtual TSelf MaxNumber(TSelf x, TSelf y) => throw null; - static virtual TSelf Min(TSelf x, TSelf y) => throw null; - static virtual TSelf MinNumber(TSelf x, TSelf y) => throw null; - static virtual int Sign(TSelf value) => throw null; - } - public interface INumberBase : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.IParsable, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable where TSelf : System.Numerics.INumberBase - { - abstract static TSelf Abs(TSelf value); - static virtual TSelf CreateChecked(TOther value) where TOther : System.Numerics.INumberBase => throw null; - static virtual TSelf CreateSaturating(TOther value) where TOther : System.Numerics.INumberBase => throw null; - static virtual TSelf CreateTruncating(TOther value) where TOther : System.Numerics.INumberBase => throw null; - abstract static bool IsCanonical(TSelf value); - abstract static bool IsComplexNumber(TSelf value); - abstract static bool IsEvenInteger(TSelf value); - abstract static bool IsFinite(TSelf value); - abstract static bool IsImaginaryNumber(TSelf value); - abstract static bool IsInfinity(TSelf value); - abstract static bool IsInteger(TSelf value); - abstract static bool IsNaN(TSelf value); - abstract static bool IsNegative(TSelf value); - abstract static bool IsNegativeInfinity(TSelf value); - abstract static bool IsNormal(TSelf value); - abstract static bool IsOddInteger(TSelf value); - abstract static bool IsPositive(TSelf value); - abstract static bool IsPositiveInfinity(TSelf value); - abstract static bool IsRealNumber(TSelf value); - abstract static bool IsSubnormal(TSelf value); - abstract static bool IsZero(TSelf value); - abstract static TSelf MaxMagnitude(TSelf x, TSelf y); - abstract static TSelf MaxMagnitudeNumber(TSelf x, TSelf y); - abstract static TSelf MinMagnitude(TSelf x, TSelf y); - abstract static TSelf MinMagnitudeNumber(TSelf x, TSelf y); - abstract static TSelf One { get; } - static virtual TSelf Parse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider) => throw null; - abstract static TSelf Parse(System.ReadOnlySpan s, System.Globalization.NumberStyles style, System.IFormatProvider provider); - abstract static TSelf Parse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider); - static TSelf System.IUtf8SpanParsable.Parse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider) => throw null; - abstract static int Radix { get; } - abstract static bool TryConvertFromChecked(TOther value, out TSelf result) where TOther : System.Numerics.INumberBase; - abstract static bool TryConvertFromSaturating(TOther value, out TSelf result) where TOther : System.Numerics.INumberBase; - abstract static bool TryConvertFromTruncating(TOther value, out TSelf result) where TOther : System.Numerics.INumberBase; - abstract static bool TryConvertToChecked(TSelf value, out TOther result) where TOther : System.Numerics.INumberBase; - abstract static bool TryConvertToSaturating(TSelf value, out TOther result) where TOther : System.Numerics.INumberBase; - abstract static bool TryConvertToTruncating(TSelf value, out TOther result) where TOther : System.Numerics.INumberBase; - bool System.IUtf8SpanFormattable.TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format, System.IFormatProvider provider) => throw null; - static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out TSelf result) => throw null; - static virtual bool TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out TSelf result) => throw null; - abstract static bool TryParse(System.ReadOnlySpan s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out TSelf result); - abstract static bool TryParse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out TSelf result); - abstract static TSelf Zero { get; } - } - public interface IPowerFunctions : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumberBase, System.IParsable, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable where TSelf : System.Numerics.IPowerFunctions - { - abstract static TSelf Pow(TSelf x, TSelf y); - } - public interface IRootFunctions : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.Numerics.IFloatingPointConstants, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumberBase, System.IParsable, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable where TSelf : System.Numerics.IRootFunctions - { - abstract static TSelf Cbrt(TSelf x); - abstract static TSelf Hypot(TSelf x, TSelf y); - abstract static TSelf RootN(TSelf x, int n); - abstract static TSelf Sqrt(TSelf x); - } - public interface IShiftOperators where TSelf : System.Numerics.IShiftOperators - { - abstract static TResult operator <<(TSelf value, TOther shiftAmount); - abstract static TResult operator >>(TSelf value, TOther shiftAmount); - abstract static TResult operator >>>(TSelf value, TOther shiftAmount); - } - public interface ISignedNumber : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumberBase, System.IParsable, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable where TSelf : System.Numerics.ISignedNumber - { - abstract static TSelf NegativeOne { get; } - } - public interface ISubtractionOperators where TSelf : System.Numerics.ISubtractionOperators - { - static virtual TResult operator checked -(TSelf left, TOther right) => throw null; - abstract static TResult operator -(TSelf left, TOther right); - } - public interface ITrigonometricFunctions : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.Numerics.IFloatingPointConstants, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumberBase, System.IParsable, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable where TSelf : System.Numerics.ITrigonometricFunctions - { - abstract static TSelf Acos(TSelf x); - abstract static TSelf AcosPi(TSelf x); - abstract static TSelf Asin(TSelf x); - abstract static TSelf AsinPi(TSelf x); - abstract static TSelf Atan(TSelf x); - abstract static TSelf AtanPi(TSelf x); - abstract static TSelf Cos(TSelf x); - abstract static TSelf CosPi(TSelf x); - static virtual TSelf DegreesToRadians(TSelf degrees) => throw null; - static virtual TSelf RadiansToDegrees(TSelf radians) => throw null; - abstract static TSelf Sin(TSelf x); - abstract static (TSelf Sin, TSelf Cos) SinCos(TSelf x); - abstract static (TSelf SinPi, TSelf CosPi) SinCosPi(TSelf x); - abstract static TSelf SinPi(TSelf x); - abstract static TSelf Tan(TSelf x); - abstract static TSelf TanPi(TSelf x); - } - public interface IUnaryNegationOperators where TSelf : System.Numerics.IUnaryNegationOperators - { - static virtual TResult operator checked -(TSelf value) => throw null; - abstract static TResult operator -(TSelf value); - } - public interface IUnaryPlusOperators where TSelf : System.Numerics.IUnaryPlusOperators - { - abstract static TResult operator +(TSelf value); - } - public interface IUnsignedNumber : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumberBase, System.IParsable, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable where TSelf : System.Numerics.IUnsignedNumber - { - } - public struct TotalOrderIeee754Comparer : System.Collections.Generic.IComparer, System.Collections.Generic.IEqualityComparer, System.IEquatable> where T : System.Numerics.IFloatingPointIeee754 - { - public int Compare(T x, T y) => throw null; - public bool Equals(System.Numerics.TotalOrderIeee754Comparer other) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(T x, T y) => throw null; - public override int GetHashCode() => throw null; - public int GetHashCode(T obj) => throw null; - } - } - public class Object - { - public Object() => throw null; - public virtual bool Equals(object obj) => throw null; - public static bool Equals(object objA, object objB) => throw null; - public virtual int GetHashCode() => throw null; - public System.Type GetType() => throw null; - protected object MemberwiseClone() => throw null; - public static bool ReferenceEquals(object objA, object objB) => throw null; - public virtual string ToString() => throw null; - } - public class ObjectDisposedException : System.InvalidOperationException - { - protected ObjectDisposedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public ObjectDisposedException(string objectName) => throw null; - public ObjectDisposedException(string message, System.Exception innerException) => throw null; - public ObjectDisposedException(string objectName, string message) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public override string Message { get => throw null; } - public string ObjectName { get => throw null; } - public static void ThrowIf(bool condition, object instance) => throw null; - public static void ThrowIf(bool condition, System.Type type) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)6140, Inherited = false)] - public sealed class ObsoleteAttribute : System.Attribute - { - public ObsoleteAttribute() => throw null; - public ObsoleteAttribute(string message) => throw null; - public ObsoleteAttribute(string message, bool error) => throw null; - public string DiagnosticId { get => throw null; set { } } - public bool IsError { get => throw null; } - public string Message { get => throw null; } - public string UrlFormat { get => throw null; set { } } - } - public sealed class OperatingSystem : System.ICloneable, System.Runtime.Serialization.ISerializable - { - public object Clone() => throw null; - public OperatingSystem(System.PlatformID platform, System.Version version) => throw null; - public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public static bool IsAndroid() => throw null; - public static bool IsAndroidVersionAtLeast(int major, int minor = default(int), int build = default(int), int revision = default(int)) => throw null; - public static bool IsBrowser() => throw null; - public static bool IsFreeBSD() => throw null; - public static bool IsFreeBSDVersionAtLeast(int major, int minor = default(int), int build = default(int), int revision = default(int)) => throw null; - public static bool IsIOS() => throw null; - public static bool IsIOSVersionAtLeast(int major, int minor = default(int), int build = default(int)) => throw null; - public static bool IsLinux() => throw null; - public static bool IsMacCatalyst() => throw null; - public static bool IsMacCatalystVersionAtLeast(int major, int minor = default(int), int build = default(int)) => throw null; - public static bool IsMacOS() => throw null; - public static bool IsMacOSVersionAtLeast(int major, int minor = default(int), int build = default(int)) => throw null; - public static bool IsOSPlatform(string platform) => throw null; - public static bool IsOSPlatformVersionAtLeast(string platform, int major, int minor = default(int), int build = default(int), int revision = default(int)) => throw null; - public static bool IsTvOS() => throw null; - public static bool IsTvOSVersionAtLeast(int major, int minor = default(int), int build = default(int)) => throw null; - public static bool IsWasi() => throw null; - public static bool IsWatchOS() => throw null; - public static bool IsWatchOSVersionAtLeast(int major, int minor = default(int), int build = default(int)) => throw null; - public static bool IsWindows() => throw null; - public static bool IsWindowsVersionAtLeast(int major, int minor = default(int), int build = default(int), int revision = default(int)) => throw null; - public System.PlatformID Platform { get => throw null; } - public string ServicePack { get => throw null; } - public override string ToString() => throw null; - public System.Version Version { get => throw null; } - public string VersionString { get => throw null; } - } - public class OperationCanceledException : System.SystemException - { - public System.Threading.CancellationToken CancellationToken { get => throw null; } - public OperationCanceledException() => throw null; - protected OperationCanceledException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public OperationCanceledException(string message) => throw null; - public OperationCanceledException(string message, System.Exception innerException) => throw null; - public OperationCanceledException(string message, System.Exception innerException, System.Threading.CancellationToken token) => throw null; - public OperationCanceledException(string message, System.Threading.CancellationToken token) => throw null; - public OperationCanceledException(System.Threading.CancellationToken token) => throw null; - } - public class OutOfMemoryException : System.SystemException - { - public OutOfMemoryException() => throw null; - protected OutOfMemoryException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public OutOfMemoryException(string message) => throw null; - public OutOfMemoryException(string message, System.Exception innerException) => throw null; - } - public class OverflowException : System.ArithmeticException - { - public OverflowException() => throw null; - protected OverflowException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public OverflowException(string message) => throw null; - public OverflowException(string message, System.Exception innerException) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)2048, Inherited = true, AllowMultiple = false)] - public sealed class ParamArrayAttribute : System.Attribute - { - public ParamArrayAttribute() => throw null; - } - public enum PlatformID - { - Win32S = 0, - Win32Windows = 1, - Win32NT = 2, - WinCE = 3, - Unix = 4, - Xbox = 5, - MacOSX = 6, - Other = 7, - } - public class PlatformNotSupportedException : System.NotSupportedException - { - public PlatformNotSupportedException() => throw null; - protected PlatformNotSupportedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public PlatformNotSupportedException(string message) => throw null; - public PlatformNotSupportedException(string message, System.Exception inner) => throw null; - } - public delegate bool Predicate(T obj); - public class Progress : System.IProgress - { - public Progress() => throw null; - public Progress(System.Action handler) => throw null; - protected virtual void OnReport(T value) => throw null; - public event System.EventHandler ProgressChanged; - void System.IProgress.Report(T value) => throw null; - } - public class Random - { - public Random() => throw null; - public Random(int Seed) => throw null; - public T[] GetItems(System.ReadOnlySpan choices, int length) => throw null; - public void GetItems(System.ReadOnlySpan choices, System.Span destination) => throw null; - public T[] GetItems(T[] choices, int length) => throw null; - public virtual int Next() => throw null; - public virtual int Next(int maxValue) => throw null; - public virtual int Next(int minValue, int maxValue) => throw null; - public virtual void NextBytes(byte[] buffer) => throw null; - public virtual void NextBytes(System.Span buffer) => throw null; - public virtual double NextDouble() => throw null; - public virtual long NextInt64() => throw null; - public virtual long NextInt64(long maxValue) => throw null; - public virtual long NextInt64(long minValue, long maxValue) => throw null; - public virtual float NextSingle() => throw null; - protected virtual double Sample() => throw null; - public static System.Random Shared { get => throw null; } - public void Shuffle(System.Span values) => throw null; - public void Shuffle(T[] values) => throw null; - } - public struct Range : System.IEquatable - { - public static System.Range All { get => throw null; } - public Range(System.Index start, System.Index end) => throw null; - public System.Index End { get => throw null; } - public static System.Range EndAt(System.Index end) => throw null; - public override bool Equals(object value) => throw null; - public bool Equals(System.Range other) => throw null; - public override int GetHashCode() => throw null; - public (int Offset, int Length) GetOffsetAndLength(int length) => throw null; - public System.Index Start { get => throw null; } - public static System.Range StartAt(System.Index start) => throw null; - public override string ToString() => throw null; - } - public class RankException : System.SystemException - { - public RankException() => throw null; - protected RankException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public RankException(string message) => throw null; - public RankException(string message, System.Exception innerException) => throw null; - } - public struct ReadOnlyMemory : System.IEquatable> - { - public void CopyTo(System.Memory destination) => throw null; - public ReadOnlyMemory(T[] array) => throw null; - public ReadOnlyMemory(T[] array, int start, int length) => throw null; - public static System.ReadOnlyMemory Empty { get => throw null; } - public override bool Equals(object obj) => throw null; - public bool Equals(System.ReadOnlyMemory other) => throw null; - public override int GetHashCode() => throw null; - public bool IsEmpty { get => throw null; } - public int Length { get => throw null; } - public static implicit operator System.ReadOnlyMemory(System.ArraySegment segment) => throw null; - public static implicit operator System.ReadOnlyMemory(T[] array) => throw null; - public System.Buffers.MemoryHandle Pin() => throw null; - public System.ReadOnlyMemory Slice(int start) => throw null; - public System.ReadOnlyMemory Slice(int start, int length) => throw null; - public System.ReadOnlySpan Span { get => throw null; } - public T[] ToArray() => throw null; - public override string ToString() => throw null; - public bool TryCopyTo(System.Memory destination) => throw null; - } - public struct ReadOnlySpan - { - public void CopyTo(System.Span destination) => throw null; - public unsafe ReadOnlySpan(void* pointer, int length) => throw null; - public ReadOnlySpan(T[] array) => throw null; - public ReadOnlySpan(T[] array, int start, int length) => throw null; - public ReadOnlySpan(ref readonly T reference) => throw null; - public static System.ReadOnlySpan Empty { get => throw null; } - public struct Enumerator - { - public T Current { get => throw null; } - public bool MoveNext() => throw null; - } - public override bool Equals(object obj) => throw null; - public System.ReadOnlySpan.Enumerator GetEnumerator() => throw null; - public override int GetHashCode() => throw null; - public T GetPinnableReference() => throw null; - public bool IsEmpty { get => throw null; } - public int Length { get => throw null; } - public static bool operator ==(System.ReadOnlySpan left, System.ReadOnlySpan right) => throw null; - public static implicit operator System.ReadOnlySpan(System.ArraySegment segment) => throw null; - public static implicit operator System.ReadOnlySpan(T[] array) => throw null; - public static bool operator !=(System.ReadOnlySpan left, System.ReadOnlySpan right) => throw null; - public System.ReadOnlySpan Slice(int start) => throw null; - public System.ReadOnlySpan Slice(int start, int length) => throw null; - public T this[int index] { get => throw null; } - public T[] ToArray() => throw null; - public override string ToString() => throw null; - public bool TryCopyTo(System.Span destination) => throw null; - } - namespace Reflection - { - public sealed class AmbiguousMatchException : System.SystemException - { - public AmbiguousMatchException() => throw null; - public AmbiguousMatchException(string message) => throw null; - public AmbiguousMatchException(string message, System.Exception inner) => throw null; - } - public abstract class Assembly : System.Reflection.ICustomAttributeProvider, System.Runtime.Serialization.ISerializable - { - public virtual string CodeBase { get => throw null; } - public object CreateInstance(string typeName) => throw null; - public object CreateInstance(string typeName, bool ignoreCase) => throw null; - public virtual object CreateInstance(string typeName, bool ignoreCase, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, object[] args, System.Globalization.CultureInfo culture, object[] activationAttributes) => throw null; - public static string CreateQualifiedName(string assemblyName, string typeName) => throw null; - protected Assembly() => throw null; - public virtual System.Collections.Generic.IEnumerable CustomAttributes { get => throw null; } - public virtual System.Collections.Generic.IEnumerable DefinedTypes { get => throw null; } - public virtual System.Reflection.MethodInfo EntryPoint { get => throw null; } - public override bool Equals(object o) => throw null; - public virtual string EscapedCodeBase { get => throw null; } - public virtual System.Collections.Generic.IEnumerable ExportedTypes { get => throw null; } - public virtual string FullName { get => throw null; } - public static System.Reflection.Assembly GetAssembly(System.Type type) => throw null; - public static System.Reflection.Assembly GetCallingAssembly() => throw null; - public virtual object[] GetCustomAttributes(bool inherit) => throw null; - public virtual object[] GetCustomAttributes(System.Type attributeType, bool inherit) => throw null; - public virtual System.Collections.Generic.IList GetCustomAttributesData() => throw null; - public static System.Reflection.Assembly GetEntryAssembly() => throw null; - public static System.Reflection.Assembly GetExecutingAssembly() => throw null; - public virtual System.Type[] GetExportedTypes() => throw null; - public virtual System.IO.FileStream GetFile(string name) => throw null; - public virtual System.IO.FileStream[] GetFiles() => throw null; - public virtual System.IO.FileStream[] GetFiles(bool getResourceModules) => throw null; - public virtual System.Type[] GetForwardedTypes() => throw null; - public override int GetHashCode() => throw null; - public System.Reflection.Module[] GetLoadedModules() => throw null; - public virtual System.Reflection.Module[] GetLoadedModules(bool getResourceModules) => throw null; - public virtual System.Reflection.ManifestResourceInfo GetManifestResourceInfo(string resourceName) => throw null; - public virtual string[] GetManifestResourceNames() => throw null; - public virtual System.IO.Stream GetManifestResourceStream(string name) => throw null; - public virtual System.IO.Stream GetManifestResourceStream(System.Type type, string name) => throw null; - public virtual System.Reflection.Module GetModule(string name) => throw null; - public System.Reflection.Module[] GetModules() => throw null; - public virtual System.Reflection.Module[] GetModules(bool getResourceModules) => throw null; - public virtual System.Reflection.AssemblyName GetName() => throw null; - public virtual System.Reflection.AssemblyName GetName(bool copiedName) => throw null; - public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public virtual System.Reflection.AssemblyName[] GetReferencedAssemblies() => throw null; - public virtual System.Reflection.Assembly GetSatelliteAssembly(System.Globalization.CultureInfo culture) => throw null; - public virtual System.Reflection.Assembly GetSatelliteAssembly(System.Globalization.CultureInfo culture, System.Version version) => throw null; - public virtual System.Type GetType(string name) => throw null; - public virtual System.Type GetType(string name, bool throwOnError) => throw null; - public virtual System.Type GetType(string name, bool throwOnError, bool ignoreCase) => throw null; - public virtual System.Type[] GetTypes() => throw null; - public virtual bool GlobalAssemblyCache { get => throw null; } - public virtual long HostContext { get => throw null; } - public virtual string ImageRuntimeVersion { get => throw null; } - public virtual bool IsCollectible { get => throw null; } - public virtual bool IsDefined(System.Type attributeType, bool inherit) => throw null; - public virtual bool IsDynamic { get => throw null; } - public bool IsFullyTrusted { get => throw null; } - public static System.Reflection.Assembly Load(byte[] rawAssembly) => throw null; - public static System.Reflection.Assembly Load(byte[] rawAssembly, byte[] rawSymbolStore) => throw null; - public static System.Reflection.Assembly Load(System.Reflection.AssemblyName assemblyRef) => throw null; - public static System.Reflection.Assembly Load(string assemblyString) => throw null; - public static System.Reflection.Assembly LoadFile(string path) => throw null; - public static System.Reflection.Assembly LoadFrom(string assemblyFile) => throw null; - public static System.Reflection.Assembly LoadFrom(string assemblyFile, byte[] hashValue, System.Configuration.Assemblies.AssemblyHashAlgorithm hashAlgorithm) => throw null; - public System.Reflection.Module LoadModule(string moduleName, byte[] rawModule) => throw null; - public virtual System.Reflection.Module LoadModule(string moduleName, byte[] rawModule, byte[] rawSymbolStore) => throw null; - public static System.Reflection.Assembly LoadWithPartialName(string partialName) => throw null; - public virtual string Location { get => throw null; } - public virtual System.Reflection.Module ManifestModule { get => throw null; } - public virtual event System.Reflection.ModuleResolveEventHandler ModuleResolve; - public virtual System.Collections.Generic.IEnumerable Modules { get => throw null; } - public static bool operator ==(System.Reflection.Assembly left, System.Reflection.Assembly right) => throw null; - public static bool operator !=(System.Reflection.Assembly left, System.Reflection.Assembly right) => throw null; - public virtual bool ReflectionOnly { get => throw null; } - public static System.Reflection.Assembly ReflectionOnlyLoad(byte[] rawAssembly) => throw null; - public static System.Reflection.Assembly ReflectionOnlyLoad(string assemblyString) => throw null; - public static System.Reflection.Assembly ReflectionOnlyLoadFrom(string assemblyFile) => throw null; - public virtual System.Security.SecurityRuleSet SecurityRuleSet { get => throw null; } - public override string ToString() => throw null; - public static System.Reflection.Assembly UnsafeLoadFrom(string assemblyFile) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)1, Inherited = false)] - public sealed class AssemblyAlgorithmIdAttribute : System.Attribute - { - public uint AlgorithmId { get => throw null; } - public AssemblyAlgorithmIdAttribute(System.Configuration.Assemblies.AssemblyHashAlgorithm algorithmId) => throw null; - public AssemblyAlgorithmIdAttribute(uint algorithmId) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)1, Inherited = false)] - public sealed class AssemblyCompanyAttribute : System.Attribute - { - public string Company { get => throw null; } - public AssemblyCompanyAttribute(string company) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)1, Inherited = false)] - public sealed class AssemblyConfigurationAttribute : System.Attribute - { - public string Configuration { get => throw null; } - public AssemblyConfigurationAttribute(string configuration) => throw null; - } - public enum AssemblyContentType - { - Default = 0, - WindowsRuntime = 1, - } - [System.AttributeUsage((System.AttributeTargets)1, Inherited = false)] - public sealed class AssemblyCopyrightAttribute : System.Attribute - { - public string Copyright { get => throw null; } - public AssemblyCopyrightAttribute(string copyright) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)1, Inherited = false)] - public sealed class AssemblyCultureAttribute : System.Attribute - { - public AssemblyCultureAttribute(string culture) => throw null; - public string Culture { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)1, Inherited = false)] - public sealed class AssemblyDefaultAliasAttribute : System.Attribute - { - public AssemblyDefaultAliasAttribute(string defaultAlias) => throw null; - public string DefaultAlias { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)1, Inherited = false)] - public sealed class AssemblyDelaySignAttribute : System.Attribute - { - public AssemblyDelaySignAttribute(bool delaySign) => throw null; - public bool DelaySign { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)1, Inherited = false)] - public sealed class AssemblyDescriptionAttribute : System.Attribute - { - public AssemblyDescriptionAttribute(string description) => throw null; - public string Description { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)1, Inherited = false)] - public sealed class AssemblyFileVersionAttribute : System.Attribute - { - public AssemblyFileVersionAttribute(string version) => throw null; - public string Version { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)1, Inherited = false)] - public sealed class AssemblyFlagsAttribute : System.Attribute - { - public int AssemblyFlags { get => throw null; } - public AssemblyFlagsAttribute(int assemblyFlags) => throw null; - public AssemblyFlagsAttribute(System.Reflection.AssemblyNameFlags assemblyFlags) => throw null; - public AssemblyFlagsAttribute(uint flags) => throw null; - public uint Flags { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)1, Inherited = false)] - public sealed class AssemblyInformationalVersionAttribute : System.Attribute - { - public AssemblyInformationalVersionAttribute(string informationalVersion) => throw null; - public string InformationalVersion { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)1, Inherited = false)] - public sealed class AssemblyKeyFileAttribute : System.Attribute - { - public AssemblyKeyFileAttribute(string keyFile) => throw null; - public string KeyFile { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)1, Inherited = false)] - public sealed class AssemblyKeyNameAttribute : System.Attribute - { - public AssemblyKeyNameAttribute(string keyName) => throw null; - public string KeyName { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = true, Inherited = false)] - public sealed class AssemblyMetadataAttribute : System.Attribute - { - public AssemblyMetadataAttribute(string key, string value) => throw null; - public string Key { get => throw null; } - public string Value { get => throw null; } - } - public sealed class AssemblyName : System.ICloneable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable - { - public object Clone() => throw null; - public string CodeBase { get => throw null; set { } } - public System.Reflection.AssemblyContentType ContentType { get => throw null; set { } } - public AssemblyName() => throw null; - public AssemblyName(string assemblyName) => throw null; - public System.Globalization.CultureInfo CultureInfo { get => throw null; set { } } - public string CultureName { get => throw null; set { } } - public string EscapedCodeBase { get => throw null; } - public System.Reflection.AssemblyNameFlags Flags { get => throw null; set { } } - public string FullName { get => throw null; } - public static System.Reflection.AssemblyName GetAssemblyName(string assemblyFile) => throw null; - public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public byte[] GetPublicKey() => throw null; - public byte[] GetPublicKeyToken() => throw null; - public System.Configuration.Assemblies.AssemblyHashAlgorithm HashAlgorithm { get => throw null; set { } } - public System.Reflection.StrongNameKeyPair KeyPair { get => throw null; set { } } - public string Name { get => throw null; set { } } - public void OnDeserialization(object sender) => throw null; - public System.Reflection.ProcessorArchitecture ProcessorArchitecture { get => throw null; set { } } - public static bool ReferenceMatchesDefinition(System.Reflection.AssemblyName reference, System.Reflection.AssemblyName definition) => throw null; - public void SetPublicKey(byte[] publicKey) => throw null; - public void SetPublicKeyToken(byte[] publicKeyToken) => throw null; - public override string ToString() => throw null; - public System.Version Version { get => throw null; set { } } - public System.Configuration.Assemblies.AssemblyVersionCompatibility VersionCompatibility { get => throw null; set { } } - } - [System.Flags] - public enum AssemblyNameFlags - { - None = 0, - PublicKey = 1, - Retargetable = 256, - EnableJITcompileOptimizer = 16384, - EnableJITcompileTracking = 32768, - } - public class AssemblyNameProxy : System.MarshalByRefObject - { - public AssemblyNameProxy() => throw null; - public System.Reflection.AssemblyName GetAssemblyName(string assemblyFile) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)1, Inherited = false)] - public sealed class AssemblyProductAttribute : System.Attribute - { - public AssemblyProductAttribute(string product) => throw null; - public string Product { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)1, Inherited = false, AllowMultiple = false)] - public sealed class AssemblySignatureKeyAttribute : System.Attribute - { - public string Countersignature { get => throw null; } - public AssemblySignatureKeyAttribute(string publicKey, string countersignature) => throw null; - public string PublicKey { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)1, Inherited = false)] - public sealed class AssemblyTitleAttribute : System.Attribute - { - public AssemblyTitleAttribute(string title) => throw null; - public string Title { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)1, Inherited = false)] - public sealed class AssemblyTrademarkAttribute : System.Attribute - { - public AssemblyTrademarkAttribute(string trademark) => throw null; - public string Trademark { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)1, Inherited = false)] - public sealed class AssemblyVersionAttribute : System.Attribute - { - public AssemblyVersionAttribute(string version) => throw null; - public string Version { get => throw null; } - } - public abstract class Binder - { - public abstract System.Reflection.FieldInfo BindToField(System.Reflection.BindingFlags bindingAttr, System.Reflection.FieldInfo[] match, object value, System.Globalization.CultureInfo culture); - public abstract System.Reflection.MethodBase BindToMethod(System.Reflection.BindingFlags bindingAttr, System.Reflection.MethodBase[] match, ref object[] args, System.Reflection.ParameterModifier[] modifiers, System.Globalization.CultureInfo culture, string[] names, out object state); - public abstract object ChangeType(object value, System.Type type, System.Globalization.CultureInfo culture); - protected Binder() => throw null; - public abstract void ReorderArgumentArray(ref object[] args, object state); - public abstract System.Reflection.MethodBase SelectMethod(System.Reflection.BindingFlags bindingAttr, System.Reflection.MethodBase[] match, System.Type[] types, System.Reflection.ParameterModifier[] modifiers); - public abstract System.Reflection.PropertyInfo SelectProperty(System.Reflection.BindingFlags bindingAttr, System.Reflection.PropertyInfo[] match, System.Type returnType, System.Type[] indexes, System.Reflection.ParameterModifier[] modifiers); - } - [System.Flags] - public enum BindingFlags - { - Default = 0, - IgnoreCase = 1, - DeclaredOnly = 2, - Instance = 4, - Static = 8, - Public = 16, - NonPublic = 32, - FlattenHierarchy = 64, - InvokeMethod = 256, - CreateInstance = 512, - GetField = 1024, - SetField = 2048, - GetProperty = 4096, - SetProperty = 8192, - PutDispProperty = 16384, - PutRefDispProperty = 32768, - ExactBinding = 65536, - SuppressChangeType = 131072, - OptionalParamBinding = 262144, - IgnoreReturn = 16777216, - DoNotWrapExceptions = 33554432, - } - [System.Flags] - public enum CallingConventions - { - Standard = 1, - VarArgs = 2, - Any = 3, - HasThis = 32, - ExplicitThis = 64, - } - public abstract class ConstructorInfo : System.Reflection.MethodBase - { - public static readonly string ConstructorName; - protected ConstructorInfo() => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public object Invoke(object[] parameters) => throw null; - public abstract object Invoke(System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object[] parameters, System.Globalization.CultureInfo culture); - public override System.Reflection.MemberTypes MemberType { get => throw null; } - public static bool operator ==(System.Reflection.ConstructorInfo left, System.Reflection.ConstructorInfo right) => throw null; - public static bool operator !=(System.Reflection.ConstructorInfo left, System.Reflection.ConstructorInfo right) => throw null; - public static readonly string TypeConstructorName; - } - public sealed class ConstructorInvoker - { - public static System.Reflection.ConstructorInvoker Create(System.Reflection.ConstructorInfo constructor) => throw null; - public object Invoke(System.Span arguments) => throw null; - public object Invoke() => throw null; - public object Invoke(object arg1) => throw null; - public object Invoke(object arg1, object arg2) => throw null; - public object Invoke(object arg1, object arg2, object arg3) => throw null; - public object Invoke(object arg1, object arg2, object arg3, object arg4) => throw null; - } - public class CustomAttributeData - { - public virtual System.Type AttributeType { get => throw null; } - public virtual System.Reflection.ConstructorInfo Constructor { get => throw null; } - public virtual System.Collections.Generic.IList ConstructorArguments { get => throw null; } - protected CustomAttributeData() => throw null; - public override bool Equals(object obj) => throw null; - public static System.Collections.Generic.IList GetCustomAttributes(System.Reflection.Assembly target) => throw null; - public static System.Collections.Generic.IList GetCustomAttributes(System.Reflection.MemberInfo target) => throw null; - public static System.Collections.Generic.IList GetCustomAttributes(System.Reflection.Module target) => throw null; - public static System.Collections.Generic.IList GetCustomAttributes(System.Reflection.ParameterInfo target) => throw null; - public override int GetHashCode() => throw null; - public virtual System.Collections.Generic.IList NamedArguments { get => throw null; } - public override string ToString() => throw null; - } - public static partial class CustomAttributeExtensions - { - public static System.Attribute GetCustomAttribute(this System.Reflection.Assembly element, System.Type attributeType) => throw null; - public static System.Attribute GetCustomAttribute(this System.Reflection.MemberInfo element, System.Type attributeType) => throw null; - public static System.Attribute GetCustomAttribute(this System.Reflection.MemberInfo element, System.Type attributeType, bool inherit) => throw null; - public static System.Attribute GetCustomAttribute(this System.Reflection.Module element, System.Type attributeType) => throw null; - public static System.Attribute GetCustomAttribute(this System.Reflection.ParameterInfo element, System.Type attributeType) => throw null; - public static System.Attribute GetCustomAttribute(this System.Reflection.ParameterInfo element, System.Type attributeType, bool inherit) => throw null; - public static T GetCustomAttribute(this System.Reflection.Assembly element) where T : System.Attribute => throw null; - public static T GetCustomAttribute(this System.Reflection.MemberInfo element) where T : System.Attribute => throw null; - public static T GetCustomAttribute(this System.Reflection.MemberInfo element, bool inherit) where T : System.Attribute => throw null; - public static T GetCustomAttribute(this System.Reflection.Module element) where T : System.Attribute => throw null; - public static T GetCustomAttribute(this System.Reflection.ParameterInfo element) where T : System.Attribute => throw null; - public static T GetCustomAttribute(this System.Reflection.ParameterInfo element, bool inherit) where T : System.Attribute => throw null; - public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.Assembly element) => throw null; - public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.Assembly element, System.Type attributeType) => throw null; - public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.MemberInfo element) => throw null; - public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.MemberInfo element, bool inherit) => throw null; - public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.MemberInfo element, System.Type attributeType) => throw null; - public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.MemberInfo element, System.Type attributeType, bool inherit) => throw null; - public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.Module element) => throw null; - public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.Module element, System.Type attributeType) => throw null; - public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.ParameterInfo element) => throw null; - public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.ParameterInfo element, bool inherit) => throw null; - public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.ParameterInfo element, System.Type attributeType) => throw null; - public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.ParameterInfo element, System.Type attributeType, bool inherit) => throw null; - public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.Assembly element) where T : System.Attribute => throw null; - public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.MemberInfo element) where T : System.Attribute => throw null; - public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.MemberInfo element, bool inherit) where T : System.Attribute => throw null; - public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.Module element) where T : System.Attribute => throw null; - public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.ParameterInfo element) where T : System.Attribute => throw null; - public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.ParameterInfo element, bool inherit) where T : System.Attribute => throw null; - public static bool IsDefined(this System.Reflection.Assembly element, System.Type attributeType) => throw null; - public static bool IsDefined(this System.Reflection.MemberInfo element, System.Type attributeType) => throw null; - public static bool IsDefined(this System.Reflection.MemberInfo element, System.Type attributeType, bool inherit) => throw null; - public static bool IsDefined(this System.Reflection.Module element, System.Type attributeType) => throw null; - public static bool IsDefined(this System.Reflection.ParameterInfo element, System.Type attributeType) => throw null; - public static bool IsDefined(this System.Reflection.ParameterInfo element, System.Type attributeType, bool inherit) => throw null; - } - public class CustomAttributeFormatException : System.FormatException - { - public CustomAttributeFormatException() => throw null; - protected CustomAttributeFormatException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public CustomAttributeFormatException(string message) => throw null; - public CustomAttributeFormatException(string message, System.Exception inner) => throw null; - } - public struct CustomAttributeNamedArgument : System.IEquatable - { - public CustomAttributeNamedArgument(System.Reflection.MemberInfo memberInfo, object value) => throw null; - public CustomAttributeNamedArgument(System.Reflection.MemberInfo memberInfo, System.Reflection.CustomAttributeTypedArgument typedArgument) => throw null; - public bool Equals(System.Reflection.CustomAttributeNamedArgument other) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public bool IsField { get => throw null; } - public System.Reflection.MemberInfo MemberInfo { get => throw null; } - public string MemberName { get => throw null; } - public static bool operator ==(System.Reflection.CustomAttributeNamedArgument left, System.Reflection.CustomAttributeNamedArgument right) => throw null; - public static bool operator !=(System.Reflection.CustomAttributeNamedArgument left, System.Reflection.CustomAttributeNamedArgument right) => throw null; - public override string ToString() => throw null; - public System.Reflection.CustomAttributeTypedArgument TypedValue { get => throw null; } - } - public struct CustomAttributeTypedArgument : System.IEquatable - { - public System.Type ArgumentType { get => throw null; } - public CustomAttributeTypedArgument(object value) => throw null; - public CustomAttributeTypedArgument(System.Type argumentType, object value) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(System.Reflection.CustomAttributeTypedArgument other) => throw null; - public override int GetHashCode() => throw null; - public static bool operator ==(System.Reflection.CustomAttributeTypedArgument left, System.Reflection.CustomAttributeTypedArgument right) => throw null; - public static bool operator !=(System.Reflection.CustomAttributeTypedArgument left, System.Reflection.CustomAttributeTypedArgument right) => throw null; - public override string ToString() => throw null; - public object Value { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)1036)] - public sealed class DefaultMemberAttribute : System.Attribute - { - public DefaultMemberAttribute(string memberName) => throw null; - public string MemberName { get => throw null; } - } - [System.Flags] - public enum EventAttributes - { - None = 0, - SpecialName = 512, - ReservedMask = 1024, - RTSpecialName = 1024, - } - public abstract class EventInfo : System.Reflection.MemberInfo - { - public virtual void AddEventHandler(object target, System.Delegate handler) => throw null; - public virtual System.Reflection.MethodInfo AddMethod { get => throw null; } - public abstract System.Reflection.EventAttributes Attributes { get; } - protected EventInfo() => throw null; - public override bool Equals(object obj) => throw null; - public virtual System.Type EventHandlerType { get => throw null; } - public System.Reflection.MethodInfo GetAddMethod() => throw null; - public abstract System.Reflection.MethodInfo GetAddMethod(bool nonPublic); - public override int GetHashCode() => throw null; - public System.Reflection.MethodInfo[] GetOtherMethods() => throw null; - public virtual System.Reflection.MethodInfo[] GetOtherMethods(bool nonPublic) => throw null; - public System.Reflection.MethodInfo GetRaiseMethod() => throw null; - public abstract System.Reflection.MethodInfo GetRaiseMethod(bool nonPublic); - public System.Reflection.MethodInfo GetRemoveMethod() => throw null; - public abstract System.Reflection.MethodInfo GetRemoveMethod(bool nonPublic); - public virtual bool IsMulticast { get => throw null; } - public bool IsSpecialName { get => throw null; } - public override System.Reflection.MemberTypes MemberType { get => throw null; } - public static bool operator ==(System.Reflection.EventInfo left, System.Reflection.EventInfo right) => throw null; - public static bool operator !=(System.Reflection.EventInfo left, System.Reflection.EventInfo right) => throw null; - public virtual System.Reflection.MethodInfo RaiseMethod { get => throw null; } - public virtual void RemoveEventHandler(object target, System.Delegate handler) => throw null; - public virtual System.Reflection.MethodInfo RemoveMethod { get => throw null; } - } - public class ExceptionHandlingClause - { - public virtual System.Type CatchType { get => throw null; } - protected ExceptionHandlingClause() => throw null; - public virtual int FilterOffset { get => throw null; } - public virtual System.Reflection.ExceptionHandlingClauseOptions Flags { get => throw null; } - public virtual int HandlerLength { get => throw null; } - public virtual int HandlerOffset { get => throw null; } - public override string ToString() => throw null; - public virtual int TryLength { get => throw null; } - public virtual int TryOffset { get => throw null; } - } - [System.Flags] - public enum ExceptionHandlingClauseOptions - { - Clause = 0, - Filter = 1, - Finally = 2, - Fault = 4, - } - [System.Flags] - public enum FieldAttributes - { - PrivateScope = 0, - Private = 1, - FamANDAssem = 2, - Assembly = 3, - Family = 4, - FamORAssem = 5, - Public = 6, - FieldAccessMask = 7, - Static = 16, - InitOnly = 32, - Literal = 64, - NotSerialized = 128, - HasFieldRVA = 256, - SpecialName = 512, - RTSpecialName = 1024, - HasFieldMarshal = 4096, - PinvokeImpl = 8192, - HasDefault = 32768, - ReservedMask = 38144, - } - public abstract class FieldInfo : System.Reflection.MemberInfo - { - public abstract System.Reflection.FieldAttributes Attributes { get; } - protected FieldInfo() => throw null; - public override bool Equals(object obj) => throw null; - public abstract System.RuntimeFieldHandle FieldHandle { get; } - public abstract System.Type FieldType { get; } - public static System.Reflection.FieldInfo GetFieldFromHandle(System.RuntimeFieldHandle handle) => throw null; - public static System.Reflection.FieldInfo GetFieldFromHandle(System.RuntimeFieldHandle handle, System.RuntimeTypeHandle declaringType) => throw null; - public override int GetHashCode() => throw null; - public virtual System.Type GetModifiedFieldType() => throw null; - public virtual System.Type[] GetOptionalCustomModifiers() => throw null; - public virtual object GetRawConstantValue() => throw null; - public virtual System.Type[] GetRequiredCustomModifiers() => throw null; - public abstract object GetValue(object obj); - public virtual object GetValueDirect(System.TypedReference obj) => throw null; - public bool IsAssembly { get => throw null; } - public bool IsFamily { get => throw null; } - public bool IsFamilyAndAssembly { get => throw null; } - public bool IsFamilyOrAssembly { get => throw null; } - public bool IsInitOnly { get => throw null; } - public bool IsLiteral { get => throw null; } - public bool IsNotSerialized { get => throw null; } - public bool IsPinvokeImpl { get => throw null; } - public bool IsPrivate { get => throw null; } - public bool IsPublic { get => throw null; } - public virtual bool IsSecurityCritical { get => throw null; } - public virtual bool IsSecuritySafeCritical { get => throw null; } - public virtual bool IsSecurityTransparent { get => throw null; } - public bool IsSpecialName { get => throw null; } - public bool IsStatic { get => throw null; } - public override System.Reflection.MemberTypes MemberType { get => throw null; } - public static bool operator ==(System.Reflection.FieldInfo left, System.Reflection.FieldInfo right) => throw null; - public static bool operator !=(System.Reflection.FieldInfo left, System.Reflection.FieldInfo right) => throw null; - public void SetValue(object obj, object value) => throw null; - public abstract void SetValue(object obj, object value, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Globalization.CultureInfo culture); - public virtual void SetValueDirect(System.TypedReference obj, object value) => throw null; - } - [System.Flags] - public enum GenericParameterAttributes - { - None = 0, - Covariant = 1, - Contravariant = 2, - VarianceMask = 3, - ReferenceTypeConstraint = 4, - NotNullableValueTypeConstraint = 8, - DefaultConstructorConstraint = 16, - SpecialConstraintMask = 28, - } - public interface ICustomAttributeProvider - { - object[] GetCustomAttributes(bool inherit); - object[] GetCustomAttributes(System.Type attributeType, bool inherit); - bool IsDefined(System.Type attributeType, bool inherit); - } - public enum ImageFileMachine - { - I386 = 332, - ARM = 452, - IA64 = 512, - AMD64 = 34404, - } - public struct InterfaceMapping - { - public System.Reflection.MethodInfo[] InterfaceMethods; - public System.Type InterfaceType; - public System.Reflection.MethodInfo[] TargetMethods; - public System.Type TargetType; - } - public static partial class IntrospectionExtensions - { - public static System.Reflection.TypeInfo GetTypeInfo(this System.Type type) => throw null; - } - public class InvalidFilterCriteriaException : System.ApplicationException - { - public InvalidFilterCriteriaException() => throw null; - protected InvalidFilterCriteriaException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public InvalidFilterCriteriaException(string message) => throw null; - public InvalidFilterCriteriaException(string message, System.Exception inner) => throw null; - } - public interface IReflect - { - System.Reflection.FieldInfo GetField(string name, System.Reflection.BindingFlags bindingAttr); - System.Reflection.FieldInfo[] GetFields(System.Reflection.BindingFlags bindingAttr); - System.Reflection.MemberInfo[] GetMember(string name, System.Reflection.BindingFlags bindingAttr); - System.Reflection.MemberInfo[] GetMembers(System.Reflection.BindingFlags bindingAttr); - System.Reflection.MethodInfo GetMethod(string name, System.Reflection.BindingFlags bindingAttr); - System.Reflection.MethodInfo GetMethod(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type[] types, System.Reflection.ParameterModifier[] modifiers); - System.Reflection.MethodInfo[] GetMethods(System.Reflection.BindingFlags bindingAttr); - System.Reflection.PropertyInfo[] GetProperties(System.Reflection.BindingFlags bindingAttr); - System.Reflection.PropertyInfo GetProperty(string name, System.Reflection.BindingFlags bindingAttr); - System.Reflection.PropertyInfo GetProperty(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type returnType, System.Type[] types, System.Reflection.ParameterModifier[] modifiers); - object InvokeMember(string name, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object target, object[] args, System.Reflection.ParameterModifier[] modifiers, System.Globalization.CultureInfo culture, string[] namedParameters); - System.Type UnderlyingSystemType { get; } - } - public interface IReflectableType - { - System.Reflection.TypeInfo GetTypeInfo(); - } - public class LocalVariableInfo - { - protected LocalVariableInfo() => throw null; - public virtual bool IsPinned { get => throw null; } - public virtual int LocalIndex { get => throw null; } - public virtual System.Type LocalType { get => throw null; } - public override string ToString() => throw null; - } - public class ManifestResourceInfo - { - public ManifestResourceInfo(System.Reflection.Assembly containingAssembly, string containingFileName, System.Reflection.ResourceLocation resourceLocation) => throw null; - public virtual string FileName { get => throw null; } - public virtual System.Reflection.Assembly ReferencedAssembly { get => throw null; } - public virtual System.Reflection.ResourceLocation ResourceLocation { get => throw null; } - } - public delegate bool MemberFilter(System.Reflection.MemberInfo m, object filterCriteria); - public abstract class MemberInfo : System.Reflection.ICustomAttributeProvider - { - protected MemberInfo() => throw null; - public virtual System.Collections.Generic.IEnumerable CustomAttributes { get => throw null; } - public abstract System.Type DeclaringType { get; } - public override bool Equals(object obj) => throw null; - public abstract object[] GetCustomAttributes(bool inherit); - public abstract object[] GetCustomAttributes(System.Type attributeType, bool inherit); - public virtual System.Collections.Generic.IList GetCustomAttributesData() => throw null; - public override int GetHashCode() => throw null; - public virtual bool HasSameMetadataDefinitionAs(System.Reflection.MemberInfo other) => throw null; - public virtual bool IsCollectible { get => throw null; } - public abstract bool IsDefined(System.Type attributeType, bool inherit); - public abstract System.Reflection.MemberTypes MemberType { get; } - public virtual int MetadataToken { get => throw null; } - public virtual System.Reflection.Module Module { get => throw null; } - public abstract string Name { get; } - public static bool operator ==(System.Reflection.MemberInfo left, System.Reflection.MemberInfo right) => throw null; - public static bool operator !=(System.Reflection.MemberInfo left, System.Reflection.MemberInfo right) => throw null; - public abstract System.Type ReflectedType { get; } - } - [System.Flags] - public enum MemberTypes - { - Constructor = 1, - Event = 2, - Field = 4, - Method = 8, - Property = 16, - TypeInfo = 32, - Custom = 64, - NestedType = 128, - All = 191, - } - [System.Flags] - public enum MethodAttributes - { - PrivateScope = 0, - ReuseSlot = 0, - Private = 1, - FamANDAssem = 2, - Assembly = 3, - Family = 4, - FamORAssem = 5, - Public = 6, - MemberAccessMask = 7, - UnmanagedExport = 8, - Static = 16, - Final = 32, - Virtual = 64, - HideBySig = 128, - NewSlot = 256, - VtableLayoutMask = 256, - CheckAccessOnOverride = 512, - Abstract = 1024, - SpecialName = 2048, - RTSpecialName = 4096, - PinvokeImpl = 8192, - HasSecurity = 16384, - RequireSecObject = 32768, - ReservedMask = 53248, - } - public abstract class MethodBase : System.Reflection.MemberInfo - { - public abstract System.Reflection.MethodAttributes Attributes { get; } - public virtual System.Reflection.CallingConventions CallingConvention { get => throw null; } - public virtual bool ContainsGenericParameters { get => throw null; } - protected MethodBase() => throw null; - public override bool Equals(object obj) => throw null; - public static System.Reflection.MethodBase GetCurrentMethod() => throw null; - public virtual System.Type[] GetGenericArguments() => throw null; - public override int GetHashCode() => throw null; - public virtual System.Reflection.MethodBody GetMethodBody() => throw null; - public static System.Reflection.MethodBase GetMethodFromHandle(System.RuntimeMethodHandle handle) => throw null; - public static System.Reflection.MethodBase GetMethodFromHandle(System.RuntimeMethodHandle handle, System.RuntimeTypeHandle declaringType) => throw null; - public abstract System.Reflection.MethodImplAttributes GetMethodImplementationFlags(); - public abstract System.Reflection.ParameterInfo[] GetParameters(); - public object Invoke(object obj, object[] parameters) => throw null; - public abstract object Invoke(object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object[] parameters, System.Globalization.CultureInfo culture); - public bool IsAbstract { get => throw null; } - public bool IsAssembly { get => throw null; } - public virtual bool IsConstructedGenericMethod { get => throw null; } - public bool IsConstructor { get => throw null; } - public bool IsFamily { get => throw null; } - public bool IsFamilyAndAssembly { get => throw null; } - public bool IsFamilyOrAssembly { get => throw null; } - public bool IsFinal { get => throw null; } - public virtual bool IsGenericMethod { get => throw null; } - public virtual bool IsGenericMethodDefinition { get => throw null; } - public bool IsHideBySig { get => throw null; } - public bool IsPrivate { get => throw null; } - public bool IsPublic { get => throw null; } - public virtual bool IsSecurityCritical { get => throw null; } - public virtual bool IsSecuritySafeCritical { get => throw null; } - public virtual bool IsSecurityTransparent { get => throw null; } - public bool IsSpecialName { get => throw null; } - public bool IsStatic { get => throw null; } - public bool IsVirtual { get => throw null; } - public abstract System.RuntimeMethodHandle MethodHandle { get; } - public virtual System.Reflection.MethodImplAttributes MethodImplementationFlags { get => throw null; } - public static bool operator ==(System.Reflection.MethodBase left, System.Reflection.MethodBase right) => throw null; - public static bool operator !=(System.Reflection.MethodBase left, System.Reflection.MethodBase right) => throw null; - } - public class MethodBody - { - protected MethodBody() => throw null; - public virtual System.Collections.Generic.IList ExceptionHandlingClauses { get => throw null; } - public virtual byte[] GetILAsByteArray() => throw null; - public virtual bool InitLocals { get => throw null; } - public virtual int LocalSignatureMetadataToken { get => throw null; } - public virtual System.Collections.Generic.IList LocalVariables { get => throw null; } - public virtual int MaxStackSize { get => throw null; } - } - public enum MethodImplAttributes - { - IL = 0, - Managed = 0, - Native = 1, - OPTIL = 2, - CodeTypeMask = 3, - Runtime = 3, - ManagedMask = 4, - Unmanaged = 4, - NoInlining = 8, - ForwardRef = 16, - Synchronized = 32, - NoOptimization = 64, - PreserveSig = 128, - AggressiveInlining = 256, - AggressiveOptimization = 512, - InternalCall = 4096, - MaxMethodImplVal = 65535, - } - public abstract class MethodInfo : System.Reflection.MethodBase - { - public virtual System.Delegate CreateDelegate(System.Type delegateType) => throw null; - public virtual System.Delegate CreateDelegate(System.Type delegateType, object target) => throw null; - public T CreateDelegate() where T : System.Delegate => throw null; - public T CreateDelegate(object target) where T : System.Delegate => throw null; - protected MethodInfo() => throw null; - public override bool Equals(object obj) => throw null; - public abstract System.Reflection.MethodInfo GetBaseDefinition(); - public override System.Type[] GetGenericArguments() => throw null; - public virtual System.Reflection.MethodInfo GetGenericMethodDefinition() => throw null; - public override int GetHashCode() => throw null; - public virtual System.Reflection.MethodInfo MakeGenericMethod(params System.Type[] typeArguments) => throw null; - public override System.Reflection.MemberTypes MemberType { get => throw null; } - public static bool operator ==(System.Reflection.MethodInfo left, System.Reflection.MethodInfo right) => throw null; - public static bool operator !=(System.Reflection.MethodInfo left, System.Reflection.MethodInfo right) => throw null; - public virtual System.Reflection.ParameterInfo ReturnParameter { get => throw null; } - public virtual System.Type ReturnType { get => throw null; } - public abstract System.Reflection.ICustomAttributeProvider ReturnTypeCustomAttributes { get; } - } - public sealed class MethodInvoker - { - public static System.Reflection.MethodInvoker Create(System.Reflection.MethodBase method) => throw null; - public object Invoke(object obj, System.Span arguments) => throw null; - public object Invoke(object obj) => throw null; - public object Invoke(object obj, object arg1) => throw null; - public object Invoke(object obj, object arg1, object arg2) => throw null; - public object Invoke(object obj, object arg1, object arg2, object arg3) => throw null; - public object Invoke(object obj, object arg1, object arg2, object arg3, object arg4) => throw null; - } - public sealed class Missing : System.Runtime.Serialization.ISerializable - { - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public static readonly System.Reflection.Missing Value; - } - public abstract class Module : System.Reflection.ICustomAttributeProvider, System.Runtime.Serialization.ISerializable - { - public virtual System.Reflection.Assembly Assembly { get => throw null; } - protected Module() => throw null; - public virtual System.Collections.Generic.IEnumerable CustomAttributes { get => throw null; } - public override bool Equals(object o) => throw null; - public static readonly System.Reflection.TypeFilter FilterTypeName; - public static readonly System.Reflection.TypeFilter FilterTypeNameIgnoreCase; - public virtual System.Type[] FindTypes(System.Reflection.TypeFilter filter, object filterCriteria) => throw null; - public virtual string FullyQualifiedName { get => throw null; } - public virtual object[] GetCustomAttributes(bool inherit) => throw null; - public virtual object[] GetCustomAttributes(System.Type attributeType, bool inherit) => throw null; - public virtual System.Collections.Generic.IList GetCustomAttributesData() => throw null; - public System.Reflection.FieldInfo GetField(string name) => throw null; - public virtual System.Reflection.FieldInfo GetField(string name, System.Reflection.BindingFlags bindingAttr) => throw null; - public System.Reflection.FieldInfo[] GetFields() => throw null; - public virtual System.Reflection.FieldInfo[] GetFields(System.Reflection.BindingFlags bindingFlags) => throw null; - public override int GetHashCode() => throw null; - public System.Reflection.MethodInfo GetMethod(string name) => throw null; - public System.Reflection.MethodInfo GetMethod(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Reflection.CallingConventions callConvention, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; - public System.Reflection.MethodInfo GetMethod(string name, System.Type[] types) => throw null; - protected virtual System.Reflection.MethodInfo GetMethodImpl(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Reflection.CallingConventions callConvention, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; - public System.Reflection.MethodInfo[] GetMethods() => throw null; - public virtual System.Reflection.MethodInfo[] GetMethods(System.Reflection.BindingFlags bindingFlags) => throw null; - public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public virtual void GetPEKind(out System.Reflection.PortableExecutableKinds peKind, out System.Reflection.ImageFileMachine machine) => throw null; - public virtual System.Type GetType(string className) => throw null; - public virtual System.Type GetType(string className, bool ignoreCase) => throw null; - public virtual System.Type GetType(string className, bool throwOnError, bool ignoreCase) => throw null; - public virtual System.Type[] GetTypes() => throw null; - public virtual bool IsDefined(System.Type attributeType, bool inherit) => throw null; - public virtual bool IsResource() => throw null; - public virtual int MDStreamVersion { get => throw null; } - public virtual int MetadataToken { get => throw null; } - public System.ModuleHandle ModuleHandle { get => throw null; } - public virtual System.Guid ModuleVersionId { get => throw null; } - public virtual string Name { get => throw null; } - public static bool operator ==(System.Reflection.Module left, System.Reflection.Module right) => throw null; - public static bool operator !=(System.Reflection.Module left, System.Reflection.Module right) => throw null; - public System.Reflection.FieldInfo ResolveField(int metadataToken) => throw null; - public virtual System.Reflection.FieldInfo ResolveField(int metadataToken, System.Type[] genericTypeArguments, System.Type[] genericMethodArguments) => throw null; - public System.Reflection.MemberInfo ResolveMember(int metadataToken) => throw null; - public virtual System.Reflection.MemberInfo ResolveMember(int metadataToken, System.Type[] genericTypeArguments, System.Type[] genericMethodArguments) => throw null; - public System.Reflection.MethodBase ResolveMethod(int metadataToken) => throw null; - public virtual System.Reflection.MethodBase ResolveMethod(int metadataToken, System.Type[] genericTypeArguments, System.Type[] genericMethodArguments) => throw null; - public virtual byte[] ResolveSignature(int metadataToken) => throw null; - public virtual string ResolveString(int metadataToken) => throw null; - public System.Type ResolveType(int metadataToken) => throw null; - public virtual System.Type ResolveType(int metadataToken, System.Type[] genericTypeArguments, System.Type[] genericMethodArguments) => throw null; - public virtual string ScopeName { get => throw null; } - public override string ToString() => throw null; - } - public delegate System.Reflection.Module ModuleResolveEventHandler(object sender, System.ResolveEventArgs e); - public sealed class NullabilityInfo - { - public System.Reflection.NullabilityInfo ElementType { get => throw null; } - public System.Reflection.NullabilityInfo[] GenericTypeArguments { get => throw null; } - public System.Reflection.NullabilityState ReadState { get => throw null; } - public System.Type Type { get => throw null; } - public System.Reflection.NullabilityState WriteState { get => throw null; } - } - public sealed class NullabilityInfoContext - { - public System.Reflection.NullabilityInfo Create(System.Reflection.EventInfo eventInfo) => throw null; - public System.Reflection.NullabilityInfo Create(System.Reflection.FieldInfo fieldInfo) => throw null; - public System.Reflection.NullabilityInfo Create(System.Reflection.ParameterInfo parameterInfo) => throw null; - public System.Reflection.NullabilityInfo Create(System.Reflection.PropertyInfo propertyInfo) => throw null; - public NullabilityInfoContext() => throw null; - } - public enum NullabilityState - { - Unknown = 0, - NotNull = 1, - Nullable = 2, - } - [System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = false, Inherited = false)] - public sealed class ObfuscateAssemblyAttribute : System.Attribute - { - public bool AssemblyIsPrivate { get => throw null; } - public ObfuscateAssemblyAttribute(bool assemblyIsPrivate) => throw null; - public bool StripAfterObfuscation { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)8157, AllowMultiple = true, Inherited = false)] - public sealed class ObfuscationAttribute : System.Attribute - { - public bool ApplyToMembers { get => throw null; set { } } - public ObfuscationAttribute() => throw null; - public bool Exclude { get => throw null; set { } } - public string Feature { get => throw null; set { } } - public bool StripAfterObfuscation { get => throw null; set { } } - } - [System.Flags] - public enum ParameterAttributes - { - None = 0, - In = 1, - Out = 2, - Lcid = 4, - Retval = 8, - Optional = 16, - HasDefault = 4096, - HasFieldMarshal = 8192, - Reserved3 = 16384, - Reserved4 = 32768, - ReservedMask = 61440, - } - public class ParameterInfo : System.Reflection.ICustomAttributeProvider, System.Runtime.Serialization.IObjectReference - { - public virtual System.Reflection.ParameterAttributes Attributes { get => throw null; } - protected System.Reflection.ParameterAttributes AttrsImpl; - protected System.Type ClassImpl; - protected ParameterInfo() => throw null; - public virtual System.Collections.Generic.IEnumerable CustomAttributes { get => throw null; } - public virtual object DefaultValue { get => throw null; } - protected object DefaultValueImpl; - public virtual object[] GetCustomAttributes(bool inherit) => throw null; - public virtual object[] GetCustomAttributes(System.Type attributeType, bool inherit) => throw null; - public virtual System.Collections.Generic.IList GetCustomAttributesData() => throw null; - public virtual System.Type GetModifiedParameterType() => throw null; - public virtual System.Type[] GetOptionalCustomModifiers() => throw null; - public object GetRealObject(System.Runtime.Serialization.StreamingContext context) => throw null; - public virtual System.Type[] GetRequiredCustomModifiers() => throw null; - public virtual bool HasDefaultValue { get => throw null; } - public virtual bool IsDefined(System.Type attributeType, bool inherit) => throw null; - public bool IsIn { get => throw null; } - public bool IsLcid { get => throw null; } - public bool IsOptional { get => throw null; } - public bool IsOut { get => throw null; } - public bool IsRetval { get => throw null; } - public virtual System.Reflection.MemberInfo Member { get => throw null; } - protected System.Reflection.MemberInfo MemberImpl; - public virtual int MetadataToken { get => throw null; } - public virtual string Name { get => throw null; } - protected string NameImpl; - public virtual System.Type ParameterType { get => throw null; } - public virtual int Position { get => throw null; } - protected int PositionImpl; - public virtual object RawDefaultValue { get => throw null; } - public override string ToString() => throw null; - } - public struct ParameterModifier - { - public ParameterModifier(int parameterCount) => throw null; - public bool this[int index] { get => throw null; set { } } - } - public sealed class Pointer : System.Runtime.Serialization.ISerializable - { - public static unsafe object Box(void* ptr, System.Type type) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public static unsafe void* Unbox(object ptr) => throw null; - } - [System.Flags] - public enum PortableExecutableKinds - { - NotAPortableExecutableImage = 0, - ILOnly = 1, - Required32Bit = 2, - PE32Plus = 4, - Unmanaged32Bit = 8, - Preferred32Bit = 16, - } - public enum ProcessorArchitecture - { - None = 0, - MSIL = 1, - X86 = 2, - IA64 = 3, - Amd64 = 4, - Arm = 5, - } - [System.Flags] - public enum PropertyAttributes - { - None = 0, - SpecialName = 512, - RTSpecialName = 1024, - HasDefault = 4096, - Reserved2 = 8192, - Reserved3 = 16384, - Reserved4 = 32768, - ReservedMask = 62464, - } - public abstract class PropertyInfo : System.Reflection.MemberInfo - { - public abstract System.Reflection.PropertyAttributes Attributes { get; } - public abstract bool CanRead { get; } - public abstract bool CanWrite { get; } - protected PropertyInfo() => throw null; - public override bool Equals(object obj) => throw null; - public System.Reflection.MethodInfo[] GetAccessors() => throw null; - public abstract System.Reflection.MethodInfo[] GetAccessors(bool nonPublic); - public virtual object GetConstantValue() => throw null; - public System.Reflection.MethodInfo GetGetMethod() => throw null; - public abstract System.Reflection.MethodInfo GetGetMethod(bool nonPublic); - public override int GetHashCode() => throw null; - public abstract System.Reflection.ParameterInfo[] GetIndexParameters(); - public virtual System.Reflection.MethodInfo GetMethod { get => throw null; } - public virtual System.Type GetModifiedPropertyType() => throw null; - public virtual System.Type[] GetOptionalCustomModifiers() => throw null; - public virtual object GetRawConstantValue() => throw null; - public virtual System.Type[] GetRequiredCustomModifiers() => throw null; - public System.Reflection.MethodInfo GetSetMethod() => throw null; - public abstract System.Reflection.MethodInfo GetSetMethod(bool nonPublic); - public object GetValue(object obj) => throw null; - public virtual object GetValue(object obj, object[] index) => throw null; - public abstract object GetValue(object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object[] index, System.Globalization.CultureInfo culture); - public bool IsSpecialName { get => throw null; } - public override System.Reflection.MemberTypes MemberType { get => throw null; } - public static bool operator ==(System.Reflection.PropertyInfo left, System.Reflection.PropertyInfo right) => throw null; - public static bool operator !=(System.Reflection.PropertyInfo left, System.Reflection.PropertyInfo right) => throw null; - public abstract System.Type PropertyType { get; } - public virtual System.Reflection.MethodInfo SetMethod { get => throw null; } - public void SetValue(object obj, object value) => throw null; - public virtual void SetValue(object obj, object value, object[] index) => throw null; - public abstract void SetValue(object obj, object value, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object[] index, System.Globalization.CultureInfo culture); - } - public abstract class ReflectionContext - { - protected ReflectionContext() => throw null; - public virtual System.Reflection.TypeInfo GetTypeForObject(object value) => throw null; - public abstract System.Reflection.Assembly MapAssembly(System.Reflection.Assembly assembly); - public abstract System.Reflection.TypeInfo MapType(System.Reflection.TypeInfo type); - } - public sealed class ReflectionTypeLoadException : System.SystemException - { - public ReflectionTypeLoadException(System.Type[] classes, System.Exception[] exceptions) => throw null; - public ReflectionTypeLoadException(System.Type[] classes, System.Exception[] exceptions, string message) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public System.Exception[] LoaderExceptions { get => throw null; } - public override string Message { get => throw null; } - public override string ToString() => throw null; - public System.Type[] Types { get => throw null; } - } - [System.Flags] - public enum ResourceAttributes - { - Public = 1, - Private = 2, - } - [System.Flags] - public enum ResourceLocation - { - Embedded = 1, - ContainedInAnotherAssembly = 2, - ContainedInManifestFile = 4, - } - public static partial class RuntimeReflectionExtensions - { - public static System.Reflection.MethodInfo GetMethodInfo(this System.Delegate del) => throw null; - public static System.Reflection.MethodInfo GetRuntimeBaseDefinition(this System.Reflection.MethodInfo method) => throw null; - public static System.Reflection.EventInfo GetRuntimeEvent(this System.Type type, string name) => throw null; - public static System.Collections.Generic.IEnumerable GetRuntimeEvents(this System.Type type) => throw null; - public static System.Reflection.FieldInfo GetRuntimeField(this System.Type type, string name) => throw null; - public static System.Collections.Generic.IEnumerable GetRuntimeFields(this System.Type type) => throw null; - public static System.Reflection.InterfaceMapping GetRuntimeInterfaceMap(this System.Reflection.TypeInfo typeInfo, System.Type interfaceType) => throw null; - public static System.Reflection.MethodInfo GetRuntimeMethod(this System.Type type, string name, System.Type[] parameters) => throw null; - public static System.Collections.Generic.IEnumerable GetRuntimeMethods(this System.Type type) => throw null; - public static System.Collections.Generic.IEnumerable GetRuntimeProperties(this System.Type type) => throw null; - public static System.Reflection.PropertyInfo GetRuntimeProperty(this System.Type type, string name) => throw null; - } - public class StrongNameKeyPair : System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable - { - public StrongNameKeyPair(byte[] keyPairArray) => throw null; - public StrongNameKeyPair(System.IO.FileStream keyPairFile) => throw null; - protected StrongNameKeyPair(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public StrongNameKeyPair(string keyPairContainer) => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) => throw null; - public byte[] PublicKey { get => throw null; } - } - public class TargetException : System.ApplicationException - { - public TargetException() => throw null; - protected TargetException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public TargetException(string message) => throw null; - public TargetException(string message, System.Exception inner) => throw null; - } - public sealed class TargetInvocationException : System.ApplicationException - { - public TargetInvocationException(System.Exception inner) => throw null; - public TargetInvocationException(string message, System.Exception inner) => throw null; - } - public sealed class TargetParameterCountException : System.ApplicationException - { - public TargetParameterCountException() => throw null; - public TargetParameterCountException(string message) => throw null; - public TargetParameterCountException(string message, System.Exception inner) => throw null; - } - [System.Flags] - public enum TypeAttributes - { - AnsiClass = 0, - AutoLayout = 0, - Class = 0, - NotPublic = 0, - Public = 1, - NestedPublic = 2, - NestedPrivate = 3, - NestedFamily = 4, - NestedAssembly = 5, - NestedFamANDAssem = 6, - NestedFamORAssem = 7, - VisibilityMask = 7, - SequentialLayout = 8, - ExplicitLayout = 16, - LayoutMask = 24, - ClassSemanticsMask = 32, - Interface = 32, - Abstract = 128, - Sealed = 256, - SpecialName = 1024, - RTSpecialName = 2048, - Import = 4096, - Serializable = 8192, - WindowsRuntime = 16384, - UnicodeClass = 65536, - AutoClass = 131072, - CustomFormatClass = 196608, - StringFormatMask = 196608, - HasSecurity = 262144, - ReservedMask = 264192, - BeforeFieldInit = 1048576, - CustomFormatMask = 12582912, - } - public class TypeDelegator : System.Reflection.TypeInfo - { - public override System.Reflection.Assembly Assembly { get => throw null; } - public override string AssemblyQualifiedName { get => throw null; } - public override System.Type BaseType { get => throw null; } - protected TypeDelegator() => throw null; - public TypeDelegator(System.Type delegatingType) => throw null; - public override string FullName { get => throw null; } - protected override System.Reflection.TypeAttributes GetAttributeFlagsImpl() => throw null; - protected override System.Reflection.ConstructorInfo GetConstructorImpl(System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Reflection.CallingConventions callConvention, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; - public override System.Reflection.ConstructorInfo[] GetConstructors(System.Reflection.BindingFlags bindingAttr) => throw null; - public override object[] GetCustomAttributes(bool inherit) => throw null; - public override object[] GetCustomAttributes(System.Type attributeType, bool inherit) => throw null; - public override System.Type GetElementType() => throw null; - public override System.Reflection.EventInfo GetEvent(string name, System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Reflection.EventInfo[] GetEvents() => throw null; - public override System.Reflection.EventInfo[] GetEvents(System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Reflection.FieldInfo GetField(string name, System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Reflection.FieldInfo[] GetFields(System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Type[] GetFunctionPointerCallingConventions() => throw null; - public override System.Type[] GetFunctionPointerParameterTypes() => throw null; - public override System.Type GetFunctionPointerReturnType() => throw null; - public override System.Type GetInterface(string name, bool ignoreCase) => throw null; - public override System.Reflection.InterfaceMapping GetInterfaceMap(System.Type interfaceType) => throw null; - public override System.Type[] GetInterfaces() => throw null; - public override System.Reflection.MemberInfo[] GetMember(string name, System.Reflection.MemberTypes type, System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Reflection.MemberInfo[] GetMembers(System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Reflection.MemberInfo GetMemberWithSameMetadataDefinitionAs(System.Reflection.MemberInfo member) => throw null; - protected override System.Reflection.MethodInfo GetMethodImpl(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Reflection.CallingConventions callConvention, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; - public override System.Reflection.MethodInfo[] GetMethods(System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Type GetNestedType(string name, System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Type[] GetNestedTypes(System.Reflection.BindingFlags bindingAttr) => throw null; - public override System.Reflection.PropertyInfo[] GetProperties(System.Reflection.BindingFlags bindingAttr) => throw null; - protected override System.Reflection.PropertyInfo GetPropertyImpl(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type returnType, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; - public override System.Guid GUID { get => throw null; } - protected override bool HasElementTypeImpl() => throw null; - public override object InvokeMember(string name, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object target, object[] args, System.Reflection.ParameterModifier[] modifiers, System.Globalization.CultureInfo culture, string[] namedParameters) => throw null; - protected override bool IsArrayImpl() => throw null; - public override bool IsAssignableFrom(System.Reflection.TypeInfo typeInfo) => throw null; - protected override bool IsByRefImpl() => throw null; - public override bool IsByRefLike { get => throw null; } - public override bool IsCollectible { get => throw null; } - protected override bool IsCOMObjectImpl() => throw null; - public override bool IsConstructedGenericType { get => throw null; } - public override bool IsDefined(System.Type attributeType, bool inherit) => throw null; - public override bool IsFunctionPointer { get => throw null; } - public override bool IsGenericMethodParameter { get => throw null; } - public override bool IsGenericTypeParameter { get => throw null; } - protected override bool IsPointerImpl() => throw null; - protected override bool IsPrimitiveImpl() => throw null; - public override bool IsSZArray { get => throw null; } - public override bool IsTypeDefinition { get => throw null; } - public override bool IsUnmanagedFunctionPointer { get => throw null; } - protected override bool IsValueTypeImpl() => throw null; - public override bool IsVariableBoundArray { get => throw null; } - public override int MetadataToken { get => throw null; } - public override System.Reflection.Module Module { get => throw null; } - public override string Name { get => throw null; } - public override string Namespace { get => throw null; } - public override System.RuntimeTypeHandle TypeHandle { get => throw null; } - protected System.Type typeImpl; - public override System.Type UnderlyingSystemType { get => throw null; } - } - public delegate bool TypeFilter(System.Type m, object filterCriteria); - public abstract class TypeInfo : System.Type, System.Reflection.IReflectableType - { - public virtual System.Type AsType() => throw null; - protected TypeInfo() => throw null; - public virtual System.Collections.Generic.IEnumerable DeclaredConstructors { get => throw null; } - public virtual System.Collections.Generic.IEnumerable DeclaredEvents { get => throw null; } - public virtual System.Collections.Generic.IEnumerable DeclaredFields { get => throw null; } - public virtual System.Collections.Generic.IEnumerable DeclaredMembers { get => throw null; } - public virtual System.Collections.Generic.IEnumerable DeclaredMethods { get => throw null; } - public virtual System.Collections.Generic.IEnumerable DeclaredNestedTypes { get => throw null; } - public virtual System.Collections.Generic.IEnumerable DeclaredProperties { get => throw null; } - public virtual System.Type[] GenericTypeParameters { get => throw null; } - public virtual System.Reflection.EventInfo GetDeclaredEvent(string name) => throw null; - public virtual System.Reflection.FieldInfo GetDeclaredField(string name) => throw null; - public virtual System.Reflection.MethodInfo GetDeclaredMethod(string name) => throw null; - public virtual System.Collections.Generic.IEnumerable GetDeclaredMethods(string name) => throw null; - public virtual System.Reflection.TypeInfo GetDeclaredNestedType(string name) => throw null; - public virtual System.Reflection.PropertyInfo GetDeclaredProperty(string name) => throw null; - System.Reflection.TypeInfo System.Reflection.IReflectableType.GetTypeInfo() => throw null; - public virtual System.Collections.Generic.IEnumerable ImplementedInterfaces { get => throw null; } - public virtual bool IsAssignableFrom(System.Reflection.TypeInfo typeInfo) => throw null; - } - } - public class ResolveEventArgs : System.EventArgs - { - public ResolveEventArgs(string name) => throw null; - public ResolveEventArgs(string name, System.Reflection.Assembly requestingAssembly) => throw null; - public string Name { get => throw null; } - public System.Reflection.Assembly RequestingAssembly { get => throw null; } - } - public delegate System.Reflection.Assembly ResolveEventHandler(object sender, System.ResolveEventArgs args); - namespace Resources - { - public interface IResourceReader : System.IDisposable, System.Collections.IEnumerable - { - void Close(); - System.Collections.IDictionaryEnumerator GetEnumerator(); - } - public class MissingManifestResourceException : System.SystemException - { - public MissingManifestResourceException() => throw null; - protected MissingManifestResourceException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public MissingManifestResourceException(string message) => throw null; - public MissingManifestResourceException(string message, System.Exception inner) => throw null; - } - public class MissingSatelliteAssemblyException : System.SystemException - { - public MissingSatelliteAssemblyException() => throw null; - protected MissingSatelliteAssemblyException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public MissingSatelliteAssemblyException(string message) => throw null; - public MissingSatelliteAssemblyException(string message, System.Exception inner) => throw null; - public MissingSatelliteAssemblyException(string message, string cultureName) => throw null; - public string CultureName { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = false)] - public sealed class NeutralResourcesLanguageAttribute : System.Attribute - { - public NeutralResourcesLanguageAttribute(string cultureName) => throw null; - public NeutralResourcesLanguageAttribute(string cultureName, System.Resources.UltimateResourceFallbackLocation location) => throw null; - public string CultureName { get => throw null; } - public System.Resources.UltimateResourceFallbackLocation Location { get => throw null; } - } - public class ResourceManager - { - public virtual string BaseName { get => throw null; } - public static System.Resources.ResourceManager CreateFileBasedResourceManager(string baseName, string resourceDir, System.Type usingResourceSet) => throw null; - protected ResourceManager() => throw null; - public ResourceManager(string baseName, System.Reflection.Assembly assembly) => throw null; - public ResourceManager(string baseName, System.Reflection.Assembly assembly, System.Type usingResourceSet) => throw null; - public ResourceManager(System.Type resourceSource) => throw null; - protected System.Resources.UltimateResourceFallbackLocation FallbackLocation { get => throw null; set { } } - protected static System.Globalization.CultureInfo GetNeutralResourcesLanguage(System.Reflection.Assembly a) => throw null; - public virtual object GetObject(string name) => throw null; - public virtual object GetObject(string name, System.Globalization.CultureInfo culture) => throw null; - protected virtual string GetResourceFileName(System.Globalization.CultureInfo culture) => throw null; - public virtual System.Resources.ResourceSet GetResourceSet(System.Globalization.CultureInfo culture, bool createIfNotExists, bool tryParents) => throw null; - protected static System.Version GetSatelliteContractVersion(System.Reflection.Assembly a) => throw null; - public System.IO.UnmanagedMemoryStream GetStream(string name) => throw null; - public System.IO.UnmanagedMemoryStream GetStream(string name, System.Globalization.CultureInfo culture) => throw null; - public virtual string GetString(string name) => throw null; - public virtual string GetString(string name, System.Globalization.CultureInfo culture) => throw null; - public static readonly int HeaderVersionNumber; - public virtual bool IgnoreCase { get => throw null; set { } } - protected virtual System.Resources.ResourceSet InternalGetResourceSet(System.Globalization.CultureInfo culture, bool createIfNotExists, bool tryParents) => throw null; - public static readonly int MagicNumber; - protected System.Reflection.Assembly MainAssembly; - public virtual void ReleaseAllResources() => throw null; - public virtual System.Type ResourceSetType { get => throw null; } - } - public sealed class ResourceReader : System.IDisposable, System.Collections.IEnumerable, System.Resources.IResourceReader - { - public void Close() => throw null; - public ResourceReader(System.IO.Stream stream) => throw null; - public ResourceReader(string fileName) => throw null; - public void Dispose() => throw null; - public System.Collections.IDictionaryEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public void GetResourceData(string resourceName, out string resourceType, out byte[] resourceData) => throw null; - } - public class ResourceSet : System.IDisposable, System.Collections.IEnumerable - { - public virtual void Close() => throw null; - protected ResourceSet() => throw null; - public ResourceSet(System.IO.Stream stream) => throw null; - public ResourceSet(System.Resources.IResourceReader reader) => throw null; - public ResourceSet(string fileName) => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public virtual System.Type GetDefaultReader() => throw null; - public virtual System.Type GetDefaultWriter() => throw null; - public virtual System.Collections.IDictionaryEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public virtual object GetObject(string name) => throw null; - public virtual object GetObject(string name, bool ignoreCase) => throw null; - public virtual string GetString(string name) => throw null; - public virtual string GetString(string name, bool ignoreCase) => throw null; - protected virtual void ReadResources() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = false)] - public sealed class SatelliteContractVersionAttribute : System.Attribute - { - public SatelliteContractVersionAttribute(string version) => throw null; - public string Version { get => throw null; } - } - public enum UltimateResourceFallbackLocation - { - MainAssembly = 0, - Satellite = 1, - } - } - namespace Runtime - { - public sealed class AmbiguousImplementationException : System.Exception - { - public AmbiguousImplementationException() => throw null; - public AmbiguousImplementationException(string message) => throw null; - public AmbiguousImplementationException(string message, System.Exception innerException) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)1, Inherited = false)] - public sealed class AssemblyTargetedPatchBandAttribute : System.Attribute - { - public AssemblyTargetedPatchBandAttribute(string targetedPatchBand) => throw null; - public string TargetedPatchBand { get => throw null; } - } - namespace CompilerServices - { - [System.AttributeUsage((System.AttributeTargets)256)] - public sealed class AccessedThroughPropertyAttribute : System.Attribute - { - public AccessedThroughPropertyAttribute(string propertyName) => throw null; - public string PropertyName { get => throw null; } - } - public struct AsyncIteratorMethodBuilder - { - public void AwaitOnCompleted(ref TAwaiter awaiter, ref TStateMachine stateMachine) where TAwaiter : System.Runtime.CompilerServices.INotifyCompletion where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine => throw null; - public void AwaitUnsafeOnCompleted(ref TAwaiter awaiter, ref TStateMachine stateMachine) where TAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine => throw null; - public void Complete() => throw null; - public static System.Runtime.CompilerServices.AsyncIteratorMethodBuilder Create() => throw null; - public void MoveNext(ref TStateMachine stateMachine) where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine => throw null; - } - [System.AttributeUsage((System.AttributeTargets)64, Inherited = false, AllowMultiple = false)] - public sealed class AsyncIteratorStateMachineAttribute : System.Runtime.CompilerServices.StateMachineAttribute - { - public AsyncIteratorStateMachineAttribute(System.Type stateMachineType) : base(default(System.Type)) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)5212, Inherited = false, AllowMultiple = false)] - public sealed class AsyncMethodBuilderAttribute : System.Attribute - { - public System.Type BuilderType { get => throw null; } - public AsyncMethodBuilderAttribute(System.Type builderType) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)64, Inherited = false, AllowMultiple = false)] - public sealed class AsyncStateMachineAttribute : System.Runtime.CompilerServices.StateMachineAttribute - { - public AsyncStateMachineAttribute(System.Type stateMachineType) : base(default(System.Type)) => throw null; - } - public struct AsyncTaskMethodBuilder - { - public void AwaitOnCompleted(ref TAwaiter awaiter, ref TStateMachine stateMachine) where TAwaiter : System.Runtime.CompilerServices.INotifyCompletion where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine => throw null; - public void AwaitUnsafeOnCompleted(ref TAwaiter awaiter, ref TStateMachine stateMachine) where TAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine => throw null; - public static System.Runtime.CompilerServices.AsyncTaskMethodBuilder Create() => throw null; - public void SetException(System.Exception exception) => throw null; - public void SetResult() => throw null; - public void SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine stateMachine) => throw null; - public void Start(ref TStateMachine stateMachine) where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine => throw null; - public System.Threading.Tasks.Task Task { get => throw null; } - } - public struct AsyncTaskMethodBuilder - { - public void AwaitOnCompleted(ref TAwaiter awaiter, ref TStateMachine stateMachine) where TAwaiter : System.Runtime.CompilerServices.INotifyCompletion where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine => throw null; - public void AwaitUnsafeOnCompleted(ref TAwaiter awaiter, ref TStateMachine stateMachine) where TAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine => throw null; - public static System.Runtime.CompilerServices.AsyncTaskMethodBuilder Create() => throw null; - public void SetException(System.Exception exception) => throw null; - public void SetResult(TResult result) => throw null; - public void SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine stateMachine) => throw null; - public void Start(ref TStateMachine stateMachine) where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine => throw null; - public System.Threading.Tasks.Task Task { get => throw null; } - } - public struct AsyncValueTaskMethodBuilder - { - public void AwaitOnCompleted(ref TAwaiter awaiter, ref TStateMachine stateMachine) where TAwaiter : System.Runtime.CompilerServices.INotifyCompletion where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine => throw null; - public void AwaitUnsafeOnCompleted(ref TAwaiter awaiter, ref TStateMachine stateMachine) where TAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine => throw null; - public static System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder Create() => throw null; - public void SetException(System.Exception exception) => throw null; - public void SetResult() => throw null; - public void SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine stateMachine) => throw null; - public void Start(ref TStateMachine stateMachine) where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine => throw null; - public System.Threading.Tasks.ValueTask Task { get => throw null; } - } - public struct AsyncValueTaskMethodBuilder - { - public void AwaitOnCompleted(ref TAwaiter awaiter, ref TStateMachine stateMachine) where TAwaiter : System.Runtime.CompilerServices.INotifyCompletion where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine => throw null; - public void AwaitUnsafeOnCompleted(ref TAwaiter awaiter, ref TStateMachine stateMachine) where TAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine => throw null; - public static System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder Create() => throw null; - public void SetException(System.Exception exception) => throw null; - public void SetResult(TResult result) => throw null; - public void SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine stateMachine) => throw null; - public void Start(ref TStateMachine stateMachine) where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine => throw null; - public System.Threading.Tasks.ValueTask Task { get => throw null; } - } - public struct AsyncVoidMethodBuilder - { - public void AwaitOnCompleted(ref TAwaiter awaiter, ref TStateMachine stateMachine) where TAwaiter : System.Runtime.CompilerServices.INotifyCompletion where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine => throw null; - public void AwaitUnsafeOnCompleted(ref TAwaiter awaiter, ref TStateMachine stateMachine) where TAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine => throw null; - public static System.Runtime.CompilerServices.AsyncVoidMethodBuilder Create() => throw null; - public void SetException(System.Exception exception) => throw null; - public void SetResult() => throw null; - public void SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine stateMachine) => throw null; - public void Start(ref TStateMachine stateMachine) where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine => throw null; - } - public class CallConvCdecl - { - public CallConvCdecl() => throw null; - } - public class CallConvFastcall - { - public CallConvFastcall() => throw null; - } - public class CallConvMemberFunction - { - public CallConvMemberFunction() => throw null; - } - public class CallConvStdcall - { - public CallConvStdcall() => throw null; - } - public class CallConvSuppressGCTransition - { - public CallConvSuppressGCTransition() => throw null; - } - public class CallConvThiscall - { - public CallConvThiscall() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)2048, AllowMultiple = false, Inherited = false)] - public sealed class CallerArgumentExpressionAttribute : System.Attribute - { - public CallerArgumentExpressionAttribute(string parameterName) => throw null; - public string ParameterName { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)2048, Inherited = false)] - public sealed class CallerFilePathAttribute : System.Attribute - { - public CallerFilePathAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)2048, Inherited = false)] - public sealed class CallerLineNumberAttribute : System.Attribute - { - public CallerLineNumberAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)2048, Inherited = false)] - public sealed class CallerMemberNameAttribute : System.Attribute - { - public CallerMemberNameAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)1036, Inherited = false)] - public sealed class CollectionBuilderAttribute : System.Attribute - { - public System.Type BuilderType { get => throw null; } - public CollectionBuilderAttribute(System.Type builderType, string methodName) => throw null; - public string MethodName { get => throw null; } - } - [System.Flags] - public enum CompilationRelaxations - { - NoStringInterning = 8, - } - [System.AttributeUsage((System.AttributeTargets)71)] - public class CompilationRelaxationsAttribute : System.Attribute - { - public int CompilationRelaxations { get => throw null; } - public CompilationRelaxationsAttribute(int relaxations) => throw null; - public CompilationRelaxationsAttribute(System.Runtime.CompilerServices.CompilationRelaxations relaxations) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)32767, AllowMultiple = true, Inherited = false)] - public sealed class CompilerFeatureRequiredAttribute : System.Attribute - { - public CompilerFeatureRequiredAttribute(string featureName) => throw null; - public string FeatureName { get => throw null; } - public bool IsOptional { get => throw null; set { } } - public const string RefStructs = default; - public const string RequiredMembers = default; - } - [System.AttributeUsage((System.AttributeTargets)32767, Inherited = true)] - public sealed class CompilerGeneratedAttribute : System.Attribute - { - public CompilerGeneratedAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)4)] - public class CompilerGlobalScopeAttribute : System.Attribute - { - public CompilerGlobalScopeAttribute() => throw null; - } - public sealed class ConditionalWeakTable : System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable where TKey : class where TValue : class - { - public void Add(TKey key, TValue value) => throw null; - public void AddOrUpdate(TKey key, TValue value) => throw null; - public void Clear() => throw null; - public delegate TValue CreateValueCallback(TKey key); - public ConditionalWeakTable() => throw null; - System.Collections.Generic.IEnumerator> System.Collections.Generic.IEnumerable>.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public TValue GetOrCreateValue(TKey key) => throw null; - public TValue GetValue(TKey key, System.Runtime.CompilerServices.ConditionalWeakTable.CreateValueCallback createValueCallback) => throw null; - public bool Remove(TKey key) => throw null; - public bool TryAdd(TKey key, TValue value) => throw null; - public bool TryGetValue(TKey key, out TValue value) => throw null; - } - public struct ConfiguredAsyncDisposable - { - public System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable DisposeAsync() => throw null; - } - public struct ConfiguredCancelableAsyncEnumerable - { - public System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable ConfigureAwait(bool continueOnCapturedContext) => throw null; - public struct Enumerator - { - public T Current { get => throw null; } - public System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable DisposeAsync() => throw null; - public System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable MoveNextAsync() => throw null; - } - public System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable.Enumerator GetAsyncEnumerator() => throw null; - public System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable WithCancellation(System.Threading.CancellationToken cancellationToken) => throw null; - } - public struct ConfiguredTaskAwaitable - { - public struct ConfiguredTaskAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion, System.Runtime.CompilerServices.INotifyCompletion - { - public void GetResult() => throw null; - public bool IsCompleted { get => throw null; } - public void OnCompleted(System.Action continuation) => throw null; - public void UnsafeOnCompleted(System.Action continuation) => throw null; - } - public System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter GetAwaiter() => throw null; - } - public struct ConfiguredTaskAwaitable - { - public struct ConfiguredTaskAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion, System.Runtime.CompilerServices.INotifyCompletion - { - public TResult GetResult() => throw null; - public bool IsCompleted { get => throw null; } - public void OnCompleted(System.Action continuation) => throw null; - public void UnsafeOnCompleted(System.Action continuation) => throw null; - } - public System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter GetAwaiter() => throw null; - } - public struct ConfiguredValueTaskAwaitable - { - public struct ConfiguredValueTaskAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion, System.Runtime.CompilerServices.INotifyCompletion - { - public void GetResult() => throw null; - public bool IsCompleted { get => throw null; } - public void OnCompleted(System.Action continuation) => throw null; - public void UnsafeOnCompleted(System.Action continuation) => throw null; - } - public System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter GetAwaiter() => throw null; - } - public struct ConfiguredValueTaskAwaitable - { - public struct ConfiguredValueTaskAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion, System.Runtime.CompilerServices.INotifyCompletion - { - public TResult GetResult() => throw null; - public bool IsCompleted { get => throw null; } - public void OnCompleted(System.Action continuation) => throw null; - public void UnsafeOnCompleted(System.Action continuation) => throw null; - } - public System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter GetAwaiter() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)2304, Inherited = false)] - public abstract class CustomConstantAttribute : System.Attribute - { - protected CustomConstantAttribute() => throw null; - public abstract object Value { get; } - } - [System.AttributeUsage((System.AttributeTargets)2304, Inherited = false)] - public sealed class DateTimeConstantAttribute : System.Runtime.CompilerServices.CustomConstantAttribute - { - public DateTimeConstantAttribute(long ticks) => throw null; - public override object Value { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)2304, Inherited = false)] - public sealed class DecimalConstantAttribute : System.Attribute - { - public DecimalConstantAttribute(byte scale, byte sign, int hi, int mid, int low) => throw null; - public DecimalConstantAttribute(byte scale, byte sign, uint hi, uint mid, uint low) => throw null; - public decimal Value { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)1)] - public sealed class DefaultDependencyAttribute : System.Attribute - { - public DefaultDependencyAttribute(System.Runtime.CompilerServices.LoadHint loadHintArgument) => throw null; - public System.Runtime.CompilerServices.LoadHint LoadHint { get => throw null; } - } - [System.Runtime.CompilerServices.InterpolatedStringHandler] - public struct DefaultInterpolatedStringHandler - { - public void AppendFormatted(object value, int alignment = default(int), string format = default(string)) => throw null; - public void AppendFormatted(System.ReadOnlySpan value) => throw null; - public void AppendFormatted(System.ReadOnlySpan value, int alignment = default(int), string format = default(string)) => throw null; - public void AppendFormatted(string value) => throw null; - public void AppendFormatted(string value, int alignment = default(int), string format = default(string)) => throw null; - public void AppendFormatted(T value) => throw null; - public void AppendFormatted(T value, int alignment) => throw null; - public void AppendFormatted(T value, int alignment, string format) => throw null; - public void AppendFormatted(T value, string format) => throw null; - public void AppendLiteral(string value) => throw null; - public DefaultInterpolatedStringHandler(int literalLength, int formattedCount) => throw null; - public DefaultInterpolatedStringHandler(int literalLength, int formattedCount, System.IFormatProvider provider) => throw null; - public DefaultInterpolatedStringHandler(int literalLength, int formattedCount, System.IFormatProvider provider, System.Span initialBuffer) => throw null; - public override string ToString() => throw null; - public string ToStringAndClear() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = true)] - public sealed class DependencyAttribute : System.Attribute - { - public DependencyAttribute(string dependentAssemblyArgument, System.Runtime.CompilerServices.LoadHint loadHintArgument) => throw null; - public string DependentAssembly { get => throw null; } - public System.Runtime.CompilerServices.LoadHint LoadHint { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = false, Inherited = false)] - public sealed class DisablePrivateReflectionAttribute : System.Attribute - { - public DisablePrivateReflectionAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)1, Inherited = false, AllowMultiple = false)] - public sealed class DisableRuntimeMarshallingAttribute : System.Attribute - { - public DisableRuntimeMarshallingAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)32767)] - public class DiscardableAttribute : System.Attribute - { - public DiscardableAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)2048, Inherited = false)] - public sealed class EnumeratorCancellationAttribute : System.Attribute - { - public EnumeratorCancellationAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)69)] - public sealed class ExtensionAttribute : System.Attribute - { - public ExtensionAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)256)] - public sealed class FixedAddressValueTypeAttribute : System.Attribute - { - public FixedAddressValueTypeAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)256, Inherited = false)] - public sealed class FixedBufferAttribute : System.Attribute - { - public FixedBufferAttribute(System.Type elementType, int length) => throw null; - public System.Type ElementType { get => throw null; } - public int Length { get => throw null; } - } - public static class FormattableStringFactory - { - public static System.FormattableString Create(string format, params object[] arguments) => throw null; - } - public interface IAsyncStateMachine - { - void MoveNext(); - void SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine stateMachine); - } - public interface ICriticalNotifyCompletion : System.Runtime.CompilerServices.INotifyCompletion - { - void UnsafeOnCompleted(System.Action continuation); - } - [System.AttributeUsage((System.AttributeTargets)128, Inherited = true)] - public sealed class IndexerNameAttribute : System.Attribute - { - public IndexerNameAttribute(string indexerName) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)8, AllowMultiple = false)] - public sealed class InlineArrayAttribute : System.Attribute - { - public InlineArrayAttribute(int length) => throw null; - public int Length { get => throw null; } - } - public interface INotifyCompletion - { - void OnCompleted(System.Action continuation); - } - [System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = true, Inherited = false)] - public sealed class InternalsVisibleToAttribute : System.Attribute - { - public bool AllInternalsVisible { get => throw null; set { } } - public string AssemblyName { get => throw null; } - public InternalsVisibleToAttribute(string assemblyName) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)2048, AllowMultiple = false, Inherited = false)] - public sealed class InterpolatedStringHandlerArgumentAttribute : System.Attribute - { - public string[] Arguments { get => throw null; } - public InterpolatedStringHandlerArgumentAttribute(string argument) => throw null; - public InterpolatedStringHandlerArgumentAttribute(params string[] arguments) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)12, AllowMultiple = false, Inherited = false)] - public sealed class InterpolatedStringHandlerAttribute : System.Attribute - { - public InterpolatedStringHandlerAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)8)] - public sealed class IsByRefLikeAttribute : System.Attribute - { - public IsByRefLikeAttribute() => throw null; - } - public static class IsConst - { - } - public static class IsExternalInit - { - } - [System.AttributeUsage((System.AttributeTargets)32767, Inherited = false)] - public sealed class IsReadOnlyAttribute : System.Attribute - { - public IsReadOnlyAttribute() => throw null; - } - public interface IStrongBox - { - object Value { get; set; } - } - [System.AttributeUsage((System.AttributeTargets)32767)] - public sealed class IsUnmanagedAttribute : System.Attribute - { - public IsUnmanagedAttribute() => throw null; - } - public static class IsVolatile - { - } - [System.AttributeUsage((System.AttributeTargets)64, Inherited = false, AllowMultiple = false)] - public sealed class IteratorStateMachineAttribute : System.Runtime.CompilerServices.StateMachineAttribute - { - public IteratorStateMachineAttribute(System.Type stateMachineType) : base(default(System.Type)) => throw null; - } - public interface ITuple - { - int Length { get; } - object this[int index] { get; } - } - public enum LoadHint - { - Default = 0, - Always = 1, - Sometimes = 2, - } - public enum MethodCodeType - { - IL = 0, - Native = 1, - OPTIL = 2, - Runtime = 3, - } - [System.AttributeUsage((System.AttributeTargets)96, Inherited = false)] - public sealed class MethodImplAttribute : System.Attribute - { - public MethodImplAttribute() => throw null; - public MethodImplAttribute(short value) => throw null; - public MethodImplAttribute(System.Runtime.CompilerServices.MethodImplOptions methodImplOptions) => throw null; - public System.Runtime.CompilerServices.MethodCodeType MethodCodeType; - public System.Runtime.CompilerServices.MethodImplOptions Value { get => throw null; } - } - [System.Flags] - public enum MethodImplOptions - { - Unmanaged = 4, - NoInlining = 8, - ForwardRef = 16, - Synchronized = 32, - NoOptimization = 64, - PreserveSig = 128, - AggressiveInlining = 256, - AggressiveOptimization = 512, - InternalCall = 4096, - } - [System.AttributeUsage((System.AttributeTargets)64, Inherited = false)] - public sealed class ModuleInitializerAttribute : System.Attribute - { - public ModuleInitializerAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)27524, Inherited = false)] - public sealed class NullableAttribute : System.Attribute - { - public NullableAttribute(byte value) => throw null; - public NullableAttribute(byte[] value) => throw null; - public readonly byte[] NullableFlags; - } - [System.AttributeUsage((System.AttributeTargets)5196, Inherited = false)] - public sealed class NullableContextAttribute : System.Attribute - { - public NullableContextAttribute(byte value) => throw null; - public readonly byte Flag; - } - [System.AttributeUsage((System.AttributeTargets)2, Inherited = false)] - public sealed class NullablePublicOnlyAttribute : System.Attribute - { - public NullablePublicOnlyAttribute(bool value) => throw null; - public readonly bool IncludesInternals; - } - public struct PoolingAsyncValueTaskMethodBuilder - { - public void AwaitOnCompleted(ref TAwaiter awaiter, ref TStateMachine stateMachine) where TAwaiter : System.Runtime.CompilerServices.INotifyCompletion where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine => throw null; - public void AwaitUnsafeOnCompleted(ref TAwaiter awaiter, ref TStateMachine stateMachine) where TAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine => throw null; - public static System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder Create() => throw null; - public void SetException(System.Exception exception) => throw null; - public void SetResult() => throw null; - public void SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine stateMachine) => throw null; - public void Start(ref TStateMachine stateMachine) where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine => throw null; - public System.Threading.Tasks.ValueTask Task { get => throw null; } - } - public struct PoolingAsyncValueTaskMethodBuilder - { - public void AwaitOnCompleted(ref TAwaiter awaiter, ref TStateMachine stateMachine) where TAwaiter : System.Runtime.CompilerServices.INotifyCompletion where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine => throw null; - public void AwaitUnsafeOnCompleted(ref TAwaiter awaiter, ref TStateMachine stateMachine) where TAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine => throw null; - public static System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder Create() => throw null; - public void SetException(System.Exception exception) => throw null; - public void SetResult(TResult result) => throw null; - public void SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine stateMachine) => throw null; - public void Start(ref TStateMachine stateMachine) where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine => throw null; - public System.Threading.Tasks.ValueTask Task { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)64, AllowMultiple = false, Inherited = false)] - public sealed class PreserveBaseOverridesAttribute : System.Attribute - { - public PreserveBaseOverridesAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = false)] - public sealed class ReferenceAssemblyAttribute : System.Attribute - { - public ReferenceAssemblyAttribute() => throw null; - public ReferenceAssemblyAttribute(string description) => throw null; - public string Description { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)2, Inherited = false)] - public sealed class RefSafetyRulesAttribute : System.Attribute - { - public RefSafetyRulesAttribute(int version) => throw null; - public int Version { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)396, AllowMultiple = false, Inherited = false)] - public sealed class RequiredMemberAttribute : System.Attribute - { - public RequiredMemberAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)2048, Inherited = false)] - public sealed class RequiresLocationAttribute : System.Attribute - { - public RequiresLocationAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)1, Inherited = false, AllowMultiple = false)] - public sealed class RuntimeCompatibilityAttribute : System.Attribute - { - public RuntimeCompatibilityAttribute() => throw null; - public bool WrapNonExceptionThrows { get => throw null; set { } } - } - public static class RuntimeFeature - { - public const string ByRefFields = default; - public const string CovariantReturnsOfClasses = default; - public const string DefaultImplementationsOfInterfaces = default; - public static bool IsDynamicCodeCompiled { get => throw null; } - public static bool IsDynamicCodeSupported { get => throw null; } - public static bool IsSupported(string feature) => throw null; - public const string NumericIntPtr = default; - public const string PortablePdb = default; - public const string UnmanagedSignatureCallingConvention = default; - public const string VirtualStaticsInInterfaces = default; - } - public static class RuntimeHelpers - { - public static nint AllocateTypeAssociatedMemory(System.Type type, int size) => throw null; - public delegate void CleanupCode(object userData, bool exceptionThrown); - public static System.ReadOnlySpan CreateSpan(System.RuntimeFieldHandle fldHandle) => throw null; - public static void EnsureSufficientExecutionStack() => throw null; - public static bool Equals(object o1, object o2) => throw null; - public static void ExecuteCodeWithGuaranteedCleanup(System.Runtime.CompilerServices.RuntimeHelpers.TryCode code, System.Runtime.CompilerServices.RuntimeHelpers.CleanupCode backoutCode, object userData) => throw null; - public static int GetHashCode(object o) => throw null; - public static object GetObjectValue(object obj) => throw null; - public static T[] GetSubArray(T[] array, System.Range range) => throw null; - public static object GetUninitializedObject(System.Type type) => throw null; - public static void InitializeArray(System.Array array, System.RuntimeFieldHandle fldHandle) => throw null; - public static bool IsReferenceOrContainsReferences() => throw null; - public static int OffsetToStringData { get => throw null; } - public static void PrepareConstrainedRegions() => throw null; - public static void PrepareConstrainedRegionsNoOP() => throw null; - public static void PrepareContractedDelegate(System.Delegate d) => throw null; - public static void PrepareDelegate(System.Delegate d) => throw null; - public static void PrepareMethod(System.RuntimeMethodHandle method) => throw null; - public static void PrepareMethod(System.RuntimeMethodHandle method, System.RuntimeTypeHandle[] instantiation) => throw null; - public static void ProbeForSufficientStack() => throw null; - public static void RunClassConstructor(System.RuntimeTypeHandle type) => throw null; - public static void RunModuleConstructor(System.ModuleHandle module) => throw null; - public delegate void TryCode(object userData); - public static bool TryEnsureSufficientExecutionStack() => throw null; - } - public sealed class RuntimeWrappedException : System.Exception - { - public RuntimeWrappedException(object thrownObject) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public object WrappedException { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)2048, Inherited = false)] - public sealed class ScopedRefAttribute : System.Attribute - { - public ScopedRefAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)1774, Inherited = false)] - public sealed class SkipLocalsInitAttribute : System.Attribute - { - public SkipLocalsInitAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)972)] - public sealed class SpecialNameAttribute : System.Attribute - { - public SpecialNameAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)64, Inherited = false, AllowMultiple = false)] - public class StateMachineAttribute : System.Attribute - { - public StateMachineAttribute(System.Type stateMachineType) => throw null; - public System.Type StateMachineType { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)1, Inherited = false)] - public sealed class StringFreezingAttribute : System.Attribute - { - public StringFreezingAttribute() => throw null; - } - public class StrongBox : System.Runtime.CompilerServices.IStrongBox - { - public StrongBox() => throw null; - public StrongBox(T value) => throw null; - public T Value; - object System.Runtime.CompilerServices.IStrongBox.Value { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)3)] - public sealed class SuppressIldasmAttribute : System.Attribute - { - public SuppressIldasmAttribute() => throw null; - } - public sealed class SwitchExpressionException : System.InvalidOperationException - { - public SwitchExpressionException() => throw null; - public SwitchExpressionException(System.Exception innerException) => throw null; - public SwitchExpressionException(object unmatchedValue) => throw null; - public SwitchExpressionException(string message) => throw null; - public SwitchExpressionException(string message, System.Exception innerException) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public override string Message { get => throw null; } - public object UnmatchedValue { get => throw null; } - } - public struct TaskAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion, System.Runtime.CompilerServices.INotifyCompletion - { - public void GetResult() => throw null; - public bool IsCompleted { get => throw null; } - public void OnCompleted(System.Action continuation) => throw null; - public void UnsafeOnCompleted(System.Action continuation) => throw null; - } - public struct TaskAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion, System.Runtime.CompilerServices.INotifyCompletion - { - public TResult GetResult() => throw null; - public bool IsCompleted { get => throw null; } - public void OnCompleted(System.Action continuation) => throw null; - public void UnsafeOnCompleted(System.Action continuation) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)11148)] - public sealed class TupleElementNamesAttribute : System.Attribute - { - public TupleElementNamesAttribute(string[] transformNames) => throw null; - public System.Collections.Generic.IList TransformNames { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)5148, Inherited = false, AllowMultiple = false)] - public sealed class TypeForwardedFromAttribute : System.Attribute - { - public string AssemblyFullName { get => throw null; } - public TypeForwardedFromAttribute(string assemblyFullName) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = true, Inherited = false)] - public sealed class TypeForwardedToAttribute : System.Attribute - { - public TypeForwardedToAttribute(System.Type destination) => throw null; - public System.Type Destination { get => throw null; } - } - public static class Unsafe - { - public static unsafe void* Add(void* source, int elementOffset) => throw null; - public static T Add(ref T source, int elementOffset) => throw null; - public static T Add(ref T source, nint elementOffset) => throw null; - public static T Add(ref T source, nuint elementOffset) => throw null; - public static T AddByteOffset(ref T source, nint byteOffset) => throw null; - public static T AddByteOffset(ref T source, nuint byteOffset) => throw null; - public static bool AreSame(ref readonly T left, ref readonly T right) => throw null; - public static T As(object o) where T : class => throw null; - public static TTo As(ref TFrom source) => throw null; - public static unsafe void* AsPointer(ref T value) => throw null; - public static unsafe T AsRef(void* source) => throw null; - public static T AsRef(ref readonly T source) => throw null; - public static TTo BitCast(TFrom source) where TFrom : struct where TTo : struct => throw null; - public static nint ByteOffset(ref readonly T origin, ref readonly T target) => throw null; - public static unsafe void Copy(void* destination, ref readonly T source) => throw null; - public static unsafe void Copy(ref T destination, void* source) => throw null; - public static void CopyBlock(ref byte destination, ref readonly byte source, uint byteCount) => throw null; - public static unsafe void CopyBlock(void* destination, void* source, uint byteCount) => throw null; - public static void CopyBlockUnaligned(ref byte destination, ref readonly byte source, uint byteCount) => throw null; - public static unsafe void CopyBlockUnaligned(void* destination, void* source, uint byteCount) => throw null; - public static void InitBlock(ref byte startAddress, byte value, uint byteCount) => throw null; - public static unsafe void InitBlock(void* startAddress, byte value, uint byteCount) => throw null; - public static void InitBlockUnaligned(ref byte startAddress, byte value, uint byteCount) => throw null; - public static unsafe void InitBlockUnaligned(void* startAddress, byte value, uint byteCount) => throw null; - public static bool IsAddressGreaterThan(ref readonly T left, ref readonly T right) => throw null; - public static bool IsAddressLessThan(ref readonly T left, ref readonly T right) => throw null; - public static bool IsNullRef(ref readonly T source) => throw null; - public static T NullRef() => throw null; - public static unsafe T Read(void* source) => throw null; - public static T ReadUnaligned(ref readonly byte source) => throw null; - public static unsafe T ReadUnaligned(void* source) => throw null; - public static int SizeOf() => throw null; - public static void SkipInit(out T value) => throw null; - public static unsafe void* Subtract(void* source, int elementOffset) => throw null; - public static T Subtract(ref T source, int elementOffset) => throw null; - public static T Subtract(ref T source, nint elementOffset) => throw null; - public static T Subtract(ref T source, nuint elementOffset) => throw null; - public static T SubtractByteOffset(ref T source, nint byteOffset) => throw null; - public static T SubtractByteOffset(ref T source, nuint byteOffset) => throw null; - public static T Unbox(object box) where T : struct => throw null; - public static unsafe void Write(void* destination, T value) => throw null; - public static void WriteUnaligned(ref byte destination, T value) => throw null; - public static unsafe void WriteUnaligned(void* destination, T value) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)64, AllowMultiple = false, Inherited = false)] - public sealed class UnsafeAccessorAttribute : System.Attribute - { - public UnsafeAccessorAttribute(System.Runtime.CompilerServices.UnsafeAccessorKind kind) => throw null; - public System.Runtime.CompilerServices.UnsafeAccessorKind Kind { get => throw null; } - public string Name { get => throw null; set { } } - } - public enum UnsafeAccessorKind - { - Constructor = 0, - Method = 1, - StaticMethod = 2, - Field = 3, - StaticField = 4, - } - [System.AttributeUsage((System.AttributeTargets)8)] - public sealed class UnsafeValueTypeAttribute : System.Attribute - { - public UnsafeValueTypeAttribute() => throw null; - } - public struct ValueTaskAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion, System.Runtime.CompilerServices.INotifyCompletion - { - public void GetResult() => throw null; - public bool IsCompleted { get => throw null; } - public void OnCompleted(System.Action continuation) => throw null; - public void UnsafeOnCompleted(System.Action continuation) => throw null; - } - public struct ValueTaskAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion, System.Runtime.CompilerServices.INotifyCompletion - { - public TResult GetResult() => throw null; - public bool IsCompleted { get => throw null; } - public void OnCompleted(System.Action continuation) => throw null; - public void UnsafeOnCompleted(System.Action continuation) => throw null; - } - public struct YieldAwaitable - { - public System.Runtime.CompilerServices.YieldAwaitable.YieldAwaiter GetAwaiter() => throw null; - public struct YieldAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion, System.Runtime.CompilerServices.INotifyCompletion - { - public void GetResult() => throw null; - public bool IsCompleted { get => throw null; } - public void OnCompleted(System.Action continuation) => throw null; - public void UnsafeOnCompleted(System.Action continuation) => throw null; - } - } - } - namespace ConstrainedExecution - { - public enum Cer - { - None = 0, - MayFail = 1, - Success = 2, - } - public enum Consistency - { - MayCorruptProcess = 0, - MayCorruptAppDomain = 1, - MayCorruptInstance = 2, - WillNotCorruptState = 3, - } - public abstract class CriticalFinalizerObject - { - protected CriticalFinalizerObject() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)96, Inherited = false)] - public sealed class PrePrepareMethodAttribute : System.Attribute - { - public PrePrepareMethodAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)1133, Inherited = false)] - public sealed class ReliabilityContractAttribute : System.Attribute - { - public System.Runtime.ConstrainedExecution.Cer Cer { get => throw null; } - public System.Runtime.ConstrainedExecution.Consistency ConsistencyGuarantee { get => throw null; } - public ReliabilityContractAttribute(System.Runtime.ConstrainedExecution.Consistency consistencyGuarantee, System.Runtime.ConstrainedExecution.Cer cer) => throw null; - } - } - public static class ControlledExecution - { - public static void Run(System.Action action, System.Threading.CancellationToken cancellationToken) => throw null; - } - public struct DependentHandle : System.IDisposable - { - public DependentHandle(object target, object dependent) => throw null; - public object Dependent { get => throw null; set { } } - public void Dispose() => throw null; - public bool IsAllocated { get => throw null; } - public object Target { get => throw null; set { } } - public (object Target, object Dependent) TargetAndDependent { get => throw null; } - } - namespace ExceptionServices - { - public sealed class ExceptionDispatchInfo - { - public static System.Runtime.ExceptionServices.ExceptionDispatchInfo Capture(System.Exception source) => throw null; - public static System.Exception SetCurrentStackTrace(System.Exception source) => throw null; - public static System.Exception SetRemoteStackTrace(System.Exception source, string stackTrace) => throw null; - public System.Exception SourceException { get => throw null; } - public void Throw() => throw null; - public static void Throw(System.Exception source) => throw null; - } - public class FirstChanceExceptionEventArgs : System.EventArgs - { - public FirstChanceExceptionEventArgs(System.Exception exception) => throw null; - public System.Exception Exception { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)64, AllowMultiple = false, Inherited = false)] - public sealed class HandleProcessCorruptedStateExceptionsAttribute : System.Attribute - { - public HandleProcessCorruptedStateExceptionsAttribute() => throw null; - } - } - public enum GCLargeObjectHeapCompactionMode - { - Default = 1, - CompactOnce = 2, - } - public enum GCLatencyMode - { - Batch = 0, - Interactive = 1, - LowLatency = 2, - SustainedLowLatency = 3, - NoGCRegion = 4, - } - public static class GCSettings - { - public static bool IsServerGC { get => throw null; } - public static System.Runtime.GCLargeObjectHeapCompactionMode LargeObjectHeapCompactionMode { get => throw null; set { } } - public static System.Runtime.GCLatencyMode LatencyMode { get => throw null; set { } } - } - namespace InteropServices - { - public enum Architecture - { - X86 = 0, - X64 = 1, - Arm = 2, - Arm64 = 3, - Wasm = 4, - S390x = 5, - LoongArch64 = 6, - Armv6 = 7, - Ppc64le = 8, - } - public enum CharSet - { - None = 1, - Ansi = 2, - Unicode = 3, - Auto = 4, - } - [System.AttributeUsage((System.AttributeTargets)5597, Inherited = false)] - public sealed class ComVisibleAttribute : System.Attribute - { - public ComVisibleAttribute(bool visibility) => throw null; - public bool Value { get => throw null; } - } - public abstract class CriticalHandle : System.Runtime.ConstrainedExecution.CriticalFinalizerObject, System.IDisposable - { - public void Close() => throw null; - protected CriticalHandle(nint invalidHandleValue) => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - protected nint handle; - public bool IsClosed { get => throw null; } - public abstract bool IsInvalid { get; } - protected abstract bool ReleaseHandle(); - protected void SetHandle(nint handle) => throw null; - public void SetHandleAsInvalid() => throw null; - } - public class ExternalException : System.SystemException - { - public ExternalException() => throw null; - protected ExternalException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public ExternalException(string message) => throw null; - public ExternalException(string message, System.Exception inner) => throw null; - public ExternalException(string message, int errorCode) => throw null; - public virtual int ErrorCode { get => throw null; } - public override string ToString() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)256, Inherited = false)] - public sealed class FieldOffsetAttribute : System.Attribute - { - public FieldOffsetAttribute(int offset) => throw null; - public int Value { get => throw null; } - } - public struct GCHandle : System.IEquatable - { - public nint AddrOfPinnedObject() => throw null; - public static System.Runtime.InteropServices.GCHandle Alloc(object value) => throw null; - public static System.Runtime.InteropServices.GCHandle Alloc(object value, System.Runtime.InteropServices.GCHandleType type) => throw null; - public override bool Equals(object o) => throw null; - public bool Equals(System.Runtime.InteropServices.GCHandle other) => throw null; - public void Free() => throw null; - public static System.Runtime.InteropServices.GCHandle FromIntPtr(nint value) => throw null; - public override int GetHashCode() => throw null; - public bool IsAllocated { get => throw null; } - public static bool operator ==(System.Runtime.InteropServices.GCHandle a, System.Runtime.InteropServices.GCHandle b) => throw null; - public static explicit operator System.Runtime.InteropServices.GCHandle(nint value) => throw null; - public static explicit operator nint(System.Runtime.InteropServices.GCHandle value) => throw null; - public static bool operator !=(System.Runtime.InteropServices.GCHandle a, System.Runtime.InteropServices.GCHandle b) => throw null; - public object Target { get => throw null; set { } } - public static nint ToIntPtr(System.Runtime.InteropServices.GCHandle value) => throw null; - } - public enum GCHandleType - { - Weak = 0, - WeakTrackResurrection = 1, - Normal = 2, - Pinned = 3, - } - [System.AttributeUsage((System.AttributeTargets)2048, Inherited = false)] - public sealed class InAttribute : System.Attribute - { - public InAttribute() => throw null; - } - public enum LayoutKind - { - Sequential = 0, - Explicit = 2, - Auto = 3, - } - namespace Marshalling - { - [System.AttributeUsage((System.AttributeTargets)12)] - public sealed class ContiguousCollectionMarshallerAttribute : System.Attribute - { - public ContiguousCollectionMarshallerAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)12, AllowMultiple = true)] - public sealed class CustomMarshallerAttribute : System.Attribute - { - public CustomMarshallerAttribute(System.Type managedType, System.Runtime.InteropServices.Marshalling.MarshalMode marshalMode, System.Type marshallerType) => throw null; - public struct GenericPlaceholder - { - } - public System.Type ManagedType { get => throw null; } - public System.Type MarshallerType { get => throw null; } - public System.Runtime.InteropServices.Marshalling.MarshalMode MarshalMode { get => throw null; } - } - public enum MarshalMode - { - Default = 0, - ManagedToUnmanagedIn = 1, - ManagedToUnmanagedRef = 2, - ManagedToUnmanagedOut = 3, - UnmanagedToManagedIn = 4, - UnmanagedToManagedRef = 5, - UnmanagedToManagedOut = 6, - ElementIn = 7, - ElementRef = 8, - ElementOut = 9, - } - [System.AttributeUsage((System.AttributeTargets)5148)] - public sealed class NativeMarshallingAttribute : System.Attribute - { - public NativeMarshallingAttribute(System.Type nativeType) => throw null; - public System.Type NativeType { get => throw null; } - } - public static class ReadOnlySpanMarshaller where TUnmanagedElement : unmanaged - { - public struct ManagedToUnmanagedIn - { - public static int BufferSize { get => throw null; } - public void Free() => throw null; - public void FromManaged(System.ReadOnlySpan managed, System.Span buffer) => throw null; - public System.ReadOnlySpan GetManagedValuesSource() => throw null; - public TUnmanagedElement GetPinnableReference() => throw null; - public static T GetPinnableReference(System.ReadOnlySpan managed) => throw null; - public System.Span GetUnmanagedValuesDestination() => throw null; - public unsafe TUnmanagedElement* ToUnmanaged() => throw null; - } - public static class UnmanagedToManagedOut - { - public static unsafe TUnmanagedElement* AllocateContainerForUnmanagedElements(System.ReadOnlySpan managed, out int numElements) => throw null; - public static System.ReadOnlySpan GetManagedValuesSource(System.ReadOnlySpan managed) => throw null; - public static unsafe System.Span GetUnmanagedValuesDestination(TUnmanagedElement* unmanaged, int numElements) => throw null; - } - } - public static class SafeHandleMarshaller where T : System.Runtime.InteropServices.SafeHandle - { - public struct ManagedToUnmanagedIn - { - public void Free() => throw null; - public void FromManaged(T handle) => throw null; - public nint ToUnmanaged() => throw null; - } - public struct ManagedToUnmanagedOut - { - public ManagedToUnmanagedOut() => throw null; - public void Free() => throw null; - public void FromUnmanaged(nint value) => throw null; - public T ToManaged() => throw null; - } - public struct ManagedToUnmanagedRef - { - public ManagedToUnmanagedRef() => throw null; - public void Free() => throw null; - public void FromManaged(T handle) => throw null; - public void FromUnmanaged(nint value) => throw null; - public void OnInvoked() => throw null; - public T ToManagedFinally() => throw null; - public nint ToUnmanaged() => throw null; - } - } - public static class SpanMarshaller where TUnmanagedElement : unmanaged - { - public static unsafe System.Span AllocateContainerForManagedElements(TUnmanagedElement* unmanaged, int numElements) => throw null; - public static unsafe TUnmanagedElement* AllocateContainerForUnmanagedElements(System.Span managed, out int numElements) => throw null; - public static unsafe void Free(TUnmanagedElement* unmanaged) => throw null; - public static System.Span GetManagedValuesDestination(System.Span managed) => throw null; - public static System.ReadOnlySpan GetManagedValuesSource(System.Span managed) => throw null; - public static unsafe System.Span GetUnmanagedValuesDestination(TUnmanagedElement* unmanaged, int numElements) => throw null; - public static unsafe System.ReadOnlySpan GetUnmanagedValuesSource(TUnmanagedElement* unmanaged, int numElements) => throw null; - public struct ManagedToUnmanagedIn - { - public static int BufferSize { get => throw null; } - public void Free() => throw null; - public void FromManaged(System.Span managed, System.Span buffer) => throw null; - public System.ReadOnlySpan GetManagedValuesSource() => throw null; - public TUnmanagedElement GetPinnableReference() => throw null; - public static T GetPinnableReference(System.Span managed) => throw null; - public System.Span GetUnmanagedValuesDestination() => throw null; - public unsafe TUnmanagedElement* ToUnmanaged() => throw null; - } - } - } - public struct OSPlatform : System.IEquatable - { - public static System.Runtime.InteropServices.OSPlatform Create(string osPlatform) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(System.Runtime.InteropServices.OSPlatform other) => throw null; - public static System.Runtime.InteropServices.OSPlatform FreeBSD { get => throw null; } - public override int GetHashCode() => throw null; - public static System.Runtime.InteropServices.OSPlatform Linux { get => throw null; } - public static bool operator ==(System.Runtime.InteropServices.OSPlatform left, System.Runtime.InteropServices.OSPlatform right) => throw null; - public static bool operator !=(System.Runtime.InteropServices.OSPlatform left, System.Runtime.InteropServices.OSPlatform right) => throw null; - public static System.Runtime.InteropServices.OSPlatform OSX { get => throw null; } - public override string ToString() => throw null; - public static System.Runtime.InteropServices.OSPlatform Windows { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)2048, Inherited = false)] - public sealed class OutAttribute : System.Attribute - { - public OutAttribute() => throw null; - } - public static class RuntimeInformation - { - public static string FrameworkDescription { get => throw null; } - public static bool IsOSPlatform(System.Runtime.InteropServices.OSPlatform osPlatform) => throw null; - public static System.Runtime.InteropServices.Architecture OSArchitecture { get => throw null; } - public static string OSDescription { get => throw null; } - public static System.Runtime.InteropServices.Architecture ProcessArchitecture { get => throw null; } - public static string RuntimeIdentifier { get => throw null; } - } - public abstract class SafeBuffer : Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid - { - public unsafe void AcquirePointer(ref byte* pointer) => throw null; - public ulong ByteLength { get => throw null; } - protected SafeBuffer(bool ownsHandle) : base(default(bool)) => throw null; - public void Initialize(uint numElements, uint sizeOfEachElement) => throw null; - public void Initialize(ulong numBytes) => throw null; - public void Initialize(uint numElements) where T : struct => throw null; - public T Read(ulong byteOffset) where T : struct => throw null; - public void ReadArray(ulong byteOffset, T[] array, int index, int count) where T : struct => throw null; - public void ReadSpan(ulong byteOffset, System.Span buffer) where T : struct => throw null; - public void ReleasePointer() => throw null; - public void Write(ulong byteOffset, T value) where T : struct => throw null; - public void WriteArray(ulong byteOffset, T[] array, int index, int count) where T : struct => throw null; - public void WriteSpan(ulong byteOffset, System.ReadOnlySpan data) where T : struct => throw null; - } - public abstract class SafeHandle : System.Runtime.ConstrainedExecution.CriticalFinalizerObject, System.IDisposable - { - public void Close() => throw null; - protected SafeHandle(nint invalidHandleValue, bool ownsHandle) => throw null; - public void DangerousAddRef(ref bool success) => throw null; - public nint DangerousGetHandle() => throw null; - public void DangerousRelease() => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - protected nint handle; - public bool IsClosed { get => throw null; } - public abstract bool IsInvalid { get; } - protected abstract bool ReleaseHandle(); - protected void SetHandle(nint handle) => throw null; - public void SetHandleAsInvalid() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)12, Inherited = false)] - public sealed class StructLayoutAttribute : System.Attribute - { - public System.Runtime.InteropServices.CharSet CharSet; - public StructLayoutAttribute(short layoutKind) => throw null; - public StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind layoutKind) => throw null; - public int Pack; - public int Size; - public System.Runtime.InteropServices.LayoutKind Value { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)64, Inherited = false)] - public sealed class SuppressGCTransitionAttribute : System.Attribute - { - public SuppressGCTransitionAttribute() => throw null; - } - public enum UnmanagedType - { - Bool = 2, - I1 = 3, - U1 = 4, - I2 = 5, - U2 = 6, - I4 = 7, - U4 = 8, - I8 = 9, - U8 = 10, - R4 = 11, - R8 = 12, - Currency = 15, - BStr = 19, - LPStr = 20, - LPWStr = 21, - LPTStr = 22, - ByValTStr = 23, - IUnknown = 25, - IDispatch = 26, - Struct = 27, - Interface = 28, - SafeArray = 29, - ByValArray = 30, - SysInt = 31, - SysUInt = 32, - VBByRefStr = 34, - AnsiBStr = 35, - TBStr = 36, - VariantBool = 37, - FunctionPtr = 38, - AsAny = 40, - LPArray = 42, - LPStruct = 43, - CustomMarshaler = 44, - Error = 45, - IInspectable = 46, - HString = 47, - LPUTF8Str = 48, - } - } - public static class JitInfo - { - public static System.TimeSpan GetCompilationTime(bool currentThread = default(bool)) => throw null; - public static long GetCompiledILBytes(bool currentThread = default(bool)) => throw null; - public static long GetCompiledMethodCount(bool currentThread = default(bool)) => throw null; - } - public sealed class MemoryFailPoint : System.Runtime.ConstrainedExecution.CriticalFinalizerObject, System.IDisposable - { - public MemoryFailPoint(int sizeInMegabytes) => throw null; - public void Dispose() => throw null; - } - public static class ProfileOptimization - { - public static void SetProfileRoot(string directoryPath) => throw null; - public static void StartProfile(string profile) => throw null; - } - namespace Remoting - { - public class ObjectHandle : System.MarshalByRefObject - { - public ObjectHandle(object o) => throw null; - public object Unwrap() => throw null; - } - } - namespace Serialization - { - public interface IDeserializationCallback - { - void OnDeserialization(object sender); - } - public interface IFormatterConverter - { - object Convert(object value, System.Type type); - object Convert(object value, System.TypeCode typeCode); - bool ToBoolean(object value); - byte ToByte(object value); - char ToChar(object value); - System.DateTime ToDateTime(object value); - decimal ToDecimal(object value); - double ToDouble(object value); - short ToInt16(object value); - int ToInt32(object value); - long ToInt64(object value); - sbyte ToSByte(object value); - float ToSingle(object value); - string ToString(object value); - ushort ToUInt16(object value); - uint ToUInt32(object value); - ulong ToUInt64(object value); - } - public interface IObjectReference - { - object GetRealObject(System.Runtime.Serialization.StreamingContext context); - } - public interface ISafeSerializationData - { - void CompleteDeserialization(object deserialized); - } - public interface ISerializable - { - void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context); - } - [System.AttributeUsage((System.AttributeTargets)64, Inherited = false)] - public sealed class OnDeserializedAttribute : System.Attribute - { - public OnDeserializedAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)64, Inherited = false)] - public sealed class OnDeserializingAttribute : System.Attribute - { - public OnDeserializingAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)64, Inherited = false)] - public sealed class OnSerializedAttribute : System.Attribute - { - public OnSerializedAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)64, Inherited = false)] - public sealed class OnSerializingAttribute : System.Attribute - { - public OnSerializingAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)256, Inherited = false)] - public sealed class OptionalFieldAttribute : System.Attribute - { - public OptionalFieldAttribute() => throw null; - public int VersionAdded { get => throw null; set { } } - } - public sealed class SafeSerializationEventArgs : System.EventArgs - { - public void AddSerializedState(System.Runtime.Serialization.ISafeSerializationData serializedState) => throw null; - public System.Runtime.Serialization.StreamingContext StreamingContext { get => throw null; } - } - public struct SerializationEntry - { - public string Name { get => throw null; } - public System.Type ObjectType { get => throw null; } - public object Value { get => throw null; } - } - public class SerializationException : System.SystemException - { - public SerializationException() => throw null; - protected SerializationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public SerializationException(string message) => throw null; - public SerializationException(string message, System.Exception innerException) => throw null; - } - public sealed class SerializationInfo - { - public void AddValue(string name, bool value) => throw null; - public void AddValue(string name, byte value) => throw null; - public void AddValue(string name, char value) => throw null; - public void AddValue(string name, System.DateTime value) => throw null; - public void AddValue(string name, decimal value) => throw null; - public void AddValue(string name, double value) => throw null; - public void AddValue(string name, short value) => throw null; - public void AddValue(string name, int value) => throw null; - public void AddValue(string name, long value) => throw null; - public void AddValue(string name, object value) => throw null; - public void AddValue(string name, object value, System.Type type) => throw null; - public void AddValue(string name, sbyte value) => throw null; - public void AddValue(string name, float value) => throw null; - public void AddValue(string name, ushort value) => throw null; - public void AddValue(string name, uint value) => throw null; - public void AddValue(string name, ulong value) => throw null; - public string AssemblyName { get => throw null; set { } } - public SerializationInfo(System.Type type, System.Runtime.Serialization.IFormatterConverter converter) => throw null; - public SerializationInfo(System.Type type, System.Runtime.Serialization.IFormatterConverter converter, bool requireSameTokenInPartialTrust) => throw null; - public string FullTypeName { get => throw null; set { } } - public bool GetBoolean(string name) => throw null; - public byte GetByte(string name) => throw null; - public char GetChar(string name) => throw null; - public System.DateTime GetDateTime(string name) => throw null; - public decimal GetDecimal(string name) => throw null; - public double GetDouble(string name) => throw null; - public System.Runtime.Serialization.SerializationInfoEnumerator GetEnumerator() => throw null; - public short GetInt16(string name) => throw null; - public int GetInt32(string name) => throw null; - public long GetInt64(string name) => throw null; - public sbyte GetSByte(string name) => throw null; - public float GetSingle(string name) => throw null; - public string GetString(string name) => throw null; - public ushort GetUInt16(string name) => throw null; - public uint GetUInt32(string name) => throw null; - public ulong GetUInt64(string name) => throw null; - public object GetValue(string name, System.Type type) => throw null; - public bool IsAssemblyNameSetExplicit { get => throw null; } - public bool IsFullTypeNameSetExplicit { get => throw null; } - public int MemberCount { get => throw null; } - public System.Type ObjectType { get => throw null; } - public void SetType(System.Type type) => throw null; - } - public sealed class SerializationInfoEnumerator : System.Collections.IEnumerator - { - public System.Runtime.Serialization.SerializationEntry Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public bool MoveNext() => throw null; - public string Name { get => throw null; } - public System.Type ObjectType { get => throw null; } - public void Reset() => throw null; - public object Value { get => throw null; } - } - public struct StreamingContext - { - public object Context { get => throw null; } - public StreamingContext(System.Runtime.Serialization.StreamingContextStates state) => throw null; - public StreamingContext(System.Runtime.Serialization.StreamingContextStates state, object additional) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public System.Runtime.Serialization.StreamingContextStates State { get => throw null; } - } - [System.Flags] - public enum StreamingContextStates - { - CrossProcess = 1, - CrossMachine = 2, - File = 4, - Persistence = 8, - Remoting = 16, - Other = 32, - Clone = 64, - CrossAppDomain = 128, - All = 255, - } - } - [System.AttributeUsage((System.AttributeTargets)96, AllowMultiple = false, Inherited = false)] - public sealed class TargetedPatchingOptOutAttribute : System.Attribute - { - public TargetedPatchingOptOutAttribute(string reason) => throw null; - public string Reason { get => throw null; } - } - namespace Versioning - { - [System.AttributeUsage((System.AttributeTargets)5887, AllowMultiple = false, Inherited = false)] - public sealed class ComponentGuaranteesAttribute : System.Attribute - { - public ComponentGuaranteesAttribute(System.Runtime.Versioning.ComponentGuaranteesOptions guarantees) => throw null; - public System.Runtime.Versioning.ComponentGuaranteesOptions Guarantees { get => throw null; } - } - [System.Flags] - public enum ComponentGuaranteesOptions - { - None = 0, - Exchange = 1, - Stable = 2, - SideBySide = 4, - } - public sealed class FrameworkName : System.IEquatable - { - public FrameworkName(string frameworkName) => throw null; - public FrameworkName(string identifier, System.Version version) => throw null; - public FrameworkName(string identifier, System.Version version, string profile) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(System.Runtime.Versioning.FrameworkName other) => throw null; - public string FullName { get => throw null; } - public override int GetHashCode() => throw null; - public string Identifier { get => throw null; } - public static bool operator ==(System.Runtime.Versioning.FrameworkName left, System.Runtime.Versioning.FrameworkName right) => throw null; - public static bool operator !=(System.Runtime.Versioning.FrameworkName left, System.Runtime.Versioning.FrameworkName right) => throw null; - public string Profile { get => throw null; } - public override string ToString() => throw null; - public System.Version Version { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)2047, AllowMultiple = true, Inherited = false)] - public sealed class ObsoletedOSPlatformAttribute : System.Runtime.Versioning.OSPlatformAttribute - { - public ObsoletedOSPlatformAttribute(string platformName) => throw null; - public ObsoletedOSPlatformAttribute(string platformName, string message) => throw null; - public string Message { get => throw null; } - public string Url { get => throw null; set { } } - } - public abstract class OSPlatformAttribute : System.Attribute - { - public string PlatformName { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)6143, Inherited = false)] - public sealed class RequiresPreviewFeaturesAttribute : System.Attribute - { - public RequiresPreviewFeaturesAttribute() => throw null; - public RequiresPreviewFeaturesAttribute(string message) => throw null; - public string Message { get => throw null; } - public string Url { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)224, Inherited = false)] - public sealed class ResourceConsumptionAttribute : System.Attribute - { - public System.Runtime.Versioning.ResourceScope ConsumptionScope { get => throw null; } - public ResourceConsumptionAttribute(System.Runtime.Versioning.ResourceScope resourceScope) => throw null; - public ResourceConsumptionAttribute(System.Runtime.Versioning.ResourceScope resourceScope, System.Runtime.Versioning.ResourceScope consumptionScope) => throw null; - public System.Runtime.Versioning.ResourceScope ResourceScope { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)480, Inherited = false)] - public sealed class ResourceExposureAttribute : System.Attribute - { - public ResourceExposureAttribute(System.Runtime.Versioning.ResourceScope exposureLevel) => throw null; - public System.Runtime.Versioning.ResourceScope ResourceExposureLevel { get => throw null; } - } - [System.Flags] - public enum ResourceScope - { - None = 0, - Machine = 1, - Process = 2, - AppDomain = 4, - Library = 8, - Private = 16, - Assembly = 32, - } - [System.AttributeUsage((System.AttributeTargets)2047, AllowMultiple = true, Inherited = false)] - public sealed class SupportedOSPlatformAttribute : System.Runtime.Versioning.OSPlatformAttribute - { - public SupportedOSPlatformAttribute(string platformName) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)448, AllowMultiple = true, Inherited = false)] - public sealed class SupportedOSPlatformGuardAttribute : System.Runtime.Versioning.OSPlatformAttribute - { - public SupportedOSPlatformGuardAttribute(string platformName) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = false, Inherited = false)] - public sealed class TargetFrameworkAttribute : System.Attribute - { - public TargetFrameworkAttribute(string frameworkName) => throw null; - public string FrameworkDisplayName { get => throw null; set { } } - public string FrameworkName { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = false, Inherited = false)] - public sealed class TargetPlatformAttribute : System.Runtime.Versioning.OSPlatformAttribute - { - public TargetPlatformAttribute(string platformName) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)2047, AllowMultiple = true, Inherited = false)] - public sealed class UnsupportedOSPlatformAttribute : System.Runtime.Versioning.OSPlatformAttribute - { - public UnsupportedOSPlatformAttribute(string platformName) => throw null; - public UnsupportedOSPlatformAttribute(string platformName, string message) => throw null; - public string Message { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)448, AllowMultiple = true, Inherited = false)] - public sealed class UnsupportedOSPlatformGuardAttribute : System.Runtime.Versioning.OSPlatformAttribute - { - public UnsupportedOSPlatformGuardAttribute(string platformName) => throw null; - } - public static class VersioningHelper - { - public static string MakeVersionSafeName(string name, System.Runtime.Versioning.ResourceScope from, System.Runtime.Versioning.ResourceScope to) => throw null; - public static string MakeVersionSafeName(string name, System.Runtime.Versioning.ResourceScope from, System.Runtime.Versioning.ResourceScope to, System.Type type) => throw null; - } - } - } - public struct RuntimeArgumentHandle - { - } - public struct RuntimeFieldHandle : System.IEquatable, System.Runtime.Serialization.ISerializable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.RuntimeFieldHandle handle) => throw null; - public static System.RuntimeFieldHandle FromIntPtr(nint value) => throw null; - public override int GetHashCode() => throw null; - public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public static bool operator ==(System.RuntimeFieldHandle left, System.RuntimeFieldHandle right) => throw null; - public static bool operator !=(System.RuntimeFieldHandle left, System.RuntimeFieldHandle right) => throw null; - public static nint ToIntPtr(System.RuntimeFieldHandle value) => throw null; - public nint Value { get => throw null; } - } - public struct RuntimeMethodHandle : System.IEquatable, System.Runtime.Serialization.ISerializable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.RuntimeMethodHandle handle) => throw null; - public static System.RuntimeMethodHandle FromIntPtr(nint value) => throw null; - public nint GetFunctionPointer() => throw null; - public override int GetHashCode() => throw null; - public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public static bool operator ==(System.RuntimeMethodHandle left, System.RuntimeMethodHandle right) => throw null; - public static bool operator !=(System.RuntimeMethodHandle left, System.RuntimeMethodHandle right) => throw null; - public static nint ToIntPtr(System.RuntimeMethodHandle value) => throw null; - public nint Value { get => throw null; } - } - public struct RuntimeTypeHandle : System.IEquatable, System.Runtime.Serialization.ISerializable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.RuntimeTypeHandle handle) => throw null; - public static System.RuntimeTypeHandle FromIntPtr(nint value) => throw null; - public override int GetHashCode() => throw null; - public System.ModuleHandle GetModuleHandle() => throw null; - public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public static bool operator ==(object left, System.RuntimeTypeHandle right) => throw null; - public static bool operator ==(System.RuntimeTypeHandle left, object right) => throw null; - public static bool operator !=(object left, System.RuntimeTypeHandle right) => throw null; - public static bool operator !=(System.RuntimeTypeHandle left, object right) => throw null; - public static nint ToIntPtr(System.RuntimeTypeHandle value) => throw null; - public nint Value { get => throw null; } - } - public struct SByte : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IBinaryInteger, System.Numerics.IBinaryNumber, System.Numerics.IBitwiseOperators, System.IComparable, System.IComparable, System.Numerics.IComparisonOperators, System.IConvertible, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IMinMaxValue, System.Numerics.IModulusOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumber, System.Numerics.INumberBase, System.IParsable, System.Numerics.IShiftOperators, System.Numerics.ISignedNumber, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable - { - static sbyte System.Numerics.INumberBase.Abs(sbyte value) => throw null; - static sbyte System.Numerics.IAdditiveIdentity.AdditiveIdentity { get => throw null; } - static sbyte System.Numerics.IBinaryNumber.AllBitsSet { get => throw null; } - static sbyte System.Numerics.INumber.Clamp(sbyte value, sbyte min, sbyte max) => throw null; - public int CompareTo(object obj) => throw null; - public int CompareTo(sbyte value) => throw null; - static sbyte System.Numerics.INumber.CopySign(sbyte value, sbyte sign) => throw null; - static sbyte System.Numerics.INumberBase.CreateChecked(TOther value) => throw null; - static sbyte System.Numerics.INumberBase.CreateSaturating(TOther value) => throw null; - static sbyte System.Numerics.INumberBase.CreateTruncating(TOther value) => throw null; - static (sbyte Quotient, sbyte Remainder) System.Numerics.IBinaryInteger.DivRem(sbyte left, sbyte right) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(sbyte obj) => throw null; - int System.Numerics.IBinaryInteger.GetByteCount() => throw null; - public override int GetHashCode() => throw null; - int System.Numerics.IBinaryInteger.GetShortestBitLength() => throw null; - public System.TypeCode GetTypeCode() => throw null; - static bool System.Numerics.INumberBase.IsCanonical(sbyte value) => throw null; - static bool System.Numerics.INumberBase.IsComplexNumber(sbyte value) => throw null; - static bool System.Numerics.INumberBase.IsEvenInteger(sbyte value) => throw null; - static bool System.Numerics.INumberBase.IsFinite(sbyte value) => throw null; - static bool System.Numerics.INumberBase.IsImaginaryNumber(sbyte value) => throw null; - static bool System.Numerics.INumberBase.IsInfinity(sbyte value) => throw null; - static bool System.Numerics.INumberBase.IsInteger(sbyte value) => throw null; - static bool System.Numerics.INumberBase.IsNaN(sbyte value) => throw null; - static bool System.Numerics.INumberBase.IsNegative(sbyte value) => throw null; - static bool System.Numerics.INumberBase.IsNegativeInfinity(sbyte value) => throw null; - static bool System.Numerics.INumberBase.IsNormal(sbyte value) => throw null; - static bool System.Numerics.INumberBase.IsOddInteger(sbyte value) => throw null; - static bool System.Numerics.INumberBase.IsPositive(sbyte value) => throw null; - static bool System.Numerics.INumberBase.IsPositiveInfinity(sbyte value) => throw null; - static bool System.Numerics.IBinaryNumber.IsPow2(sbyte value) => throw null; - static bool System.Numerics.INumberBase.IsRealNumber(sbyte value) => throw null; - static bool System.Numerics.INumberBase.IsSubnormal(sbyte value) => throw null; - static bool System.Numerics.INumberBase.IsZero(sbyte value) => throw null; - static sbyte System.Numerics.IBinaryInteger.LeadingZeroCount(sbyte value) => throw null; - static sbyte System.Numerics.IBinaryNumber.Log2(sbyte value) => throw null; - static sbyte System.Numerics.INumber.Max(sbyte x, sbyte y) => throw null; - static sbyte System.Numerics.INumberBase.MaxMagnitude(sbyte x, sbyte y) => throw null; - static sbyte System.Numerics.INumberBase.MaxMagnitudeNumber(sbyte x, sbyte y) => throw null; - static sbyte System.Numerics.INumber.MaxNumber(sbyte x, sbyte y) => throw null; - public const sbyte MaxValue = 127; - static sbyte System.Numerics.IMinMaxValue.MaxValue { get => throw null; } - static sbyte System.Numerics.INumber.Min(sbyte x, sbyte y) => throw null; - static sbyte System.Numerics.INumberBase.MinMagnitude(sbyte x, sbyte y) => throw null; - static sbyte System.Numerics.INumberBase.MinMagnitudeNumber(sbyte x, sbyte y) => throw null; - static sbyte System.Numerics.INumber.MinNumber(sbyte x, sbyte y) => throw null; - public const sbyte MinValue = -128; - static sbyte System.Numerics.IMinMaxValue.MinValue { get => throw null; } - static sbyte System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } - static sbyte System.Numerics.ISignedNumber.NegativeOne { get => throw null; } - static sbyte System.Numerics.INumberBase.One { get => throw null; } - static sbyte System.Numerics.IAdditionOperators.operator +(sbyte left, sbyte right) => throw null; - static sbyte System.Numerics.IBitwiseOperators.operator &(sbyte left, sbyte right) => throw null; - static sbyte System.Numerics.IBitwiseOperators.operator |(sbyte left, sbyte right) => throw null; - static sbyte System.Numerics.IAdditionOperators.operator checked +(sbyte left, sbyte right) => throw null; - static sbyte System.Numerics.IDecrementOperators.operator checked --(sbyte value) => throw null; - static sbyte System.Numerics.IIncrementOperators.operator checked ++(sbyte value) => throw null; - static sbyte System.Numerics.IMultiplyOperators.operator checked *(sbyte left, sbyte right) => throw null; - static sbyte System.Numerics.ISubtractionOperators.operator checked -(sbyte left, sbyte right) => throw null; - static sbyte System.Numerics.IUnaryNegationOperators.operator checked -(sbyte value) => throw null; - static sbyte System.Numerics.IDecrementOperators.operator --(sbyte value) => throw null; - static sbyte System.Numerics.IDivisionOperators.operator /(sbyte left, sbyte right) => throw null; - static bool System.Numerics.IEqualityOperators.operator ==(sbyte left, sbyte right) => throw null; - static sbyte System.Numerics.IBitwiseOperators.operator ^(sbyte left, sbyte right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >(sbyte left, sbyte right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >=(sbyte left, sbyte right) => throw null; - static sbyte System.Numerics.IIncrementOperators.operator ++(sbyte value) => throw null; - static bool System.Numerics.IEqualityOperators.operator !=(sbyte left, sbyte right) => throw null; - static sbyte System.Numerics.IShiftOperators.operator <<(sbyte value, int shiftAmount) => throw null; - static bool System.Numerics.IComparisonOperators.operator <(sbyte left, sbyte right) => throw null; - static bool System.Numerics.IComparisonOperators.operator <=(sbyte left, sbyte right) => throw null; - static sbyte System.Numerics.IModulusOperators.operator %(sbyte left, sbyte right) => throw null; - static sbyte System.Numerics.IMultiplyOperators.operator *(sbyte left, sbyte right) => throw null; - static sbyte System.Numerics.IBitwiseOperators.operator ~(sbyte value) => throw null; - static sbyte System.Numerics.IShiftOperators.operator >>(sbyte value, int shiftAmount) => throw null; - static sbyte System.Numerics.ISubtractionOperators.operator -(sbyte left, sbyte right) => throw null; - static sbyte System.Numerics.IUnaryNegationOperators.operator -(sbyte value) => throw null; - static sbyte System.Numerics.IUnaryPlusOperators.operator +(sbyte value) => throw null; - static sbyte System.Numerics.IShiftOperators.operator >>>(sbyte value, int shiftAmount) => throw null; - static sbyte System.Numerics.INumberBase.Parse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static sbyte System.IUtf8SpanParsable.Parse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider) => throw null; - static sbyte System.Numerics.INumberBase.Parse(System.ReadOnlySpan s, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static sbyte System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - public static sbyte Parse(string s) => throw null; - public static sbyte Parse(string s, System.Globalization.NumberStyles style) => throw null; - static sbyte System.Numerics.INumberBase.Parse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider) => throw null; - static sbyte System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; - static sbyte System.Numerics.IBinaryInteger.PopCount(sbyte value) => throw null; - static int System.Numerics.INumberBase.Radix { get => throw null; } - static sbyte System.Numerics.IBinaryInteger.RotateLeft(sbyte value, int rotateAmount) => throw null; - static sbyte System.Numerics.IBinaryInteger.RotateRight(sbyte value, int rotateAmount) => throw null; - static int System.Numerics.INumber.Sign(sbyte value) => throw null; - bool System.IConvertible.ToBoolean(System.IFormatProvider provider) => throw null; - byte System.IConvertible.ToByte(System.IFormatProvider provider) => throw null; - char System.IConvertible.ToChar(System.IFormatProvider provider) => throw null; - System.DateTime System.IConvertible.ToDateTime(System.IFormatProvider provider) => throw null; - decimal System.IConvertible.ToDecimal(System.IFormatProvider provider) => throw null; - double System.IConvertible.ToDouble(System.IFormatProvider provider) => throw null; - short System.IConvertible.ToInt16(System.IFormatProvider provider) => throw null; - int System.IConvertible.ToInt32(System.IFormatProvider provider) => throw null; - long System.IConvertible.ToInt64(System.IFormatProvider provider) => throw null; - sbyte System.IConvertible.ToSByte(System.IFormatProvider provider) => throw null; - float System.IConvertible.ToSingle(System.IFormatProvider provider) => throw null; - public override string ToString() => throw null; - public string ToString(System.IFormatProvider provider) => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider provider) => throw null; - object System.IConvertible.ToType(System.Type type, System.IFormatProvider provider) => throw null; - ushort System.IConvertible.ToUInt16(System.IFormatProvider provider) => throw null; - uint System.IConvertible.ToUInt32(System.IFormatProvider provider) => throw null; - ulong System.IConvertible.ToUInt64(System.IFormatProvider provider) => throw null; - static sbyte System.Numerics.IBinaryInteger.TrailingZeroCount(sbyte value) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromChecked(TOther value, out sbyte result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromSaturating(TOther value, out sbyte result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromTruncating(TOther value, out sbyte result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToChecked(sbyte value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToSaturating(sbyte value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToTruncating(sbyte value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out sbyte result) => throw null; - static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out sbyte result) => throw null; - public static bool TryParse(System.ReadOnlySpan utf8Text, out sbyte result) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out sbyte result) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out sbyte result) => throw null; - public static bool TryParse(System.ReadOnlySpan s, out sbyte result) => throw null; - static bool System.Numerics.INumberBase.TryParse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out sbyte result) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out sbyte result) => throw null; - public static bool TryParse(string s, out sbyte result) => throw null; - static bool System.Numerics.IBinaryInteger.TryReadBigEndian(System.ReadOnlySpan source, bool isUnsigned, out sbyte value) => throw null; - static bool System.Numerics.IBinaryInteger.TryReadLittleEndian(System.ReadOnlySpan source, bool isUnsigned, out sbyte value) => throw null; - bool System.Numerics.IBinaryInteger.TryWriteBigEndian(System.Span destination, out int bytesWritten) => throw null; - bool System.Numerics.IBinaryInteger.TryWriteLittleEndian(System.Span destination, out int bytesWritten) => throw null; - static sbyte System.Numerics.INumberBase.Zero { get => throw null; } - } - namespace Security - { - [System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = false, Inherited = false)] - public sealed class AllowPartiallyTrustedCallersAttribute : System.Attribute - { - public AllowPartiallyTrustedCallersAttribute() => throw null; - public System.Security.PartialTrustVisibilityLevel PartialTrustVisibilityLevel { get => throw null; set { } } - } - namespace Cryptography - { - public class CryptographicException : System.SystemException - { - public CryptographicException() => throw null; - public CryptographicException(int hr) => throw null; - protected CryptographicException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public CryptographicException(string message) => throw null; - public CryptographicException(string message, System.Exception inner) => throw null; - public CryptographicException(string format, string insert) => throw null; - } - } - public interface IPermission : System.Security.ISecurityEncodable - { - System.Security.IPermission Copy(); - void Demand(); - System.Security.IPermission Intersect(System.Security.IPermission target); - bool IsSubsetOf(System.Security.IPermission target); - System.Security.IPermission Union(System.Security.IPermission target); - } - public interface ISecurityEncodable - { - void FromXml(System.Security.SecurityElement e); - System.Security.SecurityElement ToXml(); - } - public interface IStackWalk - { - void Assert(); - void Demand(); - void Deny(); - void PermitOnly(); - } - public enum PartialTrustVisibilityLevel - { - VisibleToAllHosts = 0, - NotVisibleByDefault = 1, - } - namespace Permissions - { - [System.AttributeUsage((System.AttributeTargets)109, AllowMultiple = true, Inherited = false)] - public abstract class CodeAccessSecurityAttribute : System.Security.Permissions.SecurityAttribute - { - protected CodeAccessSecurityAttribute(System.Security.Permissions.SecurityAction action) : base(default(System.Security.Permissions.SecurityAction)) => throw null; - } - public enum PermissionState - { - None = 0, - Unrestricted = 1, - } - public enum SecurityAction - { - Demand = 2, - Assert = 3, - Deny = 4, - PermitOnly = 5, - LinkDemand = 6, - InheritanceDemand = 7, - RequestMinimum = 8, - RequestOptional = 9, - RequestRefuse = 10, - } - [System.AttributeUsage((System.AttributeTargets)109, AllowMultiple = true, Inherited = false)] - public abstract class SecurityAttribute : System.Attribute - { - public System.Security.Permissions.SecurityAction Action { get => throw null; set { } } - public abstract System.Security.IPermission CreatePermission(); - protected SecurityAttribute(System.Security.Permissions.SecurityAction action) => throw null; - public bool Unrestricted { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)109, AllowMultiple = true, Inherited = false)] - public sealed class SecurityPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute - { - public bool Assertion { get => throw null; set { } } - public bool BindingRedirects { get => throw null; set { } } - public bool ControlAppDomain { get => throw null; set { } } - public bool ControlDomainPolicy { get => throw null; set { } } - public bool ControlEvidence { get => throw null; set { } } - public bool ControlPolicy { get => throw null; set { } } - public bool ControlPrincipal { get => throw null; set { } } - public bool ControlThread { get => throw null; set { } } - public override System.Security.IPermission CreatePermission() => throw null; - public SecurityPermissionAttribute(System.Security.Permissions.SecurityAction action) : base(default(System.Security.Permissions.SecurityAction)) => throw null; - public bool Execution { get => throw null; set { } } - public System.Security.Permissions.SecurityPermissionFlag Flags { get => throw null; set { } } - public bool Infrastructure { get => throw null; set { } } - public bool RemotingConfiguration { get => throw null; set { } } - public bool SerializationFormatter { get => throw null; set { } } - public bool SkipVerification { get => throw null; set { } } - public bool UnmanagedCode { get => throw null; set { } } - } - [System.Flags] - public enum SecurityPermissionFlag - { - NoFlags = 0, - Assertion = 1, - UnmanagedCode = 2, - SkipVerification = 4, - Execution = 8, - ControlThread = 16, - ControlEvidence = 32, - ControlPolicy = 64, - SerializationFormatter = 128, - ControlDomainPolicy = 256, - ControlPrincipal = 512, - ControlAppDomain = 1024, - RemotingConfiguration = 2048, - Infrastructure = 4096, - BindingRedirects = 8192, - AllFlags = 16383, - } - } - public class PermissionSet : System.Collections.ICollection, System.Runtime.Serialization.IDeserializationCallback, System.Collections.IEnumerable, System.Security.ISecurityEncodable, System.Security.IStackWalk - { - public System.Security.IPermission AddPermission(System.Security.IPermission perm) => throw null; - protected virtual System.Security.IPermission AddPermissionImpl(System.Security.IPermission perm) => throw null; - public void Assert() => throw null; - public bool ContainsNonCodeAccessPermissions() => throw null; - public static byte[] ConvertPermissionSet(string inFormat, byte[] inData, string outFormat) => throw null; - public virtual System.Security.PermissionSet Copy() => throw null; - public virtual void CopyTo(System.Array array, int index) => throw null; - public virtual int Count { get => throw null; } - public PermissionSet(System.Security.Permissions.PermissionState state) => throw null; - public PermissionSet(System.Security.PermissionSet permSet) => throw null; - public void Demand() => throw null; - public void Deny() => throw null; - public override bool Equals(object o) => throw null; - public virtual void FromXml(System.Security.SecurityElement et) => throw null; - public System.Collections.IEnumerator GetEnumerator() => throw null; - protected virtual System.Collections.IEnumerator GetEnumeratorImpl() => throw null; - public override int GetHashCode() => throw null; - public System.Security.IPermission GetPermission(System.Type permClass) => throw null; - protected virtual System.Security.IPermission GetPermissionImpl(System.Type permClass) => throw null; - public System.Security.PermissionSet Intersect(System.Security.PermissionSet other) => throw null; - public bool IsEmpty() => throw null; - public virtual bool IsReadOnly { get => throw null; } - public bool IsSubsetOf(System.Security.PermissionSet target) => throw null; - public virtual bool IsSynchronized { get => throw null; } - public bool IsUnrestricted() => throw null; - void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) => throw null; - public void PermitOnly() => throw null; - public System.Security.IPermission RemovePermission(System.Type permClass) => throw null; - protected virtual System.Security.IPermission RemovePermissionImpl(System.Type permClass) => throw null; - public static void RevertAssert() => throw null; - public System.Security.IPermission SetPermission(System.Security.IPermission perm) => throw null; - protected virtual System.Security.IPermission SetPermissionImpl(System.Security.IPermission perm) => throw null; - public virtual object SyncRoot { get => throw null; } - public override string ToString() => throw null; - public virtual System.Security.SecurityElement ToXml() => throw null; - public System.Security.PermissionSet Union(System.Security.PermissionSet other) => throw null; - } - namespace Principal - { - public interface IIdentity - { - string AuthenticationType { get; } - bool IsAuthenticated { get; } - string Name { get; } - } - public interface IPrincipal - { - System.Security.Principal.IIdentity Identity { get; } - bool IsInRole(string role); - } - public enum PrincipalPolicy - { - UnauthenticatedPrincipal = 0, - NoPrincipal = 1, - WindowsPrincipal = 2, - } - public enum TokenImpersonationLevel - { - None = 0, - Anonymous = 1, - Identification = 2, - Impersonation = 3, - Delegation = 4, - } - } - [System.AttributeUsage((System.AttributeTargets)5501, AllowMultiple = false, Inherited = false)] - public sealed class SecurityCriticalAttribute : System.Attribute - { - public SecurityCriticalAttribute() => throw null; - public SecurityCriticalAttribute(System.Security.SecurityCriticalScope scope) => throw null; - public System.Security.SecurityCriticalScope Scope { get => throw null; } - } - public enum SecurityCriticalScope - { - Explicit = 0, - Everything = 1, - } - public sealed class SecurityElement - { - public void AddAttribute(string name, string value) => throw null; - public void AddChild(System.Security.SecurityElement child) => throw null; - public string Attribute(string name) => throw null; - public System.Collections.Hashtable Attributes { get => throw null; set { } } - public System.Collections.ArrayList Children { get => throw null; set { } } - public System.Security.SecurityElement Copy() => throw null; - public SecurityElement(string tag) => throw null; - public SecurityElement(string tag, string text) => throw null; - public bool Equal(System.Security.SecurityElement other) => throw null; - public static string Escape(string str) => throw null; - public static System.Security.SecurityElement FromString(string xml) => throw null; - public static bool IsValidAttributeName(string name) => throw null; - public static bool IsValidAttributeValue(string value) => throw null; - public static bool IsValidTag(string tag) => throw null; - public static bool IsValidText(string text) => throw null; - public System.Security.SecurityElement SearchForChildByTag(string tag) => throw null; - public string SearchForTextOfTag(string tag) => throw null; - public string Tag { get => throw null; set { } } - public string Text { get => throw null; set { } } - public override string ToString() => throw null; - } - public class SecurityException : System.SystemException - { - public SecurityException() => throw null; - protected SecurityException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public SecurityException(string message) => throw null; - public SecurityException(string message, System.Exception inner) => throw null; - public SecurityException(string message, System.Type type) => throw null; - public SecurityException(string message, System.Type type, string state) => throw null; - public object Demanded { get => throw null; set { } } - public object DenySetInstance { get => throw null; set { } } - public System.Reflection.AssemblyName FailedAssemblyInfo { get => throw null; set { } } - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public string GrantedSet { get => throw null; set { } } - public System.Reflection.MethodInfo Method { get => throw null; set { } } - public string PermissionState { get => throw null; set { } } - public System.Type PermissionType { get => throw null; set { } } - public object PermitOnlySetInstance { get => throw null; set { } } - public string RefusedSet { get => throw null; set { } } - public override string ToString() => throw null; - public string Url { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = false)] - public sealed class SecurityRulesAttribute : System.Attribute - { - public SecurityRulesAttribute(System.Security.SecurityRuleSet ruleSet) => throw null; - public System.Security.SecurityRuleSet RuleSet { get => throw null; } - public bool SkipVerificationInFullTrust { get => throw null; set { } } - } - public enum SecurityRuleSet : byte - { - None = 0, - Level1 = 1, - Level2 = 2, - } - [System.AttributeUsage((System.AttributeTargets)5500, AllowMultiple = false, Inherited = false)] - public sealed class SecuritySafeCriticalAttribute : System.Attribute - { - public SecuritySafeCriticalAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = false, Inherited = false)] - public sealed class SecurityTransparentAttribute : System.Attribute - { - public SecurityTransparentAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)5501, AllowMultiple = false, Inherited = false)] - public sealed class SecurityTreatAsSafeAttribute : System.Attribute - { - public SecurityTreatAsSafeAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)5188, AllowMultiple = true, Inherited = false)] - public sealed class SuppressUnmanagedCodeSecurityAttribute : System.Attribute - { - public SuppressUnmanagedCodeSecurityAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)2, AllowMultiple = true, Inherited = false)] - public sealed class UnverifiableCodeAttribute : System.Attribute - { - public UnverifiableCodeAttribute() => throw null; - } - public class VerificationException : System.SystemException - { - public VerificationException() => throw null; - protected VerificationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public VerificationException(string message) => throw null; - public VerificationException(string message, System.Exception innerException) => throw null; - } - } - [System.AttributeUsage((System.AttributeTargets)4124, Inherited = false)] - public sealed class SerializableAttribute : System.Attribute - { - public SerializableAttribute() => throw null; - } - public struct Single : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IBinaryFloatingPointIeee754, System.Numerics.IBinaryNumber, System.Numerics.IBitwiseOperators, System.IComparable, System.IComparable, System.Numerics.IComparisonOperators, System.IConvertible, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.Numerics.IExponentialFunctions, System.Numerics.IFloatingPoint, System.Numerics.IFloatingPointConstants, System.Numerics.IFloatingPointIeee754, System.IFormattable, System.Numerics.IHyperbolicFunctions, System.Numerics.IIncrementOperators, System.Numerics.ILogarithmicFunctions, System.Numerics.IMinMaxValue, System.Numerics.IModulusOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumber, System.Numerics.INumberBase, System.IParsable, System.Numerics.IPowerFunctions, System.Numerics.IRootFunctions, System.Numerics.ISignedNumber, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.ITrigonometricFunctions, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable - { - static float System.Numerics.INumberBase.Abs(float value) => throw null; - static float System.Numerics.ITrigonometricFunctions.Acos(float x) => throw null; - static float System.Numerics.IHyperbolicFunctions.Acosh(float x) => throw null; - static float System.Numerics.ITrigonometricFunctions.AcosPi(float x) => throw null; - static float System.Numerics.IAdditiveIdentity.AdditiveIdentity { get => throw null; } - static float System.Numerics.IBinaryNumber.AllBitsSet { get => throw null; } - static float System.Numerics.ITrigonometricFunctions.Asin(float x) => throw null; - static float System.Numerics.IHyperbolicFunctions.Asinh(float x) => throw null; - static float System.Numerics.ITrigonometricFunctions.AsinPi(float x) => throw null; - static float System.Numerics.ITrigonometricFunctions.Atan(float x) => throw null; - static float System.Numerics.IFloatingPointIeee754.Atan2(float y, float x) => throw null; - static float System.Numerics.IFloatingPointIeee754.Atan2Pi(float y, float x) => throw null; - static float System.Numerics.IHyperbolicFunctions.Atanh(float x) => throw null; - static float System.Numerics.ITrigonometricFunctions.AtanPi(float x) => throw null; - static float System.Numerics.IFloatingPointIeee754.BitDecrement(float x) => throw null; - static float System.Numerics.IFloatingPointIeee754.BitIncrement(float x) => throw null; - static float System.Numerics.IRootFunctions.Cbrt(float x) => throw null; - static float System.Numerics.IFloatingPoint.Ceiling(float x) => throw null; - static float System.Numerics.INumber.Clamp(float value, float min, float max) => throw null; - public int CompareTo(object value) => throw null; - public int CompareTo(float value) => throw null; - static float System.Numerics.INumber.CopySign(float value, float sign) => throw null; - static float System.Numerics.ITrigonometricFunctions.Cos(float x) => throw null; - static float System.Numerics.IHyperbolicFunctions.Cosh(float x) => throw null; - static float System.Numerics.ITrigonometricFunctions.CosPi(float x) => throw null; - static float System.Numerics.INumberBase.CreateChecked(TOther value) => throw null; - static float System.Numerics.INumberBase.CreateSaturating(TOther value) => throw null; - static float System.Numerics.INumberBase.CreateTruncating(TOther value) => throw null; - static float System.Numerics.ITrigonometricFunctions.DegreesToRadians(float degrees) => throw null; - public const float E = default; - static float System.Numerics.IFloatingPointConstants.E { get => throw null; } - public const float Epsilon = default; - static float System.Numerics.IFloatingPointIeee754.Epsilon { get => throw null; } - public override bool Equals(object obj) => throw null; - public bool Equals(float obj) => throw null; - static float System.Numerics.IExponentialFunctions.Exp(float x) => throw null; - static float System.Numerics.IExponentialFunctions.Exp10(float x) => throw null; - static float System.Numerics.IExponentialFunctions.Exp10M1(float x) => throw null; - static float System.Numerics.IExponentialFunctions.Exp2(float x) => throw null; - static float System.Numerics.IExponentialFunctions.Exp2M1(float x) => throw null; - static float System.Numerics.IExponentialFunctions.ExpM1(float x) => throw null; - static float System.Numerics.IFloatingPoint.Floor(float x) => throw null; - static float System.Numerics.IFloatingPointIeee754.FusedMultiplyAdd(float left, float right, float addend) => throw null; - int System.Numerics.IFloatingPoint.GetExponentByteCount() => throw null; - int System.Numerics.IFloatingPoint.GetExponentShortestBitLength() => throw null; - public override int GetHashCode() => throw null; - int System.Numerics.IFloatingPoint.GetSignificandBitLength() => throw null; - int System.Numerics.IFloatingPoint.GetSignificandByteCount() => throw null; - public System.TypeCode GetTypeCode() => throw null; - static float System.Numerics.IRootFunctions.Hypot(float x, float y) => throw null; - static float System.Numerics.IFloatingPointIeee754.Ieee754Remainder(float left, float right) => throw null; - static int System.Numerics.IFloatingPointIeee754.ILogB(float x) => throw null; - static bool System.Numerics.INumberBase.IsCanonical(float value) => throw null; - static bool System.Numerics.INumberBase.IsComplexNumber(float value) => throw null; - static bool System.Numerics.INumberBase.IsEvenInteger(float value) => throw null; - static bool System.Numerics.INumberBase.IsFinite(float f) => throw null; - static bool System.Numerics.INumberBase.IsImaginaryNumber(float value) => throw null; - static bool System.Numerics.INumberBase.IsInfinity(float f) => throw null; - static bool System.Numerics.INumberBase.IsInteger(float value) => throw null; - static bool System.Numerics.INumberBase.IsNaN(float f) => throw null; - static bool System.Numerics.INumberBase.IsNegative(float f) => throw null; - static bool System.Numerics.INumberBase.IsNegativeInfinity(float f) => throw null; - static bool System.Numerics.INumberBase.IsNormal(float f) => throw null; - static bool System.Numerics.INumberBase.IsOddInteger(float value) => throw null; - static bool System.Numerics.INumberBase.IsPositive(float value) => throw null; - static bool System.Numerics.INumberBase.IsPositiveInfinity(float f) => throw null; - static bool System.Numerics.IBinaryNumber.IsPow2(float value) => throw null; - static bool System.Numerics.INumberBase.IsRealNumber(float value) => throw null; - static bool System.Numerics.INumberBase.IsSubnormal(float f) => throw null; - static bool System.Numerics.INumberBase.IsZero(float value) => throw null; - static float System.Numerics.IFloatingPointIeee754.Lerp(float value1, float value2, float amount) => throw null; - static float System.Numerics.ILogarithmicFunctions.Log(float x) => throw null; - static float System.Numerics.ILogarithmicFunctions.Log(float x, float newBase) => throw null; - static float System.Numerics.ILogarithmicFunctions.Log10(float x) => throw null; - static float System.Numerics.ILogarithmicFunctions.Log10P1(float x) => throw null; - static float System.Numerics.IBinaryNumber.Log2(float value) => throw null; - static float System.Numerics.ILogarithmicFunctions.Log2(float value) => throw null; - static float System.Numerics.ILogarithmicFunctions.Log2P1(float x) => throw null; - static float System.Numerics.ILogarithmicFunctions.LogP1(float x) => throw null; - static float System.Numerics.INumber.Max(float x, float y) => throw null; - static float System.Numerics.INumberBase.MaxMagnitude(float x, float y) => throw null; - static float System.Numerics.INumberBase.MaxMagnitudeNumber(float x, float y) => throw null; - static float System.Numerics.INumber.MaxNumber(float x, float y) => throw null; - public const float MaxValue = default; - static float System.Numerics.IMinMaxValue.MaxValue { get => throw null; } - static float System.Numerics.INumber.Min(float x, float y) => throw null; - static float System.Numerics.INumberBase.MinMagnitude(float x, float y) => throw null; - static float System.Numerics.INumberBase.MinMagnitudeNumber(float x, float y) => throw null; - static float System.Numerics.INumber.MinNumber(float x, float y) => throw null; - public const float MinValue = default; - static float System.Numerics.IMinMaxValue.MinValue { get => throw null; } - static float System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } - public const float NaN = default; - static float System.Numerics.IFloatingPointIeee754.NaN { get => throw null; } - public const float NegativeInfinity = default; - static float System.Numerics.IFloatingPointIeee754.NegativeInfinity { get => throw null; } - static float System.Numerics.ISignedNumber.NegativeOne { get => throw null; } - public const float NegativeZero = default; - static float System.Numerics.IFloatingPointIeee754.NegativeZero { get => throw null; } - static float System.Numerics.INumberBase.One { get => throw null; } - static float System.Numerics.IAdditionOperators.operator +(float left, float right) => throw null; - static float System.Numerics.IBitwiseOperators.operator &(float left, float right) => throw null; - static float System.Numerics.IBitwiseOperators.operator |(float left, float right) => throw null; - static float System.Numerics.IDecrementOperators.operator --(float value) => throw null; - static float System.Numerics.IDivisionOperators.operator /(float left, float right) => throw null; - static bool System.Numerics.IEqualityOperators.operator ==(float left, float right) => throw null; - static float System.Numerics.IBitwiseOperators.operator ^(float left, float right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >(float left, float right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >=(float left, float right) => throw null; - static float System.Numerics.IIncrementOperators.operator ++(float value) => throw null; - static bool System.Numerics.IEqualityOperators.operator !=(float left, float right) => throw null; - static bool System.Numerics.IComparisonOperators.operator <(float left, float right) => throw null; - static bool System.Numerics.IComparisonOperators.operator <=(float left, float right) => throw null; - static float System.Numerics.IModulusOperators.operator %(float left, float right) => throw null; - static float System.Numerics.IMultiplyOperators.operator *(float left, float right) => throw null; - static float System.Numerics.IBitwiseOperators.operator ~(float value) => throw null; - static float System.Numerics.ISubtractionOperators.operator -(float left, float right) => throw null; - static float System.Numerics.IUnaryNegationOperators.operator -(float value) => throw null; - static float System.Numerics.IUnaryPlusOperators.operator +(float value) => throw null; - static float System.Numerics.INumberBase.Parse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static float System.IUtf8SpanParsable.Parse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider) => throw null; - static float System.Numerics.INumberBase.Parse(System.ReadOnlySpan s, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static float System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - public static float Parse(string s) => throw null; - public static float Parse(string s, System.Globalization.NumberStyles style) => throw null; - static float System.Numerics.INumberBase.Parse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider) => throw null; - static float System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; - public const float Pi = default; - static float System.Numerics.IFloatingPointConstants.Pi { get => throw null; } - public const float PositiveInfinity = default; - static float System.Numerics.IFloatingPointIeee754.PositiveInfinity { get => throw null; } - static float System.Numerics.IPowerFunctions.Pow(float x, float y) => throw null; - static float System.Numerics.ITrigonometricFunctions.RadiansToDegrees(float radians) => throw null; - static int System.Numerics.INumberBase.Radix { get => throw null; } - static float System.Numerics.IFloatingPointIeee754.ReciprocalEstimate(float x) => throw null; - static float System.Numerics.IFloatingPointIeee754.ReciprocalSqrtEstimate(float x) => throw null; - static float System.Numerics.IRootFunctions.RootN(float x, int n) => throw null; - static float System.Numerics.IFloatingPoint.Round(float x) => throw null; - static float System.Numerics.IFloatingPoint.Round(float x, int digits) => throw null; - static float System.Numerics.IFloatingPoint.Round(float x, int digits, System.MidpointRounding mode) => throw null; - static float System.Numerics.IFloatingPoint.Round(float x, System.MidpointRounding mode) => throw null; - static float System.Numerics.IFloatingPointIeee754.ScaleB(float x, int n) => throw null; - static int System.Numerics.INumber.Sign(float value) => throw null; - static float System.Numerics.ITrigonometricFunctions.Sin(float x) => throw null; - static (float Sin, float Cos) System.Numerics.ITrigonometricFunctions.SinCos(float x) => throw null; - static (float SinPi, float CosPi) System.Numerics.ITrigonometricFunctions.SinCosPi(float x) => throw null; - static float System.Numerics.IHyperbolicFunctions.Sinh(float x) => throw null; - static float System.Numerics.ITrigonometricFunctions.SinPi(float x) => throw null; - static float System.Numerics.IRootFunctions.Sqrt(float x) => throw null; - static float System.Numerics.ITrigonometricFunctions.Tan(float x) => throw null; - static float System.Numerics.IHyperbolicFunctions.Tanh(float x) => throw null; - static float System.Numerics.ITrigonometricFunctions.TanPi(float x) => throw null; - public const float Tau = default; - static float System.Numerics.IFloatingPointConstants.Tau { get => throw null; } - bool System.IConvertible.ToBoolean(System.IFormatProvider provider) => throw null; - byte System.IConvertible.ToByte(System.IFormatProvider provider) => throw null; - char System.IConvertible.ToChar(System.IFormatProvider provider) => throw null; - System.DateTime System.IConvertible.ToDateTime(System.IFormatProvider provider) => throw null; - decimal System.IConvertible.ToDecimal(System.IFormatProvider provider) => throw null; - double System.IConvertible.ToDouble(System.IFormatProvider provider) => throw null; - short System.IConvertible.ToInt16(System.IFormatProvider provider) => throw null; - int System.IConvertible.ToInt32(System.IFormatProvider provider) => throw null; - long System.IConvertible.ToInt64(System.IFormatProvider provider) => throw null; - sbyte System.IConvertible.ToSByte(System.IFormatProvider provider) => throw null; - float System.IConvertible.ToSingle(System.IFormatProvider provider) => throw null; - public override string ToString() => throw null; - public string ToString(System.IFormatProvider provider) => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider provider) => throw null; - object System.IConvertible.ToType(System.Type type, System.IFormatProvider provider) => throw null; - ushort System.IConvertible.ToUInt16(System.IFormatProvider provider) => throw null; - uint System.IConvertible.ToUInt32(System.IFormatProvider provider) => throw null; - ulong System.IConvertible.ToUInt64(System.IFormatProvider provider) => throw null; - static float System.Numerics.IFloatingPoint.Truncate(float x) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromChecked(TOther value, out float result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromSaturating(TOther value, out float result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromTruncating(TOther value, out float result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToChecked(float value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToSaturating(float value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToTruncating(float value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out float result) => throw null; - static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out float result) => throw null; - public static bool TryParse(System.ReadOnlySpan utf8Text, out float result) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out float result) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out float result) => throw null; - public static bool TryParse(System.ReadOnlySpan s, out float result) => throw null; - static bool System.Numerics.INumberBase.TryParse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out float result) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out float result) => throw null; - public static bool TryParse(string s, out float result) => throw null; - bool System.Numerics.IFloatingPoint.TryWriteExponentBigEndian(System.Span destination, out int bytesWritten) => throw null; - bool System.Numerics.IFloatingPoint.TryWriteExponentLittleEndian(System.Span destination, out int bytesWritten) => throw null; - bool System.Numerics.IFloatingPoint.TryWriteSignificandBigEndian(System.Span destination, out int bytesWritten) => throw null; - bool System.Numerics.IFloatingPoint.TryWriteSignificandLittleEndian(System.Span destination, out int bytesWritten) => throw null; - static float System.Numerics.INumberBase.Zero { get => throw null; } - } - public struct Span - { - public void Clear() => throw null; - public void CopyTo(System.Span destination) => throw null; - public unsafe Span(void* pointer, int length) => throw null; - public Span(T[] array) => throw null; - public Span(T[] array, int start, int length) => throw null; - public Span(ref T reference) => throw null; - public static System.Span Empty { get => throw null; } - public struct Enumerator - { - public T Current { get => throw null; } - public bool MoveNext() => throw null; - } - public override bool Equals(object obj) => throw null; - public void Fill(T value) => throw null; - public System.Span.Enumerator GetEnumerator() => throw null; - public override int GetHashCode() => throw null; - public T GetPinnableReference() => throw null; - public bool IsEmpty { get => throw null; } - public int Length { get => throw null; } - public static bool operator ==(System.Span left, System.Span right) => throw null; - public static implicit operator System.Span(System.ArraySegment segment) => throw null; - public static implicit operator System.ReadOnlySpan(System.Span span) => throw null; - public static implicit operator System.Span(T[] array) => throw null; - public static bool operator !=(System.Span left, System.Span right) => throw null; - public System.Span Slice(int start) => throw null; - public System.Span Slice(int start, int length) => throw null; - public T this[int index] { get => throw null; } - public T[] ToArray() => throw null; - public override string ToString() => throw null; - public bool TryCopyTo(System.Span destination) => throw null; - } - public sealed class StackOverflowException : System.SystemException - { - public StackOverflowException() => throw null; - public StackOverflowException(string message) => throw null; - public StackOverflowException(string message, System.Exception innerException) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)64)] - public sealed class STAThreadAttribute : System.Attribute - { - public STAThreadAttribute() => throw null; - } - public sealed class String : System.ICloneable, System.IComparable, System.IComparable, System.IConvertible, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.IEquatable, System.IParsable, System.ISpanParsable - { - public object Clone() => throw null; - public static int Compare(string strA, int indexA, string strB, int indexB, int length) => throw null; - public static int Compare(string strA, int indexA, string strB, int indexB, int length, bool ignoreCase) => throw null; - public static int Compare(string strA, int indexA, string strB, int indexB, int length, bool ignoreCase, System.Globalization.CultureInfo culture) => throw null; - public static int Compare(string strA, int indexA, string strB, int indexB, int length, System.Globalization.CultureInfo culture, System.Globalization.CompareOptions options) => throw null; - public static int Compare(string strA, int indexA, string strB, int indexB, int length, System.StringComparison comparisonType) => throw null; - public static int Compare(string strA, string strB) => throw null; - public static int Compare(string strA, string strB, bool ignoreCase) => throw null; - public static int Compare(string strA, string strB, bool ignoreCase, System.Globalization.CultureInfo culture) => throw null; - public static int Compare(string strA, string strB, System.Globalization.CultureInfo culture, System.Globalization.CompareOptions options) => throw null; - public static int Compare(string strA, string strB, System.StringComparison comparisonType) => throw null; - public static int CompareOrdinal(string strA, int indexA, string strB, int indexB, int length) => throw null; - public static int CompareOrdinal(string strA, string strB) => throw null; - public int CompareTo(object value) => throw null; - public int CompareTo(string strB) => throw null; - public static string Concat(System.Collections.Generic.IEnumerable values) => throw null; - public static string Concat(object arg0) => throw null; - public static string Concat(object arg0, object arg1) => throw null; - public static string Concat(object arg0, object arg1, object arg2) => throw null; - public static string Concat(params object[] args) => throw null; - public static string Concat(System.ReadOnlySpan str0, System.ReadOnlySpan str1) => throw null; - public static string Concat(System.ReadOnlySpan str0, System.ReadOnlySpan str1, System.ReadOnlySpan str2) => throw null; - public static string Concat(System.ReadOnlySpan str0, System.ReadOnlySpan str1, System.ReadOnlySpan str2, System.ReadOnlySpan str3) => throw null; - public static string Concat(string str0, string str1) => throw null; - public static string Concat(string str0, string str1, string str2) => throw null; - public static string Concat(string str0, string str1, string str2, string str3) => throw null; - public static string Concat(params string[] values) => throw null; - public static string Concat(System.Collections.Generic.IEnumerable values) => throw null; - public bool Contains(char value) => throw null; - public bool Contains(char value, System.StringComparison comparisonType) => throw null; - public bool Contains(string value) => throw null; - public bool Contains(string value, System.StringComparison comparisonType) => throw null; - public static string Copy(string str) => throw null; - public void CopyTo(int sourceIndex, char[] destination, int destinationIndex, int count) => throw null; - public void CopyTo(System.Span destination) => throw null; - public static string Create(System.IFormatProvider provider, [System.Runtime.CompilerServices.InterpolatedStringHandlerArgument("provider")] ref System.Runtime.CompilerServices.DefaultInterpolatedStringHandler handler) => throw null; - public static string Create(System.IFormatProvider provider, System.Span initialBuffer, [System.Runtime.CompilerServices.InterpolatedStringHandlerArgument(new[] { "provider", "initialBuffer" })] ref System.Runtime.CompilerServices.DefaultInterpolatedStringHandler handler) => throw null; - public static string Create(int length, TState state, System.Buffers.SpanAction action) => throw null; - public unsafe String(char* value) => throw null; - public unsafe String(char* value, int startIndex, int length) => throw null; - public String(char c, int count) => throw null; - public String(char[] value) => throw null; - public String(char[] value, int startIndex, int length) => throw null; - public String(System.ReadOnlySpan value) => throw null; - public unsafe String(sbyte* value) => throw null; - public unsafe String(sbyte* value, int startIndex, int length) => throw null; - public unsafe String(sbyte* value, int startIndex, int length, System.Text.Encoding enc) => throw null; - public static readonly string Empty; - public bool EndsWith(char value) => throw null; - public bool EndsWith(string value) => throw null; - public bool EndsWith(string value, bool ignoreCase, System.Globalization.CultureInfo culture) => throw null; - public bool EndsWith(string value, System.StringComparison comparisonType) => throw null; - public System.Text.StringRuneEnumerator EnumerateRunes() => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(string value) => throw null; - public static bool Equals(string a, string b) => throw null; - public static bool Equals(string a, string b, System.StringComparison comparisonType) => throw null; - public bool Equals(string value, System.StringComparison comparisonType) => throw null; - public static string Format(System.IFormatProvider provider, string format, object arg0) => throw null; - public static string Format(System.IFormatProvider provider, string format, object arg0, object arg1) => throw null; - public static string Format(System.IFormatProvider provider, string format, object arg0, object arg1, object arg2) => throw null; - public static string Format(System.IFormatProvider provider, string format, params object[] args) => throw null; - public static string Format(string format, object arg0) => throw null; - public static string Format(string format, object arg0, object arg1) => throw null; - public static string Format(string format, object arg0, object arg1, object arg2) => throw null; - public static string Format(string format, params object[] args) => throw null; - public static string Format(System.IFormatProvider provider, System.Text.CompositeFormat format, TArg0 arg0) => throw null; - public static string Format(System.IFormatProvider provider, System.Text.CompositeFormat format, TArg0 arg0, TArg1 arg1) => throw null; - public static string Format(System.IFormatProvider provider, System.Text.CompositeFormat format, TArg0 arg0, TArg1 arg1, TArg2 arg2) => throw null; - public static string Format(System.IFormatProvider provider, System.Text.CompositeFormat format, params object[] args) => throw null; - public static string Format(System.IFormatProvider provider, System.Text.CompositeFormat format, System.ReadOnlySpan args) => throw null; - public System.CharEnumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public override int GetHashCode() => throw null; - public static int GetHashCode(System.ReadOnlySpan value) => throw null; - public static int GetHashCode(System.ReadOnlySpan value, System.StringComparison comparisonType) => throw null; - public int GetHashCode(System.StringComparison comparisonType) => throw null; - public char GetPinnableReference() => throw null; - public System.TypeCode GetTypeCode() => throw null; - public int IndexOf(char value) => throw null; - public int IndexOf(char value, int startIndex) => throw null; - public int IndexOf(char value, int startIndex, int count) => throw null; - public int IndexOf(char value, System.StringComparison comparisonType) => throw null; - public int IndexOf(string value) => throw null; - public int IndexOf(string value, int startIndex) => throw null; - public int IndexOf(string value, int startIndex, int count) => throw null; - public int IndexOf(string value, int startIndex, int count, System.StringComparison comparisonType) => throw null; - public int IndexOf(string value, int startIndex, System.StringComparison comparisonType) => throw null; - public int IndexOf(string value, System.StringComparison comparisonType) => throw null; - public int IndexOfAny(char[] anyOf) => throw null; - public int IndexOfAny(char[] anyOf, int startIndex) => throw null; - public int IndexOfAny(char[] anyOf, int startIndex, int count) => throw null; - public string Insert(int startIndex, string value) => throw null; - public static string Intern(string str) => throw null; - public static string IsInterned(string str) => throw null; - public bool IsNormalized() => throw null; - public bool IsNormalized(System.Text.NormalizationForm normalizationForm) => throw null; - public static bool IsNullOrEmpty(string value) => throw null; - public static bool IsNullOrWhiteSpace(string value) => throw null; - public static string Join(char separator, params object[] values) => throw null; - public static string Join(char separator, params string[] value) => throw null; - public static string Join(char separator, string[] value, int startIndex, int count) => throw null; - public static string Join(string separator, System.Collections.Generic.IEnumerable values) => throw null; - public static string Join(string separator, params object[] values) => throw null; - public static string Join(string separator, params string[] value) => throw null; - public static string Join(string separator, string[] value, int startIndex, int count) => throw null; - public static string Join(char separator, System.Collections.Generic.IEnumerable values) => throw null; - public static string Join(string separator, System.Collections.Generic.IEnumerable values) => throw null; - public int LastIndexOf(char value) => throw null; - public int LastIndexOf(char value, int startIndex) => throw null; - public int LastIndexOf(char value, int startIndex, int count) => throw null; - public int LastIndexOf(string value) => throw null; - public int LastIndexOf(string value, int startIndex) => throw null; - public int LastIndexOf(string value, int startIndex, int count) => throw null; - public int LastIndexOf(string value, int startIndex, int count, System.StringComparison comparisonType) => throw null; - public int LastIndexOf(string value, int startIndex, System.StringComparison comparisonType) => throw null; - public int LastIndexOf(string value, System.StringComparison comparisonType) => throw null; - public int LastIndexOfAny(char[] anyOf) => throw null; - public int LastIndexOfAny(char[] anyOf, int startIndex) => throw null; - public int LastIndexOfAny(char[] anyOf, int startIndex, int count) => throw null; - public int Length { get => throw null; } - public string Normalize() => throw null; - public string Normalize(System.Text.NormalizationForm normalizationForm) => throw null; - public static bool operator ==(string a, string b) => throw null; - public static implicit operator System.ReadOnlySpan(string value) => throw null; - public static bool operator !=(string a, string b) => throw null; - public string PadLeft(int totalWidth) => throw null; - public string PadLeft(int totalWidth, char paddingChar) => throw null; - public string PadRight(int totalWidth) => throw null; - public string PadRight(int totalWidth, char paddingChar) => throw null; - static string System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; - static string System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - public string Remove(int startIndex) => throw null; - public string Remove(int startIndex, int count) => throw null; - public string Replace(char oldChar, char newChar) => throw null; - public string Replace(string oldValue, string newValue) => throw null; - public string Replace(string oldValue, string newValue, bool ignoreCase, System.Globalization.CultureInfo culture) => throw null; - public string Replace(string oldValue, string newValue, System.StringComparison comparisonType) => throw null; - public string ReplaceLineEndings() => throw null; - public string ReplaceLineEndings(string replacementText) => throw null; - public string[] Split(char separator, int count, System.StringSplitOptions options = default(System.StringSplitOptions)) => throw null; - public string[] Split(char separator, System.StringSplitOptions options = default(System.StringSplitOptions)) => throw null; - public string[] Split(params char[] separator) => throw null; - public string[] Split(char[] separator, int count) => throw null; - public string[] Split(char[] separator, int count, System.StringSplitOptions options) => throw null; - public string[] Split(char[] separator, System.StringSplitOptions options) => throw null; - public string[] Split(string separator, int count, System.StringSplitOptions options = default(System.StringSplitOptions)) => throw null; - public string[] Split(string separator, System.StringSplitOptions options = default(System.StringSplitOptions)) => throw null; - public string[] Split(string[] separator, int count, System.StringSplitOptions options) => throw null; - public string[] Split(string[] separator, System.StringSplitOptions options) => throw null; - public bool StartsWith(char value) => throw null; - public bool StartsWith(string value) => throw null; - public bool StartsWith(string value, bool ignoreCase, System.Globalization.CultureInfo culture) => throw null; - public bool StartsWith(string value, System.StringComparison comparisonType) => throw null; - public string Substring(int startIndex) => throw null; - public string Substring(int startIndex, int length) => throw null; - [System.Runtime.CompilerServices.IndexerName("Chars")] - public char this[int index] { get => throw null; } - bool System.IConvertible.ToBoolean(System.IFormatProvider provider) => throw null; - byte System.IConvertible.ToByte(System.IFormatProvider provider) => throw null; - char System.IConvertible.ToChar(System.IFormatProvider provider) => throw null; - public char[] ToCharArray() => throw null; - public char[] ToCharArray(int startIndex, int length) => throw null; - System.DateTime System.IConvertible.ToDateTime(System.IFormatProvider provider) => throw null; - decimal System.IConvertible.ToDecimal(System.IFormatProvider provider) => throw null; - double System.IConvertible.ToDouble(System.IFormatProvider provider) => throw null; - short System.IConvertible.ToInt16(System.IFormatProvider provider) => throw null; - int System.IConvertible.ToInt32(System.IFormatProvider provider) => throw null; - long System.IConvertible.ToInt64(System.IFormatProvider provider) => throw null; - public string ToLower() => throw null; - public string ToLower(System.Globalization.CultureInfo culture) => throw null; - public string ToLowerInvariant() => throw null; - sbyte System.IConvertible.ToSByte(System.IFormatProvider provider) => throw null; - float System.IConvertible.ToSingle(System.IFormatProvider provider) => throw null; - public override string ToString() => throw null; - public string ToString(System.IFormatProvider provider) => throw null; - object System.IConvertible.ToType(System.Type type, System.IFormatProvider provider) => throw null; - ushort System.IConvertible.ToUInt16(System.IFormatProvider provider) => throw null; - uint System.IConvertible.ToUInt32(System.IFormatProvider provider) => throw null; - ulong System.IConvertible.ToUInt64(System.IFormatProvider provider) => throw null; - public string ToUpper() => throw null; - public string ToUpper(System.Globalization.CultureInfo culture) => throw null; - public string ToUpperInvariant() => throw null; - public string Trim() => throw null; - public string Trim(char trimChar) => throw null; - public string Trim(params char[] trimChars) => throw null; - public string TrimEnd() => throw null; - public string TrimEnd(char trimChar) => throw null; - public string TrimEnd(params char[] trimChars) => throw null; - public string TrimStart() => throw null; - public string TrimStart(char trimChar) => throw null; - public string TrimStart(params char[] trimChars) => throw null; - public bool TryCopyTo(System.Span destination) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out string result) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out string result) => throw null; - } - public abstract class StringComparer : System.Collections.Generic.IComparer, System.Collections.IComparer, System.Collections.Generic.IEqualityComparer, System.Collections.IEqualityComparer - { - public int Compare(object x, object y) => throw null; - public abstract int Compare(string x, string y); - public static System.StringComparer Create(System.Globalization.CultureInfo culture, bool ignoreCase) => throw null; - public static System.StringComparer Create(System.Globalization.CultureInfo culture, System.Globalization.CompareOptions options) => throw null; - protected StringComparer() => throw null; - public static System.StringComparer CurrentCulture { get => throw null; } - public static System.StringComparer CurrentCultureIgnoreCase { get => throw null; } - public bool Equals(object x, object y) => throw null; - public abstract bool Equals(string x, string y); - public static System.StringComparer FromComparison(System.StringComparison comparisonType) => throw null; - public int GetHashCode(object obj) => throw null; - public abstract int GetHashCode(string obj); - public static System.StringComparer InvariantCulture { get => throw null; } - public static System.StringComparer InvariantCultureIgnoreCase { get => throw null; } - public static bool IsWellKnownCultureAwareComparer(System.Collections.Generic.IEqualityComparer comparer, out System.Globalization.CompareInfo compareInfo, out System.Globalization.CompareOptions compareOptions) => throw null; - public static bool IsWellKnownOrdinalComparer(System.Collections.Generic.IEqualityComparer comparer, out bool ignoreCase) => throw null; - public static System.StringComparer Ordinal { get => throw null; } - public static System.StringComparer OrdinalIgnoreCase { get => throw null; } - } - public enum StringComparison - { - CurrentCulture = 0, - CurrentCultureIgnoreCase = 1, - InvariantCulture = 2, - InvariantCultureIgnoreCase = 3, - Ordinal = 4, - OrdinalIgnoreCase = 5, - } - public static partial class StringNormalizationExtensions - { - public static bool IsNormalized(this string strInput) => throw null; - public static bool IsNormalized(this string strInput, System.Text.NormalizationForm normalizationForm) => throw null; - public static string Normalize(this string strInput) => throw null; - public static string Normalize(this string strInput, System.Text.NormalizationForm normalizationForm) => throw null; - } - [System.Flags] - public enum StringSplitOptions - { - None = 0, - RemoveEmptyEntries = 1, - TrimEntries = 2, - } - public class SystemException : System.Exception - { - public SystemException() => throw null; - protected SystemException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public SystemException(string message) => throw null; - public SystemException(string message, System.Exception innerException) => throw null; - } - namespace Text - { - public static class Ascii - { - public static bool Equals(System.ReadOnlySpan left, System.ReadOnlySpan right) => throw null; - public static bool Equals(System.ReadOnlySpan left, System.ReadOnlySpan right) => throw null; - public static bool Equals(System.ReadOnlySpan left, System.ReadOnlySpan right) => throw null; - public static bool Equals(System.ReadOnlySpan left, System.ReadOnlySpan right) => throw null; - public static bool EqualsIgnoreCase(System.ReadOnlySpan left, System.ReadOnlySpan right) => throw null; - public static bool EqualsIgnoreCase(System.ReadOnlySpan left, System.ReadOnlySpan right) => throw null; - public static bool EqualsIgnoreCase(System.ReadOnlySpan left, System.ReadOnlySpan right) => throw null; - public static bool EqualsIgnoreCase(System.ReadOnlySpan left, System.ReadOnlySpan right) => throw null; - public static System.Buffers.OperationStatus FromUtf16(System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; - public static bool IsValid(System.ReadOnlySpan value) => throw null; - public static bool IsValid(System.ReadOnlySpan value) => throw null; - public static bool IsValid(byte value) => throw null; - public static bool IsValid(char value) => throw null; - public static System.Buffers.OperationStatus ToLower(System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; - public static System.Buffers.OperationStatus ToLower(System.ReadOnlySpan source, System.Span destination, out int charsWritten) => throw null; - public static System.Buffers.OperationStatus ToLower(System.ReadOnlySpan source, System.Span destination, out int charsWritten) => throw null; - public static System.Buffers.OperationStatus ToLower(System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; - public static System.Buffers.OperationStatus ToLowerInPlace(System.Span value, out int bytesWritten) => throw null; - public static System.Buffers.OperationStatus ToLowerInPlace(System.Span value, out int charsWritten) => throw null; - public static System.Buffers.OperationStatus ToUpper(System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; - public static System.Buffers.OperationStatus ToUpper(System.ReadOnlySpan source, System.Span destination, out int charsWritten) => throw null; - public static System.Buffers.OperationStatus ToUpper(System.ReadOnlySpan source, System.Span destination, out int charsWritten) => throw null; - public static System.Buffers.OperationStatus ToUpper(System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; - public static System.Buffers.OperationStatus ToUpperInPlace(System.Span value, out int bytesWritten) => throw null; - public static System.Buffers.OperationStatus ToUpperInPlace(System.Span value, out int charsWritten) => throw null; - public static System.Buffers.OperationStatus ToUtf16(System.ReadOnlySpan source, System.Span destination, out int charsWritten) => throw null; - public static System.Range Trim(System.ReadOnlySpan value) => throw null; - public static System.Range Trim(System.ReadOnlySpan value) => throw null; - public static System.Range TrimEnd(System.ReadOnlySpan value) => throw null; - public static System.Range TrimEnd(System.ReadOnlySpan value) => throw null; - public static System.Range TrimStart(System.ReadOnlySpan value) => throw null; - public static System.Range TrimStart(System.ReadOnlySpan value) => throw null; - } - public sealed class CompositeFormat - { - public string Format { get => throw null; } - public int MinimumArgumentCount { get => throw null; } - public static System.Text.CompositeFormat Parse(string format) => throw null; - } - public abstract class Decoder - { - public virtual unsafe void Convert(byte* bytes, int byteCount, char* chars, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed) => throw null; - public virtual void Convert(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed) => throw null; - public virtual void Convert(System.ReadOnlySpan bytes, System.Span chars, bool flush, out int bytesUsed, out int charsUsed, out bool completed) => throw null; - protected Decoder() => throw null; - public System.Text.DecoderFallback Fallback { get => throw null; set { } } - public System.Text.DecoderFallbackBuffer FallbackBuffer { get => throw null; } - public virtual unsafe int GetCharCount(byte* bytes, int count, bool flush) => throw null; - public abstract int GetCharCount(byte[] bytes, int index, int count); - public virtual int GetCharCount(byte[] bytes, int index, int count, bool flush) => throw null; - public virtual int GetCharCount(System.ReadOnlySpan bytes, bool flush) => throw null; - public virtual unsafe int GetChars(byte* bytes, int byteCount, char* chars, int charCount, bool flush) => throw null; - public abstract int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex); - public virtual int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, bool flush) => throw null; - public virtual int GetChars(System.ReadOnlySpan bytes, System.Span chars, bool flush) => throw null; - public virtual void Reset() => throw null; - } - public sealed class DecoderExceptionFallback : System.Text.DecoderFallback - { - public override System.Text.DecoderFallbackBuffer CreateFallbackBuffer() => throw null; - public DecoderExceptionFallback() => throw null; - public override bool Equals(object value) => throw null; - public override int GetHashCode() => throw null; - public override int MaxCharCount { get => throw null; } - } - public sealed class DecoderExceptionFallbackBuffer : System.Text.DecoderFallbackBuffer - { - public DecoderExceptionFallbackBuffer() => throw null; - public override bool Fallback(byte[] bytesUnknown, int index) => throw null; - public override char GetNextChar() => throw null; - public override bool MovePrevious() => throw null; - public override int Remaining { get => throw null; } - } - public abstract class DecoderFallback - { - public abstract System.Text.DecoderFallbackBuffer CreateFallbackBuffer(); - protected DecoderFallback() => throw null; - public static System.Text.DecoderFallback ExceptionFallback { get => throw null; } - public abstract int MaxCharCount { get; } - public static System.Text.DecoderFallback ReplacementFallback { get => throw null; } - } - public abstract class DecoderFallbackBuffer - { - protected DecoderFallbackBuffer() => throw null; - public abstract bool Fallback(byte[] bytesUnknown, int index); - public abstract char GetNextChar(); - public abstract bool MovePrevious(); - public abstract int Remaining { get; } - public virtual void Reset() => throw null; - } - public sealed class DecoderFallbackException : System.ArgumentException - { - public byte[] BytesUnknown { get => throw null; } - public DecoderFallbackException() => throw null; - public DecoderFallbackException(string message) => throw null; - public DecoderFallbackException(string message, byte[] bytesUnknown, int index) => throw null; - public DecoderFallbackException(string message, System.Exception innerException) => throw null; - public int Index { get => throw null; } - } - public sealed class DecoderReplacementFallback : System.Text.DecoderFallback - { - public override System.Text.DecoderFallbackBuffer CreateFallbackBuffer() => throw null; - public DecoderReplacementFallback() => throw null; - public DecoderReplacementFallback(string replacement) => throw null; - public string DefaultString { get => throw null; } - public override bool Equals(object value) => throw null; - public override int GetHashCode() => throw null; - public override int MaxCharCount { get => throw null; } - } - public sealed class DecoderReplacementFallbackBuffer : System.Text.DecoderFallbackBuffer - { - public DecoderReplacementFallbackBuffer(System.Text.DecoderReplacementFallback fallback) => throw null; - public override bool Fallback(byte[] bytesUnknown, int index) => throw null; - public override char GetNextChar() => throw null; - public override bool MovePrevious() => throw null; - public override int Remaining { get => throw null; } - public override void Reset() => throw null; - } - public abstract class Encoder - { - public virtual unsafe void Convert(char* chars, int charCount, byte* bytes, int byteCount, bool flush, out int charsUsed, out int bytesUsed, out bool completed) => throw null; - public virtual void Convert(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, int byteCount, bool flush, out int charsUsed, out int bytesUsed, out bool completed) => throw null; - public virtual void Convert(System.ReadOnlySpan chars, System.Span bytes, bool flush, out int charsUsed, out int bytesUsed, out bool completed) => throw null; - protected Encoder() => throw null; - public System.Text.EncoderFallback Fallback { get => throw null; set { } } - public System.Text.EncoderFallbackBuffer FallbackBuffer { get => throw null; } - public virtual unsafe int GetByteCount(char* chars, int count, bool flush) => throw null; - public abstract int GetByteCount(char[] chars, int index, int count, bool flush); - public virtual int GetByteCount(System.ReadOnlySpan chars, bool flush) => throw null; - public virtual unsafe int GetBytes(char* chars, int charCount, byte* bytes, int byteCount, bool flush) => throw null; - public abstract int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush); - public virtual int GetBytes(System.ReadOnlySpan chars, System.Span bytes, bool flush) => throw null; - public virtual void Reset() => throw null; - } - public sealed class EncoderExceptionFallback : System.Text.EncoderFallback - { - public override System.Text.EncoderFallbackBuffer CreateFallbackBuffer() => throw null; - public EncoderExceptionFallback() => throw null; - public override bool Equals(object value) => throw null; - public override int GetHashCode() => throw null; - public override int MaxCharCount { get => throw null; } - } - public sealed class EncoderExceptionFallbackBuffer : System.Text.EncoderFallbackBuffer - { - public EncoderExceptionFallbackBuffer() => throw null; - public override bool Fallback(char charUnknownHigh, char charUnknownLow, int index) => throw null; - public override bool Fallback(char charUnknown, int index) => throw null; - public override char GetNextChar() => throw null; - public override bool MovePrevious() => throw null; - public override int Remaining { get => throw null; } - } - public abstract class EncoderFallback - { - public abstract System.Text.EncoderFallbackBuffer CreateFallbackBuffer(); - protected EncoderFallback() => throw null; - public static System.Text.EncoderFallback ExceptionFallback { get => throw null; } - public abstract int MaxCharCount { get; } - public static System.Text.EncoderFallback ReplacementFallback { get => throw null; } - } - public abstract class EncoderFallbackBuffer - { - protected EncoderFallbackBuffer() => throw null; - public abstract bool Fallback(char charUnknownHigh, char charUnknownLow, int index); - public abstract bool Fallback(char charUnknown, int index); - public abstract char GetNextChar(); - public abstract bool MovePrevious(); - public abstract int Remaining { get; } - public virtual void Reset() => throw null; - } - public sealed class EncoderFallbackException : System.ArgumentException - { - public char CharUnknown { get => throw null; } - public char CharUnknownHigh { get => throw null; } - public char CharUnknownLow { get => throw null; } - public EncoderFallbackException() => throw null; - public EncoderFallbackException(string message) => throw null; - public EncoderFallbackException(string message, System.Exception innerException) => throw null; - public int Index { get => throw null; } - public bool IsUnknownSurrogate() => throw null; - } - public sealed class EncoderReplacementFallback : System.Text.EncoderFallback - { - public override System.Text.EncoderFallbackBuffer CreateFallbackBuffer() => throw null; - public EncoderReplacementFallback() => throw null; - public EncoderReplacementFallback(string replacement) => throw null; - public string DefaultString { get => throw null; } - public override bool Equals(object value) => throw null; - public override int GetHashCode() => throw null; - public override int MaxCharCount { get => throw null; } - } - public sealed class EncoderReplacementFallbackBuffer : System.Text.EncoderFallbackBuffer - { - public EncoderReplacementFallbackBuffer(System.Text.EncoderReplacementFallback fallback) => throw null; - public override bool Fallback(char charUnknownHigh, char charUnknownLow, int index) => throw null; - public override bool Fallback(char charUnknown, int index) => throw null; - public override char GetNextChar() => throw null; - public override bool MovePrevious() => throw null; - public override int Remaining { get => throw null; } - public override void Reset() => throw null; - } - public abstract class Encoding : System.ICloneable - { - public static System.Text.Encoding ASCII { get => throw null; } - public static System.Text.Encoding BigEndianUnicode { get => throw null; } - public virtual string BodyName { get => throw null; } - public virtual object Clone() => throw null; - public virtual int CodePage { get => throw null; } - public static byte[] Convert(System.Text.Encoding srcEncoding, System.Text.Encoding dstEncoding, byte[] bytes) => throw null; - public static byte[] Convert(System.Text.Encoding srcEncoding, System.Text.Encoding dstEncoding, byte[] bytes, int index, int count) => throw null; - public static System.IO.Stream CreateTranscodingStream(System.IO.Stream innerStream, System.Text.Encoding innerStreamEncoding, System.Text.Encoding outerStreamEncoding, bool leaveOpen = default(bool)) => throw null; - protected Encoding() => throw null; - protected Encoding(int codePage) => throw null; - protected Encoding(int codePage, System.Text.EncoderFallback encoderFallback, System.Text.DecoderFallback decoderFallback) => throw null; - public System.Text.DecoderFallback DecoderFallback { get => throw null; set { } } - public static System.Text.Encoding Default { get => throw null; } - public System.Text.EncoderFallback EncoderFallback { get => throw null; set { } } - public virtual string EncodingName { get => throw null; } - public override bool Equals(object value) => throw null; - public virtual unsafe int GetByteCount(char* chars, int count) => throw null; - public virtual int GetByteCount(char[] chars) => throw null; - public abstract int GetByteCount(char[] chars, int index, int count); - public virtual int GetByteCount(System.ReadOnlySpan chars) => throw null; - public virtual int GetByteCount(string s) => throw null; - public int GetByteCount(string s, int index, int count) => throw null; - public virtual unsafe int GetBytes(char* chars, int charCount, byte* bytes, int byteCount) => throw null; - public virtual byte[] GetBytes(char[] chars) => throw null; - public virtual byte[] GetBytes(char[] chars, int index, int count) => throw null; - public abstract int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex); - public virtual int GetBytes(System.ReadOnlySpan chars, System.Span bytes) => throw null; - public virtual byte[] GetBytes(string s) => throw null; - public byte[] GetBytes(string s, int index, int count) => throw null; - public virtual int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) => throw null; - public virtual unsafe int GetCharCount(byte* bytes, int count) => throw null; - public virtual int GetCharCount(byte[] bytes) => throw null; - public abstract int GetCharCount(byte[] bytes, int index, int count); - public virtual int GetCharCount(System.ReadOnlySpan bytes) => throw null; - public virtual unsafe int GetChars(byte* bytes, int byteCount, char* chars, int charCount) => throw null; - public virtual char[] GetChars(byte[] bytes) => throw null; - public virtual char[] GetChars(byte[] bytes, int index, int count) => throw null; - public abstract int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex); - public virtual int GetChars(System.ReadOnlySpan bytes, System.Span chars) => throw null; - public virtual System.Text.Decoder GetDecoder() => throw null; - public virtual System.Text.Encoder GetEncoder() => throw null; - public static System.Text.Encoding GetEncoding(int codepage) => throw null; - public static System.Text.Encoding GetEncoding(int codepage, System.Text.EncoderFallback encoderFallback, System.Text.DecoderFallback decoderFallback) => throw null; - public static System.Text.Encoding GetEncoding(string name) => throw null; - public static System.Text.Encoding GetEncoding(string name, System.Text.EncoderFallback encoderFallback, System.Text.DecoderFallback decoderFallback) => throw null; - public static System.Text.EncodingInfo[] GetEncodings() => throw null; - public override int GetHashCode() => throw null; - public abstract int GetMaxByteCount(int charCount); - public abstract int GetMaxCharCount(int byteCount); - public virtual byte[] GetPreamble() => throw null; - public unsafe string GetString(byte* bytes, int byteCount) => throw null; - public virtual string GetString(byte[] bytes) => throw null; - public virtual string GetString(byte[] bytes, int index, int count) => throw null; - public string GetString(System.ReadOnlySpan bytes) => throw null; - public virtual string HeaderName { get => throw null; } - public bool IsAlwaysNormalized() => throw null; - public virtual bool IsAlwaysNormalized(System.Text.NormalizationForm form) => throw null; - public virtual bool IsBrowserDisplay { get => throw null; } - public virtual bool IsBrowserSave { get => throw null; } - public virtual bool IsMailNewsDisplay { get => throw null; } - public virtual bool IsMailNewsSave { get => throw null; } - public bool IsReadOnly { get => throw null; } - public virtual bool IsSingleByte { get => throw null; } - public static System.Text.Encoding Latin1 { get => throw null; } - public virtual System.ReadOnlySpan Preamble { get => throw null; } - public static void RegisterProvider(System.Text.EncodingProvider provider) => throw null; - public virtual bool TryGetBytes(System.ReadOnlySpan chars, System.Span bytes, out int bytesWritten) => throw null; - public virtual bool TryGetChars(System.ReadOnlySpan bytes, System.Span chars, out int charsWritten) => throw null; - public static System.Text.Encoding Unicode { get => throw null; } - public static System.Text.Encoding UTF32 { get => throw null; } - public static System.Text.Encoding UTF7 { get => throw null; } - public static System.Text.Encoding UTF8 { get => throw null; } - public virtual string WebName { get => throw null; } - public virtual int WindowsCodePage { get => throw null; } - } - public sealed class EncodingInfo - { - public int CodePage { get => throw null; } - public EncodingInfo(System.Text.EncodingProvider provider, int codePage, string name, string displayName) => throw null; - public string DisplayName { get => throw null; } - public override bool Equals(object value) => throw null; - public System.Text.Encoding GetEncoding() => throw null; - public override int GetHashCode() => throw null; - public string Name { get => throw null; } - } - public abstract class EncodingProvider - { - public EncodingProvider() => throw null; - public abstract System.Text.Encoding GetEncoding(int codepage); - public virtual System.Text.Encoding GetEncoding(int codepage, System.Text.EncoderFallback encoderFallback, System.Text.DecoderFallback decoderFallback) => throw null; - public abstract System.Text.Encoding GetEncoding(string name); - public virtual System.Text.Encoding GetEncoding(string name, System.Text.EncoderFallback encoderFallback, System.Text.DecoderFallback decoderFallback) => throw null; - public virtual System.Collections.Generic.IEnumerable GetEncodings() => throw null; - } - public enum NormalizationForm - { - FormC = 1, - FormD = 2, - FormKC = 5, - FormKD = 6, - } - public struct Rune : System.IComparable, System.IComparable, System.IEquatable, System.IFormattable, System.ISpanFormattable, System.IUtf8SpanFormattable - { - public int CompareTo(System.Text.Rune other) => throw null; - int System.IComparable.CompareTo(object obj) => throw null; - public Rune(char ch) => throw null; - public Rune(char highSurrogate, char lowSurrogate) => throw null; - public Rune(int value) => throw null; - public Rune(uint value) => throw null; - public static System.Buffers.OperationStatus DecodeFromUtf16(System.ReadOnlySpan source, out System.Text.Rune result, out int charsConsumed) => throw null; - public static System.Buffers.OperationStatus DecodeFromUtf8(System.ReadOnlySpan source, out System.Text.Rune result, out int bytesConsumed) => throw null; - public static System.Buffers.OperationStatus DecodeLastFromUtf16(System.ReadOnlySpan source, out System.Text.Rune result, out int charsConsumed) => throw null; - public static System.Buffers.OperationStatus DecodeLastFromUtf8(System.ReadOnlySpan source, out System.Text.Rune value, out int bytesConsumed) => throw null; - public int EncodeToUtf16(System.Span destination) => throw null; - public int EncodeToUtf8(System.Span destination) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(System.Text.Rune other) => throw null; - public override int GetHashCode() => throw null; - public static double GetNumericValue(System.Text.Rune value) => throw null; - public static System.Text.Rune GetRuneAt(string input, int index) => throw null; - public static System.Globalization.UnicodeCategory GetUnicodeCategory(System.Text.Rune value) => throw null; - public bool IsAscii { get => throw null; } - public bool IsBmp { get => throw null; } - public static bool IsControl(System.Text.Rune value) => throw null; - public static bool IsDigit(System.Text.Rune value) => throw null; - public static bool IsLetter(System.Text.Rune value) => throw null; - public static bool IsLetterOrDigit(System.Text.Rune value) => throw null; - public static bool IsLower(System.Text.Rune value) => throw null; - public static bool IsNumber(System.Text.Rune value) => throw null; - public static bool IsPunctuation(System.Text.Rune value) => throw null; - public static bool IsSeparator(System.Text.Rune value) => throw null; - public static bool IsSymbol(System.Text.Rune value) => throw null; - public static bool IsUpper(System.Text.Rune value) => throw null; - public static bool IsValid(int value) => throw null; - public static bool IsValid(uint value) => throw null; - public static bool IsWhiteSpace(System.Text.Rune value) => throw null; - public static bool operator ==(System.Text.Rune left, System.Text.Rune right) => throw null; - public static explicit operator System.Text.Rune(char ch) => throw null; - public static explicit operator System.Text.Rune(int value) => throw null; - public static explicit operator System.Text.Rune(uint value) => throw null; - public static bool operator >(System.Text.Rune left, System.Text.Rune right) => throw null; - public static bool operator >=(System.Text.Rune left, System.Text.Rune right) => throw null; - public static bool operator !=(System.Text.Rune left, System.Text.Rune right) => throw null; - public static bool operator <(System.Text.Rune left, System.Text.Rune right) => throw null; - public static bool operator <=(System.Text.Rune left, System.Text.Rune right) => throw null; - public int Plane { get => throw null; } - public static System.Text.Rune ReplacementChar { get => throw null; } - public static System.Text.Rune ToLower(System.Text.Rune value, System.Globalization.CultureInfo culture) => throw null; - public static System.Text.Rune ToLowerInvariant(System.Text.Rune value) => throw null; - string System.IFormattable.ToString(string format, System.IFormatProvider formatProvider) => throw null; - public override string ToString() => throw null; - public static System.Text.Rune ToUpper(System.Text.Rune value, System.Globalization.CultureInfo culture) => throw null; - public static System.Text.Rune ToUpperInvariant(System.Text.Rune value) => throw null; - public static bool TryCreate(char highSurrogate, char lowSurrogate, out System.Text.Rune result) => throw null; - public static bool TryCreate(char ch, out System.Text.Rune result) => throw null; - public static bool TryCreate(int value, out System.Text.Rune result) => throw null; - public static bool TryCreate(uint value, out System.Text.Rune result) => throw null; - public bool TryEncodeToUtf16(System.Span destination, out int charsWritten) => throw null; - public bool TryEncodeToUtf8(System.Span destination, out int bytesWritten) => throw null; - bool System.ISpanFormattable.TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format, System.IFormatProvider provider) => throw null; - bool System.IUtf8SpanFormattable.TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format, System.IFormatProvider provider) => throw null; - public static bool TryGetRuneAt(string input, int index, out System.Text.Rune value) => throw null; - public int Utf16SequenceLength { get => throw null; } - public int Utf8SequenceLength { get => throw null; } - public int Value { get => throw null; } - } - public sealed class StringBuilder : System.Runtime.Serialization.ISerializable - { - public System.Text.StringBuilder Append(bool value) => throw null; - public System.Text.StringBuilder Append(byte value) => throw null; - public System.Text.StringBuilder Append(char value) => throw null; - public unsafe System.Text.StringBuilder Append(char* value, int valueCount) => throw null; - public System.Text.StringBuilder Append(char value, int repeatCount) => throw null; - public System.Text.StringBuilder Append(char[] value) => throw null; - public System.Text.StringBuilder Append(char[] value, int startIndex, int charCount) => throw null; - public System.Text.StringBuilder Append(decimal value) => throw null; - public System.Text.StringBuilder Append(double value) => throw null; - public System.Text.StringBuilder Append(System.IFormatProvider provider, [System.Runtime.CompilerServices.InterpolatedStringHandlerArgument(new[] { "", "provider" })] ref System.Text.StringBuilder.AppendInterpolatedStringHandler handler) => throw null; - public System.Text.StringBuilder Append(short value) => throw null; - public System.Text.StringBuilder Append(int value) => throw null; - public System.Text.StringBuilder Append(long value) => throw null; - public System.Text.StringBuilder Append(object value) => throw null; - public System.Text.StringBuilder Append(System.ReadOnlyMemory value) => throw null; - public System.Text.StringBuilder Append(System.ReadOnlySpan value) => throw null; - public System.Text.StringBuilder Append(sbyte value) => throw null; - public System.Text.StringBuilder Append(float value) => throw null; - public System.Text.StringBuilder Append(string value) => throw null; - public System.Text.StringBuilder Append(string value, int startIndex, int count) => throw null; - public System.Text.StringBuilder Append(System.Text.StringBuilder value) => throw null; - public System.Text.StringBuilder Append(System.Text.StringBuilder value, int startIndex, int count) => throw null; - public System.Text.StringBuilder Append([System.Runtime.CompilerServices.InterpolatedStringHandlerArgument("")] ref System.Text.StringBuilder.AppendInterpolatedStringHandler handler) => throw null; - public System.Text.StringBuilder Append(ushort value) => throw null; - public System.Text.StringBuilder Append(uint value) => throw null; - public System.Text.StringBuilder Append(ulong value) => throw null; - public System.Text.StringBuilder AppendFormat(System.IFormatProvider provider, string format, object arg0) => throw null; - public System.Text.StringBuilder AppendFormat(System.IFormatProvider provider, string format, object arg0, object arg1) => throw null; - public System.Text.StringBuilder AppendFormat(System.IFormatProvider provider, string format, object arg0, object arg1, object arg2) => throw null; - public System.Text.StringBuilder AppendFormat(System.IFormatProvider provider, string format, params object[] args) => throw null; - public System.Text.StringBuilder AppendFormat(string format, object arg0) => throw null; - public System.Text.StringBuilder AppendFormat(string format, object arg0, object arg1) => throw null; - public System.Text.StringBuilder AppendFormat(string format, object arg0, object arg1, object arg2) => throw null; - public System.Text.StringBuilder AppendFormat(string format, params object[] args) => throw null; - public System.Text.StringBuilder AppendFormat(System.IFormatProvider provider, System.Text.CompositeFormat format, TArg0 arg0) => throw null; - public System.Text.StringBuilder AppendFormat(System.IFormatProvider provider, System.Text.CompositeFormat format, TArg0 arg0, TArg1 arg1) => throw null; - public System.Text.StringBuilder AppendFormat(System.IFormatProvider provider, System.Text.CompositeFormat format, TArg0 arg0, TArg1 arg1, TArg2 arg2) => throw null; - public System.Text.StringBuilder AppendFormat(System.IFormatProvider provider, System.Text.CompositeFormat format, params object[] args) => throw null; - public System.Text.StringBuilder AppendFormat(System.IFormatProvider provider, System.Text.CompositeFormat format, System.ReadOnlySpan args) => throw null; - [System.Runtime.CompilerServices.InterpolatedStringHandler] - public struct AppendInterpolatedStringHandler - { - public void AppendFormatted(object value, int alignment = default(int), string format = default(string)) => throw null; - public void AppendFormatted(System.ReadOnlySpan value) => throw null; - public void AppendFormatted(System.ReadOnlySpan value, int alignment = default(int), string format = default(string)) => throw null; - public void AppendFormatted(string value) => throw null; - public void AppendFormatted(string value, int alignment = default(int), string format = default(string)) => throw null; - public void AppendFormatted(T value) => throw null; - public void AppendFormatted(T value, int alignment) => throw null; - public void AppendFormatted(T value, int alignment, string format) => throw null; - public void AppendFormatted(T value, string format) => throw null; - public void AppendLiteral(string value) => throw null; - public AppendInterpolatedStringHandler(int literalLength, int formattedCount, System.Text.StringBuilder stringBuilder) => throw null; - public AppendInterpolatedStringHandler(int literalLength, int formattedCount, System.Text.StringBuilder stringBuilder, System.IFormatProvider provider) => throw null; - } - public System.Text.StringBuilder AppendJoin(char separator, params object[] values) => throw null; - public System.Text.StringBuilder AppendJoin(char separator, params string[] values) => throw null; - public System.Text.StringBuilder AppendJoin(string separator, params object[] values) => throw null; - public System.Text.StringBuilder AppendJoin(string separator, params string[] values) => throw null; - public System.Text.StringBuilder AppendJoin(char separator, System.Collections.Generic.IEnumerable values) => throw null; - public System.Text.StringBuilder AppendJoin(string separator, System.Collections.Generic.IEnumerable values) => throw null; - public System.Text.StringBuilder AppendLine() => throw null; - public System.Text.StringBuilder AppendLine(System.IFormatProvider provider, [System.Runtime.CompilerServices.InterpolatedStringHandlerArgument(new[] { "", "provider" })] ref System.Text.StringBuilder.AppendInterpolatedStringHandler handler) => throw null; - public System.Text.StringBuilder AppendLine(string value) => throw null; - public System.Text.StringBuilder AppendLine([System.Runtime.CompilerServices.InterpolatedStringHandlerArgument("")] ref System.Text.StringBuilder.AppendInterpolatedStringHandler handler) => throw null; - public int Capacity { get => throw null; set { } } - public struct ChunkEnumerator - { - public System.ReadOnlyMemory Current { get => throw null; } - public System.Text.StringBuilder.ChunkEnumerator GetEnumerator() => throw null; - public bool MoveNext() => throw null; - } - public System.Text.StringBuilder Clear() => throw null; - public void CopyTo(int sourceIndex, char[] destination, int destinationIndex, int count) => throw null; - public void CopyTo(int sourceIndex, System.Span destination, int count) => throw null; - public StringBuilder() => throw null; - public StringBuilder(int capacity) => throw null; - public StringBuilder(int capacity, int maxCapacity) => throw null; - public StringBuilder(string value) => throw null; - public StringBuilder(string value, int capacity) => throw null; - public StringBuilder(string value, int startIndex, int length, int capacity) => throw null; - public int EnsureCapacity(int capacity) => throw null; - public bool Equals(System.ReadOnlySpan span) => throw null; - public bool Equals(System.Text.StringBuilder sb) => throw null; - public System.Text.StringBuilder.ChunkEnumerator GetChunks() => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public System.Text.StringBuilder Insert(int index, bool value) => throw null; - public System.Text.StringBuilder Insert(int index, byte value) => throw null; - public System.Text.StringBuilder Insert(int index, char value) => throw null; - public System.Text.StringBuilder Insert(int index, char[] value) => throw null; - public System.Text.StringBuilder Insert(int index, char[] value, int startIndex, int charCount) => throw null; - public System.Text.StringBuilder Insert(int index, decimal value) => throw null; - public System.Text.StringBuilder Insert(int index, double value) => throw null; - public System.Text.StringBuilder Insert(int index, short value) => throw null; - public System.Text.StringBuilder Insert(int index, int value) => throw null; - public System.Text.StringBuilder Insert(int index, long value) => throw null; - public System.Text.StringBuilder Insert(int index, object value) => throw null; - public System.Text.StringBuilder Insert(int index, System.ReadOnlySpan value) => throw null; - public System.Text.StringBuilder Insert(int index, sbyte value) => throw null; - public System.Text.StringBuilder Insert(int index, float value) => throw null; - public System.Text.StringBuilder Insert(int index, string value) => throw null; - public System.Text.StringBuilder Insert(int index, string value, int count) => throw null; - public System.Text.StringBuilder Insert(int index, ushort value) => throw null; - public System.Text.StringBuilder Insert(int index, uint value) => throw null; - public System.Text.StringBuilder Insert(int index, ulong value) => throw null; - public int Length { get => throw null; set { } } - public int MaxCapacity { get => throw null; } - public System.Text.StringBuilder Remove(int startIndex, int length) => throw null; - public System.Text.StringBuilder Replace(char oldChar, char newChar) => throw null; - public System.Text.StringBuilder Replace(char oldChar, char newChar, int startIndex, int count) => throw null; - public System.Text.StringBuilder Replace(string oldValue, string newValue) => throw null; - public System.Text.StringBuilder Replace(string oldValue, string newValue, int startIndex, int count) => throw null; - [System.Runtime.CompilerServices.IndexerName("Chars")] - public char this[int index] { get => throw null; set { } } - public override string ToString() => throw null; - public string ToString(int startIndex, int length) => throw null; - } - public struct StringRuneEnumerator : System.IDisposable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Text.Rune Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public System.Text.StringRuneEnumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - namespace Unicode - { - public static class Utf8 - { - public static System.Buffers.OperationStatus FromUtf16(System.ReadOnlySpan source, System.Span destination, out int charsRead, out int bytesWritten, bool replaceInvalidSequences = default(bool), bool isFinalBlock = default(bool)) => throw null; - public static bool IsValid(System.ReadOnlySpan value) => throw null; - public static System.Buffers.OperationStatus ToUtf16(System.ReadOnlySpan source, System.Span destination, out int bytesRead, out int charsWritten, bool replaceInvalidSequences = default(bool), bool isFinalBlock = default(bool)) => throw null; - public static bool TryWrite(System.Span destination, [System.Runtime.CompilerServices.InterpolatedStringHandlerArgument("destination")] ref System.Text.Unicode.Utf8.TryWriteInterpolatedStringHandler handler, out int bytesWritten) => throw null; - public static bool TryWrite(System.Span destination, System.IFormatProvider provider, [System.Runtime.CompilerServices.InterpolatedStringHandlerArgument(new[] { "destination", "provider" })] ref System.Text.Unicode.Utf8.TryWriteInterpolatedStringHandler handler, out int bytesWritten) => throw null; - [System.Runtime.CompilerServices.InterpolatedStringHandler] - public struct TryWriteInterpolatedStringHandler - { - public bool AppendFormatted(System.ReadOnlySpan value) => throw null; - public bool AppendFormatted(System.ReadOnlySpan value, int alignment = default(int), string format = default(string)) => throw null; - public bool AppendFormatted(System.ReadOnlySpan utf8Value) => throw null; - public bool AppendFormatted(System.ReadOnlySpan utf8Value, int alignment = default(int), string format = default(string)) => throw null; - public bool AppendFormatted(T value) => throw null; - public bool AppendFormatted(T value, string format) => throw null; - public bool AppendFormatted(T value, int alignment) => throw null; - public bool AppendFormatted(T value, int alignment, string format) => throw null; - public bool AppendFormatted(object value, int alignment = default(int), string format = default(string)) => throw null; - public bool AppendFormatted(string value) => throw null; - public bool AppendFormatted(string value, int alignment = default(int), string format = default(string)) => throw null; - public bool AppendLiteral(string value) => throw null; - public TryWriteInterpolatedStringHandler(int literalLength, int formattedCount, System.Span destination, out bool shouldAppend) => throw null; - public TryWriteInterpolatedStringHandler(int literalLength, int formattedCount, System.Span destination, System.IFormatProvider provider, out bool shouldAppend) => throw null; - } - } - } - } - namespace Threading - { - public struct CancellationToken : System.IEquatable - { - public bool CanBeCanceled { get => throw null; } - public CancellationToken(bool canceled) => throw null; - public override bool Equals(object other) => throw null; - public bool Equals(System.Threading.CancellationToken other) => throw null; - public override int GetHashCode() => throw null; - public bool IsCancellationRequested { get => throw null; } - public static System.Threading.CancellationToken None { get => throw null; } - public static bool operator ==(System.Threading.CancellationToken left, System.Threading.CancellationToken right) => throw null; - public static bool operator !=(System.Threading.CancellationToken left, System.Threading.CancellationToken right) => throw null; - public System.Threading.CancellationTokenRegistration Register(System.Action callback) => throw null; - public System.Threading.CancellationTokenRegistration Register(System.Action callback, bool useSynchronizationContext) => throw null; - public System.Threading.CancellationTokenRegistration Register(System.Action callback, object state) => throw null; - public System.Threading.CancellationTokenRegistration Register(System.Action callback, object state) => throw null; - public System.Threading.CancellationTokenRegistration Register(System.Action callback, object state, bool useSynchronizationContext) => throw null; - public void ThrowIfCancellationRequested() => throw null; - public System.Threading.CancellationTokenRegistration UnsafeRegister(System.Action callback, object state) => throw null; - public System.Threading.CancellationTokenRegistration UnsafeRegister(System.Action callback, object state) => throw null; - public System.Threading.WaitHandle WaitHandle { get => throw null; } - } - public struct CancellationTokenRegistration : System.IAsyncDisposable, System.IDisposable, System.IEquatable - { - public void Dispose() => throw null; - public System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(System.Threading.CancellationTokenRegistration other) => throw null; - public override int GetHashCode() => throw null; - public static bool operator ==(System.Threading.CancellationTokenRegistration left, System.Threading.CancellationTokenRegistration right) => throw null; - public static bool operator !=(System.Threading.CancellationTokenRegistration left, System.Threading.CancellationTokenRegistration right) => throw null; - public System.Threading.CancellationToken Token { get => throw null; } - public bool Unregister() => throw null; - } - public class CancellationTokenSource : System.IDisposable - { - public void Cancel() => throw null; - public void Cancel(bool throwOnFirstException) => throw null; - public void CancelAfter(int millisecondsDelay) => throw null; - public void CancelAfter(System.TimeSpan delay) => throw null; - public System.Threading.Tasks.Task CancelAsync() => throw null; - public static System.Threading.CancellationTokenSource CreateLinkedTokenSource(System.Threading.CancellationToken token) => throw null; - public static System.Threading.CancellationTokenSource CreateLinkedTokenSource(System.Threading.CancellationToken token1, System.Threading.CancellationToken token2) => throw null; - public static System.Threading.CancellationTokenSource CreateLinkedTokenSource(params System.Threading.CancellationToken[] tokens) => throw null; - public CancellationTokenSource() => throw null; - public CancellationTokenSource(System.TimeSpan delay, System.TimeProvider timeProvider) => throw null; - public CancellationTokenSource(int millisecondsDelay) => throw null; - public CancellationTokenSource(System.TimeSpan delay) => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public bool IsCancellationRequested { get => throw null; } - public System.Threading.CancellationToken Token { get => throw null; } - public bool TryReset() => throw null; - } - public interface ITimer : System.IAsyncDisposable, System.IDisposable - { - bool Change(System.TimeSpan dueTime, System.TimeSpan period); - } - public enum LazyThreadSafetyMode - { - None = 0, - PublicationOnly = 1, - ExecutionAndPublication = 2, - } - public sealed class PeriodicTimer : System.IDisposable - { - public PeriodicTimer(System.TimeSpan period) => throw null; - public PeriodicTimer(System.TimeSpan period, System.TimeProvider timeProvider) => throw null; - public void Dispose() => throw null; - public System.TimeSpan Period { get => throw null; set { } } - public System.Threading.Tasks.ValueTask WaitForNextTickAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - } - namespace Tasks - { - public class ConcurrentExclusiveSchedulerPair - { - public void Complete() => throw null; - public System.Threading.Tasks.Task Completion { get => throw null; } - public System.Threading.Tasks.TaskScheduler ConcurrentScheduler { get => throw null; } - public ConcurrentExclusiveSchedulerPair() => throw null; - public ConcurrentExclusiveSchedulerPair(System.Threading.Tasks.TaskScheduler taskScheduler) => throw null; - public ConcurrentExclusiveSchedulerPair(System.Threading.Tasks.TaskScheduler taskScheduler, int maxConcurrencyLevel) => throw null; - public ConcurrentExclusiveSchedulerPair(System.Threading.Tasks.TaskScheduler taskScheduler, int maxConcurrencyLevel, int maxItemsPerTask) => throw null; - public System.Threading.Tasks.TaskScheduler ExclusiveScheduler { get => throw null; } - } - [System.Flags] - public enum ConfigureAwaitOptions - { - None = 0, - ContinueOnCapturedContext = 1, - SuppressThrowing = 2, - ForceYielding = 4, - } - namespace Sources - { - public interface IValueTaskSource - { - void GetResult(short token); - System.Threading.Tasks.Sources.ValueTaskSourceStatus GetStatus(short token); - void OnCompleted(System.Action continuation, object state, short token, System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags flags); - } - public interface IValueTaskSource - { - TResult GetResult(short token); - System.Threading.Tasks.Sources.ValueTaskSourceStatus GetStatus(short token); - void OnCompleted(System.Action continuation, object state, short token, System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags flags); - } - public struct ManualResetValueTaskSourceCore - { - public TResult GetResult(short token) => throw null; - public System.Threading.Tasks.Sources.ValueTaskSourceStatus GetStatus(short token) => throw null; - public void OnCompleted(System.Action continuation, object state, short token, System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags flags) => throw null; - public void Reset() => throw null; - public bool RunContinuationsAsynchronously { get => throw null; set { } } - public void SetException(System.Exception error) => throw null; - public void SetResult(TResult result) => throw null; - public short Version { get => throw null; } - } - [System.Flags] - public enum ValueTaskSourceOnCompletedFlags - { - None = 0, - UseSchedulingContext = 1, - FlowExecutionContext = 2, - } - public enum ValueTaskSourceStatus - { - Pending = 0, - Succeeded = 1, - Faulted = 2, - Canceled = 3, - } - } - public class Task : System.IAsyncResult, System.IDisposable - { - public object AsyncState { get => throw null; } - System.Threading.WaitHandle System.IAsyncResult.AsyncWaitHandle { get => throw null; } - bool System.IAsyncResult.CompletedSynchronously { get => throw null; } - public static System.Threading.Tasks.Task CompletedTask { get => throw null; } - public System.Runtime.CompilerServices.ConfiguredTaskAwaitable ConfigureAwait(bool continueOnCapturedContext) => throw null; - public System.Runtime.CompilerServices.ConfiguredTaskAwaitable ConfigureAwait(System.Threading.Tasks.ConfigureAwaitOptions options) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Action continuationAction, object state) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Action continuationAction, object state, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Action continuationAction, object state, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskContinuationOptions continuationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Action continuationAction, object state, System.Threading.Tasks.TaskContinuationOptions continuationOptions) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Action continuationAction, object state, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Action continuationAction) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Action continuationAction, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Action continuationAction, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskContinuationOptions continuationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Action continuationAction, System.Threading.Tasks.TaskContinuationOptions continuationOptions) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Action continuationAction, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Func continuationFunction, object state) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Func continuationFunction, object state, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Func continuationFunction, object state, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskContinuationOptions continuationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Func continuationFunction, object state, System.Threading.Tasks.TaskContinuationOptions continuationOptions) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Func continuationFunction, object state, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Func continuationFunction) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Func continuationFunction, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Func continuationFunction, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskContinuationOptions continuationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Func continuationFunction, System.Threading.Tasks.TaskContinuationOptions continuationOptions) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Func continuationFunction, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.TaskCreationOptions CreationOptions { get => throw null; } - public Task(System.Action action) => throw null; - public Task(System.Action action, System.Threading.CancellationToken cancellationToken) => throw null; - public Task(System.Action action, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - public Task(System.Action action, System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - public Task(System.Action action, object state) => throw null; - public Task(System.Action action, object state, System.Threading.CancellationToken cancellationToken) => throw null; - public Task(System.Action action, object state, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - public Task(System.Action action, object state, System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - public static int? CurrentId { get => throw null; } - public static System.Threading.Tasks.Task Delay(int millisecondsDelay) => throw null; - public static System.Threading.Tasks.Task Delay(int millisecondsDelay, System.Threading.CancellationToken cancellationToken) => throw null; - public static System.Threading.Tasks.Task Delay(System.TimeSpan delay) => throw null; - public static System.Threading.Tasks.Task Delay(System.TimeSpan delay, System.Threading.CancellationToken cancellationToken) => throw null; - public static System.Threading.Tasks.Task Delay(System.TimeSpan delay, System.TimeProvider timeProvider) => throw null; - public static System.Threading.Tasks.Task Delay(System.TimeSpan delay, System.TimeProvider timeProvider, System.Threading.CancellationToken cancellationToken) => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public System.AggregateException Exception { get => throw null; } - public static System.Threading.Tasks.TaskFactory Factory { get => throw null; } - public static System.Threading.Tasks.Task FromCanceled(System.Threading.CancellationToken cancellationToken) => throw null; - public static System.Threading.Tasks.Task FromCanceled(System.Threading.CancellationToken cancellationToken) => throw null; - public static System.Threading.Tasks.Task FromException(System.Exception exception) => throw null; - public static System.Threading.Tasks.Task FromException(System.Exception exception) => throw null; - public static System.Threading.Tasks.Task FromResult(TResult result) => throw null; - public System.Runtime.CompilerServices.TaskAwaiter GetAwaiter() => throw null; - public int Id { get => throw null; } - public bool IsCanceled { get => throw null; } - public bool IsCompleted { get => throw null; } - public bool IsCompletedSuccessfully { get => throw null; } - public bool IsFaulted { get => throw null; } - public static System.Threading.Tasks.Task Run(System.Action action) => throw null; - public static System.Threading.Tasks.Task Run(System.Action action, System.Threading.CancellationToken cancellationToken) => throw null; - public static System.Threading.Tasks.Task Run(System.Func function) => throw null; - public static System.Threading.Tasks.Task Run(System.Func function, System.Threading.CancellationToken cancellationToken) => throw null; - public static System.Threading.Tasks.Task Run(System.Func> function) => throw null; - public static System.Threading.Tasks.Task Run(System.Func> function, System.Threading.CancellationToken cancellationToken) => throw null; - public static System.Threading.Tasks.Task Run(System.Func function) => throw null; - public static System.Threading.Tasks.Task Run(System.Func function, System.Threading.CancellationToken cancellationToken) => throw null; - public void RunSynchronously() => throw null; - public void RunSynchronously(System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public void Start() => throw null; - public void Start(System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.TaskStatus Status { get => throw null; } - public void Wait() => throw null; - public bool Wait(int millisecondsTimeout) => throw null; - public bool Wait(int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) => throw null; - public void Wait(System.Threading.CancellationToken cancellationToken) => throw null; - public bool Wait(System.TimeSpan timeout) => throw null; - public bool Wait(System.TimeSpan timeout, System.Threading.CancellationToken cancellationToken) => throw null; - public static void WaitAll(params System.Threading.Tasks.Task[] tasks) => throw null; - public static bool WaitAll(System.Threading.Tasks.Task[] tasks, int millisecondsTimeout) => throw null; - public static bool WaitAll(System.Threading.Tasks.Task[] tasks, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) => throw null; - public static void WaitAll(System.Threading.Tasks.Task[] tasks, System.Threading.CancellationToken cancellationToken) => throw null; - public static bool WaitAll(System.Threading.Tasks.Task[] tasks, System.TimeSpan timeout) => throw null; - public static int WaitAny(params System.Threading.Tasks.Task[] tasks) => throw null; - public static int WaitAny(System.Threading.Tasks.Task[] tasks, int millisecondsTimeout) => throw null; - public static int WaitAny(System.Threading.Tasks.Task[] tasks, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) => throw null; - public static int WaitAny(System.Threading.Tasks.Task[] tasks, System.Threading.CancellationToken cancellationToken) => throw null; - public static int WaitAny(System.Threading.Tasks.Task[] tasks, System.TimeSpan timeout) => throw null; - public System.Threading.Tasks.Task WaitAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task WaitAsync(System.TimeSpan timeout) => throw null; - public System.Threading.Tasks.Task WaitAsync(System.TimeSpan timeout, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task WaitAsync(System.TimeSpan timeout, System.TimeProvider timeProvider) => throw null; - public System.Threading.Tasks.Task WaitAsync(System.TimeSpan timeout, System.TimeProvider timeProvider, System.Threading.CancellationToken cancellationToken) => throw null; - public static System.Threading.Tasks.Task WhenAll(System.Collections.Generic.IEnumerable tasks) => throw null; - public static System.Threading.Tasks.Task WhenAll(params System.Threading.Tasks.Task[] tasks) => throw null; - public static System.Threading.Tasks.Task WhenAll(System.Collections.Generic.IEnumerable> tasks) => throw null; - public static System.Threading.Tasks.Task WhenAll(params System.Threading.Tasks.Task[] tasks) => throw null; - public static System.Threading.Tasks.Task WhenAny(System.Collections.Generic.IEnumerable tasks) => throw null; - public static System.Threading.Tasks.Task WhenAny(System.Threading.Tasks.Task task1, System.Threading.Tasks.Task task2) => throw null; - public static System.Threading.Tasks.Task WhenAny(params System.Threading.Tasks.Task[] tasks) => throw null; - public static System.Threading.Tasks.Task> WhenAny(System.Collections.Generic.IEnumerable> tasks) => throw null; - public static System.Threading.Tasks.Task> WhenAny(System.Threading.Tasks.Task task1, System.Threading.Tasks.Task task2) => throw null; - public static System.Threading.Tasks.Task> WhenAny(params System.Threading.Tasks.Task[] tasks) => throw null; - public static System.Runtime.CompilerServices.YieldAwaitable Yield() => throw null; - } - public class Task : System.Threading.Tasks.Task - { - public System.Runtime.CompilerServices.ConfiguredTaskAwaitable ConfigureAwait(bool continueOnCapturedContext) => throw null; - public System.Runtime.CompilerServices.ConfiguredTaskAwaitable ConfigureAwait(System.Threading.Tasks.ConfigureAwaitOptions options) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Action, object> continuationAction, object state) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Action, object> continuationAction, object state, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Action, object> continuationAction, object state, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskContinuationOptions continuationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Action, object> continuationAction, object state, System.Threading.Tasks.TaskContinuationOptions continuationOptions) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Action, object> continuationAction, object state, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Action> continuationAction) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Action> continuationAction, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Action> continuationAction, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskContinuationOptions continuationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Action> continuationAction, System.Threading.Tasks.TaskContinuationOptions continuationOptions) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Action> continuationAction, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Func, object, TNewResult> continuationFunction, object state) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Func, object, TNewResult> continuationFunction, object state, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Func, object, TNewResult> continuationFunction, object state, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskContinuationOptions continuationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Func, object, TNewResult> continuationFunction, object state, System.Threading.Tasks.TaskContinuationOptions continuationOptions) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Func, object, TNewResult> continuationFunction, object state, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Func, TNewResult> continuationFunction) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Func, TNewResult> continuationFunction, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Func, TNewResult> continuationFunction, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskContinuationOptions continuationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Func, TNewResult> continuationFunction, System.Threading.Tasks.TaskContinuationOptions continuationOptions) => throw null; - public System.Threading.Tasks.Task ContinueWith(System.Func, TNewResult> continuationFunction, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public Task(System.Func function, object state) : base(default(System.Action)) => throw null; - public Task(System.Func function, object state, System.Threading.CancellationToken cancellationToken) : base(default(System.Action)) => throw null; - public Task(System.Func function, object state, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskCreationOptions creationOptions) : base(default(System.Action)) => throw null; - public Task(System.Func function, object state, System.Threading.Tasks.TaskCreationOptions creationOptions) : base(default(System.Action)) => throw null; - public Task(System.Func function) : base(default(System.Action)) => throw null; - public Task(System.Func function, System.Threading.CancellationToken cancellationToken) : base(default(System.Action)) => throw null; - public Task(System.Func function, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskCreationOptions creationOptions) : base(default(System.Action)) => throw null; - public Task(System.Func function, System.Threading.Tasks.TaskCreationOptions creationOptions) : base(default(System.Action)) => throw null; - public static System.Threading.Tasks.TaskFactory Factory { get => throw null; } - public System.Runtime.CompilerServices.TaskAwaiter GetAwaiter() => throw null; - public TResult Result { get => throw null; } - public System.Threading.Tasks.Task WaitAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task WaitAsync(System.TimeSpan timeout) => throw null; - public System.Threading.Tasks.Task WaitAsync(System.TimeSpan timeout, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task WaitAsync(System.TimeSpan timeout, System.TimeProvider timeProvider) => throw null; - public System.Threading.Tasks.Task WaitAsync(System.TimeSpan timeout, System.TimeProvider timeProvider, System.Threading.CancellationToken cancellationToken) => throw null; - } - public static partial class TaskAsyncEnumerableExtensions - { - public static System.Runtime.CompilerServices.ConfiguredAsyncDisposable ConfigureAwait(this System.IAsyncDisposable source, bool continueOnCapturedContext) => throw null; - public static System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable ConfigureAwait(this System.Collections.Generic.IAsyncEnumerable source, bool continueOnCapturedContext) => throw null; - public static System.Collections.Generic.IEnumerable ToBlockingEnumerable(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable WithCancellation(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken) => throw null; - } - public class TaskCanceledException : System.OperationCanceledException - { - public TaskCanceledException() => throw null; - protected TaskCanceledException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public TaskCanceledException(string message) => throw null; - public TaskCanceledException(string message, System.Exception innerException) => throw null; - public TaskCanceledException(string message, System.Exception innerException, System.Threading.CancellationToken token) => throw null; - public TaskCanceledException(System.Threading.Tasks.Task task) => throw null; - public System.Threading.Tasks.Task Task { get => throw null; } - } - public class TaskCompletionSource - { - public TaskCompletionSource() => throw null; - public TaskCompletionSource(object state) => throw null; - public TaskCompletionSource(object state, System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - public TaskCompletionSource(System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - public void SetCanceled() => throw null; - public void SetCanceled(System.Threading.CancellationToken cancellationToken) => throw null; - public void SetException(System.Collections.Generic.IEnumerable exceptions) => throw null; - public void SetException(System.Exception exception) => throw null; - public void SetResult() => throw null; - public System.Threading.Tasks.Task Task { get => throw null; } - public bool TrySetCanceled() => throw null; - public bool TrySetCanceled(System.Threading.CancellationToken cancellationToken) => throw null; - public bool TrySetException(System.Collections.Generic.IEnumerable exceptions) => throw null; - public bool TrySetException(System.Exception exception) => throw null; - public bool TrySetResult() => throw null; - } - public class TaskCompletionSource - { - public TaskCompletionSource() => throw null; - public TaskCompletionSource(object state) => throw null; - public TaskCompletionSource(object state, System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - public TaskCompletionSource(System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - public void SetCanceled() => throw null; - public void SetCanceled(System.Threading.CancellationToken cancellationToken) => throw null; - public void SetException(System.Collections.Generic.IEnumerable exceptions) => throw null; - public void SetException(System.Exception exception) => throw null; - public void SetResult(TResult result) => throw null; - public System.Threading.Tasks.Task Task { get => throw null; } - public bool TrySetCanceled() => throw null; - public bool TrySetCanceled(System.Threading.CancellationToken cancellationToken) => throw null; - public bool TrySetException(System.Collections.Generic.IEnumerable exceptions) => throw null; - public bool TrySetException(System.Exception exception) => throw null; - public bool TrySetResult(TResult result) => throw null; - } - [System.Flags] - public enum TaskContinuationOptions - { - None = 0, - PreferFairness = 1, - LongRunning = 2, - AttachedToParent = 4, - DenyChildAttach = 8, - HideScheduler = 16, - LazyCancellation = 32, - RunContinuationsAsynchronously = 64, - NotOnRanToCompletion = 65536, - NotOnFaulted = 131072, - OnlyOnCanceled = 196608, - NotOnCanceled = 262144, - OnlyOnFaulted = 327680, - OnlyOnRanToCompletion = 393216, - ExecuteSynchronously = 524288, - } - [System.Flags] - public enum TaskCreationOptions - { - None = 0, - PreferFairness = 1, - LongRunning = 2, - AttachedToParent = 4, - DenyChildAttach = 8, - HideScheduler = 16, - RunContinuationsAsynchronously = 64, - } - public static partial class TaskExtensions - { - public static System.Threading.Tasks.Task Unwrap(this System.Threading.Tasks.Task task) => throw null; - public static System.Threading.Tasks.Task Unwrap(this System.Threading.Tasks.Task> task) => throw null; - } - public class TaskFactory - { - public System.Threading.CancellationToken CancellationToken { get => throw null; } - public System.Threading.Tasks.TaskContinuationOptions ContinuationOptions { get => throw null; } - public System.Threading.Tasks.Task ContinueWhenAll(System.Threading.Tasks.Task[] tasks, System.Action continuationAction) => throw null; - public System.Threading.Tasks.Task ContinueWhenAll(System.Threading.Tasks.Task[] tasks, System.Action continuationAction, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ContinueWhenAll(System.Threading.Tasks.Task[] tasks, System.Action continuationAction, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskContinuationOptions continuationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task ContinueWhenAll(System.Threading.Tasks.Task[] tasks, System.Action continuationAction, System.Threading.Tasks.TaskContinuationOptions continuationOptions) => throw null; - public System.Threading.Tasks.Task ContinueWhenAll(System.Threading.Tasks.Task[] tasks, System.Func continuationFunction) => throw null; - public System.Threading.Tasks.Task ContinueWhenAll(System.Threading.Tasks.Task[] tasks, System.Func continuationFunction, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ContinueWhenAll(System.Threading.Tasks.Task[] tasks, System.Func continuationFunction, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskContinuationOptions continuationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task ContinueWhenAll(System.Threading.Tasks.Task[] tasks, System.Func continuationFunction, System.Threading.Tasks.TaskContinuationOptions continuationOptions) => throw null; - public System.Threading.Tasks.Task ContinueWhenAll(System.Threading.Tasks.Task[] tasks, System.Action[]> continuationAction) => throw null; - public System.Threading.Tasks.Task ContinueWhenAll(System.Threading.Tasks.Task[] tasks, System.Action[]> continuationAction, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ContinueWhenAll(System.Threading.Tasks.Task[] tasks, System.Action[]> continuationAction, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskContinuationOptions continuationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task ContinueWhenAll(System.Threading.Tasks.Task[] tasks, System.Action[]> continuationAction, System.Threading.Tasks.TaskContinuationOptions continuationOptions) => throw null; - public System.Threading.Tasks.Task ContinueWhenAll(System.Threading.Tasks.Task[] tasks, System.Func[], TResult> continuationFunction) => throw null; - public System.Threading.Tasks.Task ContinueWhenAll(System.Threading.Tasks.Task[] tasks, System.Func[], TResult> continuationFunction, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ContinueWhenAll(System.Threading.Tasks.Task[] tasks, System.Func[], TResult> continuationFunction, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskContinuationOptions continuationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task ContinueWhenAll(System.Threading.Tasks.Task[] tasks, System.Func[], TResult> continuationFunction, System.Threading.Tasks.TaskContinuationOptions continuationOptions) => throw null; - public System.Threading.Tasks.Task ContinueWhenAny(System.Threading.Tasks.Task[] tasks, System.Action continuationAction) => throw null; - public System.Threading.Tasks.Task ContinueWhenAny(System.Threading.Tasks.Task[] tasks, System.Action continuationAction, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ContinueWhenAny(System.Threading.Tasks.Task[] tasks, System.Action continuationAction, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskContinuationOptions continuationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task ContinueWhenAny(System.Threading.Tasks.Task[] tasks, System.Action continuationAction, System.Threading.Tasks.TaskContinuationOptions continuationOptions) => throw null; - public System.Threading.Tasks.Task ContinueWhenAny(System.Threading.Tasks.Task[] tasks, System.Func continuationFunction) => throw null; - public System.Threading.Tasks.Task ContinueWhenAny(System.Threading.Tasks.Task[] tasks, System.Func continuationFunction, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ContinueWhenAny(System.Threading.Tasks.Task[] tasks, System.Func continuationFunction, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskContinuationOptions continuationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task ContinueWhenAny(System.Threading.Tasks.Task[] tasks, System.Func continuationFunction, System.Threading.Tasks.TaskContinuationOptions continuationOptions) => throw null; - public System.Threading.Tasks.Task ContinueWhenAny(System.Threading.Tasks.Task[] tasks, System.Action> continuationAction) => throw null; - public System.Threading.Tasks.Task ContinueWhenAny(System.Threading.Tasks.Task[] tasks, System.Action> continuationAction, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ContinueWhenAny(System.Threading.Tasks.Task[] tasks, System.Action> continuationAction, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskContinuationOptions continuationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task ContinueWhenAny(System.Threading.Tasks.Task[] tasks, System.Action> continuationAction, System.Threading.Tasks.TaskContinuationOptions continuationOptions) => throw null; - public System.Threading.Tasks.Task ContinueWhenAny(System.Threading.Tasks.Task[] tasks, System.Func, TResult> continuationFunction) => throw null; - public System.Threading.Tasks.Task ContinueWhenAny(System.Threading.Tasks.Task[] tasks, System.Func, TResult> continuationFunction, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ContinueWhenAny(System.Threading.Tasks.Task[] tasks, System.Func, TResult> continuationFunction, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskContinuationOptions continuationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task ContinueWhenAny(System.Threading.Tasks.Task[] tasks, System.Func, TResult> continuationFunction, System.Threading.Tasks.TaskContinuationOptions continuationOptions) => throw null; - public System.Threading.Tasks.TaskCreationOptions CreationOptions { get => throw null; } - public TaskFactory() => throw null; - public TaskFactory(System.Threading.CancellationToken cancellationToken) => throw null; - public TaskFactory(System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskCreationOptions creationOptions, System.Threading.Tasks.TaskContinuationOptions continuationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public TaskFactory(System.Threading.Tasks.TaskCreationOptions creationOptions, System.Threading.Tasks.TaskContinuationOptions continuationOptions) => throw null; - public TaskFactory(System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task FromAsync(System.Func beginMethod, System.Action endMethod, object state) => throw null; - public System.Threading.Tasks.Task FromAsync(System.Func beginMethod, System.Action endMethod, object state, System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - public System.Threading.Tasks.Task FromAsync(System.IAsyncResult asyncResult, System.Action endMethod) => throw null; - public System.Threading.Tasks.Task FromAsync(System.IAsyncResult asyncResult, System.Action endMethod, System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - public System.Threading.Tasks.Task FromAsync(System.IAsyncResult asyncResult, System.Action endMethod, System.Threading.Tasks.TaskCreationOptions creationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task FromAsync(System.Func beginMethod, System.Func endMethod, object state) => throw null; - public System.Threading.Tasks.Task FromAsync(System.Func beginMethod, System.Func endMethod, object state, System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - public System.Threading.Tasks.Task FromAsync(System.Func beginMethod, System.Action endMethod, TArg1 arg1, object state) => throw null; - public System.Threading.Tasks.Task FromAsync(System.Func beginMethod, System.Action endMethod, TArg1 arg1, object state, System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - public System.Threading.Tasks.Task FromAsync(System.IAsyncResult asyncResult, System.Func endMethod) => throw null; - public System.Threading.Tasks.Task FromAsync(System.IAsyncResult asyncResult, System.Func endMethod, System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - public System.Threading.Tasks.Task FromAsync(System.IAsyncResult asyncResult, System.Func endMethod, System.Threading.Tasks.TaskCreationOptions creationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task FromAsync(System.Func beginMethod, System.Func endMethod, TArg1 arg1, object state) => throw null; - public System.Threading.Tasks.Task FromAsync(System.Func beginMethod, System.Func endMethod, TArg1 arg1, object state, System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - public System.Threading.Tasks.Task FromAsync(System.Func beginMethod, System.Action endMethod, TArg1 arg1, TArg2 arg2, object state) => throw null; - public System.Threading.Tasks.Task FromAsync(System.Func beginMethod, System.Action endMethod, TArg1 arg1, TArg2 arg2, object state, System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - public System.Threading.Tasks.Task FromAsync(System.Func beginMethod, System.Func endMethod, TArg1 arg1, TArg2 arg2, object state) => throw null; - public System.Threading.Tasks.Task FromAsync(System.Func beginMethod, System.Func endMethod, TArg1 arg1, TArg2 arg2, object state, System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - public System.Threading.Tasks.Task FromAsync(System.Func beginMethod, System.Action endMethod, TArg1 arg1, TArg2 arg2, TArg3 arg3, object state) => throw null; - public System.Threading.Tasks.Task FromAsync(System.Func beginMethod, System.Action endMethod, TArg1 arg1, TArg2 arg2, TArg3 arg3, object state, System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - public System.Threading.Tasks.Task FromAsync(System.Func beginMethod, System.Func endMethod, TArg1 arg1, TArg2 arg2, TArg3 arg3, object state) => throw null; - public System.Threading.Tasks.Task FromAsync(System.Func beginMethod, System.Func endMethod, TArg1 arg1, TArg2 arg2, TArg3 arg3, object state, System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - public System.Threading.Tasks.TaskScheduler Scheduler { get => throw null; } - public System.Threading.Tasks.Task StartNew(System.Action action) => throw null; - public System.Threading.Tasks.Task StartNew(System.Action action, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task StartNew(System.Action action, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskCreationOptions creationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task StartNew(System.Action action, System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - public System.Threading.Tasks.Task StartNew(System.Action action, object state) => throw null; - public System.Threading.Tasks.Task StartNew(System.Action action, object state, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task StartNew(System.Action action, object state, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskCreationOptions creationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task StartNew(System.Action action, object state, System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - public System.Threading.Tasks.Task StartNew(System.Func function, object state) => throw null; - public System.Threading.Tasks.Task StartNew(System.Func function, object state, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task StartNew(System.Func function, object state, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskCreationOptions creationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task StartNew(System.Func function, object state, System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - public System.Threading.Tasks.Task StartNew(System.Func function) => throw null; - public System.Threading.Tasks.Task StartNew(System.Func function, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task StartNew(System.Func function, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskCreationOptions creationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task StartNew(System.Func function, System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - } - public class TaskFactory - { - public System.Threading.CancellationToken CancellationToken { get => throw null; } - public System.Threading.Tasks.TaskContinuationOptions ContinuationOptions { get => throw null; } - public System.Threading.Tasks.Task ContinueWhenAll(System.Threading.Tasks.Task[] tasks, System.Func continuationFunction) => throw null; - public System.Threading.Tasks.Task ContinueWhenAll(System.Threading.Tasks.Task[] tasks, System.Func continuationFunction, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ContinueWhenAll(System.Threading.Tasks.Task[] tasks, System.Func continuationFunction, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskContinuationOptions continuationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task ContinueWhenAll(System.Threading.Tasks.Task[] tasks, System.Func continuationFunction, System.Threading.Tasks.TaskContinuationOptions continuationOptions) => throw null; - public System.Threading.Tasks.Task ContinueWhenAll(System.Threading.Tasks.Task[] tasks, System.Func[], TResult> continuationFunction) => throw null; - public System.Threading.Tasks.Task ContinueWhenAll(System.Threading.Tasks.Task[] tasks, System.Func[], TResult> continuationFunction, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ContinueWhenAll(System.Threading.Tasks.Task[] tasks, System.Func[], TResult> continuationFunction, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskContinuationOptions continuationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task ContinueWhenAll(System.Threading.Tasks.Task[] tasks, System.Func[], TResult> continuationFunction, System.Threading.Tasks.TaskContinuationOptions continuationOptions) => throw null; - public System.Threading.Tasks.Task ContinueWhenAny(System.Threading.Tasks.Task[] tasks, System.Func continuationFunction) => throw null; - public System.Threading.Tasks.Task ContinueWhenAny(System.Threading.Tasks.Task[] tasks, System.Func continuationFunction, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ContinueWhenAny(System.Threading.Tasks.Task[] tasks, System.Func continuationFunction, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskContinuationOptions continuationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task ContinueWhenAny(System.Threading.Tasks.Task[] tasks, System.Func continuationFunction, System.Threading.Tasks.TaskContinuationOptions continuationOptions) => throw null; - public System.Threading.Tasks.Task ContinueWhenAny(System.Threading.Tasks.Task[] tasks, System.Func, TResult> continuationFunction) => throw null; - public System.Threading.Tasks.Task ContinueWhenAny(System.Threading.Tasks.Task[] tasks, System.Func, TResult> continuationFunction, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task ContinueWhenAny(System.Threading.Tasks.Task[] tasks, System.Func, TResult> continuationFunction, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskContinuationOptions continuationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task ContinueWhenAny(System.Threading.Tasks.Task[] tasks, System.Func, TResult> continuationFunction, System.Threading.Tasks.TaskContinuationOptions continuationOptions) => throw null; - public System.Threading.Tasks.TaskCreationOptions CreationOptions { get => throw null; } - public TaskFactory() => throw null; - public TaskFactory(System.Threading.CancellationToken cancellationToken) => throw null; - public TaskFactory(System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskCreationOptions creationOptions, System.Threading.Tasks.TaskContinuationOptions continuationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public TaskFactory(System.Threading.Tasks.TaskCreationOptions creationOptions, System.Threading.Tasks.TaskContinuationOptions continuationOptions) => throw null; - public TaskFactory(System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task FromAsync(System.Func beginMethod, System.Func endMethod, object state) => throw null; - public System.Threading.Tasks.Task FromAsync(System.Func beginMethod, System.Func endMethod, object state, System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - public System.Threading.Tasks.Task FromAsync(System.IAsyncResult asyncResult, System.Func endMethod) => throw null; - public System.Threading.Tasks.Task FromAsync(System.IAsyncResult asyncResult, System.Func endMethod, System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - public System.Threading.Tasks.Task FromAsync(System.IAsyncResult asyncResult, System.Func endMethod, System.Threading.Tasks.TaskCreationOptions creationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task FromAsync(System.Func beginMethod, System.Func endMethod, TArg1 arg1, object state) => throw null; - public System.Threading.Tasks.Task FromAsync(System.Func beginMethod, System.Func endMethod, TArg1 arg1, object state, System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - public System.Threading.Tasks.Task FromAsync(System.Func beginMethod, System.Func endMethod, TArg1 arg1, TArg2 arg2, object state) => throw null; - public System.Threading.Tasks.Task FromAsync(System.Func beginMethod, System.Func endMethod, TArg1 arg1, TArg2 arg2, object state, System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - public System.Threading.Tasks.Task FromAsync(System.Func beginMethod, System.Func endMethod, TArg1 arg1, TArg2 arg2, TArg3 arg3, object state) => throw null; - public System.Threading.Tasks.Task FromAsync(System.Func beginMethod, System.Func endMethod, TArg1 arg1, TArg2 arg2, TArg3 arg3, object state, System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - public System.Threading.Tasks.TaskScheduler Scheduler { get => throw null; } - public System.Threading.Tasks.Task StartNew(System.Func function, object state) => throw null; - public System.Threading.Tasks.Task StartNew(System.Func function, object state, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task StartNew(System.Func function, object state, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskCreationOptions creationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task StartNew(System.Func function, object state, System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - public System.Threading.Tasks.Task StartNew(System.Func function) => throw null; - public System.Threading.Tasks.Task StartNew(System.Func function, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task StartNew(System.Func function, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskCreationOptions creationOptions, System.Threading.Tasks.TaskScheduler scheduler) => throw null; - public System.Threading.Tasks.Task StartNew(System.Func function, System.Threading.Tasks.TaskCreationOptions creationOptions) => throw null; - } - public abstract class TaskScheduler - { - protected TaskScheduler() => throw null; - public static System.Threading.Tasks.TaskScheduler Current { get => throw null; } - public static System.Threading.Tasks.TaskScheduler Default { get => throw null; } - public static System.Threading.Tasks.TaskScheduler FromCurrentSynchronizationContext() => throw null; - protected abstract System.Collections.Generic.IEnumerable GetScheduledTasks(); - public int Id { get => throw null; } - public virtual int MaximumConcurrencyLevel { get => throw null; } - protected abstract void QueueTask(System.Threading.Tasks.Task task); - protected virtual bool TryDequeue(System.Threading.Tasks.Task task) => throw null; - protected bool TryExecuteTask(System.Threading.Tasks.Task task) => throw null; - protected abstract bool TryExecuteTaskInline(System.Threading.Tasks.Task task, bool taskWasPreviouslyQueued); - public static event System.EventHandler UnobservedTaskException; - } - public class TaskSchedulerException : System.Exception - { - public TaskSchedulerException() => throw null; - public TaskSchedulerException(System.Exception innerException) => throw null; - protected TaskSchedulerException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public TaskSchedulerException(string message) => throw null; - public TaskSchedulerException(string message, System.Exception innerException) => throw null; - } - public enum TaskStatus - { - Created = 0, - WaitingForActivation = 1, - WaitingToRun = 2, - Running = 3, - WaitingForChildrenToComplete = 4, - RanToCompletion = 5, - Canceled = 6, - Faulted = 7, - } - public static class TaskToAsyncResult - { - public static System.IAsyncResult Begin(System.Threading.Tasks.Task task, System.AsyncCallback callback, object state) => throw null; - public static void End(System.IAsyncResult asyncResult) => throw null; - public static TResult End(System.IAsyncResult asyncResult) => throw null; - public static System.Threading.Tasks.Task Unwrap(System.IAsyncResult asyncResult) => throw null; - public static System.Threading.Tasks.Task Unwrap(System.IAsyncResult asyncResult) => throw null; - } - public class UnobservedTaskExceptionEventArgs : System.EventArgs - { - public UnobservedTaskExceptionEventArgs(System.AggregateException exception) => throw null; - public System.AggregateException Exception { get => throw null; } - public bool Observed { get => throw null; } - public void SetObserved() => throw null; - } - public struct ValueTask : System.IEquatable - { - public System.Threading.Tasks.Task AsTask() => throw null; - public static System.Threading.Tasks.ValueTask CompletedTask { get => throw null; } - public System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable ConfigureAwait(bool continueOnCapturedContext) => throw null; - public ValueTask(System.Threading.Tasks.Sources.IValueTaskSource source, short token) => throw null; - public ValueTask(System.Threading.Tasks.Task task) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(System.Threading.Tasks.ValueTask other) => throw null; - public static System.Threading.Tasks.ValueTask FromCanceled(System.Threading.CancellationToken cancellationToken) => throw null; - public static System.Threading.Tasks.ValueTask FromCanceled(System.Threading.CancellationToken cancellationToken) => throw null; - public static System.Threading.Tasks.ValueTask FromException(System.Exception exception) => throw null; - public static System.Threading.Tasks.ValueTask FromException(System.Exception exception) => throw null; - public static System.Threading.Tasks.ValueTask FromResult(TResult result) => throw null; - public System.Runtime.CompilerServices.ValueTaskAwaiter GetAwaiter() => throw null; - public override int GetHashCode() => throw null; - public bool IsCanceled { get => throw null; } - public bool IsCompleted { get => throw null; } - public bool IsCompletedSuccessfully { get => throw null; } - public bool IsFaulted { get => throw null; } - public static bool operator ==(System.Threading.Tasks.ValueTask left, System.Threading.Tasks.ValueTask right) => throw null; - public static bool operator !=(System.Threading.Tasks.ValueTask left, System.Threading.Tasks.ValueTask right) => throw null; - public System.Threading.Tasks.ValueTask Preserve() => throw null; - } - public struct ValueTask : System.IEquatable> - { - public System.Threading.Tasks.Task AsTask() => throw null; - public System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable ConfigureAwait(bool continueOnCapturedContext) => throw null; - public ValueTask(System.Threading.Tasks.Sources.IValueTaskSource source, short token) => throw null; - public ValueTask(System.Threading.Tasks.Task task) => throw null; - public ValueTask(TResult result) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(System.Threading.Tasks.ValueTask other) => throw null; - public System.Runtime.CompilerServices.ValueTaskAwaiter GetAwaiter() => throw null; - public override int GetHashCode() => throw null; - public bool IsCanceled { get => throw null; } - public bool IsCompleted { get => throw null; } - public bool IsCompletedSuccessfully { get => throw null; } - public bool IsFaulted { get => throw null; } - public static bool operator ==(System.Threading.Tasks.ValueTask left, System.Threading.Tasks.ValueTask right) => throw null; - public static bool operator !=(System.Threading.Tasks.ValueTask left, System.Threading.Tasks.ValueTask right) => throw null; - public System.Threading.Tasks.ValueTask Preserve() => throw null; - public TResult Result { get => throw null; } - public override string ToString() => throw null; - } - } - public static class Timeout - { - public const int Infinite = -1; - public static readonly System.TimeSpan InfiniteTimeSpan; - } - public sealed class Timer : System.MarshalByRefObject, System.IAsyncDisposable, System.IDisposable, System.Threading.ITimer - { - public static long ActiveCount { get => throw null; } - public bool Change(int dueTime, int period) => throw null; - public bool Change(long dueTime, long period) => throw null; - public bool Change(System.TimeSpan dueTime, System.TimeSpan period) => throw null; - public bool Change(uint dueTime, uint period) => throw null; - public Timer(System.Threading.TimerCallback callback) => throw null; - public Timer(System.Threading.TimerCallback callback, object state, int dueTime, int period) => throw null; - public Timer(System.Threading.TimerCallback callback, object state, long dueTime, long period) => throw null; - public Timer(System.Threading.TimerCallback callback, object state, System.TimeSpan dueTime, System.TimeSpan period) => throw null; - public Timer(System.Threading.TimerCallback callback, object state, uint dueTime, uint period) => throw null; - public void Dispose() => throw null; - public bool Dispose(System.Threading.WaitHandle notifyObject) => throw null; - public System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - } - public delegate void TimerCallback(object state); - public abstract class WaitHandle : System.MarshalByRefObject, System.IDisposable - { - public virtual void Close() => throw null; - protected WaitHandle() => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool explicitDisposing) => throw null; - public virtual nint Handle { get => throw null; set { } } - protected static readonly nint InvalidHandle; - public Microsoft.Win32.SafeHandles.SafeWaitHandle SafeWaitHandle { get => throw null; set { } } - public static bool SignalAndWait(System.Threading.WaitHandle toSignal, System.Threading.WaitHandle toWaitOn) => throw null; - public static bool SignalAndWait(System.Threading.WaitHandle toSignal, System.Threading.WaitHandle toWaitOn, int millisecondsTimeout, bool exitContext) => throw null; - public static bool SignalAndWait(System.Threading.WaitHandle toSignal, System.Threading.WaitHandle toWaitOn, System.TimeSpan timeout, bool exitContext) => throw null; - public static bool WaitAll(System.Threading.WaitHandle[] waitHandles) => throw null; - public static bool WaitAll(System.Threading.WaitHandle[] waitHandles, int millisecondsTimeout) => throw null; - public static bool WaitAll(System.Threading.WaitHandle[] waitHandles, int millisecondsTimeout, bool exitContext) => throw null; - public static bool WaitAll(System.Threading.WaitHandle[] waitHandles, System.TimeSpan timeout) => throw null; - public static bool WaitAll(System.Threading.WaitHandle[] waitHandles, System.TimeSpan timeout, bool exitContext) => throw null; - public static int WaitAny(System.Threading.WaitHandle[] waitHandles) => throw null; - public static int WaitAny(System.Threading.WaitHandle[] waitHandles, int millisecondsTimeout) => throw null; - public static int WaitAny(System.Threading.WaitHandle[] waitHandles, int millisecondsTimeout, bool exitContext) => throw null; - public static int WaitAny(System.Threading.WaitHandle[] waitHandles, System.TimeSpan timeout) => throw null; - public static int WaitAny(System.Threading.WaitHandle[] waitHandles, System.TimeSpan timeout, bool exitContext) => throw null; - public virtual bool WaitOne() => throw null; - public virtual bool WaitOne(int millisecondsTimeout) => throw null; - public virtual bool WaitOne(int millisecondsTimeout, bool exitContext) => throw null; - public virtual bool WaitOne(System.TimeSpan timeout) => throw null; - public virtual bool WaitOne(System.TimeSpan timeout, bool exitContext) => throw null; - public const int WaitTimeout = 258; - } - public static partial class WaitHandleExtensions - { - public static Microsoft.Win32.SafeHandles.SafeWaitHandle GetSafeWaitHandle(this System.Threading.WaitHandle waitHandle) => throw null; - public static void SetSafeWaitHandle(this System.Threading.WaitHandle waitHandle, Microsoft.Win32.SafeHandles.SafeWaitHandle value) => throw null; - } - } - [System.AttributeUsage((System.AttributeTargets)256, Inherited = false)] - public class ThreadStaticAttribute : System.Attribute - { - public ThreadStaticAttribute() => throw null; - } - public struct TimeOnly : System.IComparable, System.IComparable, System.IEquatable, System.IFormattable, System.IParsable, System.ISpanFormattable, System.ISpanParsable, System.IUtf8SpanFormattable - { - public System.TimeOnly Add(System.TimeSpan value) => throw null; - public System.TimeOnly Add(System.TimeSpan value, out int wrappedDays) => throw null; - public System.TimeOnly AddHours(double value) => throw null; - public System.TimeOnly AddHours(double value, out int wrappedDays) => throw null; - public System.TimeOnly AddMinutes(double value) => throw null; - public System.TimeOnly AddMinutes(double value, out int wrappedDays) => throw null; - public int CompareTo(object value) => throw null; - public int CompareTo(System.TimeOnly value) => throw null; - public TimeOnly(int hour, int minute) => throw null; - public TimeOnly(int hour, int minute, int second) => throw null; - public TimeOnly(int hour, int minute, int second, int millisecond) => throw null; - public TimeOnly(int hour, int minute, int second, int millisecond, int microsecond) => throw null; - public TimeOnly(long ticks) => throw null; - public void Deconstruct(out int hour, out int minute) => throw null; - public void Deconstruct(out int hour, out int minute, out int second) => throw null; - public void Deconstruct(out int hour, out int minute, out int second, out int millisecond) => throw null; - public void Deconstruct(out int hour, out int minute, out int second, out int millisecond, out int microsecond) => throw null; - public override bool Equals(object value) => throw null; - public bool Equals(System.TimeOnly value) => throw null; - public static System.TimeOnly FromDateTime(System.DateTime dateTime) => throw null; - public static System.TimeOnly FromTimeSpan(System.TimeSpan timeSpan) => throw null; - public override int GetHashCode() => throw null; - public int Hour { get => throw null; } - public bool IsBetween(System.TimeOnly start, System.TimeOnly end) => throw null; - public static System.TimeOnly MaxValue { get => throw null; } - public int Microsecond { get => throw null; } - public int Millisecond { get => throw null; } - public int Minute { get => throw null; } - public static System.TimeOnly MinValue { get => throw null; } - public int Nanosecond { get => throw null; } - public static bool operator ==(System.TimeOnly left, System.TimeOnly right) => throw null; - public static bool operator >(System.TimeOnly left, System.TimeOnly right) => throw null; - public static bool operator >=(System.TimeOnly left, System.TimeOnly right) => throw null; - public static bool operator !=(System.TimeOnly left, System.TimeOnly right) => throw null; - public static bool operator <(System.TimeOnly left, System.TimeOnly right) => throw null; - public static bool operator <=(System.TimeOnly left, System.TimeOnly right) => throw null; - public static System.TimeSpan operator -(System.TimeOnly t1, System.TimeOnly t2) => throw null; - static System.TimeOnly System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - public static System.TimeOnly Parse(System.ReadOnlySpan s, System.IFormatProvider provider = default(System.IFormatProvider), System.Globalization.DateTimeStyles style = default(System.Globalization.DateTimeStyles)) => throw null; - public static System.TimeOnly Parse(string s) => throw null; - static System.TimeOnly System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; - public static System.TimeOnly Parse(string s, System.IFormatProvider provider, System.Globalization.DateTimeStyles style = default(System.Globalization.DateTimeStyles)) => throw null; - public static System.TimeOnly ParseExact(System.ReadOnlySpan s, System.ReadOnlySpan format, System.IFormatProvider provider = default(System.IFormatProvider), System.Globalization.DateTimeStyles style = default(System.Globalization.DateTimeStyles)) => throw null; - public static System.TimeOnly ParseExact(System.ReadOnlySpan s, string[] formats) => throw null; - public static System.TimeOnly ParseExact(System.ReadOnlySpan s, string[] formats, System.IFormatProvider provider, System.Globalization.DateTimeStyles style = default(System.Globalization.DateTimeStyles)) => throw null; - public static System.TimeOnly ParseExact(string s, string format) => throw null; - public static System.TimeOnly ParseExact(string s, string format, System.IFormatProvider provider, System.Globalization.DateTimeStyles style = default(System.Globalization.DateTimeStyles)) => throw null; - public static System.TimeOnly ParseExact(string s, string[] formats) => throw null; - public static System.TimeOnly ParseExact(string s, string[] formats, System.IFormatProvider provider, System.Globalization.DateTimeStyles style = default(System.Globalization.DateTimeStyles)) => throw null; - public int Second { get => throw null; } - public long Ticks { get => throw null; } - public string ToLongTimeString() => throw null; - public string ToShortTimeString() => throw null; - public override string ToString() => throw null; - public string ToString(System.IFormatProvider provider) => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider provider) => throw null; - public System.TimeSpan ToTimeSpan() => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public static bool TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, System.Globalization.DateTimeStyles style, out System.TimeOnly result) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out System.TimeOnly result) => throw null; - public static bool TryParse(System.ReadOnlySpan s, out System.TimeOnly result) => throw null; - public static bool TryParse(string s, System.IFormatProvider provider, System.Globalization.DateTimeStyles style, out System.TimeOnly result) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out System.TimeOnly result) => throw null; - public static bool TryParse(string s, out System.TimeOnly result) => throw null; - public static bool TryParseExact(System.ReadOnlySpan s, System.ReadOnlySpan format, System.IFormatProvider provider, System.Globalization.DateTimeStyles style, out System.TimeOnly result) => throw null; - public static bool TryParseExact(System.ReadOnlySpan s, System.ReadOnlySpan format, out System.TimeOnly result) => throw null; - public static bool TryParseExact(System.ReadOnlySpan s, string[] formats, System.IFormatProvider provider, System.Globalization.DateTimeStyles style, out System.TimeOnly result) => throw null; - public static bool TryParseExact(System.ReadOnlySpan s, string[] formats, out System.TimeOnly result) => throw null; - public static bool TryParseExact(string s, string format, System.IFormatProvider provider, System.Globalization.DateTimeStyles style, out System.TimeOnly result) => throw null; - public static bool TryParseExact(string s, string format, out System.TimeOnly result) => throw null; - public static bool TryParseExact(string s, string[] formats, System.IFormatProvider provider, System.Globalization.DateTimeStyles style, out System.TimeOnly result) => throw null; - public static bool TryParseExact(string s, string[] formats, out System.TimeOnly result) => throw null; - } - public class TimeoutException : System.SystemException - { - public TimeoutException() => throw null; - protected TimeoutException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public TimeoutException(string message) => throw null; - public TimeoutException(string message, System.Exception innerException) => throw null; - } - public abstract class TimeProvider - { - public virtual System.Threading.ITimer CreateTimer(System.Threading.TimerCallback callback, object state, System.TimeSpan dueTime, System.TimeSpan period) => throw null; - protected TimeProvider() => throw null; - public System.TimeSpan GetElapsedTime(long startingTimestamp) => throw null; - public System.TimeSpan GetElapsedTime(long startingTimestamp, long endingTimestamp) => throw null; - public System.DateTimeOffset GetLocalNow() => throw null; - public virtual long GetTimestamp() => throw null; - public virtual System.DateTimeOffset GetUtcNow() => throw null; - public virtual System.TimeZoneInfo LocalTimeZone { get => throw null; } - public static System.TimeProvider System { get => throw null; } - public virtual long TimestampFrequency { get => throw null; } - } - public struct TimeSpan : System.IComparable, System.IComparable, System.IEquatable, System.IFormattable, System.IParsable, System.ISpanFormattable, System.ISpanParsable, System.IUtf8SpanFormattable - { - public System.TimeSpan Add(System.TimeSpan ts) => throw null; - public static int Compare(System.TimeSpan t1, System.TimeSpan t2) => throw null; - public int CompareTo(object value) => throw null; - public int CompareTo(System.TimeSpan value) => throw null; - public TimeSpan(int hours, int minutes, int seconds) => throw null; - public TimeSpan(int days, int hours, int minutes, int seconds) => throw null; - public TimeSpan(int days, int hours, int minutes, int seconds, int milliseconds) => throw null; - public TimeSpan(int days, int hours, int minutes, int seconds, int milliseconds, int microseconds) => throw null; - public TimeSpan(long ticks) => throw null; - public int Days { get => throw null; } - public System.TimeSpan Divide(double divisor) => throw null; - public double Divide(System.TimeSpan ts) => throw null; - public System.TimeSpan Duration() => throw null; - public override bool Equals(object value) => throw null; - public bool Equals(System.TimeSpan obj) => throw null; - public static bool Equals(System.TimeSpan t1, System.TimeSpan t2) => throw null; - public static System.TimeSpan FromDays(double value) => throw null; - public static System.TimeSpan FromHours(double value) => throw null; - public static System.TimeSpan FromMicroseconds(double value) => throw null; - public static System.TimeSpan FromMilliseconds(double value) => throw null; - public static System.TimeSpan FromMinutes(double value) => throw null; - public static System.TimeSpan FromSeconds(double value) => throw null; - public static System.TimeSpan FromTicks(long value) => throw null; - public override int GetHashCode() => throw null; - public int Hours { get => throw null; } - public static readonly System.TimeSpan MaxValue; - public int Microseconds { get => throw null; } - public int Milliseconds { get => throw null; } - public int Minutes { get => throw null; } - public static readonly System.TimeSpan MinValue; - public System.TimeSpan Multiply(double factor) => throw null; - public int Nanoseconds { get => throw null; } - public const long NanosecondsPerTick = 100; - public System.TimeSpan Negate() => throw null; - public static System.TimeSpan operator +(System.TimeSpan t1, System.TimeSpan t2) => throw null; - public static System.TimeSpan operator /(System.TimeSpan timeSpan, double divisor) => throw null; - public static double operator /(System.TimeSpan t1, System.TimeSpan t2) => throw null; - public static bool operator ==(System.TimeSpan t1, System.TimeSpan t2) => throw null; - public static bool operator >(System.TimeSpan t1, System.TimeSpan t2) => throw null; - public static bool operator >=(System.TimeSpan t1, System.TimeSpan t2) => throw null; - public static bool operator !=(System.TimeSpan t1, System.TimeSpan t2) => throw null; - public static bool operator <(System.TimeSpan t1, System.TimeSpan t2) => throw null; - public static bool operator <=(System.TimeSpan t1, System.TimeSpan t2) => throw null; - public static System.TimeSpan operator *(double factor, System.TimeSpan timeSpan) => throw null; - public static System.TimeSpan operator *(System.TimeSpan timeSpan, double factor) => throw null; - public static System.TimeSpan operator -(System.TimeSpan t1, System.TimeSpan t2) => throw null; - public static System.TimeSpan operator -(System.TimeSpan t) => throw null; - public static System.TimeSpan operator +(System.TimeSpan t) => throw null; - static System.TimeSpan System.ISpanParsable.Parse(System.ReadOnlySpan input, System.IFormatProvider formatProvider = default(System.IFormatProvider)) => throw null; - public static System.TimeSpan Parse(string s) => throw null; - static System.TimeSpan System.IParsable.Parse(string input, System.IFormatProvider formatProvider) => throw null; - public static System.TimeSpan ParseExact(System.ReadOnlySpan input, System.ReadOnlySpan format, System.IFormatProvider formatProvider, System.Globalization.TimeSpanStyles styles = default(System.Globalization.TimeSpanStyles)) => throw null; - public static System.TimeSpan ParseExact(System.ReadOnlySpan input, string[] formats, System.IFormatProvider formatProvider, System.Globalization.TimeSpanStyles styles = default(System.Globalization.TimeSpanStyles)) => throw null; - public static System.TimeSpan ParseExact(string input, string format, System.IFormatProvider formatProvider) => throw null; - public static System.TimeSpan ParseExact(string input, string format, System.IFormatProvider formatProvider, System.Globalization.TimeSpanStyles styles) => throw null; - public static System.TimeSpan ParseExact(string input, string[] formats, System.IFormatProvider formatProvider) => throw null; - public static System.TimeSpan ParseExact(string input, string[] formats, System.IFormatProvider formatProvider, System.Globalization.TimeSpanStyles styles) => throw null; - public int Seconds { get => throw null; } - public System.TimeSpan Subtract(System.TimeSpan ts) => throw null; - public long Ticks { get => throw null; } - public const long TicksPerDay = 864000000000; - public const long TicksPerHour = 36000000000; - public const long TicksPerMicrosecond = 10; - public const long TicksPerMillisecond = 10000; - public const long TicksPerMinute = 600000000; - public const long TicksPerSecond = 10000000; - public override string ToString() => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider formatProvider) => throw null; - public double TotalDays { get => throw null; } - public double TotalHours { get => throw null; } - public double TotalMicroseconds { get => throw null; } - public double TotalMilliseconds { get => throw null; } - public double TotalMinutes { get => throw null; } - public double TotalNanoseconds { get => throw null; } - public double TotalSeconds { get => throw null; } - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider formatProvider = default(System.IFormatProvider)) => throw null; - public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider formatProvider = default(System.IFormatProvider)) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan input, System.IFormatProvider formatProvider, out System.TimeSpan result) => throw null; - public static bool TryParse(System.ReadOnlySpan s, out System.TimeSpan result) => throw null; - static bool System.IParsable.TryParse(string input, System.IFormatProvider formatProvider, out System.TimeSpan result) => throw null; - public static bool TryParse(string s, out System.TimeSpan result) => throw null; - public static bool TryParseExact(System.ReadOnlySpan input, System.ReadOnlySpan format, System.IFormatProvider formatProvider, System.Globalization.TimeSpanStyles styles, out System.TimeSpan result) => throw null; - public static bool TryParseExact(System.ReadOnlySpan input, System.ReadOnlySpan format, System.IFormatProvider formatProvider, out System.TimeSpan result) => throw null; - public static bool TryParseExact(System.ReadOnlySpan input, string[] formats, System.IFormatProvider formatProvider, System.Globalization.TimeSpanStyles styles, out System.TimeSpan result) => throw null; - public static bool TryParseExact(System.ReadOnlySpan input, string[] formats, System.IFormatProvider formatProvider, out System.TimeSpan result) => throw null; - public static bool TryParseExact(string input, string format, System.IFormatProvider formatProvider, System.Globalization.TimeSpanStyles styles, out System.TimeSpan result) => throw null; - public static bool TryParseExact(string input, string format, System.IFormatProvider formatProvider, out System.TimeSpan result) => throw null; - public static bool TryParseExact(string input, string[] formats, System.IFormatProvider formatProvider, System.Globalization.TimeSpanStyles styles, out System.TimeSpan result) => throw null; - public static bool TryParseExact(string input, string[] formats, System.IFormatProvider formatProvider, out System.TimeSpan result) => throw null; - public static readonly System.TimeSpan Zero; - } - public abstract class TimeZone - { - protected TimeZone() => throw null; - public static System.TimeZone CurrentTimeZone { get => throw null; } - public abstract string DaylightName { get; } - public abstract System.Globalization.DaylightTime GetDaylightChanges(int year); - public abstract System.TimeSpan GetUtcOffset(System.DateTime time); - public virtual bool IsDaylightSavingTime(System.DateTime time) => throw null; - public static bool IsDaylightSavingTime(System.DateTime time, System.Globalization.DaylightTime daylightTimes) => throw null; - public abstract string StandardName { get; } - public virtual System.DateTime ToLocalTime(System.DateTime time) => throw null; - public virtual System.DateTime ToUniversalTime(System.DateTime time) => throw null; - } - public sealed class TimeZoneInfo : System.Runtime.Serialization.IDeserializationCallback, System.IEquatable, System.Runtime.Serialization.ISerializable - { - public sealed class AdjustmentRule : System.Runtime.Serialization.IDeserializationCallback, System.IEquatable, System.Runtime.Serialization.ISerializable - { - public System.TimeSpan BaseUtcOffsetDelta { get => throw null; } - public static System.TimeZoneInfo.AdjustmentRule CreateAdjustmentRule(System.DateTime dateStart, System.DateTime dateEnd, System.TimeSpan daylightDelta, System.TimeZoneInfo.TransitionTime daylightTransitionStart, System.TimeZoneInfo.TransitionTime daylightTransitionEnd) => throw null; - public static System.TimeZoneInfo.AdjustmentRule CreateAdjustmentRule(System.DateTime dateStart, System.DateTime dateEnd, System.TimeSpan daylightDelta, System.TimeZoneInfo.TransitionTime daylightTransitionStart, System.TimeZoneInfo.TransitionTime daylightTransitionEnd, System.TimeSpan baseUtcOffsetDelta) => throw null; - public System.DateTime DateEnd { get => throw null; } - public System.DateTime DateStart { get => throw null; } - public System.TimeSpan DaylightDelta { get => throw null; } - public System.TimeZoneInfo.TransitionTime DaylightTransitionEnd { get => throw null; } - public System.TimeZoneInfo.TransitionTime DaylightTransitionStart { get => throw null; } - public bool Equals(System.TimeZoneInfo.AdjustmentRule other) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) => throw null; - } - public System.TimeSpan BaseUtcOffset { get => throw null; } - public static void ClearCachedData() => throw null; - public static System.DateTime ConvertTime(System.DateTime dateTime, System.TimeZoneInfo destinationTimeZone) => throw null; - public static System.DateTime ConvertTime(System.DateTime dateTime, System.TimeZoneInfo sourceTimeZone, System.TimeZoneInfo destinationTimeZone) => throw null; - public static System.DateTimeOffset ConvertTime(System.DateTimeOffset dateTimeOffset, System.TimeZoneInfo destinationTimeZone) => throw null; - public static System.DateTime ConvertTimeBySystemTimeZoneId(System.DateTime dateTime, string destinationTimeZoneId) => throw null; - public static System.DateTime ConvertTimeBySystemTimeZoneId(System.DateTime dateTime, string sourceTimeZoneId, string destinationTimeZoneId) => throw null; - public static System.DateTimeOffset ConvertTimeBySystemTimeZoneId(System.DateTimeOffset dateTimeOffset, string destinationTimeZoneId) => throw null; - public static System.DateTime ConvertTimeFromUtc(System.DateTime dateTime, System.TimeZoneInfo destinationTimeZone) => throw null; - public static System.DateTime ConvertTimeToUtc(System.DateTime dateTime) => throw null; - public static System.DateTime ConvertTimeToUtc(System.DateTime dateTime, System.TimeZoneInfo sourceTimeZone) => throw null; - public static System.TimeZoneInfo CreateCustomTimeZone(string id, System.TimeSpan baseUtcOffset, string displayName, string standardDisplayName) => throw null; - public static System.TimeZoneInfo CreateCustomTimeZone(string id, System.TimeSpan baseUtcOffset, string displayName, string standardDisplayName, string daylightDisplayName, System.TimeZoneInfo.AdjustmentRule[] adjustmentRules) => throw null; - public static System.TimeZoneInfo CreateCustomTimeZone(string id, System.TimeSpan baseUtcOffset, string displayName, string standardDisplayName, string daylightDisplayName, System.TimeZoneInfo.AdjustmentRule[] adjustmentRules, bool disableDaylightSavingTime) => throw null; - public string DaylightName { get => throw null; } - public string DisplayName { get => throw null; } - public override bool Equals(object obj) => throw null; - public bool Equals(System.TimeZoneInfo other) => throw null; - public static System.TimeZoneInfo FindSystemTimeZoneById(string id) => throw null; - public static System.TimeZoneInfo FromSerializedString(string source) => throw null; - public System.TimeZoneInfo.AdjustmentRule[] GetAdjustmentRules() => throw null; - public System.TimeSpan[] GetAmbiguousTimeOffsets(System.DateTime dateTime) => throw null; - public System.TimeSpan[] GetAmbiguousTimeOffsets(System.DateTimeOffset dateTimeOffset) => throw null; - public override int GetHashCode() => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public static System.Collections.ObjectModel.ReadOnlyCollection GetSystemTimeZones() => throw null; - public static System.Collections.ObjectModel.ReadOnlyCollection GetSystemTimeZones(bool skipSorting) => throw null; - public System.TimeSpan GetUtcOffset(System.DateTime dateTime) => throw null; - public System.TimeSpan GetUtcOffset(System.DateTimeOffset dateTimeOffset) => throw null; - public bool HasIanaId { get => throw null; } - public bool HasSameRules(System.TimeZoneInfo other) => throw null; - public string Id { get => throw null; } - public bool IsAmbiguousTime(System.DateTime dateTime) => throw null; - public bool IsAmbiguousTime(System.DateTimeOffset dateTimeOffset) => throw null; - public bool IsDaylightSavingTime(System.DateTime dateTime) => throw null; - public bool IsDaylightSavingTime(System.DateTimeOffset dateTimeOffset) => throw null; - public bool IsInvalidTime(System.DateTime dateTime) => throw null; - public static System.TimeZoneInfo Local { get => throw null; } - void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) => throw null; - public string StandardName { get => throw null; } - public bool SupportsDaylightSavingTime { get => throw null; } - public string ToSerializedString() => throw null; - public override string ToString() => throw null; - public struct TransitionTime : System.Runtime.Serialization.IDeserializationCallback, System.IEquatable, System.Runtime.Serialization.ISerializable - { - public static System.TimeZoneInfo.TransitionTime CreateFixedDateRule(System.DateTime timeOfDay, int month, int day) => throw null; - public static System.TimeZoneInfo.TransitionTime CreateFloatingDateRule(System.DateTime timeOfDay, int month, int week, System.DayOfWeek dayOfWeek) => throw null; - public int Day { get => throw null; } - public System.DayOfWeek DayOfWeek { get => throw null; } - public override bool Equals(object obj) => throw null; - public bool Equals(System.TimeZoneInfo.TransitionTime other) => throw null; - public override int GetHashCode() => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public bool IsFixedDateRule { get => throw null; } - public int Month { get => throw null; } - void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) => throw null; - public static bool operator ==(System.TimeZoneInfo.TransitionTime t1, System.TimeZoneInfo.TransitionTime t2) => throw null; - public static bool operator !=(System.TimeZoneInfo.TransitionTime t1, System.TimeZoneInfo.TransitionTime t2) => throw null; - public System.DateTime TimeOfDay { get => throw null; } - public int Week { get => throw null; } - } - public static bool TryConvertIanaIdToWindowsId(string ianaId, out string windowsId) => throw null; - public static bool TryConvertWindowsIdToIanaId(string windowsId, string region, out string ianaId) => throw null; - public static bool TryConvertWindowsIdToIanaId(string windowsId, out string ianaId) => throw null; - public static bool TryFindSystemTimeZoneById(string id, out System.TimeZoneInfo timeZoneInfo) => throw null; - public static System.TimeZoneInfo Utc { get => throw null; } - } - public class TimeZoneNotFoundException : System.Exception - { - public TimeZoneNotFoundException() => throw null; - protected TimeZoneNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public TimeZoneNotFoundException(string message) => throw null; - public TimeZoneNotFoundException(string message, System.Exception innerException) => throw null; - } - public static class Tuple - { - public static System.Tuple Create(T1 item1) => throw null; - public static System.Tuple Create(T1 item1, T2 item2) => throw null; - public static System.Tuple Create(T1 item1, T2 item2, T3 item3) => throw null; - public static System.Tuple Create(T1 item1, T2 item2, T3 item3, T4 item4) => throw null; - public static System.Tuple Create(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5) => throw null; - public static System.Tuple Create(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6) => throw null; - public static System.Tuple Create(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7) => throw null; - public static System.Tuple> Create(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7, T8 item8) => throw null; - } - public class Tuple : System.IComparable, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable, System.Runtime.CompilerServices.ITuple - { - int System.Collections.IStructuralComparable.CompareTo(object other, System.Collections.IComparer comparer) => throw null; - int System.IComparable.CompareTo(object obj) => throw null; - public Tuple(T1 item1) => throw null; - public override bool Equals(object obj) => throw null; - bool System.Collections.IStructuralEquatable.Equals(object other, System.Collections.IEqualityComparer comparer) => throw null; - public override int GetHashCode() => throw null; - int System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer comparer) => throw null; - object System.Runtime.CompilerServices.ITuple.this[int index] { get => throw null; } - public T1 Item1 { get => throw null; } - int System.Runtime.CompilerServices.ITuple.Length { get => throw null; } - public override string ToString() => throw null; - } - public class Tuple : System.IComparable, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable, System.Runtime.CompilerServices.ITuple - { - int System.Collections.IStructuralComparable.CompareTo(object other, System.Collections.IComparer comparer) => throw null; - int System.IComparable.CompareTo(object obj) => throw null; - public Tuple(T1 item1, T2 item2) => throw null; - public override bool Equals(object obj) => throw null; - bool System.Collections.IStructuralEquatable.Equals(object other, System.Collections.IEqualityComparer comparer) => throw null; - public override int GetHashCode() => throw null; - int System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer comparer) => throw null; - object System.Runtime.CompilerServices.ITuple.this[int index] { get => throw null; } - public T1 Item1 { get => throw null; } - public T2 Item2 { get => throw null; } - int System.Runtime.CompilerServices.ITuple.Length { get => throw null; } - public override string ToString() => throw null; - } - public class Tuple : System.IComparable, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable, System.Runtime.CompilerServices.ITuple - { - int System.Collections.IStructuralComparable.CompareTo(object other, System.Collections.IComparer comparer) => throw null; - int System.IComparable.CompareTo(object obj) => throw null; - public Tuple(T1 item1, T2 item2, T3 item3) => throw null; - public override bool Equals(object obj) => throw null; - bool System.Collections.IStructuralEquatable.Equals(object other, System.Collections.IEqualityComparer comparer) => throw null; - public override int GetHashCode() => throw null; - int System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer comparer) => throw null; - object System.Runtime.CompilerServices.ITuple.this[int index] { get => throw null; } - public T1 Item1 { get => throw null; } - public T2 Item2 { get => throw null; } - public T3 Item3 { get => throw null; } - int System.Runtime.CompilerServices.ITuple.Length { get => throw null; } - public override string ToString() => throw null; - } - public class Tuple : System.IComparable, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable, System.Runtime.CompilerServices.ITuple - { - int System.Collections.IStructuralComparable.CompareTo(object other, System.Collections.IComparer comparer) => throw null; - int System.IComparable.CompareTo(object obj) => throw null; - public Tuple(T1 item1, T2 item2, T3 item3, T4 item4) => throw null; - public override bool Equals(object obj) => throw null; - bool System.Collections.IStructuralEquatable.Equals(object other, System.Collections.IEqualityComparer comparer) => throw null; - public override int GetHashCode() => throw null; - int System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer comparer) => throw null; - object System.Runtime.CompilerServices.ITuple.this[int index] { get => throw null; } - public T1 Item1 { get => throw null; } - public T2 Item2 { get => throw null; } - public T3 Item3 { get => throw null; } - public T4 Item4 { get => throw null; } - int System.Runtime.CompilerServices.ITuple.Length { get => throw null; } - public override string ToString() => throw null; - } - public class Tuple : System.IComparable, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable, System.Runtime.CompilerServices.ITuple - { - int System.Collections.IStructuralComparable.CompareTo(object other, System.Collections.IComparer comparer) => throw null; - int System.IComparable.CompareTo(object obj) => throw null; - public Tuple(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5) => throw null; - public override bool Equals(object obj) => throw null; - bool System.Collections.IStructuralEquatable.Equals(object other, System.Collections.IEqualityComparer comparer) => throw null; - public override int GetHashCode() => throw null; - int System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer comparer) => throw null; - object System.Runtime.CompilerServices.ITuple.this[int index] { get => throw null; } - public T1 Item1 { get => throw null; } - public T2 Item2 { get => throw null; } - public T3 Item3 { get => throw null; } - public T4 Item4 { get => throw null; } - public T5 Item5 { get => throw null; } - int System.Runtime.CompilerServices.ITuple.Length { get => throw null; } - public override string ToString() => throw null; - } - public class Tuple : System.IComparable, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable, System.Runtime.CompilerServices.ITuple - { - int System.Collections.IStructuralComparable.CompareTo(object other, System.Collections.IComparer comparer) => throw null; - int System.IComparable.CompareTo(object obj) => throw null; - public Tuple(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6) => throw null; - public override bool Equals(object obj) => throw null; - bool System.Collections.IStructuralEquatable.Equals(object other, System.Collections.IEqualityComparer comparer) => throw null; - public override int GetHashCode() => throw null; - int System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer comparer) => throw null; - object System.Runtime.CompilerServices.ITuple.this[int index] { get => throw null; } - public T1 Item1 { get => throw null; } - public T2 Item2 { get => throw null; } - public T3 Item3 { get => throw null; } - public T4 Item4 { get => throw null; } - public T5 Item5 { get => throw null; } - public T6 Item6 { get => throw null; } - int System.Runtime.CompilerServices.ITuple.Length { get => throw null; } - public override string ToString() => throw null; - } - public class Tuple : System.IComparable, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable, System.Runtime.CompilerServices.ITuple - { - int System.Collections.IStructuralComparable.CompareTo(object other, System.Collections.IComparer comparer) => throw null; - int System.IComparable.CompareTo(object obj) => throw null; - public Tuple(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7) => throw null; - public override bool Equals(object obj) => throw null; - bool System.Collections.IStructuralEquatable.Equals(object other, System.Collections.IEqualityComparer comparer) => throw null; - public override int GetHashCode() => throw null; - int System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer comparer) => throw null; - object System.Runtime.CompilerServices.ITuple.this[int index] { get => throw null; } - public T1 Item1 { get => throw null; } - public T2 Item2 { get => throw null; } - public T3 Item3 { get => throw null; } - public T4 Item4 { get => throw null; } - public T5 Item5 { get => throw null; } - public T6 Item6 { get => throw null; } - public T7 Item7 { get => throw null; } - int System.Runtime.CompilerServices.ITuple.Length { get => throw null; } - public override string ToString() => throw null; - } - public class Tuple : System.IComparable, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable, System.Runtime.CompilerServices.ITuple - { - int System.Collections.IStructuralComparable.CompareTo(object other, System.Collections.IComparer comparer) => throw null; - int System.IComparable.CompareTo(object obj) => throw null; - public Tuple(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7, TRest rest) => throw null; - public override bool Equals(object obj) => throw null; - bool System.Collections.IStructuralEquatable.Equals(object other, System.Collections.IEqualityComparer comparer) => throw null; - public override int GetHashCode() => throw null; - int System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer comparer) => throw null; - object System.Runtime.CompilerServices.ITuple.this[int index] { get => throw null; } - public T1 Item1 { get => throw null; } - public T2 Item2 { get => throw null; } - public T3 Item3 { get => throw null; } - public T4 Item4 { get => throw null; } - public T5 Item5 { get => throw null; } - public T6 Item6 { get => throw null; } - public T7 Item7 { get => throw null; } - int System.Runtime.CompilerServices.ITuple.Length { get => throw null; } - public TRest Rest { get => throw null; } - public override string ToString() => throw null; - } - public static partial class TupleExtensions - { - public static void Deconstruct(this System.Tuple value, out T1 item1) => throw null; - public static void Deconstruct(this System.Tuple> value, out T1 item1, out T2 item2, out T3 item3, out T4 item4, out T5 item5, out T6 item6, out T7 item7, out T8 item8, out T9 item9, out T10 item10) => throw null; - public static void Deconstruct(this System.Tuple> value, out T1 item1, out T2 item2, out T3 item3, out T4 item4, out T5 item5, out T6 item6, out T7 item7, out T8 item8, out T9 item9, out T10 item10, out T11 item11) => throw null; - public static void Deconstruct(this System.Tuple> value, out T1 item1, out T2 item2, out T3 item3, out T4 item4, out T5 item5, out T6 item6, out T7 item7, out T8 item8, out T9 item9, out T10 item10, out T11 item11, out T12 item12) => throw null; - public static void Deconstruct(this System.Tuple> value, out T1 item1, out T2 item2, out T3 item3, out T4 item4, out T5 item5, out T6 item6, out T7 item7, out T8 item8, out T9 item9, out T10 item10, out T11 item11, out T12 item12, out T13 item13) => throw null; - public static void Deconstruct(this System.Tuple> value, out T1 item1, out T2 item2, out T3 item3, out T4 item4, out T5 item5, out T6 item6, out T7 item7, out T8 item8, out T9 item9, out T10 item10, out T11 item11, out T12 item12, out T13 item13, out T14 item14) => throw null; - public static void Deconstruct(this System.Tuple>> value, out T1 item1, out T2 item2, out T3 item3, out T4 item4, out T5 item5, out T6 item6, out T7 item7, out T8 item8, out T9 item9, out T10 item10, out T11 item11, out T12 item12, out T13 item13, out T14 item14, out T15 item15) => throw null; - public static void Deconstruct(this System.Tuple>> value, out T1 item1, out T2 item2, out T3 item3, out T4 item4, out T5 item5, out T6 item6, out T7 item7, out T8 item8, out T9 item9, out T10 item10, out T11 item11, out T12 item12, out T13 item13, out T14 item14, out T15 item15, out T16 item16) => throw null; - public static void Deconstruct(this System.Tuple>> value, out T1 item1, out T2 item2, out T3 item3, out T4 item4, out T5 item5, out T6 item6, out T7 item7, out T8 item8, out T9 item9, out T10 item10, out T11 item11, out T12 item12, out T13 item13, out T14 item14, out T15 item15, out T16 item16, out T17 item17) => throw null; - public static void Deconstruct(this System.Tuple>> value, out T1 item1, out T2 item2, out T3 item3, out T4 item4, out T5 item5, out T6 item6, out T7 item7, out T8 item8, out T9 item9, out T10 item10, out T11 item11, out T12 item12, out T13 item13, out T14 item14, out T15 item15, out T16 item16, out T17 item17, out T18 item18) => throw null; - public static void Deconstruct(this System.Tuple>> value, out T1 item1, out T2 item2, out T3 item3, out T4 item4, out T5 item5, out T6 item6, out T7 item7, out T8 item8, out T9 item9, out T10 item10, out T11 item11, out T12 item12, out T13 item13, out T14 item14, out T15 item15, out T16 item16, out T17 item17, out T18 item18, out T19 item19) => throw null; - public static void Deconstruct(this System.Tuple value, out T1 item1, out T2 item2) => throw null; - public static void Deconstruct(this System.Tuple>> value, out T1 item1, out T2 item2, out T3 item3, out T4 item4, out T5 item5, out T6 item6, out T7 item7, out T8 item8, out T9 item9, out T10 item10, out T11 item11, out T12 item12, out T13 item13, out T14 item14, out T15 item15, out T16 item16, out T17 item17, out T18 item18, out T19 item19, out T20 item20) => throw null; - public static void Deconstruct(this System.Tuple>> value, out T1 item1, out T2 item2, out T3 item3, out T4 item4, out T5 item5, out T6 item6, out T7 item7, out T8 item8, out T9 item9, out T10 item10, out T11 item11, out T12 item12, out T13 item13, out T14 item14, out T15 item15, out T16 item16, out T17 item17, out T18 item18, out T19 item19, out T20 item20, out T21 item21) => throw null; - public static void Deconstruct(this System.Tuple value, out T1 item1, out T2 item2, out T3 item3) => throw null; - public static void Deconstruct(this System.Tuple value, out T1 item1, out T2 item2, out T3 item3, out T4 item4) => throw null; - public static void Deconstruct(this System.Tuple value, out T1 item1, out T2 item2, out T3 item3, out T4 item4, out T5 item5) => throw null; - public static void Deconstruct(this System.Tuple value, out T1 item1, out T2 item2, out T3 item3, out T4 item4, out T5 item5, out T6 item6) => throw null; - public static void Deconstruct(this System.Tuple value, out T1 item1, out T2 item2, out T3 item3, out T4 item4, out T5 item5, out T6 item6, out T7 item7) => throw null; - public static void Deconstruct(this System.Tuple> value, out T1 item1, out T2 item2, out T3 item3, out T4 item4, out T5 item5, out T6 item6, out T7 item7, out T8 item8) => throw null; - public static void Deconstruct(this System.Tuple> value, out T1 item1, out T2 item2, out T3 item3, out T4 item4, out T5 item5, out T6 item6, out T7 item7, out T8 item8, out T9 item9) => throw null; - public static System.Tuple ToTuple(this System.ValueTuple value) => throw null; - public static System.Tuple> ToTuple(this (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) value) => throw null; - public static System.Tuple> ToTuple(this (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) value) => throw null; - public static System.Tuple> ToTuple(this (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) value) => throw null; - public static System.Tuple> ToTuple(this (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) value) => throw null; - public static System.Tuple> ToTuple(this (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) value) => throw null; - public static System.Tuple>> ToTuple(this (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) value) => throw null; - public static System.Tuple>> ToTuple(this (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) value) => throw null; - public static System.Tuple>> ToTuple(this (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) value) => throw null; - public static System.Tuple>> ToTuple(this (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) value) => throw null; - public static System.Tuple>> ToTuple(this (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) value) => throw null; - public static System.Tuple ToTuple(this (T1, T2) value) => throw null; - public static System.Tuple>> ToTuple(this (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) value) => throw null; - public static System.Tuple>> ToTuple(this (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) value) => throw null; - public static System.Tuple ToTuple(this (T1, T2, T3) value) => throw null; - public static System.Tuple ToTuple(this (T1, T2, T3, T4) value) => throw null; - public static System.Tuple ToTuple(this (T1, T2, T3, T4, T5) value) => throw null; - public static System.Tuple ToTuple(this (T1, T2, T3, T4, T5, T6) value) => throw null; - public static System.Tuple ToTuple(this (T1, T2, T3, T4, T5, T6, T7) value) => throw null; - public static System.Tuple> ToTuple(this (T1, T2, T3, T4, T5, T6, T7, T8) value) => throw null; - public static System.Tuple> ToTuple(this (T1, T2, T3, T4, T5, T6, T7, T8, T9) value) => throw null; - public static System.ValueTuple ToValueTuple(this System.Tuple value) => throw null; - public static (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) ToValueTuple(this System.Tuple> value) => throw null; - public static (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) ToValueTuple(this System.Tuple> value) => throw null; - public static (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) ToValueTuple(this System.Tuple> value) => throw null; - public static (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) ToValueTuple(this System.Tuple> value) => throw null; - public static (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) ToValueTuple(this System.Tuple> value) => throw null; - public static (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) ToValueTuple(this System.Tuple>> value) => throw null; - public static (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) ToValueTuple(this System.Tuple>> value) => throw null; - public static (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) ToValueTuple(this System.Tuple>> value) => throw null; - public static (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) ToValueTuple(this System.Tuple>> value) => throw null; - public static (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) ToValueTuple(this System.Tuple>> value) => throw null; - public static (T1, T2) ToValueTuple(this System.Tuple value) => throw null; - public static (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) ToValueTuple(this System.Tuple>> value) => throw null; - public static (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) ToValueTuple(this System.Tuple>> value) => throw null; - public static (T1, T2, T3) ToValueTuple(this System.Tuple value) => throw null; - public static (T1, T2, T3, T4) ToValueTuple(this System.Tuple value) => throw null; - public static (T1, T2, T3, T4, T5) ToValueTuple(this System.Tuple value) => throw null; - public static (T1, T2, T3, T4, T5, T6) ToValueTuple(this System.Tuple value) => throw null; - public static (T1, T2, T3, T4, T5, T6, T7) ToValueTuple(this System.Tuple value) => throw null; - public static (T1, T2, T3, T4, T5, T6, T7, T8) ToValueTuple(this System.Tuple> value) => throw null; - public static (T1, T2, T3, T4, T5, T6, T7, T8, T9) ToValueTuple(this System.Tuple> value) => throw null; - } - public abstract class Type : System.Reflection.MemberInfo, System.Reflection.IReflect - { - public abstract System.Reflection.Assembly Assembly { get; } - public abstract string AssemblyQualifiedName { get; } - public System.Reflection.TypeAttributes Attributes { get => throw null; } - public abstract System.Type BaseType { get; } - public virtual bool ContainsGenericParameters { get => throw null; } - protected Type() => throw null; - public virtual System.Reflection.MethodBase DeclaringMethod { get => throw null; } - public override System.Type DeclaringType { get => throw null; } - public static System.Reflection.Binder DefaultBinder { get => throw null; } - public static readonly char Delimiter; - public static readonly System.Type[] EmptyTypes; - public override bool Equals(object o) => throw null; - public virtual bool Equals(System.Type o) => throw null; - public static readonly System.Reflection.MemberFilter FilterAttribute; - public static readonly System.Reflection.MemberFilter FilterName; - public static readonly System.Reflection.MemberFilter FilterNameIgnoreCase; - public virtual System.Type[] FindInterfaces(System.Reflection.TypeFilter filter, object filterCriteria) => throw null; - public virtual System.Reflection.MemberInfo[] FindMembers(System.Reflection.MemberTypes memberType, System.Reflection.BindingFlags bindingAttr, System.Reflection.MemberFilter filter, object filterCriteria) => throw null; - public abstract string FullName { get; } - public virtual System.Reflection.GenericParameterAttributes GenericParameterAttributes { get => throw null; } - public virtual int GenericParameterPosition { get => throw null; } - public virtual System.Type[] GenericTypeArguments { get => throw null; } - public virtual int GetArrayRank() => throw null; - protected abstract System.Reflection.TypeAttributes GetAttributeFlagsImpl(); - public System.Reflection.ConstructorInfo GetConstructor(System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Reflection.CallingConventions callConvention, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; - public System.Reflection.ConstructorInfo GetConstructor(System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; - public System.Reflection.ConstructorInfo GetConstructor(System.Reflection.BindingFlags bindingAttr, System.Type[] types) => throw null; - public System.Reflection.ConstructorInfo GetConstructor(System.Type[] types) => throw null; - protected abstract System.Reflection.ConstructorInfo GetConstructorImpl(System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Reflection.CallingConventions callConvention, System.Type[] types, System.Reflection.ParameterModifier[] modifiers); - public System.Reflection.ConstructorInfo[] GetConstructors() => throw null; - public abstract System.Reflection.ConstructorInfo[] GetConstructors(System.Reflection.BindingFlags bindingAttr); - public virtual System.Reflection.MemberInfo[] GetDefaultMembers() => throw null; - public abstract System.Type GetElementType(); - public virtual string GetEnumName(object value) => throw null; - public virtual string[] GetEnumNames() => throw null; - public virtual System.Type GetEnumUnderlyingType() => throw null; - public virtual System.Array GetEnumValues() => throw null; - public virtual System.Array GetEnumValuesAsUnderlyingType() => throw null; - public System.Reflection.EventInfo GetEvent(string name) => throw null; - public abstract System.Reflection.EventInfo GetEvent(string name, System.Reflection.BindingFlags bindingAttr); - public virtual System.Reflection.EventInfo[] GetEvents() => throw null; - public abstract System.Reflection.EventInfo[] GetEvents(System.Reflection.BindingFlags bindingAttr); - public System.Reflection.FieldInfo GetField(string name) => throw null; - public abstract System.Reflection.FieldInfo GetField(string name, System.Reflection.BindingFlags bindingAttr); - public System.Reflection.FieldInfo[] GetFields() => throw null; - public abstract System.Reflection.FieldInfo[] GetFields(System.Reflection.BindingFlags bindingAttr); - public virtual System.Type[] GetFunctionPointerCallingConventions() => throw null; - public virtual System.Type[] GetFunctionPointerParameterTypes() => throw null; - public virtual System.Type GetFunctionPointerReturnType() => throw null; - public virtual System.Type[] GetGenericArguments() => throw null; - public virtual System.Type[] GetGenericParameterConstraints() => throw null; - public virtual System.Type GetGenericTypeDefinition() => throw null; - public override int GetHashCode() => throw null; - public System.Type GetInterface(string name) => throw null; - public abstract System.Type GetInterface(string name, bool ignoreCase); - public virtual System.Reflection.InterfaceMapping GetInterfaceMap(System.Type interfaceType) => throw null; - public abstract System.Type[] GetInterfaces(); - public System.Reflection.MemberInfo[] GetMember(string name) => throw null; - public virtual System.Reflection.MemberInfo[] GetMember(string name, System.Reflection.BindingFlags bindingAttr) => throw null; - public virtual System.Reflection.MemberInfo[] GetMember(string name, System.Reflection.MemberTypes type, System.Reflection.BindingFlags bindingAttr) => throw null; - public System.Reflection.MemberInfo[] GetMembers() => throw null; - public abstract System.Reflection.MemberInfo[] GetMembers(System.Reflection.BindingFlags bindingAttr); - public virtual System.Reflection.MemberInfo GetMemberWithSameMetadataDefinitionAs(System.Reflection.MemberInfo member) => throw null; - public System.Reflection.MethodInfo GetMethod(string name) => throw null; - public System.Reflection.MethodInfo GetMethod(string name, int genericParameterCount, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Reflection.CallingConventions callConvention, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; - public System.Reflection.MethodInfo GetMethod(string name, int genericParameterCount, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; - public System.Reflection.MethodInfo GetMethod(string name, int genericParameterCount, System.Type[] types) => throw null; - public System.Reflection.MethodInfo GetMethod(string name, int genericParameterCount, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; - public System.Reflection.MethodInfo GetMethod(string name, System.Reflection.BindingFlags bindingAttr) => throw null; - public System.Reflection.MethodInfo GetMethod(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Reflection.CallingConventions callConvention, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; - public System.Reflection.MethodInfo GetMethod(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; - public System.Reflection.MethodInfo GetMethod(string name, System.Reflection.BindingFlags bindingAttr, System.Type[] types) => throw null; - public System.Reflection.MethodInfo GetMethod(string name, System.Type[] types) => throw null; - public System.Reflection.MethodInfo GetMethod(string name, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; - protected virtual System.Reflection.MethodInfo GetMethodImpl(string name, int genericParameterCount, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Reflection.CallingConventions callConvention, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; - protected abstract System.Reflection.MethodInfo GetMethodImpl(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Reflection.CallingConventions callConvention, System.Type[] types, System.Reflection.ParameterModifier[] modifiers); - public System.Reflection.MethodInfo[] GetMethods() => throw null; - public abstract System.Reflection.MethodInfo[] GetMethods(System.Reflection.BindingFlags bindingAttr); - public System.Type GetNestedType(string name) => throw null; - public abstract System.Type GetNestedType(string name, System.Reflection.BindingFlags bindingAttr); - public System.Type[] GetNestedTypes() => throw null; - public abstract System.Type[] GetNestedTypes(System.Reflection.BindingFlags bindingAttr); - public virtual System.Type[] GetOptionalCustomModifiers() => throw null; - public System.Reflection.PropertyInfo[] GetProperties() => throw null; - public abstract System.Reflection.PropertyInfo[] GetProperties(System.Reflection.BindingFlags bindingAttr); - public System.Reflection.PropertyInfo GetProperty(string name) => throw null; - public System.Reflection.PropertyInfo GetProperty(string name, System.Reflection.BindingFlags bindingAttr) => throw null; - public System.Reflection.PropertyInfo GetProperty(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type returnType, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; - public System.Reflection.PropertyInfo GetProperty(string name, System.Type returnType) => throw null; - public System.Reflection.PropertyInfo GetProperty(string name, System.Type returnType, System.Type[] types) => throw null; - public System.Reflection.PropertyInfo GetProperty(string name, System.Type returnType, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; - public System.Reflection.PropertyInfo GetProperty(string name, System.Type[] types) => throw null; - protected abstract System.Reflection.PropertyInfo GetPropertyImpl(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type returnType, System.Type[] types, System.Reflection.ParameterModifier[] modifiers); - public virtual System.Type[] GetRequiredCustomModifiers() => throw null; - public System.Type GetType() => throw null; - public static System.Type GetType(string typeName) => throw null; - public static System.Type GetType(string typeName, bool throwOnError) => throw null; - public static System.Type GetType(string typeName, bool throwOnError, bool ignoreCase) => throw null; - public static System.Type GetType(string typeName, System.Func assemblyResolver, System.Func typeResolver) => throw null; - public static System.Type GetType(string typeName, System.Func assemblyResolver, System.Func typeResolver, bool throwOnError) => throw null; - public static System.Type GetType(string typeName, System.Func assemblyResolver, System.Func typeResolver, bool throwOnError, bool ignoreCase) => throw null; - public static System.Type[] GetTypeArray(object[] args) => throw null; - public static System.TypeCode GetTypeCode(System.Type type) => throw null; - protected virtual System.TypeCode GetTypeCodeImpl() => throw null; - public static System.Type GetTypeFromCLSID(System.Guid clsid) => throw null; - public static System.Type GetTypeFromCLSID(System.Guid clsid, bool throwOnError) => throw null; - public static System.Type GetTypeFromCLSID(System.Guid clsid, string server) => throw null; - public static System.Type GetTypeFromCLSID(System.Guid clsid, string server, bool throwOnError) => throw null; - public static System.Type GetTypeFromHandle(System.RuntimeTypeHandle handle) => throw null; - public static System.Type GetTypeFromProgID(string progID) => throw null; - public static System.Type GetTypeFromProgID(string progID, bool throwOnError) => throw null; - public static System.Type GetTypeFromProgID(string progID, string server) => throw null; - public static System.Type GetTypeFromProgID(string progID, string server, bool throwOnError) => throw null; - public static System.RuntimeTypeHandle GetTypeHandle(object o) => throw null; - public abstract System.Guid GUID { get; } - public bool HasElementType { get => throw null; } - protected abstract bool HasElementTypeImpl(); - public object InvokeMember(string name, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object target, object[] args) => throw null; - public object InvokeMember(string name, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object target, object[] args, System.Globalization.CultureInfo culture) => throw null; - public abstract object InvokeMember(string name, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object target, object[] args, System.Reflection.ParameterModifier[] modifiers, System.Globalization.CultureInfo culture, string[] namedParameters); - public bool IsAbstract { get => throw null; } - public bool IsAnsiClass { get => throw null; } - public bool IsArray { get => throw null; } - protected abstract bool IsArrayImpl(); - public virtual bool IsAssignableFrom(System.Type c) => throw null; - public bool IsAssignableTo(System.Type targetType) => throw null; - public bool IsAutoClass { get => throw null; } - public bool IsAutoLayout { get => throw null; } - public bool IsByRef { get => throw null; } - protected abstract bool IsByRefImpl(); - public virtual bool IsByRefLike { get => throw null; } - public bool IsClass { get => throw null; } - public bool IsCOMObject { get => throw null; } - protected abstract bool IsCOMObjectImpl(); - public virtual bool IsConstructedGenericType { get => throw null; } - public bool IsContextful { get => throw null; } - protected virtual bool IsContextfulImpl() => throw null; - public virtual bool IsEnum { get => throw null; } - public virtual bool IsEnumDefined(object value) => throw null; - public virtual bool IsEquivalentTo(System.Type other) => throw null; - public bool IsExplicitLayout { get => throw null; } - public virtual bool IsFunctionPointer { get => throw null; } - public virtual bool IsGenericMethodParameter { get => throw null; } - public virtual bool IsGenericParameter { get => throw null; } - public virtual bool IsGenericType { get => throw null; } - public virtual bool IsGenericTypeDefinition { get => throw null; } - public virtual bool IsGenericTypeParameter { get => throw null; } - public bool IsImport { get => throw null; } - public virtual bool IsInstanceOfType(object o) => throw null; - public bool IsInterface { get => throw null; } - public bool IsLayoutSequential { get => throw null; } - public bool IsMarshalByRef { get => throw null; } - protected virtual bool IsMarshalByRefImpl() => throw null; - public bool IsNested { get => throw null; } - public bool IsNestedAssembly { get => throw null; } - public bool IsNestedFamANDAssem { get => throw null; } - public bool IsNestedFamily { get => throw null; } - public bool IsNestedFamORAssem { get => throw null; } - public bool IsNestedPrivate { get => throw null; } - public bool IsNestedPublic { get => throw null; } - public bool IsNotPublic { get => throw null; } - public bool IsPointer { get => throw null; } - protected abstract bool IsPointerImpl(); - public bool IsPrimitive { get => throw null; } - protected abstract bool IsPrimitiveImpl(); - public bool IsPublic { get => throw null; } - public bool IsSealed { get => throw null; } - public virtual bool IsSecurityCritical { get => throw null; } - public virtual bool IsSecuritySafeCritical { get => throw null; } - public virtual bool IsSecurityTransparent { get => throw null; } - public virtual bool IsSerializable { get => throw null; } - public virtual bool IsSignatureType { get => throw null; } - public bool IsSpecialName { get => throw null; } - public virtual bool IsSubclassOf(System.Type c) => throw null; - public virtual bool IsSZArray { get => throw null; } - public virtual bool IsTypeDefinition { get => throw null; } - public bool IsUnicodeClass { get => throw null; } - public virtual bool IsUnmanagedFunctionPointer { get => throw null; } - public bool IsValueType { get => throw null; } - protected virtual bool IsValueTypeImpl() => throw null; - public virtual bool IsVariableBoundArray { get => throw null; } - public bool IsVisible { get => throw null; } - public virtual System.Type MakeArrayType() => throw null; - public virtual System.Type MakeArrayType(int rank) => throw null; - public virtual System.Type MakeByRefType() => throw null; - public static System.Type MakeGenericMethodParameter(int position) => throw null; - public static System.Type MakeGenericSignatureType(System.Type genericTypeDefinition, params System.Type[] typeArguments) => throw null; - public virtual System.Type MakeGenericType(params System.Type[] typeArguments) => throw null; - public virtual System.Type MakePointerType() => throw null; - public override System.Reflection.MemberTypes MemberType { get => throw null; } - public static readonly object Missing; - public abstract System.Reflection.Module Module { get; } - public abstract string Namespace { get; } - public static bool operator ==(System.Type left, System.Type right) => throw null; - public static bool operator !=(System.Type left, System.Type right) => throw null; - public override System.Type ReflectedType { get => throw null; } - public static System.Type ReflectionOnlyGetType(string typeName, bool throwIfNotFound, bool ignoreCase) => throw null; - public virtual System.Runtime.InteropServices.StructLayoutAttribute StructLayoutAttribute { get => throw null; } - public override string ToString() => throw null; - public virtual System.RuntimeTypeHandle TypeHandle { get => throw null; } - public System.Reflection.ConstructorInfo TypeInitializer { get => throw null; } - public abstract System.Type UnderlyingSystemType { get; } - } - public class TypeAccessException : System.TypeLoadException - { - public TypeAccessException() => throw null; - protected TypeAccessException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public TypeAccessException(string message) => throw null; - public TypeAccessException(string message, System.Exception inner) => throw null; - } - public enum TypeCode - { - Empty = 0, - Object = 1, - DBNull = 2, - Boolean = 3, - Char = 4, - SByte = 5, - Byte = 6, - Int16 = 7, - UInt16 = 8, - Int32 = 9, - UInt32 = 10, - Int64 = 11, - UInt64 = 12, - Single = 13, - Double = 14, - Decimal = 15, - DateTime = 16, - String = 18, - } - public struct TypedReference - { - public override bool Equals(object o) => throw null; - public override int GetHashCode() => throw null; - public static System.Type GetTargetType(System.TypedReference value) => throw null; - public static System.TypedReference MakeTypedReference(object target, System.Reflection.FieldInfo[] flds) => throw null; - public static void SetTypedReference(System.TypedReference target, object value) => throw null; - public static System.RuntimeTypeHandle TargetTypeToken(System.TypedReference value) => throw null; - public static object ToObject(System.TypedReference value) => throw null; - } - public sealed class TypeInitializationException : System.SystemException - { - public TypeInitializationException(string fullTypeName, System.Exception innerException) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public string TypeName { get => throw null; } - } - public class TypeLoadException : System.SystemException - { - public TypeLoadException() => throw null; - protected TypeLoadException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public TypeLoadException(string message) => throw null; - public TypeLoadException(string message, System.Exception inner) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public override string Message { get => throw null; } - public string TypeName { get => throw null; } - } - public class TypeUnloadedException : System.SystemException - { - public TypeUnloadedException() => throw null; - protected TypeUnloadedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public TypeUnloadedException(string message) => throw null; - public TypeUnloadedException(string message, System.Exception innerException) => throw null; - } - public struct UInt128 : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IBinaryInteger, System.Numerics.IBinaryNumber, System.Numerics.IBitwiseOperators, System.IComparable, System.IComparable, System.Numerics.IComparisonOperators, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IMinMaxValue, System.Numerics.IModulusOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumber, System.Numerics.INumberBase, System.IParsable, System.Numerics.IShiftOperators, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.Numerics.IUnsignedNumber, System.IUtf8SpanFormattable, System.IUtf8SpanParsable - { - static System.UInt128 System.Numerics.INumberBase.Abs(System.UInt128 value) => throw null; - static System.UInt128 System.Numerics.IAdditiveIdentity.AdditiveIdentity { get => throw null; } - static System.UInt128 System.Numerics.IBinaryNumber.AllBitsSet { get => throw null; } - static System.UInt128 System.Numerics.INumber.Clamp(System.UInt128 value, System.UInt128 min, System.UInt128 max) => throw null; - public int CompareTo(object value) => throw null; - public int CompareTo(System.UInt128 value) => throw null; - static System.UInt128 System.Numerics.INumber.CopySign(System.UInt128 value, System.UInt128 sign) => throw null; - static System.UInt128 System.Numerics.INumberBase.CreateChecked(TOther value) => throw null; - static System.UInt128 System.Numerics.INumberBase.CreateSaturating(TOther value) => throw null; - static System.UInt128 System.Numerics.INumberBase.CreateTruncating(TOther value) => throw null; - public UInt128(ulong upper, ulong lower) => throw null; - static (System.UInt128 Quotient, System.UInt128 Remainder) System.Numerics.IBinaryInteger.DivRem(System.UInt128 left, System.UInt128 right) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(System.UInt128 other) => throw null; - int System.Numerics.IBinaryInteger.GetByteCount() => throw null; - public override int GetHashCode() => throw null; - int System.Numerics.IBinaryInteger.GetShortestBitLength() => throw null; - static bool System.Numerics.INumberBase.IsCanonical(System.UInt128 value) => throw null; - static bool System.Numerics.INumberBase.IsComplexNumber(System.UInt128 value) => throw null; - static bool System.Numerics.INumberBase.IsEvenInteger(System.UInt128 value) => throw null; - static bool System.Numerics.INumberBase.IsFinite(System.UInt128 value) => throw null; - static bool System.Numerics.INumberBase.IsImaginaryNumber(System.UInt128 value) => throw null; - static bool System.Numerics.INumberBase.IsInfinity(System.UInt128 value) => throw null; - static bool System.Numerics.INumberBase.IsInteger(System.UInt128 value) => throw null; - static bool System.Numerics.INumberBase.IsNaN(System.UInt128 value) => throw null; - static bool System.Numerics.INumberBase.IsNegative(System.UInt128 value) => throw null; - static bool System.Numerics.INumberBase.IsNegativeInfinity(System.UInt128 value) => throw null; - static bool System.Numerics.INumberBase.IsNormal(System.UInt128 value) => throw null; - static bool System.Numerics.INumberBase.IsOddInteger(System.UInt128 value) => throw null; - static bool System.Numerics.INumberBase.IsPositive(System.UInt128 value) => throw null; - static bool System.Numerics.INumberBase.IsPositiveInfinity(System.UInt128 value) => throw null; - static bool System.Numerics.IBinaryNumber.IsPow2(System.UInt128 value) => throw null; - static bool System.Numerics.INumberBase.IsRealNumber(System.UInt128 value) => throw null; - static bool System.Numerics.INumberBase.IsSubnormal(System.UInt128 value) => throw null; - static bool System.Numerics.INumberBase.IsZero(System.UInt128 value) => throw null; - static System.UInt128 System.Numerics.IBinaryInteger.LeadingZeroCount(System.UInt128 value) => throw null; - static System.UInt128 System.Numerics.IBinaryNumber.Log2(System.UInt128 value) => throw null; - static System.UInt128 System.Numerics.INumber.Max(System.UInt128 x, System.UInt128 y) => throw null; - static System.UInt128 System.Numerics.INumberBase.MaxMagnitude(System.UInt128 x, System.UInt128 y) => throw null; - static System.UInt128 System.Numerics.INumberBase.MaxMagnitudeNumber(System.UInt128 x, System.UInt128 y) => throw null; - static System.UInt128 System.Numerics.INumber.MaxNumber(System.UInt128 x, System.UInt128 y) => throw null; - static System.UInt128 System.Numerics.IMinMaxValue.MaxValue { get => throw null; } - static System.UInt128 System.Numerics.INumber.Min(System.UInt128 x, System.UInt128 y) => throw null; - static System.UInt128 System.Numerics.INumberBase.MinMagnitude(System.UInt128 x, System.UInt128 y) => throw null; - static System.UInt128 System.Numerics.INumberBase.MinMagnitudeNumber(System.UInt128 x, System.UInt128 y) => throw null; - static System.UInt128 System.Numerics.INumber.MinNumber(System.UInt128 x, System.UInt128 y) => throw null; - static System.UInt128 System.Numerics.IMinMaxValue.MinValue { get => throw null; } - static System.UInt128 System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } - static System.UInt128 System.Numerics.INumberBase.One { get => throw null; } - static System.UInt128 System.Numerics.IAdditionOperators.operator +(System.UInt128 left, System.UInt128 right) => throw null; - static System.UInt128 System.Numerics.IBitwiseOperators.operator &(System.UInt128 left, System.UInt128 right) => throw null; - static System.UInt128 System.Numerics.IBitwiseOperators.operator |(System.UInt128 left, System.UInt128 right) => throw null; - static System.UInt128 System.Numerics.IAdditionOperators.operator checked +(System.UInt128 left, System.UInt128 right) => throw null; - static System.UInt128 System.Numerics.IDecrementOperators.operator checked --(System.UInt128 value) => throw null; - static System.UInt128 System.Numerics.IDivisionOperators.operator checked /(System.UInt128 left, System.UInt128 right) => throw null; - public static explicit operator checked System.UInt128(double value) => throw null; - public static explicit operator checked System.UInt128(short value) => throw null; - public static explicit operator checked System.UInt128(int value) => throw null; - public static explicit operator checked System.UInt128(long value) => throw null; - public static explicit operator checked System.UInt128(nint value) => throw null; - public static explicit operator checked System.UInt128(sbyte value) => throw null; - public static explicit operator checked System.UInt128(float value) => throw null; - public static explicit operator checked byte(System.UInt128 value) => throw null; - public static explicit operator checked char(System.UInt128 value) => throw null; - public static explicit operator checked short(System.UInt128 value) => throw null; - public static explicit operator checked int(System.UInt128 value) => throw null; - public static explicit operator checked long(System.UInt128 value) => throw null; - public static explicit operator checked System.Int128(System.UInt128 value) => throw null; - public static explicit operator checked nint(System.UInt128 value) => throw null; - public static explicit operator checked sbyte(System.UInt128 value) => throw null; - public static explicit operator checked ushort(System.UInt128 value) => throw null; - public static explicit operator checked uint(System.UInt128 value) => throw null; - public static explicit operator checked ulong(System.UInt128 value) => throw null; - public static explicit operator checked nuint(System.UInt128 value) => throw null; - static System.UInt128 System.Numerics.IIncrementOperators.operator checked ++(System.UInt128 value) => throw null; - static System.UInt128 System.Numerics.IMultiplyOperators.operator checked *(System.UInt128 left, System.UInt128 right) => throw null; - static System.UInt128 System.Numerics.ISubtractionOperators.operator checked -(System.UInt128 left, System.UInt128 right) => throw null; - static System.UInt128 System.Numerics.IUnaryNegationOperators.operator checked -(System.UInt128 value) => throw null; - static System.UInt128 System.Numerics.IDecrementOperators.operator --(System.UInt128 value) => throw null; - static System.UInt128 System.Numerics.IDivisionOperators.operator /(System.UInt128 left, System.UInt128 right) => throw null; - static bool System.Numerics.IEqualityOperators.operator ==(System.UInt128 left, System.UInt128 right) => throw null; - static System.UInt128 System.Numerics.IBitwiseOperators.operator ^(System.UInt128 left, System.UInt128 right) => throw null; - public static explicit operator System.UInt128(decimal value) => throw null; - public static explicit operator System.UInt128(double value) => throw null; - public static explicit operator System.UInt128(short value) => throw null; - public static explicit operator System.UInt128(int value) => throw null; - public static explicit operator System.UInt128(long value) => throw null; - public static explicit operator System.UInt128(nint value) => throw null; - public static explicit operator System.UInt128(sbyte value) => throw null; - public static explicit operator System.UInt128(float value) => throw null; - public static explicit operator byte(System.UInt128 value) => throw null; - public static explicit operator char(System.UInt128 value) => throw null; - public static explicit operator decimal(System.UInt128 value) => throw null; - public static explicit operator double(System.UInt128 value) => throw null; - public static explicit operator System.Half(System.UInt128 value) => throw null; - public static explicit operator System.Int128(System.UInt128 value) => throw null; - public static explicit operator short(System.UInt128 value) => throw null; - public static explicit operator int(System.UInt128 value) => throw null; - public static explicit operator long(System.UInt128 value) => throw null; - public static explicit operator nint(System.UInt128 value) => throw null; - public static explicit operator sbyte(System.UInt128 value) => throw null; - public static explicit operator float(System.UInt128 value) => throw null; - public static explicit operator ushort(System.UInt128 value) => throw null; - public static explicit operator uint(System.UInt128 value) => throw null; - public static explicit operator ulong(System.UInt128 value) => throw null; - public static explicit operator nuint(System.UInt128 value) => throw null; - static bool System.Numerics.IComparisonOperators.operator >(System.UInt128 left, System.UInt128 right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >=(System.UInt128 left, System.UInt128 right) => throw null; - public static implicit operator System.UInt128(byte value) => throw null; - public static implicit operator System.UInt128(char value) => throw null; - public static implicit operator System.UInt128(ushort value) => throw null; - public static implicit operator System.UInt128(uint value) => throw null; - public static implicit operator System.UInt128(ulong value) => throw null; - public static implicit operator System.UInt128(nuint value) => throw null; - static System.UInt128 System.Numerics.IIncrementOperators.operator ++(System.UInt128 value) => throw null; - static bool System.Numerics.IEqualityOperators.operator !=(System.UInt128 left, System.UInt128 right) => throw null; - static System.UInt128 System.Numerics.IShiftOperators.operator <<(System.UInt128 value, int shiftAmount) => throw null; - static bool System.Numerics.IComparisonOperators.operator <(System.UInt128 left, System.UInt128 right) => throw null; - static bool System.Numerics.IComparisonOperators.operator <=(System.UInt128 left, System.UInt128 right) => throw null; - static System.UInt128 System.Numerics.IModulusOperators.operator %(System.UInt128 left, System.UInt128 right) => throw null; - static System.UInt128 System.Numerics.IMultiplyOperators.operator *(System.UInt128 left, System.UInt128 right) => throw null; - static System.UInt128 System.Numerics.IBitwiseOperators.operator ~(System.UInt128 value) => throw null; - static System.UInt128 System.Numerics.IShiftOperators.operator >>(System.UInt128 value, int shiftAmount) => throw null; - static System.UInt128 System.Numerics.ISubtractionOperators.operator -(System.UInt128 left, System.UInt128 right) => throw null; - static System.UInt128 System.Numerics.IUnaryNegationOperators.operator -(System.UInt128 value) => throw null; - static System.UInt128 System.Numerics.IUnaryPlusOperators.operator +(System.UInt128 value) => throw null; - static System.UInt128 System.Numerics.IShiftOperators.operator >>>(System.UInt128 value, int shiftAmount) => throw null; - static System.UInt128 System.Numerics.INumberBase.Parse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static System.UInt128 System.IUtf8SpanParsable.Parse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider) => throw null; - static System.UInt128 System.Numerics.INumberBase.Parse(System.ReadOnlySpan s, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static System.UInt128 System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - public static System.UInt128 Parse(string s) => throw null; - public static System.UInt128 Parse(string s, System.Globalization.NumberStyles style) => throw null; - static System.UInt128 System.Numerics.INumberBase.Parse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider) => throw null; - static System.UInt128 System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; - static System.UInt128 System.Numerics.IBinaryInteger.PopCount(System.UInt128 value) => throw null; - static int System.Numerics.INumberBase.Radix { get => throw null; } - static System.UInt128 System.Numerics.IBinaryInteger.RotateLeft(System.UInt128 value, int rotateAmount) => throw null; - static System.UInt128 System.Numerics.IBinaryInteger.RotateRight(System.UInt128 value, int rotateAmount) => throw null; - static int System.Numerics.INumber.Sign(System.UInt128 value) => throw null; - public override string ToString() => throw null; - public string ToString(System.IFormatProvider provider) => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider provider) => throw null; - static System.UInt128 System.Numerics.IBinaryInteger.TrailingZeroCount(System.UInt128 value) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromChecked(TOther value, out System.UInt128 result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromSaturating(TOther value, out System.UInt128 result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromTruncating(TOther value, out System.UInt128 result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToChecked(System.UInt128 value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToSaturating(System.UInt128 value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToTruncating(System.UInt128 value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out System.UInt128 result) => throw null; - static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out System.UInt128 result) => throw null; - public static bool TryParse(System.ReadOnlySpan utf8Text, out System.UInt128 result) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out System.UInt128 result) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out System.UInt128 result) => throw null; - public static bool TryParse(System.ReadOnlySpan s, out System.UInt128 result) => throw null; - static bool System.Numerics.INumberBase.TryParse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out System.UInt128 result) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out System.UInt128 result) => throw null; - public static bool TryParse(string s, out System.UInt128 result) => throw null; - static bool System.Numerics.IBinaryInteger.TryReadBigEndian(System.ReadOnlySpan source, bool isUnsigned, out System.UInt128 value) => throw null; - static bool System.Numerics.IBinaryInteger.TryReadLittleEndian(System.ReadOnlySpan source, bool isUnsigned, out System.UInt128 value) => throw null; - bool System.Numerics.IBinaryInteger.TryWriteBigEndian(System.Span destination, out int bytesWritten) => throw null; - bool System.Numerics.IBinaryInteger.TryWriteLittleEndian(System.Span destination, out int bytesWritten) => throw null; - static System.UInt128 System.Numerics.INumberBase.Zero { get => throw null; } - } - public struct UInt16 : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IBinaryInteger, System.Numerics.IBinaryNumber, System.Numerics.IBitwiseOperators, System.IComparable, System.IComparable, System.Numerics.IComparisonOperators, System.IConvertible, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IMinMaxValue, System.Numerics.IModulusOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumber, System.Numerics.INumberBase, System.IParsable, System.Numerics.IShiftOperators, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.Numerics.IUnsignedNumber, System.IUtf8SpanFormattable, System.IUtf8SpanParsable - { - static ushort System.Numerics.INumberBase.Abs(ushort value) => throw null; - static ushort System.Numerics.IAdditiveIdentity.AdditiveIdentity { get => throw null; } - static ushort System.Numerics.IBinaryNumber.AllBitsSet { get => throw null; } - static ushort System.Numerics.INumber.Clamp(ushort value, ushort min, ushort max) => throw null; - public int CompareTo(object value) => throw null; - public int CompareTo(ushort value) => throw null; - static ushort System.Numerics.INumber.CopySign(ushort value, ushort sign) => throw null; - static ushort System.Numerics.INumberBase.CreateChecked(TOther value) => throw null; - static ushort System.Numerics.INumberBase.CreateSaturating(TOther value) => throw null; - static ushort System.Numerics.INumberBase.CreateTruncating(TOther value) => throw null; - static (ushort Quotient, ushort Remainder) System.Numerics.IBinaryInteger.DivRem(ushort left, ushort right) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(ushort obj) => throw null; - int System.Numerics.IBinaryInteger.GetByteCount() => throw null; - public override int GetHashCode() => throw null; - int System.Numerics.IBinaryInteger.GetShortestBitLength() => throw null; - public System.TypeCode GetTypeCode() => throw null; - static bool System.Numerics.INumberBase.IsCanonical(ushort value) => throw null; - static bool System.Numerics.INumberBase.IsComplexNumber(ushort value) => throw null; - static bool System.Numerics.INumberBase.IsEvenInteger(ushort value) => throw null; - static bool System.Numerics.INumberBase.IsFinite(ushort value) => throw null; - static bool System.Numerics.INumberBase.IsImaginaryNumber(ushort value) => throw null; - static bool System.Numerics.INumberBase.IsInfinity(ushort value) => throw null; - static bool System.Numerics.INumberBase.IsInteger(ushort value) => throw null; - static bool System.Numerics.INumberBase.IsNaN(ushort value) => throw null; - static bool System.Numerics.INumberBase.IsNegative(ushort value) => throw null; - static bool System.Numerics.INumberBase.IsNegativeInfinity(ushort value) => throw null; - static bool System.Numerics.INumberBase.IsNormal(ushort value) => throw null; - static bool System.Numerics.INumberBase.IsOddInteger(ushort value) => throw null; - static bool System.Numerics.INumberBase.IsPositive(ushort value) => throw null; - static bool System.Numerics.INumberBase.IsPositiveInfinity(ushort value) => throw null; - static bool System.Numerics.IBinaryNumber.IsPow2(ushort value) => throw null; - static bool System.Numerics.INumberBase.IsRealNumber(ushort value) => throw null; - static bool System.Numerics.INumberBase.IsSubnormal(ushort value) => throw null; - static bool System.Numerics.INumberBase.IsZero(ushort value) => throw null; - static ushort System.Numerics.IBinaryInteger.LeadingZeroCount(ushort value) => throw null; - static ushort System.Numerics.IBinaryNumber.Log2(ushort value) => throw null; - static ushort System.Numerics.INumber.Max(ushort x, ushort y) => throw null; - static ushort System.Numerics.INumberBase.MaxMagnitude(ushort x, ushort y) => throw null; - static ushort System.Numerics.INumberBase.MaxMagnitudeNumber(ushort x, ushort y) => throw null; - static ushort System.Numerics.INumber.MaxNumber(ushort x, ushort y) => throw null; - public const ushort MaxValue = 65535; - static ushort System.Numerics.IMinMaxValue.MaxValue { get => throw null; } - static ushort System.Numerics.INumber.Min(ushort x, ushort y) => throw null; - static ushort System.Numerics.INumberBase.MinMagnitude(ushort x, ushort y) => throw null; - static ushort System.Numerics.INumberBase.MinMagnitudeNumber(ushort x, ushort y) => throw null; - static ushort System.Numerics.INumber.MinNumber(ushort x, ushort y) => throw null; - public const ushort MinValue = 0; - static ushort System.Numerics.IMinMaxValue.MinValue { get => throw null; } - static ushort System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } - static ushort System.Numerics.INumberBase.One { get => throw null; } - static ushort System.Numerics.IAdditionOperators.operator +(ushort left, ushort right) => throw null; - static ushort System.Numerics.IBitwiseOperators.operator &(ushort left, ushort right) => throw null; - static ushort System.Numerics.IBitwiseOperators.operator |(ushort left, ushort right) => throw null; - static ushort System.Numerics.IAdditionOperators.operator checked +(ushort left, ushort right) => throw null; - static ushort System.Numerics.IDecrementOperators.operator checked --(ushort value) => throw null; - static ushort System.Numerics.IIncrementOperators.operator checked ++(ushort value) => throw null; - static ushort System.Numerics.IMultiplyOperators.operator checked *(ushort left, ushort right) => throw null; - static ushort System.Numerics.ISubtractionOperators.operator checked -(ushort left, ushort right) => throw null; - static ushort System.Numerics.IUnaryNegationOperators.operator checked -(ushort value) => throw null; - static ushort System.Numerics.IDecrementOperators.operator --(ushort value) => throw null; - static ushort System.Numerics.IDivisionOperators.operator /(ushort left, ushort right) => throw null; - static bool System.Numerics.IEqualityOperators.operator ==(ushort left, ushort right) => throw null; - static ushort System.Numerics.IBitwiseOperators.operator ^(ushort left, ushort right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >(ushort left, ushort right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >=(ushort left, ushort right) => throw null; - static ushort System.Numerics.IIncrementOperators.operator ++(ushort value) => throw null; - static bool System.Numerics.IEqualityOperators.operator !=(ushort left, ushort right) => throw null; - static ushort System.Numerics.IShiftOperators.operator <<(ushort value, int shiftAmount) => throw null; - static bool System.Numerics.IComparisonOperators.operator <(ushort left, ushort right) => throw null; - static bool System.Numerics.IComparisonOperators.operator <=(ushort left, ushort right) => throw null; - static ushort System.Numerics.IModulusOperators.operator %(ushort left, ushort right) => throw null; - static ushort System.Numerics.IMultiplyOperators.operator *(ushort left, ushort right) => throw null; - static ushort System.Numerics.IBitwiseOperators.operator ~(ushort value) => throw null; - static ushort System.Numerics.IShiftOperators.operator >>(ushort value, int shiftAmount) => throw null; - static ushort System.Numerics.ISubtractionOperators.operator -(ushort left, ushort right) => throw null; - static ushort System.Numerics.IUnaryNegationOperators.operator -(ushort value) => throw null; - static ushort System.Numerics.IUnaryPlusOperators.operator +(ushort value) => throw null; - static ushort System.Numerics.IShiftOperators.operator >>>(ushort value, int shiftAmount) => throw null; - static ushort System.Numerics.INumberBase.Parse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static ushort System.IUtf8SpanParsable.Parse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider) => throw null; - static ushort System.Numerics.INumberBase.Parse(System.ReadOnlySpan s, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static ushort System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - public static ushort Parse(string s) => throw null; - public static ushort Parse(string s, System.Globalization.NumberStyles style) => throw null; - static ushort System.Numerics.INumberBase.Parse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider) => throw null; - static ushort System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; - static ushort System.Numerics.IBinaryInteger.PopCount(ushort value) => throw null; - static int System.Numerics.INumberBase.Radix { get => throw null; } - static ushort System.Numerics.IBinaryInteger.RotateLeft(ushort value, int rotateAmount) => throw null; - static ushort System.Numerics.IBinaryInteger.RotateRight(ushort value, int rotateAmount) => throw null; - static int System.Numerics.INumber.Sign(ushort value) => throw null; - bool System.IConvertible.ToBoolean(System.IFormatProvider provider) => throw null; - byte System.IConvertible.ToByte(System.IFormatProvider provider) => throw null; - char System.IConvertible.ToChar(System.IFormatProvider provider) => throw null; - System.DateTime System.IConvertible.ToDateTime(System.IFormatProvider provider) => throw null; - decimal System.IConvertible.ToDecimal(System.IFormatProvider provider) => throw null; - double System.IConvertible.ToDouble(System.IFormatProvider provider) => throw null; - short System.IConvertible.ToInt16(System.IFormatProvider provider) => throw null; - int System.IConvertible.ToInt32(System.IFormatProvider provider) => throw null; - long System.IConvertible.ToInt64(System.IFormatProvider provider) => throw null; - sbyte System.IConvertible.ToSByte(System.IFormatProvider provider) => throw null; - float System.IConvertible.ToSingle(System.IFormatProvider provider) => throw null; - public override string ToString() => throw null; - public string ToString(System.IFormatProvider provider) => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider provider) => throw null; - object System.IConvertible.ToType(System.Type type, System.IFormatProvider provider) => throw null; - ushort System.IConvertible.ToUInt16(System.IFormatProvider provider) => throw null; - uint System.IConvertible.ToUInt32(System.IFormatProvider provider) => throw null; - ulong System.IConvertible.ToUInt64(System.IFormatProvider provider) => throw null; - static ushort System.Numerics.IBinaryInteger.TrailingZeroCount(ushort value) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromChecked(TOther value, out ushort result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromSaturating(TOther value, out ushort result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromTruncating(TOther value, out ushort result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToChecked(ushort value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToSaturating(ushort value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToTruncating(ushort value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out ushort result) => throw null; - static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out ushort result) => throw null; - public static bool TryParse(System.ReadOnlySpan utf8Text, out ushort result) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out ushort result) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out ushort result) => throw null; - public static bool TryParse(System.ReadOnlySpan s, out ushort result) => throw null; - static bool System.Numerics.INumberBase.TryParse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out ushort result) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out ushort result) => throw null; - public static bool TryParse(string s, out ushort result) => throw null; - static bool System.Numerics.IBinaryInteger.TryReadBigEndian(System.ReadOnlySpan source, bool isUnsigned, out ushort value) => throw null; - static bool System.Numerics.IBinaryInteger.TryReadLittleEndian(System.ReadOnlySpan source, bool isUnsigned, out ushort value) => throw null; - bool System.Numerics.IBinaryInteger.TryWriteBigEndian(System.Span destination, out int bytesWritten) => throw null; - bool System.Numerics.IBinaryInteger.TryWriteLittleEndian(System.Span destination, out int bytesWritten) => throw null; - static ushort System.Numerics.INumberBase.Zero { get => throw null; } - } - public struct UInt32 : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IBinaryInteger, System.Numerics.IBinaryNumber, System.Numerics.IBitwiseOperators, System.IComparable, System.IComparable, System.Numerics.IComparisonOperators, System.IConvertible, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IMinMaxValue, System.Numerics.IModulusOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumber, System.Numerics.INumberBase, System.IParsable, System.Numerics.IShiftOperators, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.Numerics.IUnsignedNumber, System.IUtf8SpanFormattable, System.IUtf8SpanParsable - { - static uint System.Numerics.INumberBase.Abs(uint value) => throw null; - static uint System.Numerics.IAdditiveIdentity.AdditiveIdentity { get => throw null; } - static uint System.Numerics.IBinaryNumber.AllBitsSet { get => throw null; } - static uint System.Numerics.INumber.Clamp(uint value, uint min, uint max) => throw null; - public int CompareTo(object value) => throw null; - public int CompareTo(uint value) => throw null; - static uint System.Numerics.INumber.CopySign(uint value, uint sign) => throw null; - static uint System.Numerics.INumberBase.CreateChecked(TOther value) => throw null; - static uint System.Numerics.INumberBase.CreateSaturating(TOther value) => throw null; - static uint System.Numerics.INumberBase.CreateTruncating(TOther value) => throw null; - static (uint Quotient, uint Remainder) System.Numerics.IBinaryInteger.DivRem(uint left, uint right) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(uint obj) => throw null; - int System.Numerics.IBinaryInteger.GetByteCount() => throw null; - public override int GetHashCode() => throw null; - int System.Numerics.IBinaryInteger.GetShortestBitLength() => throw null; - public System.TypeCode GetTypeCode() => throw null; - static bool System.Numerics.INumberBase.IsCanonical(uint value) => throw null; - static bool System.Numerics.INumberBase.IsComplexNumber(uint value) => throw null; - static bool System.Numerics.INumberBase.IsEvenInteger(uint value) => throw null; - static bool System.Numerics.INumberBase.IsFinite(uint value) => throw null; - static bool System.Numerics.INumberBase.IsImaginaryNumber(uint value) => throw null; - static bool System.Numerics.INumberBase.IsInfinity(uint value) => throw null; - static bool System.Numerics.INumberBase.IsInteger(uint value) => throw null; - static bool System.Numerics.INumberBase.IsNaN(uint value) => throw null; - static bool System.Numerics.INumberBase.IsNegative(uint value) => throw null; - static bool System.Numerics.INumberBase.IsNegativeInfinity(uint value) => throw null; - static bool System.Numerics.INumberBase.IsNormal(uint value) => throw null; - static bool System.Numerics.INumberBase.IsOddInteger(uint value) => throw null; - static bool System.Numerics.INumberBase.IsPositive(uint value) => throw null; - static bool System.Numerics.INumberBase.IsPositiveInfinity(uint value) => throw null; - static bool System.Numerics.IBinaryNumber.IsPow2(uint value) => throw null; - static bool System.Numerics.INumberBase.IsRealNumber(uint value) => throw null; - static bool System.Numerics.INumberBase.IsSubnormal(uint value) => throw null; - static bool System.Numerics.INumberBase.IsZero(uint value) => throw null; - static uint System.Numerics.IBinaryInteger.LeadingZeroCount(uint value) => throw null; - static uint System.Numerics.IBinaryNumber.Log2(uint value) => throw null; - static uint System.Numerics.INumber.Max(uint x, uint y) => throw null; - static uint System.Numerics.INumberBase.MaxMagnitude(uint x, uint y) => throw null; - static uint System.Numerics.INumberBase.MaxMagnitudeNumber(uint x, uint y) => throw null; - static uint System.Numerics.INumber.MaxNumber(uint x, uint y) => throw null; - public const uint MaxValue = 4294967295; - static uint System.Numerics.IMinMaxValue.MaxValue { get => throw null; } - static uint System.Numerics.INumber.Min(uint x, uint y) => throw null; - static uint System.Numerics.INumberBase.MinMagnitude(uint x, uint y) => throw null; - static uint System.Numerics.INumberBase.MinMagnitudeNumber(uint x, uint y) => throw null; - static uint System.Numerics.INumber.MinNumber(uint x, uint y) => throw null; - public const uint MinValue = 0; - static uint System.Numerics.IMinMaxValue.MinValue { get => throw null; } - static uint System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } - static uint System.Numerics.INumberBase.One { get => throw null; } - static uint System.Numerics.IAdditionOperators.operator +(uint left, uint right) => throw null; - static uint System.Numerics.IBitwiseOperators.operator &(uint left, uint right) => throw null; - static uint System.Numerics.IBitwiseOperators.operator |(uint left, uint right) => throw null; - static uint System.Numerics.IAdditionOperators.operator checked +(uint left, uint right) => throw null; - static uint System.Numerics.IDecrementOperators.operator checked --(uint value) => throw null; - static uint System.Numerics.IIncrementOperators.operator checked ++(uint value) => throw null; - static uint System.Numerics.IMultiplyOperators.operator checked *(uint left, uint right) => throw null; - static uint System.Numerics.ISubtractionOperators.operator checked -(uint left, uint right) => throw null; - static uint System.Numerics.IUnaryNegationOperators.operator checked -(uint value) => throw null; - static uint System.Numerics.IDecrementOperators.operator --(uint value) => throw null; - static uint System.Numerics.IDivisionOperators.operator /(uint left, uint right) => throw null; - static bool System.Numerics.IEqualityOperators.operator ==(uint left, uint right) => throw null; - static uint System.Numerics.IBitwiseOperators.operator ^(uint left, uint right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >(uint left, uint right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >=(uint left, uint right) => throw null; - static uint System.Numerics.IIncrementOperators.operator ++(uint value) => throw null; - static bool System.Numerics.IEqualityOperators.operator !=(uint left, uint right) => throw null; - static uint System.Numerics.IShiftOperators.operator <<(uint value, int shiftAmount) => throw null; - static bool System.Numerics.IComparisonOperators.operator <(uint left, uint right) => throw null; - static bool System.Numerics.IComparisonOperators.operator <=(uint left, uint right) => throw null; - static uint System.Numerics.IModulusOperators.operator %(uint left, uint right) => throw null; - static uint System.Numerics.IMultiplyOperators.operator *(uint left, uint right) => throw null; - static uint System.Numerics.IBitwiseOperators.operator ~(uint value) => throw null; - static uint System.Numerics.IShiftOperators.operator >>(uint value, int shiftAmount) => throw null; - static uint System.Numerics.ISubtractionOperators.operator -(uint left, uint right) => throw null; - static uint System.Numerics.IUnaryNegationOperators.operator -(uint value) => throw null; - static uint System.Numerics.IUnaryPlusOperators.operator +(uint value) => throw null; - static uint System.Numerics.IShiftOperators.operator >>>(uint value, int shiftAmount) => throw null; - static uint System.Numerics.INumberBase.Parse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static uint System.IUtf8SpanParsable.Parse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider) => throw null; - static uint System.Numerics.INumberBase.Parse(System.ReadOnlySpan s, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static uint System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - public static uint Parse(string s) => throw null; - public static uint Parse(string s, System.Globalization.NumberStyles style) => throw null; - static uint System.Numerics.INumberBase.Parse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider) => throw null; - static uint System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; - static uint System.Numerics.IBinaryInteger.PopCount(uint value) => throw null; - static int System.Numerics.INumberBase.Radix { get => throw null; } - static uint System.Numerics.IBinaryInteger.RotateLeft(uint value, int rotateAmount) => throw null; - static uint System.Numerics.IBinaryInteger.RotateRight(uint value, int rotateAmount) => throw null; - static int System.Numerics.INumber.Sign(uint value) => throw null; - bool System.IConvertible.ToBoolean(System.IFormatProvider provider) => throw null; - byte System.IConvertible.ToByte(System.IFormatProvider provider) => throw null; - char System.IConvertible.ToChar(System.IFormatProvider provider) => throw null; - System.DateTime System.IConvertible.ToDateTime(System.IFormatProvider provider) => throw null; - decimal System.IConvertible.ToDecimal(System.IFormatProvider provider) => throw null; - double System.IConvertible.ToDouble(System.IFormatProvider provider) => throw null; - short System.IConvertible.ToInt16(System.IFormatProvider provider) => throw null; - int System.IConvertible.ToInt32(System.IFormatProvider provider) => throw null; - long System.IConvertible.ToInt64(System.IFormatProvider provider) => throw null; - sbyte System.IConvertible.ToSByte(System.IFormatProvider provider) => throw null; - float System.IConvertible.ToSingle(System.IFormatProvider provider) => throw null; - public override string ToString() => throw null; - public string ToString(System.IFormatProvider provider) => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider provider) => throw null; - object System.IConvertible.ToType(System.Type type, System.IFormatProvider provider) => throw null; - ushort System.IConvertible.ToUInt16(System.IFormatProvider provider) => throw null; - uint System.IConvertible.ToUInt32(System.IFormatProvider provider) => throw null; - ulong System.IConvertible.ToUInt64(System.IFormatProvider provider) => throw null; - static uint System.Numerics.IBinaryInteger.TrailingZeroCount(uint value) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromChecked(TOther value, out uint result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromSaturating(TOther value, out uint result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromTruncating(TOther value, out uint result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToChecked(uint value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToSaturating(uint value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToTruncating(uint value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out uint result) => throw null; - static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out uint result) => throw null; - public static bool TryParse(System.ReadOnlySpan utf8Text, out uint result) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out uint result) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out uint result) => throw null; - public static bool TryParse(System.ReadOnlySpan s, out uint result) => throw null; - static bool System.Numerics.INumberBase.TryParse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out uint result) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out uint result) => throw null; - public static bool TryParse(string s, out uint result) => throw null; - static bool System.Numerics.IBinaryInteger.TryReadBigEndian(System.ReadOnlySpan source, bool isUnsigned, out uint value) => throw null; - static bool System.Numerics.IBinaryInteger.TryReadLittleEndian(System.ReadOnlySpan source, bool isUnsigned, out uint value) => throw null; - bool System.Numerics.IBinaryInteger.TryWriteBigEndian(System.Span destination, out int bytesWritten) => throw null; - bool System.Numerics.IBinaryInteger.TryWriteLittleEndian(System.Span destination, out int bytesWritten) => throw null; - static uint System.Numerics.INumberBase.Zero { get => throw null; } - } - public struct UInt64 : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IBinaryInteger, System.Numerics.IBinaryNumber, System.Numerics.IBitwiseOperators, System.IComparable, System.IComparable, System.Numerics.IComparisonOperators, System.IConvertible, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IMinMaxValue, System.Numerics.IModulusOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumber, System.Numerics.INumberBase, System.IParsable, System.Numerics.IShiftOperators, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.Numerics.IUnsignedNumber, System.IUtf8SpanFormattable, System.IUtf8SpanParsable - { - static ulong System.Numerics.INumberBase.Abs(ulong value) => throw null; - static ulong System.Numerics.IAdditiveIdentity.AdditiveIdentity { get => throw null; } - static ulong System.Numerics.IBinaryNumber.AllBitsSet { get => throw null; } - static ulong System.Numerics.INumber.Clamp(ulong value, ulong min, ulong max) => throw null; - public int CompareTo(object value) => throw null; - public int CompareTo(ulong value) => throw null; - static ulong System.Numerics.INumber.CopySign(ulong value, ulong sign) => throw null; - static ulong System.Numerics.INumberBase.CreateChecked(TOther value) => throw null; - static ulong System.Numerics.INumberBase.CreateSaturating(TOther value) => throw null; - static ulong System.Numerics.INumberBase.CreateTruncating(TOther value) => throw null; - static (ulong Quotient, ulong Remainder) System.Numerics.IBinaryInteger.DivRem(ulong left, ulong right) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(ulong obj) => throw null; - int System.Numerics.IBinaryInteger.GetByteCount() => throw null; - public override int GetHashCode() => throw null; - int System.Numerics.IBinaryInteger.GetShortestBitLength() => throw null; - public System.TypeCode GetTypeCode() => throw null; - static bool System.Numerics.INumberBase.IsCanonical(ulong value) => throw null; - static bool System.Numerics.INumberBase.IsComplexNumber(ulong value) => throw null; - static bool System.Numerics.INumberBase.IsEvenInteger(ulong value) => throw null; - static bool System.Numerics.INumberBase.IsFinite(ulong value) => throw null; - static bool System.Numerics.INumberBase.IsImaginaryNumber(ulong value) => throw null; - static bool System.Numerics.INumberBase.IsInfinity(ulong value) => throw null; - static bool System.Numerics.INumberBase.IsInteger(ulong value) => throw null; - static bool System.Numerics.INumberBase.IsNaN(ulong value) => throw null; - static bool System.Numerics.INumberBase.IsNegative(ulong value) => throw null; - static bool System.Numerics.INumberBase.IsNegativeInfinity(ulong value) => throw null; - static bool System.Numerics.INumberBase.IsNormal(ulong value) => throw null; - static bool System.Numerics.INumberBase.IsOddInteger(ulong value) => throw null; - static bool System.Numerics.INumberBase.IsPositive(ulong value) => throw null; - static bool System.Numerics.INumberBase.IsPositiveInfinity(ulong value) => throw null; - static bool System.Numerics.IBinaryNumber.IsPow2(ulong value) => throw null; - static bool System.Numerics.INumberBase.IsRealNumber(ulong value) => throw null; - static bool System.Numerics.INumberBase.IsSubnormal(ulong value) => throw null; - static bool System.Numerics.INumberBase.IsZero(ulong value) => throw null; - static ulong System.Numerics.IBinaryInteger.LeadingZeroCount(ulong value) => throw null; - static ulong System.Numerics.IBinaryNumber.Log2(ulong value) => throw null; - static ulong System.Numerics.INumber.Max(ulong x, ulong y) => throw null; - static ulong System.Numerics.INumberBase.MaxMagnitude(ulong x, ulong y) => throw null; - static ulong System.Numerics.INumberBase.MaxMagnitudeNumber(ulong x, ulong y) => throw null; - static ulong System.Numerics.INumber.MaxNumber(ulong x, ulong y) => throw null; - public const ulong MaxValue = 18446744073709551615; - static ulong System.Numerics.IMinMaxValue.MaxValue { get => throw null; } - static ulong System.Numerics.INumber.Min(ulong x, ulong y) => throw null; - static ulong System.Numerics.INumberBase.MinMagnitude(ulong x, ulong y) => throw null; - static ulong System.Numerics.INumberBase.MinMagnitudeNumber(ulong x, ulong y) => throw null; - static ulong System.Numerics.INumber.MinNumber(ulong x, ulong y) => throw null; - public const ulong MinValue = 0; - static ulong System.Numerics.IMinMaxValue.MinValue { get => throw null; } - static ulong System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } - static ulong System.Numerics.INumberBase.One { get => throw null; } - static ulong System.Numerics.IAdditionOperators.operator +(ulong left, ulong right) => throw null; - static ulong System.Numerics.IBitwiseOperators.operator &(ulong left, ulong right) => throw null; - static ulong System.Numerics.IBitwiseOperators.operator |(ulong left, ulong right) => throw null; - static ulong System.Numerics.IAdditionOperators.operator checked +(ulong left, ulong right) => throw null; - static ulong System.Numerics.IDecrementOperators.operator checked --(ulong value) => throw null; - static ulong System.Numerics.IIncrementOperators.operator checked ++(ulong value) => throw null; - static ulong System.Numerics.IMultiplyOperators.operator checked *(ulong left, ulong right) => throw null; - static ulong System.Numerics.ISubtractionOperators.operator checked -(ulong left, ulong right) => throw null; - static ulong System.Numerics.IUnaryNegationOperators.operator checked -(ulong value) => throw null; - static ulong System.Numerics.IDecrementOperators.operator --(ulong value) => throw null; - static ulong System.Numerics.IDivisionOperators.operator /(ulong left, ulong right) => throw null; - static bool System.Numerics.IEqualityOperators.operator ==(ulong left, ulong right) => throw null; - static ulong System.Numerics.IBitwiseOperators.operator ^(ulong left, ulong right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >(ulong left, ulong right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >=(ulong left, ulong right) => throw null; - static ulong System.Numerics.IIncrementOperators.operator ++(ulong value) => throw null; - static bool System.Numerics.IEqualityOperators.operator !=(ulong left, ulong right) => throw null; - static ulong System.Numerics.IShiftOperators.operator <<(ulong value, int shiftAmount) => throw null; - static bool System.Numerics.IComparisonOperators.operator <(ulong left, ulong right) => throw null; - static bool System.Numerics.IComparisonOperators.operator <=(ulong left, ulong right) => throw null; - static ulong System.Numerics.IModulusOperators.operator %(ulong left, ulong right) => throw null; - static ulong System.Numerics.IMultiplyOperators.operator *(ulong left, ulong right) => throw null; - static ulong System.Numerics.IBitwiseOperators.operator ~(ulong value) => throw null; - static ulong System.Numerics.IShiftOperators.operator >>(ulong value, int shiftAmount) => throw null; - static ulong System.Numerics.ISubtractionOperators.operator -(ulong left, ulong right) => throw null; - static ulong System.Numerics.IUnaryNegationOperators.operator -(ulong value) => throw null; - static ulong System.Numerics.IUnaryPlusOperators.operator +(ulong value) => throw null; - static ulong System.Numerics.IShiftOperators.operator >>>(ulong value, int shiftAmount) => throw null; - static ulong System.Numerics.INumberBase.Parse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static ulong System.IUtf8SpanParsable.Parse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider) => throw null; - static ulong System.Numerics.INumberBase.Parse(System.ReadOnlySpan s, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static ulong System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - public static ulong Parse(string s) => throw null; - public static ulong Parse(string s, System.Globalization.NumberStyles style) => throw null; - static ulong System.Numerics.INumberBase.Parse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider) => throw null; - static ulong System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; - static ulong System.Numerics.IBinaryInteger.PopCount(ulong value) => throw null; - static int System.Numerics.INumberBase.Radix { get => throw null; } - static ulong System.Numerics.IBinaryInteger.RotateLeft(ulong value, int rotateAmount) => throw null; - static ulong System.Numerics.IBinaryInteger.RotateRight(ulong value, int rotateAmount) => throw null; - static int System.Numerics.INumber.Sign(ulong value) => throw null; - bool System.IConvertible.ToBoolean(System.IFormatProvider provider) => throw null; - byte System.IConvertible.ToByte(System.IFormatProvider provider) => throw null; - char System.IConvertible.ToChar(System.IFormatProvider provider) => throw null; - System.DateTime System.IConvertible.ToDateTime(System.IFormatProvider provider) => throw null; - decimal System.IConvertible.ToDecimal(System.IFormatProvider provider) => throw null; - double System.IConvertible.ToDouble(System.IFormatProvider provider) => throw null; - short System.IConvertible.ToInt16(System.IFormatProvider provider) => throw null; - int System.IConvertible.ToInt32(System.IFormatProvider provider) => throw null; - long System.IConvertible.ToInt64(System.IFormatProvider provider) => throw null; - sbyte System.IConvertible.ToSByte(System.IFormatProvider provider) => throw null; - float System.IConvertible.ToSingle(System.IFormatProvider provider) => throw null; - public override string ToString() => throw null; - public string ToString(System.IFormatProvider provider) => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider provider) => throw null; - object System.IConvertible.ToType(System.Type type, System.IFormatProvider provider) => throw null; - ushort System.IConvertible.ToUInt16(System.IFormatProvider provider) => throw null; - uint System.IConvertible.ToUInt32(System.IFormatProvider provider) => throw null; - ulong System.IConvertible.ToUInt64(System.IFormatProvider provider) => throw null; - static ulong System.Numerics.IBinaryInteger.TrailingZeroCount(ulong value) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromChecked(TOther value, out ulong result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromSaturating(TOther value, out ulong result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromTruncating(TOther value, out ulong result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToChecked(ulong value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToSaturating(ulong value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToTruncating(ulong value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out ulong result) => throw null; - static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out ulong result) => throw null; - public static bool TryParse(System.ReadOnlySpan utf8Text, out ulong result) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out ulong result) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out ulong result) => throw null; - public static bool TryParse(System.ReadOnlySpan s, out ulong result) => throw null; - static bool System.Numerics.INumberBase.TryParse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out ulong result) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out ulong result) => throw null; - public static bool TryParse(string s, out ulong result) => throw null; - static bool System.Numerics.IBinaryInteger.TryReadBigEndian(System.ReadOnlySpan source, bool isUnsigned, out ulong value) => throw null; - static bool System.Numerics.IBinaryInteger.TryReadLittleEndian(System.ReadOnlySpan source, bool isUnsigned, out ulong value) => throw null; - bool System.Numerics.IBinaryInteger.TryWriteBigEndian(System.Span destination, out int bytesWritten) => throw null; - bool System.Numerics.IBinaryInteger.TryWriteLittleEndian(System.Span destination, out int bytesWritten) => throw null; - static ulong System.Numerics.INumberBase.Zero { get => throw null; } - } - public struct UIntPtr : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IBinaryInteger, System.Numerics.IBinaryNumber, System.Numerics.IBitwiseOperators, System.IComparable, System.IComparable, System.Numerics.IComparisonOperators, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IMinMaxValue, System.Numerics.IModulusOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumber, System.Numerics.INumberBase, System.IParsable, System.Runtime.Serialization.ISerializable, System.Numerics.IShiftOperators, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.Numerics.IUnsignedNumber, System.IUtf8SpanFormattable, System.IUtf8SpanParsable - { - static nuint System.Numerics.INumberBase.Abs(nuint value) => throw null; - public static nuint Add(nuint pointer, int offset) => throw null; - static nuint System.Numerics.IAdditiveIdentity.AdditiveIdentity { get => throw null; } - static nuint System.Numerics.IBinaryNumber.AllBitsSet { get => throw null; } - static nuint System.Numerics.INumber.Clamp(nuint value, nuint min, nuint max) => throw null; - public int CompareTo(object value) => throw null; - public int CompareTo(nuint value) => throw null; - static nuint System.Numerics.INumber.CopySign(nuint value, nuint sign) => throw null; - static nuint System.Numerics.INumberBase.CreateChecked(TOther value) => throw null; - static nuint System.Numerics.INumberBase.CreateSaturating(TOther value) => throw null; - static nuint System.Numerics.INumberBase.CreateTruncating(TOther value) => throw null; - public UIntPtr(uint value) => throw null; - public UIntPtr(ulong value) => throw null; - public unsafe UIntPtr(void* value) => throw null; - static (nuint Quotient, nuint Remainder) System.Numerics.IBinaryInteger.DivRem(nuint left, nuint right) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(nuint other) => throw null; - int System.Numerics.IBinaryInteger.GetByteCount() => throw null; - public override int GetHashCode() => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - int System.Numerics.IBinaryInteger.GetShortestBitLength() => throw null; - static bool System.Numerics.INumberBase.IsCanonical(nuint value) => throw null; - static bool System.Numerics.INumberBase.IsComplexNumber(nuint value) => throw null; - static bool System.Numerics.INumberBase.IsEvenInteger(nuint value) => throw null; - static bool System.Numerics.INumberBase.IsFinite(nuint value) => throw null; - static bool System.Numerics.INumberBase.IsImaginaryNumber(nuint value) => throw null; - static bool System.Numerics.INumberBase.IsInfinity(nuint value) => throw null; - static bool System.Numerics.INumberBase.IsInteger(nuint value) => throw null; - static bool System.Numerics.INumberBase.IsNaN(nuint value) => throw null; - static bool System.Numerics.INumberBase.IsNegative(nuint value) => throw null; - static bool System.Numerics.INumberBase.IsNegativeInfinity(nuint value) => throw null; - static bool System.Numerics.INumberBase.IsNormal(nuint value) => throw null; - static bool System.Numerics.INumberBase.IsOddInteger(nuint value) => throw null; - static bool System.Numerics.INumberBase.IsPositive(nuint value) => throw null; - static bool System.Numerics.INumberBase.IsPositiveInfinity(nuint value) => throw null; - static bool System.Numerics.IBinaryNumber.IsPow2(nuint value) => throw null; - static bool System.Numerics.INumberBase.IsRealNumber(nuint value) => throw null; - static bool System.Numerics.INumberBase.IsSubnormal(nuint value) => throw null; - static bool System.Numerics.INumberBase.IsZero(nuint value) => throw null; - static nuint System.Numerics.IBinaryInteger.LeadingZeroCount(nuint value) => throw null; - static nuint System.Numerics.IBinaryNumber.Log2(nuint value) => throw null; - static nuint System.Numerics.INumber.Max(nuint x, nuint y) => throw null; - static nuint System.Numerics.INumberBase.MaxMagnitude(nuint x, nuint y) => throw null; - static nuint System.Numerics.INumberBase.MaxMagnitudeNumber(nuint x, nuint y) => throw null; - static nuint System.Numerics.INumber.MaxNumber(nuint x, nuint y) => throw null; - public static nuint MaxValue { get => throw null; } - static nuint System.Numerics.IMinMaxValue.MaxValue { get => throw null; } - static nuint System.Numerics.INumber.Min(nuint x, nuint y) => throw null; - static nuint System.Numerics.INumberBase.MinMagnitude(nuint x, nuint y) => throw null; - static nuint System.Numerics.INumberBase.MinMagnitudeNumber(nuint x, nuint y) => throw null; - static nuint System.Numerics.INumber.MinNumber(nuint x, nuint y) => throw null; - public static nuint MinValue { get => throw null; } - static nuint System.Numerics.IMinMaxValue.MinValue { get => throw null; } - static nuint System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } - static nuint System.Numerics.INumberBase.One { get => throw null; } - public static nuint operator +(nuint pointer, int offset) => throw null; - static nuint System.Numerics.IAdditionOperators.operator +(nuint left, nuint right) => throw null; - static nuint System.Numerics.IBitwiseOperators.operator &(nuint left, nuint right) => throw null; - static nuint System.Numerics.IBitwiseOperators.operator |(nuint left, nuint right) => throw null; - static nuint System.Numerics.IAdditionOperators.operator checked +(nuint left, nuint right) => throw null; - static nuint System.Numerics.IDecrementOperators.operator checked --(nuint value) => throw null; - static nuint System.Numerics.IIncrementOperators.operator checked ++(nuint value) => throw null; - static nuint System.Numerics.IMultiplyOperators.operator checked *(nuint left, nuint right) => throw null; - static nuint System.Numerics.ISubtractionOperators.operator checked -(nuint left, nuint right) => throw null; - static nuint System.Numerics.IUnaryNegationOperators.operator checked -(nuint value) => throw null; - static nuint System.Numerics.IDecrementOperators.operator --(nuint value) => throw null; - static nuint System.Numerics.IDivisionOperators.operator /(nuint left, nuint right) => throw null; - static bool System.Numerics.IEqualityOperators.operator ==(nuint value1, nuint value2) => throw null; - static nuint System.Numerics.IBitwiseOperators.operator ^(nuint left, nuint right) => throw null; - public static explicit operator nuint(uint value) => throw null; - public static explicit operator nuint(ulong value) => throw null; - public static explicit operator uint(nuint value) => throw null; - public static explicit operator ulong(nuint value) => throw null; - public static unsafe explicit operator void*(nuint value) => throw null; - public static unsafe explicit operator nuint(void* value) => throw null; - static bool System.Numerics.IComparisonOperators.operator >(nuint left, nuint right) => throw null; - static bool System.Numerics.IComparisonOperators.operator >=(nuint left, nuint right) => throw null; - static nuint System.Numerics.IIncrementOperators.operator ++(nuint value) => throw null; - static bool System.Numerics.IEqualityOperators.operator !=(nuint value1, nuint value2) => throw null; - static nuint System.Numerics.IShiftOperators.operator <<(nuint value, int shiftAmount) => throw null; - static bool System.Numerics.IComparisonOperators.operator <(nuint left, nuint right) => throw null; - static bool System.Numerics.IComparisonOperators.operator <=(nuint left, nuint right) => throw null; - static nuint System.Numerics.IModulusOperators.operator %(nuint left, nuint right) => throw null; - static nuint System.Numerics.IMultiplyOperators.operator *(nuint left, nuint right) => throw null; - static nuint System.Numerics.IBitwiseOperators.operator ~(nuint value) => throw null; - static nuint System.Numerics.IShiftOperators.operator >>(nuint value, int shiftAmount) => throw null; - public static nuint operator -(nuint pointer, int offset) => throw null; - static nuint System.Numerics.ISubtractionOperators.operator -(nuint left, nuint right) => throw null; - static nuint System.Numerics.IUnaryNegationOperators.operator -(nuint value) => throw null; - static nuint System.Numerics.IUnaryPlusOperators.operator +(nuint value) => throw null; - static nuint System.Numerics.IShiftOperators.operator >>>(nuint value, int shiftAmount) => throw null; - static nuint System.Numerics.INumberBase.Parse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static nuint System.IUtf8SpanParsable.Parse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider) => throw null; - static nuint System.Numerics.INumberBase.Parse(System.ReadOnlySpan s, System.Globalization.NumberStyles style = default(System.Globalization.NumberStyles), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static nuint System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; - public static nuint Parse(string s) => throw null; - public static nuint Parse(string s, System.Globalization.NumberStyles style) => throw null; - static nuint System.Numerics.INumberBase.Parse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider) => throw null; - static nuint System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; - static nuint System.Numerics.IBinaryInteger.PopCount(nuint value) => throw null; - static int System.Numerics.INumberBase.Radix { get => throw null; } - static nuint System.Numerics.IBinaryInteger.RotateLeft(nuint value, int rotateAmount) => throw null; - static nuint System.Numerics.IBinaryInteger.RotateRight(nuint value, int rotateAmount) => throw null; - static int System.Numerics.INumber.Sign(nuint value) => throw null; - public static int Size { get => throw null; } - public static nuint Subtract(nuint pointer, int offset) => throw null; - public unsafe void* ToPointer() => throw null; - public override string ToString() => throw null; - public string ToString(System.IFormatProvider provider) => throw null; - public string ToString(string format) => throw null; - public string ToString(string format, System.IFormatProvider provider) => throw null; - public uint ToUInt32() => throw null; - public ulong ToUInt64() => throw null; - static nuint System.Numerics.IBinaryInteger.TrailingZeroCount(nuint value) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromChecked(TOther value, out nuint result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromSaturating(TOther value, out nuint result) => throw null; - static bool System.Numerics.INumberBase.TryConvertFromTruncating(TOther value, out nuint result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToChecked(nuint value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToSaturating(nuint value, out TOther result) => throw null; - static bool System.Numerics.INumberBase.TryConvertToTruncating(nuint value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out nuint result) => throw null; - static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out nuint result) => throw null; - public static bool TryParse(System.ReadOnlySpan utf8Text, out nuint result) => throw null; - static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out nuint result) => throw null; - static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out nuint result) => throw null; - public static bool TryParse(System.ReadOnlySpan s, out nuint result) => throw null; - static bool System.Numerics.INumberBase.TryParse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out nuint result) => throw null; - static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out nuint result) => throw null; - public static bool TryParse(string s, out nuint result) => throw null; - static bool System.Numerics.IBinaryInteger.TryReadBigEndian(System.ReadOnlySpan source, bool isUnsigned, out nuint value) => throw null; - static bool System.Numerics.IBinaryInteger.TryReadLittleEndian(System.ReadOnlySpan source, bool isUnsigned, out nuint value) => throw null; - bool System.Numerics.IBinaryInteger.TryWriteBigEndian(System.Span destination, out int bytesWritten) => throw null; - bool System.Numerics.IBinaryInteger.TryWriteLittleEndian(System.Span destination, out int bytesWritten) => throw null; - public static readonly nuint Zero; - static nuint System.Numerics.INumberBase.Zero { get => throw null; } - } - public class UnauthorizedAccessException : System.SystemException - { - public UnauthorizedAccessException() => throw null; - protected UnauthorizedAccessException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public UnauthorizedAccessException(string message) => throw null; - public UnauthorizedAccessException(string message, System.Exception inner) => throw null; - } - public class UnhandledExceptionEventArgs : System.EventArgs - { - public UnhandledExceptionEventArgs(object exception, bool isTerminating) => throw null; - public object ExceptionObject { get => throw null; } - public bool IsTerminating { get => throw null; } - } - public delegate void UnhandledExceptionEventHandler(object sender, System.UnhandledExceptionEventArgs e); - public class Uri : System.IFormattable, System.Runtime.Serialization.ISerializable, System.ISpanFormattable - { - public string AbsolutePath { get => throw null; } - public string AbsoluteUri { get => throw null; } - public string Authority { get => throw null; } - protected virtual void Canonicalize() => throw null; - public static System.UriHostNameType CheckHostName(string name) => throw null; - public static bool CheckSchemeName(string schemeName) => throw null; - protected virtual void CheckSecurity() => throw null; - public static int Compare(System.Uri uri1, System.Uri uri2, System.UriComponents partsToCompare, System.UriFormat compareFormat, System.StringComparison comparisonType) => throw null; - protected Uri(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public Uri(string uriString) => throw null; - public Uri(string uriString, bool dontEscape) => throw null; - public Uri(string uriString, in System.UriCreationOptions creationOptions) => throw null; - public Uri(string uriString, System.UriKind uriKind) => throw null; - public Uri(System.Uri baseUri, string relativeUri) => throw null; - public Uri(System.Uri baseUri, string relativeUri, bool dontEscape) => throw null; - public Uri(System.Uri baseUri, System.Uri relativeUri) => throw null; - public string DnsSafeHost { get => throw null; } - public override bool Equals(object comparand) => throw null; - protected virtual void Escape() => throw null; - public static string EscapeDataString(string stringToEscape) => throw null; - protected static string EscapeString(string str) => throw null; - public static string EscapeUriString(string stringToEscape) => throw null; - public string Fragment { get => throw null; } - public static int FromHex(char digit) => throw null; - public string GetComponents(System.UriComponents components, System.UriFormat format) => throw null; - public override int GetHashCode() => throw null; - public string GetLeftPart(System.UriPartial part) => throw null; - protected void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public static string HexEscape(char character) => throw null; - public static char HexUnescape(string pattern, ref int index) => throw null; - public string Host { get => throw null; } - public System.UriHostNameType HostNameType { get => throw null; } - public string IdnHost { get => throw null; } - public bool IsAbsoluteUri { get => throw null; } - protected virtual bool IsBadFileSystemCharacter(char character) => throw null; - public bool IsBaseOf(System.Uri uri) => throw null; - public bool IsDefaultPort { get => throw null; } - protected static bool IsExcludedCharacter(char character) => throw null; - public bool IsFile { get => throw null; } - public static bool IsHexDigit(char character) => throw null; - public static bool IsHexEncoding(string pattern, int index) => throw null; - public bool IsLoopback { get => throw null; } - protected virtual bool IsReservedCharacter(char character) => throw null; - public bool IsUnc { get => throw null; } - public bool IsWellFormedOriginalString() => throw null; - public static bool IsWellFormedUriString(string uriString, System.UriKind uriKind) => throw null; - public string LocalPath { get => throw null; } - public string MakeRelative(System.Uri toUri) => throw null; - public System.Uri MakeRelativeUri(System.Uri uri) => throw null; - public static bool operator ==(System.Uri uri1, System.Uri uri2) => throw null; - public static bool operator !=(System.Uri uri1, System.Uri uri2) => throw null; - public string OriginalString { get => throw null; } - protected virtual void Parse() => throw null; - public string PathAndQuery { get => throw null; } - public int Port { get => throw null; } - public string Query { get => throw null; } - public string Scheme { get => throw null; } - public static readonly string SchemeDelimiter; - public string[] Segments { get => throw null; } - public override string ToString() => throw null; - string System.IFormattable.ToString(string format, System.IFormatProvider formatProvider) => throw null; - public static bool TryCreate(string uriString, in System.UriCreationOptions creationOptions, out System.Uri result) => throw null; - public static bool TryCreate(string uriString, System.UriKind uriKind, out System.Uri result) => throw null; - public static bool TryCreate(System.Uri baseUri, string relativeUri, out System.Uri result) => throw null; - public static bool TryCreate(System.Uri baseUri, System.Uri relativeUri, out System.Uri result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten) => throw null; - bool System.ISpanFormattable.TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format, System.IFormatProvider provider) => throw null; - protected virtual string Unescape(string path) => throw null; - public static string UnescapeDataString(string stringToUnescape) => throw null; - public static readonly string UriSchemeFile; - public static readonly string UriSchemeFtp; - public static readonly string UriSchemeFtps; - public static readonly string UriSchemeGopher; - public static readonly string UriSchemeHttp; - public static readonly string UriSchemeHttps; - public static readonly string UriSchemeMailto; - public static readonly string UriSchemeNetPipe; - public static readonly string UriSchemeNetTcp; - public static readonly string UriSchemeNews; - public static readonly string UriSchemeNntp; - public static readonly string UriSchemeSftp; - public static readonly string UriSchemeSsh; - public static readonly string UriSchemeTelnet; - public static readonly string UriSchemeWs; - public static readonly string UriSchemeWss; - public bool UserEscaped { get => throw null; } - public string UserInfo { get => throw null; } - } - public class UriBuilder - { - public UriBuilder() => throw null; - public UriBuilder(string uri) => throw null; - public UriBuilder(string schemeName, string hostName) => throw null; - public UriBuilder(string scheme, string host, int portNumber) => throw null; - public UriBuilder(string scheme, string host, int port, string pathValue) => throw null; - public UriBuilder(string scheme, string host, int port, string path, string extraValue) => throw null; - public UriBuilder(System.Uri uri) => throw null; - public override bool Equals(object rparam) => throw null; - public string Fragment { get => throw null; set { } } - public override int GetHashCode() => throw null; - public string Host { get => throw null; set { } } - public string Password { get => throw null; set { } } - public string Path { get => throw null; set { } } - public int Port { get => throw null; set { } } - public string Query { get => throw null; set { } } - public string Scheme { get => throw null; set { } } - public override string ToString() => throw null; - public System.Uri Uri { get => throw null; } - public string UserName { get => throw null; set { } } - } - [System.Flags] - public enum UriComponents - { - SerializationInfoString = -2147483648, - Scheme = 1, - UserInfo = 2, - Host = 4, - Port = 8, - SchemeAndServer = 13, - Path = 16, - Query = 32, - PathAndQuery = 48, - HttpRequestUrl = 61, - Fragment = 64, - AbsoluteUri = 127, - StrongPort = 128, - HostAndPort = 132, - StrongAuthority = 134, - NormalizedHost = 256, - KeepDelimiter = 1073741824, - } - public struct UriCreationOptions - { - public bool DangerousDisablePathAndQueryCanonicalization { get => throw null; set { } } - } - public enum UriFormat - { - UriEscaped = 1, - Unescaped = 2, - SafeUnescaped = 3, - } - public class UriFormatException : System.FormatException, System.Runtime.Serialization.ISerializable - { - public UriFormatException() => throw null; - protected UriFormatException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public UriFormatException(string textString) => throw null; - public UriFormatException(string textString, System.Exception e) => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - } - public enum UriHostNameType - { - Unknown = 0, - Basic = 1, - Dns = 2, - IPv4 = 3, - IPv6 = 4, - } - public enum UriKind - { - RelativeOrAbsolute = 0, - Absolute = 1, - Relative = 2, - } - public abstract class UriParser - { - protected UriParser() => throw null; - protected virtual string GetComponents(System.Uri uri, System.UriComponents components, System.UriFormat format) => throw null; - protected virtual void InitializeAndValidate(System.Uri uri, out System.UriFormatException parsingError) => throw null; - protected virtual bool IsBaseOf(System.Uri baseUri, System.Uri relativeUri) => throw null; - public static bool IsKnownScheme(string schemeName) => throw null; - protected virtual bool IsWellFormedOriginalString(System.Uri uri) => throw null; - protected virtual System.UriParser OnNewUri() => throw null; - protected virtual void OnRegister(string schemeName, int defaultPort) => throw null; - public static void Register(System.UriParser uriParser, string schemeName, int defaultPort) => throw null; - protected virtual string Resolve(System.Uri baseUri, System.Uri relativeUri, out System.UriFormatException parsingError) => throw null; - } - public enum UriPartial - { - Scheme = 0, - Authority = 1, - Path = 2, - Query = 3, - } - public struct ValueTuple : System.IComparable, System.IComparable, System.IEquatable, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable, System.Runtime.CompilerServices.ITuple - { - public int CompareTo(System.ValueTuple other) => throw null; - int System.Collections.IStructuralComparable.CompareTo(object other, System.Collections.IComparer comparer) => throw null; - int System.IComparable.CompareTo(object other) => throw null; - public static System.ValueTuple Create() => throw null; - public static System.ValueTuple Create(T1 item1) => throw null; - public static (T1, T2) Create(T1 item1, T2 item2) => throw null; - public static (T1, T2, T3) Create(T1 item1, T2 item2, T3 item3) => throw null; - public static (T1, T2, T3, T4) Create(T1 item1, T2 item2, T3 item3, T4 item4) => throw null; - public static (T1, T2, T3, T4, T5) Create(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5) => throw null; - public static (T1, T2, T3, T4, T5, T6) Create(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6) => throw null; - public static (T1, T2, T3, T4, T5, T6, T7) Create(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7) => throw null; - public static (T1, T2, T3, T4, T5, T6, T7, T8) Create(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7, T8 item8) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(System.ValueTuple other) => throw null; - bool System.Collections.IStructuralEquatable.Equals(object other, System.Collections.IEqualityComparer comparer) => throw null; - public override int GetHashCode() => throw null; - int System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer comparer) => throw null; - object System.Runtime.CompilerServices.ITuple.this[int index] { get => throw null; } - int System.Runtime.CompilerServices.ITuple.Length { get => throw null; } - public override string ToString() => throw null; - } - public struct ValueTuple : System.IComparable, System.IComparable>, System.IEquatable>, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable, System.Runtime.CompilerServices.ITuple - { - public int CompareTo(System.ValueTuple other) => throw null; - int System.Collections.IStructuralComparable.CompareTo(object other, System.Collections.IComparer comparer) => throw null; - int System.IComparable.CompareTo(object other) => throw null; - public ValueTuple(T1 item1) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(System.ValueTuple other) => throw null; - bool System.Collections.IStructuralEquatable.Equals(object other, System.Collections.IEqualityComparer comparer) => throw null; - public override int GetHashCode() => throw null; - int System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer comparer) => throw null; - object System.Runtime.CompilerServices.ITuple.this[int index] { get => throw null; } - public T1 Item1; - int System.Runtime.CompilerServices.ITuple.Length { get => throw null; } - public override string ToString() => throw null; - } - public struct ValueTuple : System.IComparable, System.IComparable<(T1, T2)>, System.IEquatable<(T1, T2)>, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable, System.Runtime.CompilerServices.ITuple - { - public int CompareTo((T1, T2) other) => throw null; - int System.Collections.IStructuralComparable.CompareTo(object other, System.Collections.IComparer comparer) => throw null; - int System.IComparable.CompareTo(object other) => throw null; - public ValueTuple(T1 item1, T2 item2) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals((T1, T2) other) => throw null; - bool System.Collections.IStructuralEquatable.Equals(object other, System.Collections.IEqualityComparer comparer) => throw null; - public override int GetHashCode() => throw null; - int System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer comparer) => throw null; - object System.Runtime.CompilerServices.ITuple.this[int index] { get => throw null; } - public T1 Item1; - public T2 Item2; - int System.Runtime.CompilerServices.ITuple.Length { get => throw null; } - public override string ToString() => throw null; - } - public struct ValueTuple : System.IComparable, System.IComparable<(T1, T2, T3)>, System.IEquatable<(T1, T2, T3)>, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable, System.Runtime.CompilerServices.ITuple - { - public int CompareTo((T1, T2, T3) other) => throw null; - int System.Collections.IStructuralComparable.CompareTo(object other, System.Collections.IComparer comparer) => throw null; - int System.IComparable.CompareTo(object other) => throw null; - public ValueTuple(T1 item1, T2 item2, T3 item3) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals((T1, T2, T3) other) => throw null; - bool System.Collections.IStructuralEquatable.Equals(object other, System.Collections.IEqualityComparer comparer) => throw null; - public override int GetHashCode() => throw null; - int System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer comparer) => throw null; - object System.Runtime.CompilerServices.ITuple.this[int index] { get => throw null; } - public T1 Item1; - public T2 Item2; - public T3 Item3; - int System.Runtime.CompilerServices.ITuple.Length { get => throw null; } - public override string ToString() => throw null; - } - public struct ValueTuple : System.IComparable, System.IComparable<(T1, T2, T3, T4)>, System.IEquatable<(T1, T2, T3, T4)>, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable, System.Runtime.CompilerServices.ITuple - { - public int CompareTo((T1, T2, T3, T4) other) => throw null; - int System.Collections.IStructuralComparable.CompareTo(object other, System.Collections.IComparer comparer) => throw null; - int System.IComparable.CompareTo(object other) => throw null; - public ValueTuple(T1 item1, T2 item2, T3 item3, T4 item4) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals((T1, T2, T3, T4) other) => throw null; - bool System.Collections.IStructuralEquatable.Equals(object other, System.Collections.IEqualityComparer comparer) => throw null; - public override int GetHashCode() => throw null; - int System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer comparer) => throw null; - object System.Runtime.CompilerServices.ITuple.this[int index] { get => throw null; } - public T1 Item1; - public T2 Item2; - public T3 Item3; - public T4 Item4; - int System.Runtime.CompilerServices.ITuple.Length { get => throw null; } - public override string ToString() => throw null; - } - public struct ValueTuple : System.IComparable, System.IComparable<(T1, T2, T3, T4, T5)>, System.IEquatable<(T1, T2, T3, T4, T5)>, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable, System.Runtime.CompilerServices.ITuple - { - public int CompareTo((T1, T2, T3, T4, T5) other) => throw null; - int System.Collections.IStructuralComparable.CompareTo(object other, System.Collections.IComparer comparer) => throw null; - int System.IComparable.CompareTo(object other) => throw null; - public ValueTuple(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals((T1, T2, T3, T4, T5) other) => throw null; - bool System.Collections.IStructuralEquatable.Equals(object other, System.Collections.IEqualityComparer comparer) => throw null; - public override int GetHashCode() => throw null; - int System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer comparer) => throw null; - object System.Runtime.CompilerServices.ITuple.this[int index] { get => throw null; } - public T1 Item1; - public T2 Item2; - public T3 Item3; - public T4 Item4; - public T5 Item5; - int System.Runtime.CompilerServices.ITuple.Length { get => throw null; } - public override string ToString() => throw null; - } - public struct ValueTuple : System.IComparable, System.IComparable<(T1, T2, T3, T4, T5, T6)>, System.IEquatable<(T1, T2, T3, T4, T5, T6)>, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable, System.Runtime.CompilerServices.ITuple - { - public int CompareTo((T1, T2, T3, T4, T5, T6) other) => throw null; - int System.Collections.IStructuralComparable.CompareTo(object other, System.Collections.IComparer comparer) => throw null; - int System.IComparable.CompareTo(object other) => throw null; - public ValueTuple(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals((T1, T2, T3, T4, T5, T6) other) => throw null; - bool System.Collections.IStructuralEquatable.Equals(object other, System.Collections.IEqualityComparer comparer) => throw null; - public override int GetHashCode() => throw null; - int System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer comparer) => throw null; - object System.Runtime.CompilerServices.ITuple.this[int index] { get => throw null; } - public T1 Item1; - public T2 Item2; - public T3 Item3; - public T4 Item4; - public T5 Item5; - public T6 Item6; - int System.Runtime.CompilerServices.ITuple.Length { get => throw null; } - public override string ToString() => throw null; - } - public struct ValueTuple : System.IComparable, System.IComparable<(T1, T2, T3, T4, T5, T6, T7)>, System.IEquatable<(T1, T2, T3, T4, T5, T6, T7)>, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable, System.Runtime.CompilerServices.ITuple - { - public int CompareTo((T1, T2, T3, T4, T5, T6, T7) other) => throw null; - int System.Collections.IStructuralComparable.CompareTo(object other, System.Collections.IComparer comparer) => throw null; - int System.IComparable.CompareTo(object other) => throw null; - public ValueTuple(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals((T1, T2, T3, T4, T5, T6, T7) other) => throw null; - bool System.Collections.IStructuralEquatable.Equals(object other, System.Collections.IEqualityComparer comparer) => throw null; - public override int GetHashCode() => throw null; - int System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer comparer) => throw null; - object System.Runtime.CompilerServices.ITuple.this[int index] { get => throw null; } - public T1 Item1; - public T2 Item2; - public T3 Item3; - public T4 Item4; - public T5 Item5; - public T6 Item6; - public T7 Item7; - int System.Runtime.CompilerServices.ITuple.Length { get => throw null; } - public override string ToString() => throw null; - } - public struct ValueTuple : System.IComparable, System.IComparable>, System.IEquatable>, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable, System.Runtime.CompilerServices.ITuple where TRest : struct - { - public int CompareTo(System.ValueTuple other) => throw null; - int System.Collections.IStructuralComparable.CompareTo(object other, System.Collections.IComparer comparer) => throw null; - int System.IComparable.CompareTo(object other) => throw null; - public ValueTuple(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7, TRest rest) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(System.ValueTuple other) => throw null; - bool System.Collections.IStructuralEquatable.Equals(object other, System.Collections.IEqualityComparer comparer) => throw null; - public override int GetHashCode() => throw null; - int System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer comparer) => throw null; - object System.Runtime.CompilerServices.ITuple.this[int index] { get => throw null; } - public T1 Item1; - public T2 Item2; - public T3 Item3; - public T4 Item4; - public T5 Item5; - public T6 Item6; - public T7 Item7; - int System.Runtime.CompilerServices.ITuple.Length { get => throw null; } - public TRest Rest; - public override string ToString() => throw null; - } - public abstract class ValueType - { - protected ValueType() => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - public override string ToString() => throw null; - } - public sealed class Version : System.ICloneable, System.IComparable, System.IComparable, System.IEquatable, System.IFormattable, System.ISpanFormattable, System.IUtf8SpanFormattable - { - public int Build { get => throw null; } - public object Clone() => throw null; - public int CompareTo(object version) => throw null; - public int CompareTo(System.Version value) => throw null; - public Version() => throw null; - public Version(int major, int minor) => throw null; - public Version(int major, int minor, int build) => throw null; - public Version(int major, int minor, int build, int revision) => throw null; - public Version(string version) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(System.Version obj) => throw null; - public override int GetHashCode() => throw null; - public int Major { get => throw null; } - public short MajorRevision { get => throw null; } - public int Minor { get => throw null; } - public short MinorRevision { get => throw null; } - public static bool operator ==(System.Version v1, System.Version v2) => throw null; - public static bool operator >(System.Version v1, System.Version v2) => throw null; - public static bool operator >=(System.Version v1, System.Version v2) => throw null; - public static bool operator !=(System.Version v1, System.Version v2) => throw null; - public static bool operator <(System.Version v1, System.Version v2) => throw null; - public static bool operator <=(System.Version v1, System.Version v2) => throw null; - public static System.Version Parse(System.ReadOnlySpan input) => throw null; - public static System.Version Parse(string input) => throw null; - public int Revision { get => throw null; } - string System.IFormattable.ToString(string format, System.IFormatProvider formatProvider) => throw null; - public override string ToString() => throw null; - public string ToString(int fieldCount) => throw null; - bool System.ISpanFormattable.TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format, System.IFormatProvider provider) => throw null; - bool System.IUtf8SpanFormattable.TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format, System.IFormatProvider provider) => throw null; - public bool TryFormat(System.Span destination, int fieldCount, out int charsWritten) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten) => throw null; - public bool TryFormat(System.Span utf8Destination, int fieldCount, out int bytesWritten) => throw null; - public bool TryFormat(System.Span utf8Destination, out int bytesWritten) => throw null; - public static bool TryParse(System.ReadOnlySpan input, out System.Version result) => throw null; - public static bool TryParse(string input, out System.Version result) => throw null; - } - public struct Void - { - } - public class WeakReference : System.Runtime.Serialization.ISerializable - { - public WeakReference(object target) => throw null; - public WeakReference(object target, bool trackResurrection) => throw null; - protected WeakReference(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public virtual bool IsAlive { get => throw null; } - public virtual object Target { get => throw null; set { } } - public virtual bool TrackResurrection { get => throw null; } - } - public sealed class WeakReference : System.Runtime.Serialization.ISerializable where T : class - { - public WeakReference(T target) => throw null; - public WeakReference(T target, bool trackResurrection) => throw null; - public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public void SetTarget(T target) => throw null; - public bool TryGetTarget(out T target) => throw null; - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.AccessControl.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.AccessControl.cs deleted file mode 100644 index 45a49255..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.AccessControl.cs +++ /dev/null @@ -1,562 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Security.AccessControl, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Security - { - namespace AccessControl - { - [System.Flags] - public enum AccessControlActions - { - None = 0, - View = 1, - Change = 2, - } - public enum AccessControlModification - { - Add = 0, - Set = 1, - Reset = 2, - Remove = 3, - RemoveAll = 4, - RemoveSpecific = 5, - } - [System.Flags] - public enum AccessControlSections - { - None = 0, - Audit = 1, - Access = 2, - Owner = 4, - Group = 8, - All = 15, - } - public enum AccessControlType - { - Allow = 0, - Deny = 1, - } - public abstract class AccessRule : System.Security.AccessControl.AuthorizationRule - { - public System.Security.AccessControl.AccessControlType AccessControlType { get => throw null; } - protected AccessRule(System.Security.Principal.IdentityReference identity, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags)) => throw null; - } - public class AccessRule : System.Security.AccessControl.AccessRule where T : struct - { - public AccessRule(System.Security.Principal.IdentityReference identity, T rights, System.Security.AccessControl.AccessControlType type) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) => throw null; - public AccessRule(System.Security.Principal.IdentityReference identity, T rights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) => throw null; - public AccessRule(string identity, T rights, System.Security.AccessControl.AccessControlType type) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) => throw null; - public AccessRule(string identity, T rights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) => throw null; - public T Rights { get => throw null; } - } - public sealed class AceEnumerator : System.Collections.IEnumerator - { - public System.Security.AccessControl.GenericAce Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public bool MoveNext() => throw null; - public void Reset() => throw null; - } - [System.Flags] - public enum AceFlags : byte - { - None = 0, - ObjectInherit = 1, - ContainerInherit = 2, - NoPropagateInherit = 4, - InheritOnly = 8, - InheritanceFlags = 15, - Inherited = 16, - SuccessfulAccess = 64, - FailedAccess = 128, - AuditFlags = 192, - } - public enum AceQualifier - { - AccessAllowed = 0, - AccessDenied = 1, - SystemAudit = 2, - SystemAlarm = 3, - } - public enum AceType : byte - { - AccessAllowed = 0, - AccessDenied = 1, - SystemAudit = 2, - SystemAlarm = 3, - AccessAllowedCompound = 4, - AccessAllowedObject = 5, - AccessDeniedObject = 6, - SystemAuditObject = 7, - SystemAlarmObject = 8, - AccessAllowedCallback = 9, - AccessDeniedCallback = 10, - AccessAllowedCallbackObject = 11, - AccessDeniedCallbackObject = 12, - SystemAuditCallback = 13, - SystemAlarmCallback = 14, - SystemAuditCallbackObject = 15, - MaxDefinedAceType = 16, - SystemAlarmCallbackObject = 16, - } - [System.Flags] - public enum AuditFlags - { - None = 0, - Success = 1, - Failure = 2, - } - public abstract class AuditRule : System.Security.AccessControl.AuthorizationRule - { - public System.Security.AccessControl.AuditFlags AuditFlags { get => throw null; } - protected AuditRule(System.Security.Principal.IdentityReference identity, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags auditFlags) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags)) => throw null; - } - public class AuditRule : System.Security.AccessControl.AuditRule where T : struct - { - public AuditRule(System.Security.Principal.IdentityReference identity, T rights, System.Security.AccessControl.AuditFlags flags) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) => throw null; - public AuditRule(System.Security.Principal.IdentityReference identity, T rights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) => throw null; - public AuditRule(string identity, T rights, System.Security.AccessControl.AuditFlags flags) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) => throw null; - public AuditRule(string identity, T rights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) => throw null; - public T Rights { get => throw null; } - } - public abstract class AuthorizationRule - { - protected int AccessMask { get => throw null; } - protected AuthorizationRule(System.Security.Principal.IdentityReference identity, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) => throw null; - public System.Security.Principal.IdentityReference IdentityReference { get => throw null; } - public System.Security.AccessControl.InheritanceFlags InheritanceFlags { get => throw null; } - public bool IsInherited { get => throw null; } - public System.Security.AccessControl.PropagationFlags PropagationFlags { get => throw null; } - } - public sealed class AuthorizationRuleCollection : System.Collections.ReadOnlyCollectionBase - { - public void AddRule(System.Security.AccessControl.AuthorizationRule rule) => throw null; - public void CopyTo(System.Security.AccessControl.AuthorizationRule[] rules, int index) => throw null; - public AuthorizationRuleCollection() => throw null; - public System.Security.AccessControl.AuthorizationRule this[int index] { get => throw null; } - } - public sealed class CommonAce : System.Security.AccessControl.QualifiedAce - { - public override int BinaryLength { get => throw null; } - public CommonAce(System.Security.AccessControl.AceFlags flags, System.Security.AccessControl.AceQualifier qualifier, int accessMask, System.Security.Principal.SecurityIdentifier sid, bool isCallback, byte[] opaque) => throw null; - public override void GetBinaryForm(byte[] binaryForm, int offset) => throw null; - public static int MaxOpaqueLength(bool isCallback) => throw null; - } - public abstract class CommonAcl : System.Security.AccessControl.GenericAcl - { - public override sealed int BinaryLength { get => throw null; } - public override sealed int Count { get => throw null; } - public override sealed void GetBinaryForm(byte[] binaryForm, int offset) => throw null; - public bool IsCanonical { get => throw null; } - public bool IsContainer { get => throw null; } - public bool IsDS { get => throw null; } - public void Purge(System.Security.Principal.SecurityIdentifier sid) => throw null; - public void RemoveInheritedAces() => throw null; - public override sealed byte Revision { get => throw null; } - public override sealed System.Security.AccessControl.GenericAce this[int index] { get => throw null; set { } } - } - public abstract class CommonObjectSecurity : System.Security.AccessControl.ObjectSecurity - { - protected void AddAccessRule(System.Security.AccessControl.AccessRule rule) => throw null; - protected void AddAuditRule(System.Security.AccessControl.AuditRule rule) => throw null; - protected CommonObjectSecurity(bool isContainer) => throw null; - public System.Security.AccessControl.AuthorizationRuleCollection GetAccessRules(bool includeExplicit, bool includeInherited, System.Type targetType) => throw null; - public System.Security.AccessControl.AuthorizationRuleCollection GetAuditRules(bool includeExplicit, bool includeInherited, System.Type targetType) => throw null; - protected override bool ModifyAccess(System.Security.AccessControl.AccessControlModification modification, System.Security.AccessControl.AccessRule rule, out bool modified) => throw null; - protected override bool ModifyAudit(System.Security.AccessControl.AccessControlModification modification, System.Security.AccessControl.AuditRule rule, out bool modified) => throw null; - protected bool RemoveAccessRule(System.Security.AccessControl.AccessRule rule) => throw null; - protected void RemoveAccessRuleAll(System.Security.AccessControl.AccessRule rule) => throw null; - protected void RemoveAccessRuleSpecific(System.Security.AccessControl.AccessRule rule) => throw null; - protected bool RemoveAuditRule(System.Security.AccessControl.AuditRule rule) => throw null; - protected void RemoveAuditRuleAll(System.Security.AccessControl.AuditRule rule) => throw null; - protected void RemoveAuditRuleSpecific(System.Security.AccessControl.AuditRule rule) => throw null; - protected void ResetAccessRule(System.Security.AccessControl.AccessRule rule) => throw null; - protected void SetAccessRule(System.Security.AccessControl.AccessRule rule) => throw null; - protected void SetAuditRule(System.Security.AccessControl.AuditRule rule) => throw null; - } - public sealed class CommonSecurityDescriptor : System.Security.AccessControl.GenericSecurityDescriptor - { - public void AddDiscretionaryAcl(byte revision, int trusted) => throw null; - public void AddSystemAcl(byte revision, int trusted) => throw null; - public override System.Security.AccessControl.ControlFlags ControlFlags { get => throw null; } - public CommonSecurityDescriptor(bool isContainer, bool isDS, byte[] binaryForm, int offset) => throw null; - public CommonSecurityDescriptor(bool isContainer, bool isDS, System.Security.AccessControl.ControlFlags flags, System.Security.Principal.SecurityIdentifier owner, System.Security.Principal.SecurityIdentifier group, System.Security.AccessControl.SystemAcl systemAcl, System.Security.AccessControl.DiscretionaryAcl discretionaryAcl) => throw null; - public CommonSecurityDescriptor(bool isContainer, bool isDS, System.Security.AccessControl.RawSecurityDescriptor rawSecurityDescriptor) => throw null; - public CommonSecurityDescriptor(bool isContainer, bool isDS, string sddlForm) => throw null; - public System.Security.AccessControl.DiscretionaryAcl DiscretionaryAcl { get => throw null; set { } } - public override System.Security.Principal.SecurityIdentifier Group { get => throw null; set { } } - public bool IsContainer { get => throw null; } - public bool IsDiscretionaryAclCanonical { get => throw null; } - public bool IsDS { get => throw null; } - public bool IsSystemAclCanonical { get => throw null; } - public override System.Security.Principal.SecurityIdentifier Owner { get => throw null; set { } } - public void PurgeAccessControl(System.Security.Principal.SecurityIdentifier sid) => throw null; - public void PurgeAudit(System.Security.Principal.SecurityIdentifier sid) => throw null; - public void SetDiscretionaryAclProtection(bool isProtected, bool preserveInheritance) => throw null; - public void SetSystemAclProtection(bool isProtected, bool preserveInheritance) => throw null; - public System.Security.AccessControl.SystemAcl SystemAcl { get => throw null; set { } } - } - public sealed class CompoundAce : System.Security.AccessControl.KnownAce - { - public override int BinaryLength { get => throw null; } - public System.Security.AccessControl.CompoundAceType CompoundAceType { get => throw null; set { } } - public CompoundAce(System.Security.AccessControl.AceFlags flags, int accessMask, System.Security.AccessControl.CompoundAceType compoundAceType, System.Security.Principal.SecurityIdentifier sid) => throw null; - public override void GetBinaryForm(byte[] binaryForm, int offset) => throw null; - } - public enum CompoundAceType - { - Impersonation = 1, - } - [System.Flags] - public enum ControlFlags - { - None = 0, - OwnerDefaulted = 1, - GroupDefaulted = 2, - DiscretionaryAclPresent = 4, - DiscretionaryAclDefaulted = 8, - SystemAclPresent = 16, - SystemAclDefaulted = 32, - DiscretionaryAclUntrusted = 64, - ServerSecurity = 128, - DiscretionaryAclAutoInheritRequired = 256, - SystemAclAutoInheritRequired = 512, - DiscretionaryAclAutoInherited = 1024, - SystemAclAutoInherited = 2048, - DiscretionaryAclProtected = 4096, - SystemAclProtected = 8192, - RMControlValid = 16384, - SelfRelative = 32768, - } - public sealed class CustomAce : System.Security.AccessControl.GenericAce - { - public override int BinaryLength { get => throw null; } - public CustomAce(System.Security.AccessControl.AceType type, System.Security.AccessControl.AceFlags flags, byte[] opaque) => throw null; - public override void GetBinaryForm(byte[] binaryForm, int offset) => throw null; - public byte[] GetOpaque() => throw null; - public static readonly int MaxOpaqueLength; - public int OpaqueLength { get => throw null; } - public void SetOpaque(byte[] opaque) => throw null; - } - public sealed class DiscretionaryAcl : System.Security.AccessControl.CommonAcl - { - public void AddAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) => throw null; - public void AddAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) => throw null; - public void AddAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAccessRule rule) => throw null; - public DiscretionaryAcl(bool isContainer, bool isDS, byte revision, int capacity) => throw null; - public DiscretionaryAcl(bool isContainer, bool isDS, int capacity) => throw null; - public DiscretionaryAcl(bool isContainer, bool isDS, System.Security.AccessControl.RawAcl rawAcl) => throw null; - public bool RemoveAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) => throw null; - public bool RemoveAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) => throw null; - public bool RemoveAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAccessRule rule) => throw null; - public void RemoveAccessSpecific(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) => throw null; - public void RemoveAccessSpecific(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) => throw null; - public void RemoveAccessSpecific(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAccessRule rule) => throw null; - public void SetAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) => throw null; - public void SetAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) => throw null; - public void SetAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAccessRule rule) => throw null; - } - public abstract class GenericAce - { - public System.Security.AccessControl.AceFlags AceFlags { get => throw null; set { } } - public System.Security.AccessControl.AceType AceType { get => throw null; } - public System.Security.AccessControl.AuditFlags AuditFlags { get => throw null; } - public abstract int BinaryLength { get; } - public System.Security.AccessControl.GenericAce Copy() => throw null; - public static System.Security.AccessControl.GenericAce CreateFromBinaryForm(byte[] binaryForm, int offset) => throw null; - public override sealed bool Equals(object o) => throw null; - public abstract void GetBinaryForm(byte[] binaryForm, int offset); - public override sealed int GetHashCode() => throw null; - public System.Security.AccessControl.InheritanceFlags InheritanceFlags { get => throw null; } - public bool IsInherited { get => throw null; } - public static bool operator ==(System.Security.AccessControl.GenericAce left, System.Security.AccessControl.GenericAce right) => throw null; - public static bool operator !=(System.Security.AccessControl.GenericAce left, System.Security.AccessControl.GenericAce right) => throw null; - public System.Security.AccessControl.PropagationFlags PropagationFlags { get => throw null; } - } - public abstract class GenericAcl : System.Collections.ICollection, System.Collections.IEnumerable - { - public static readonly byte AclRevision; - public static readonly byte AclRevisionDS; - public abstract int BinaryLength { get; } - public void CopyTo(System.Security.AccessControl.GenericAce[] array, int index) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public abstract int Count { get; } - protected GenericAcl() => throw null; - public abstract void GetBinaryForm(byte[] binaryForm, int offset); - public System.Security.AccessControl.AceEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public bool IsSynchronized { get => throw null; } - public static readonly int MaxBinaryLength; - public abstract byte Revision { get; } - public virtual object SyncRoot { get => throw null; } - public abstract System.Security.AccessControl.GenericAce this[int index] { get; set; } - } - public abstract class GenericSecurityDescriptor - { - public int BinaryLength { get => throw null; } - public abstract System.Security.AccessControl.ControlFlags ControlFlags { get; } - public void GetBinaryForm(byte[] binaryForm, int offset) => throw null; - public string GetSddlForm(System.Security.AccessControl.AccessControlSections includeSections) => throw null; - public abstract System.Security.Principal.SecurityIdentifier Group { get; set; } - public static bool IsSddlConversionSupported() => throw null; - public abstract System.Security.Principal.SecurityIdentifier Owner { get; set; } - public static byte Revision { get => throw null; } - } - [System.Flags] - public enum InheritanceFlags - { - None = 0, - ContainerInherit = 1, - ObjectInherit = 2, - } - public abstract class KnownAce : System.Security.AccessControl.GenericAce - { - public int AccessMask { get => throw null; set { } } - public System.Security.Principal.SecurityIdentifier SecurityIdentifier { get => throw null; set { } } - } - public abstract class NativeObjectSecurity : System.Security.AccessControl.CommonObjectSecurity - { - protected NativeObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType) : base(default(bool)) => throw null; - protected NativeObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType, System.Runtime.InteropServices.SafeHandle handle, System.Security.AccessControl.AccessControlSections includeSections) : base(default(bool)) => throw null; - protected NativeObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType, System.Runtime.InteropServices.SafeHandle handle, System.Security.AccessControl.AccessControlSections includeSections, System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode exceptionFromErrorCode, object exceptionContext) : base(default(bool)) => throw null; - protected NativeObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType, System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode exceptionFromErrorCode, object exceptionContext) : base(default(bool)) => throw null; - protected NativeObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType, string name, System.Security.AccessControl.AccessControlSections includeSections) : base(default(bool)) => throw null; - protected NativeObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType, string name, System.Security.AccessControl.AccessControlSections includeSections, System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode exceptionFromErrorCode, object exceptionContext) : base(default(bool)) => throw null; - protected delegate System.Exception ExceptionFromErrorCode(int errorCode, string name, System.Runtime.InteropServices.SafeHandle handle, object context); - protected override sealed void Persist(System.Runtime.InteropServices.SafeHandle handle, System.Security.AccessControl.AccessControlSections includeSections) => throw null; - protected void Persist(System.Runtime.InteropServices.SafeHandle handle, System.Security.AccessControl.AccessControlSections includeSections, object exceptionContext) => throw null; - protected override sealed void Persist(string name, System.Security.AccessControl.AccessControlSections includeSections) => throw null; - protected void Persist(string name, System.Security.AccessControl.AccessControlSections includeSections, object exceptionContext) => throw null; - } - public abstract class ObjectAccessRule : System.Security.AccessControl.AccessRule - { - protected ObjectAccessRule(System.Security.Principal.IdentityReference identity, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Guid objectType, System.Guid inheritedObjectType, System.Security.AccessControl.AccessControlType type) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) => throw null; - public System.Guid InheritedObjectType { get => throw null; } - public System.Security.AccessControl.ObjectAceFlags ObjectFlags { get => throw null; } - public System.Guid ObjectType { get => throw null; } - } - public sealed class ObjectAce : System.Security.AccessControl.QualifiedAce - { - public override int BinaryLength { get => throw null; } - public ObjectAce(System.Security.AccessControl.AceFlags aceFlags, System.Security.AccessControl.AceQualifier qualifier, int accessMask, System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAceFlags flags, System.Guid type, System.Guid inheritedType, bool isCallback, byte[] opaque) => throw null; - public override void GetBinaryForm(byte[] binaryForm, int offset) => throw null; - public System.Guid InheritedObjectAceType { get => throw null; set { } } - public static int MaxOpaqueLength(bool isCallback) => throw null; - public System.Security.AccessControl.ObjectAceFlags ObjectAceFlags { get => throw null; set { } } - public System.Guid ObjectAceType { get => throw null; set { } } - } - [System.Flags] - public enum ObjectAceFlags - { - None = 0, - ObjectAceTypePresent = 1, - InheritedObjectAceTypePresent = 2, - } - public abstract class ObjectAuditRule : System.Security.AccessControl.AuditRule - { - protected ObjectAuditRule(System.Security.Principal.IdentityReference identity, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Guid objectType, System.Guid inheritedObjectType, System.Security.AccessControl.AuditFlags auditFlags) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) => throw null; - public System.Guid InheritedObjectType { get => throw null; } - public System.Security.AccessControl.ObjectAceFlags ObjectFlags { get => throw null; } - public System.Guid ObjectType { get => throw null; } - } - public abstract class ObjectSecurity - { - public abstract System.Type AccessRightType { get; } - public abstract System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type); - protected bool AccessRulesModified { get => throw null; set { } } - public abstract System.Type AccessRuleType { get; } - public bool AreAccessRulesCanonical { get => throw null; } - public bool AreAccessRulesProtected { get => throw null; } - public bool AreAuditRulesCanonical { get => throw null; } - public bool AreAuditRulesProtected { get => throw null; } - public abstract System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags); - protected bool AuditRulesModified { get => throw null; set { } } - public abstract System.Type AuditRuleType { get; } - protected ObjectSecurity() => throw null; - protected ObjectSecurity(bool isContainer, bool isDS) => throw null; - protected ObjectSecurity(System.Security.AccessControl.CommonSecurityDescriptor securityDescriptor) => throw null; - public System.Security.Principal.IdentityReference GetGroup(System.Type targetType) => throw null; - public System.Security.Principal.IdentityReference GetOwner(System.Type targetType) => throw null; - public byte[] GetSecurityDescriptorBinaryForm() => throw null; - public string GetSecurityDescriptorSddlForm(System.Security.AccessControl.AccessControlSections includeSections) => throw null; - protected bool GroupModified { get => throw null; set { } } - protected bool IsContainer { get => throw null; } - protected bool IsDS { get => throw null; } - public static bool IsSddlConversionSupported() => throw null; - protected abstract bool ModifyAccess(System.Security.AccessControl.AccessControlModification modification, System.Security.AccessControl.AccessRule rule, out bool modified); - public virtual bool ModifyAccessRule(System.Security.AccessControl.AccessControlModification modification, System.Security.AccessControl.AccessRule rule, out bool modified) => throw null; - protected abstract bool ModifyAudit(System.Security.AccessControl.AccessControlModification modification, System.Security.AccessControl.AuditRule rule, out bool modified); - public virtual bool ModifyAuditRule(System.Security.AccessControl.AccessControlModification modification, System.Security.AccessControl.AuditRule rule, out bool modified) => throw null; - protected bool OwnerModified { get => throw null; set { } } - protected virtual void Persist(bool enableOwnershipPrivilege, string name, System.Security.AccessControl.AccessControlSections includeSections) => throw null; - protected virtual void Persist(System.Runtime.InteropServices.SafeHandle handle, System.Security.AccessControl.AccessControlSections includeSections) => throw null; - protected virtual void Persist(string name, System.Security.AccessControl.AccessControlSections includeSections) => throw null; - public virtual void PurgeAccessRules(System.Security.Principal.IdentityReference identity) => throw null; - public virtual void PurgeAuditRules(System.Security.Principal.IdentityReference identity) => throw null; - protected void ReadLock() => throw null; - protected void ReadUnlock() => throw null; - protected System.Security.AccessControl.CommonSecurityDescriptor SecurityDescriptor { get => throw null; } - public void SetAccessRuleProtection(bool isProtected, bool preserveInheritance) => throw null; - public void SetAuditRuleProtection(bool isProtected, bool preserveInheritance) => throw null; - public void SetGroup(System.Security.Principal.IdentityReference identity) => throw null; - public void SetOwner(System.Security.Principal.IdentityReference identity) => throw null; - public void SetSecurityDescriptorBinaryForm(byte[] binaryForm) => throw null; - public void SetSecurityDescriptorBinaryForm(byte[] binaryForm, System.Security.AccessControl.AccessControlSections includeSections) => throw null; - public void SetSecurityDescriptorSddlForm(string sddlForm) => throw null; - public void SetSecurityDescriptorSddlForm(string sddlForm, System.Security.AccessControl.AccessControlSections includeSections) => throw null; - protected void WriteLock() => throw null; - protected void WriteUnlock() => throw null; - } - public abstract class ObjectSecurity : System.Security.AccessControl.NativeObjectSecurity where T : struct - { - public override System.Type AccessRightType { get => throw null; } - public override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) => throw null; - public override System.Type AccessRuleType { get => throw null; } - public virtual void AddAccessRule(System.Security.AccessControl.AccessRule rule) => throw null; - public virtual void AddAuditRule(System.Security.AccessControl.AuditRule rule) => throw null; - public override System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) => throw null; - public override System.Type AuditRuleType { get => throw null; } - protected ObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType) : base(default(bool), default(System.Security.AccessControl.ResourceType)) => throw null; - protected ObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType, System.Runtime.InteropServices.SafeHandle safeHandle, System.Security.AccessControl.AccessControlSections includeSections) : base(default(bool), default(System.Security.AccessControl.ResourceType)) => throw null; - protected ObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType, System.Runtime.InteropServices.SafeHandle safeHandle, System.Security.AccessControl.AccessControlSections includeSections, System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode exceptionFromErrorCode, object exceptionContext) : base(default(bool), default(System.Security.AccessControl.ResourceType)) => throw null; - protected ObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType, string name, System.Security.AccessControl.AccessControlSections includeSections) : base(default(bool), default(System.Security.AccessControl.ResourceType)) => throw null; - protected ObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType, string name, System.Security.AccessControl.AccessControlSections includeSections, System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode exceptionFromErrorCode, object exceptionContext) : base(default(bool), default(System.Security.AccessControl.ResourceType)) => throw null; - protected void Persist(System.Runtime.InteropServices.SafeHandle handle) => throw null; - protected void Persist(string name) => throw null; - public virtual bool RemoveAccessRule(System.Security.AccessControl.AccessRule rule) => throw null; - public virtual void RemoveAccessRuleAll(System.Security.AccessControl.AccessRule rule) => throw null; - public virtual void RemoveAccessRuleSpecific(System.Security.AccessControl.AccessRule rule) => throw null; - public virtual bool RemoveAuditRule(System.Security.AccessControl.AuditRule rule) => throw null; - public virtual void RemoveAuditRuleAll(System.Security.AccessControl.AuditRule rule) => throw null; - public virtual void RemoveAuditRuleSpecific(System.Security.AccessControl.AuditRule rule) => throw null; - public virtual void ResetAccessRule(System.Security.AccessControl.AccessRule rule) => throw null; - public virtual void SetAccessRule(System.Security.AccessControl.AccessRule rule) => throw null; - public virtual void SetAuditRule(System.Security.AccessControl.AuditRule rule) => throw null; - } - public sealed class PrivilegeNotHeldException : System.UnauthorizedAccessException, System.Runtime.Serialization.ISerializable - { - public PrivilegeNotHeldException() => throw null; - public PrivilegeNotHeldException(string privilege) => throw null; - public PrivilegeNotHeldException(string privilege, System.Exception inner) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public string PrivilegeName { get => throw null; } - } - [System.Flags] - public enum PropagationFlags - { - None = 0, - NoPropagateInherit = 1, - InheritOnly = 2, - } - public abstract class QualifiedAce : System.Security.AccessControl.KnownAce - { - public System.Security.AccessControl.AceQualifier AceQualifier { get => throw null; } - public byte[] GetOpaque() => throw null; - public bool IsCallback { get => throw null; } - public int OpaqueLength { get => throw null; } - public void SetOpaque(byte[] opaque) => throw null; - } - public sealed class RawAcl : System.Security.AccessControl.GenericAcl - { - public override int BinaryLength { get => throw null; } - public override int Count { get => throw null; } - public RawAcl(byte revision, int capacity) => throw null; - public RawAcl(byte[] binaryForm, int offset) => throw null; - public override void GetBinaryForm(byte[] binaryForm, int offset) => throw null; - public void InsertAce(int index, System.Security.AccessControl.GenericAce ace) => throw null; - public void RemoveAce(int index) => throw null; - public override byte Revision { get => throw null; } - public override System.Security.AccessControl.GenericAce this[int index] { get => throw null; set { } } - } - public sealed class RawSecurityDescriptor : System.Security.AccessControl.GenericSecurityDescriptor - { - public override System.Security.AccessControl.ControlFlags ControlFlags { get => throw null; } - public RawSecurityDescriptor(byte[] binaryForm, int offset) => throw null; - public RawSecurityDescriptor(System.Security.AccessControl.ControlFlags flags, System.Security.Principal.SecurityIdentifier owner, System.Security.Principal.SecurityIdentifier group, System.Security.AccessControl.RawAcl systemAcl, System.Security.AccessControl.RawAcl discretionaryAcl) => throw null; - public RawSecurityDescriptor(string sddlForm) => throw null; - public System.Security.AccessControl.RawAcl DiscretionaryAcl { get => throw null; set { } } - public override System.Security.Principal.SecurityIdentifier Group { get => throw null; set { } } - public override System.Security.Principal.SecurityIdentifier Owner { get => throw null; set { } } - public byte ResourceManagerControl { get => throw null; set { } } - public void SetFlags(System.Security.AccessControl.ControlFlags flags) => throw null; - public System.Security.AccessControl.RawAcl SystemAcl { get => throw null; set { } } - } - public enum ResourceType - { - Unknown = 0, - FileObject = 1, - Service = 2, - Printer = 3, - RegistryKey = 4, - LMShare = 5, - KernelObject = 6, - WindowObject = 7, - DSObject = 8, - DSObjectAll = 9, - ProviderDefined = 10, - WmiGuidObject = 11, - RegistryWow6432Key = 12, - } - [System.Flags] - public enum SecurityInfos - { - Owner = 1, - Group = 2, - DiscretionaryAcl = 4, - SystemAcl = 8, - } - public sealed class SystemAcl : System.Security.AccessControl.CommonAcl - { - public void AddAudit(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) => throw null; - public void AddAudit(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) => throw null; - public void AddAudit(System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAuditRule rule) => throw null; - public SystemAcl(bool isContainer, bool isDS, byte revision, int capacity) => throw null; - public SystemAcl(bool isContainer, bool isDS, int capacity) => throw null; - public SystemAcl(bool isContainer, bool isDS, System.Security.AccessControl.RawAcl rawAcl) => throw null; - public bool RemoveAudit(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) => throw null; - public bool RemoveAudit(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) => throw null; - public bool RemoveAudit(System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAuditRule rule) => throw null; - public void RemoveAuditSpecific(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) => throw null; - public void RemoveAuditSpecific(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) => throw null; - public void RemoveAuditSpecific(System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAuditRule rule) => throw null; - public void SetAudit(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) => throw null; - public void SetAudit(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) => throw null; - public void SetAudit(System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAuditRule rule) => throw null; - } - } - namespace Policy - { - public sealed class Evidence : System.Collections.ICollection, System.Collections.IEnumerable - { - public void AddAssembly(object id) => throw null; - public void AddAssemblyEvidence(T evidence) where T : System.Security.Policy.EvidenceBase => throw null; - public void AddHost(object id) => throw null; - public void AddHostEvidence(T evidence) where T : System.Security.Policy.EvidenceBase => throw null; - public void Clear() => throw null; - public System.Security.Policy.Evidence Clone() => throw null; - public void CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public Evidence() => throw null; - public Evidence(object[] hostEvidence, object[] assemblyEvidence) => throw null; - public Evidence(System.Security.Policy.Evidence evidence) => throw null; - public Evidence(System.Security.Policy.EvidenceBase[] hostEvidence, System.Security.Policy.EvidenceBase[] assemblyEvidence) => throw null; - public System.Collections.IEnumerator GetAssemblyEnumerator() => throw null; - public T GetAssemblyEvidence() where T : System.Security.Policy.EvidenceBase => throw null; - public System.Collections.IEnumerator GetEnumerator() => throw null; - public System.Collections.IEnumerator GetHostEnumerator() => throw null; - public T GetHostEvidence() where T : System.Security.Policy.EvidenceBase => throw null; - public bool IsReadOnly { get => throw null; } - public bool IsSynchronized { get => throw null; } - public bool Locked { get => throw null; set { } } - public void Merge(System.Security.Policy.Evidence evidence) => throw null; - public void RemoveType(System.Type t) => throw null; - public object SyncRoot { get => throw null; } - } - public abstract class EvidenceBase - { - public virtual System.Security.Policy.EvidenceBase Clone() => throw null; - protected EvidenceBase() => throw null; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Claims.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Claims.cs deleted file mode 100644 index 4501a6ba..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Claims.cs +++ /dev/null @@ -1,217 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Security.Claims, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Security - { - namespace Claims - { - public class Claim - { - public virtual System.Security.Claims.Claim Clone() => throw null; - public virtual System.Security.Claims.Claim Clone(System.Security.Claims.ClaimsIdentity identity) => throw null; - public Claim(System.IO.BinaryReader reader) => throw null; - public Claim(System.IO.BinaryReader reader, System.Security.Claims.ClaimsIdentity subject) => throw null; - protected Claim(System.Security.Claims.Claim other) => throw null; - protected Claim(System.Security.Claims.Claim other, System.Security.Claims.ClaimsIdentity subject) => throw null; - public Claim(string type, string value) => throw null; - public Claim(string type, string value, string valueType) => throw null; - public Claim(string type, string value, string valueType, string issuer) => throw null; - public Claim(string type, string value, string valueType, string issuer, string originalIssuer) => throw null; - public Claim(string type, string value, string valueType, string issuer, string originalIssuer, System.Security.Claims.ClaimsIdentity subject) => throw null; - protected virtual byte[] CustomSerializationData { get => throw null; } - public string Issuer { get => throw null; } - public string OriginalIssuer { get => throw null; } - public System.Collections.Generic.IDictionary Properties { get => throw null; } - public System.Security.Claims.ClaimsIdentity Subject { get => throw null; } - public override string ToString() => throw null; - public string Type { get => throw null; } - public string Value { get => throw null; } - public string ValueType { get => throw null; } - public virtual void WriteTo(System.IO.BinaryWriter writer) => throw null; - protected virtual void WriteTo(System.IO.BinaryWriter writer, byte[] userData) => throw null; - } - public class ClaimsIdentity : System.Security.Principal.IIdentity - { - public System.Security.Claims.ClaimsIdentity Actor { get => throw null; set { } } - public virtual void AddClaim(System.Security.Claims.Claim claim) => throw null; - public virtual void AddClaims(System.Collections.Generic.IEnumerable claims) => throw null; - public virtual string AuthenticationType { get => throw null; } - public object BootstrapContext { get => throw null; set { } } - public virtual System.Collections.Generic.IEnumerable Claims { get => throw null; } - public virtual System.Security.Claims.ClaimsIdentity Clone() => throw null; - protected virtual System.Security.Claims.Claim CreateClaim(System.IO.BinaryReader reader) => throw null; - public ClaimsIdentity() => throw null; - public ClaimsIdentity(System.Collections.Generic.IEnumerable claims) => throw null; - public ClaimsIdentity(System.Collections.Generic.IEnumerable claims, string authenticationType) => throw null; - public ClaimsIdentity(System.Collections.Generic.IEnumerable claims, string authenticationType, string nameType, string roleType) => throw null; - public ClaimsIdentity(System.IO.BinaryReader reader) => throw null; - protected ClaimsIdentity(System.Runtime.Serialization.SerializationInfo info) => throw null; - protected ClaimsIdentity(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - protected ClaimsIdentity(System.Security.Claims.ClaimsIdentity other) => throw null; - public ClaimsIdentity(System.Security.Principal.IIdentity identity) => throw null; - public ClaimsIdentity(System.Security.Principal.IIdentity identity, System.Collections.Generic.IEnumerable claims) => throw null; - public ClaimsIdentity(System.Security.Principal.IIdentity identity, System.Collections.Generic.IEnumerable claims, string authenticationType, string nameType, string roleType) => throw null; - public ClaimsIdentity(string authenticationType) => throw null; - public ClaimsIdentity(string authenticationType, string nameType, string roleType) => throw null; - protected virtual byte[] CustomSerializationData { get => throw null; } - public const string DefaultIssuer = default; - public const string DefaultNameClaimType = default; - public const string DefaultRoleClaimType = default; - public virtual System.Collections.Generic.IEnumerable FindAll(System.Predicate match) => throw null; - public virtual System.Collections.Generic.IEnumerable FindAll(string type) => throw null; - public virtual System.Security.Claims.Claim FindFirst(System.Predicate match) => throw null; - public virtual System.Security.Claims.Claim FindFirst(string type) => throw null; - protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public virtual bool HasClaim(System.Predicate match) => throw null; - public virtual bool HasClaim(string type, string value) => throw null; - public virtual bool IsAuthenticated { get => throw null; } - public string Label { get => throw null; set { } } - public virtual string Name { get => throw null; } - public string NameClaimType { get => throw null; } - public virtual void RemoveClaim(System.Security.Claims.Claim claim) => throw null; - public string RoleClaimType { get => throw null; } - public virtual bool TryRemoveClaim(System.Security.Claims.Claim claim) => throw null; - public virtual void WriteTo(System.IO.BinaryWriter writer) => throw null; - protected virtual void WriteTo(System.IO.BinaryWriter writer, byte[] userData) => throw null; - } - public class ClaimsPrincipal : System.Security.Principal.IPrincipal - { - public virtual void AddIdentities(System.Collections.Generic.IEnumerable identities) => throw null; - public virtual void AddIdentity(System.Security.Claims.ClaimsIdentity identity) => throw null; - public virtual System.Collections.Generic.IEnumerable Claims { get => throw null; } - public static System.Func ClaimsPrincipalSelector { get => throw null; set { } } - public virtual System.Security.Claims.ClaimsPrincipal Clone() => throw null; - protected virtual System.Security.Claims.ClaimsIdentity CreateClaimsIdentity(System.IO.BinaryReader reader) => throw null; - public ClaimsPrincipal() => throw null; - public ClaimsPrincipal(System.Collections.Generic.IEnumerable identities) => throw null; - public ClaimsPrincipal(System.IO.BinaryReader reader) => throw null; - protected ClaimsPrincipal(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public ClaimsPrincipal(System.Security.Principal.IIdentity identity) => throw null; - public ClaimsPrincipal(System.Security.Principal.IPrincipal principal) => throw null; - public static System.Security.Claims.ClaimsPrincipal Current { get => throw null; } - protected virtual byte[] CustomSerializationData { get => throw null; } - public virtual System.Collections.Generic.IEnumerable FindAll(System.Predicate match) => throw null; - public virtual System.Collections.Generic.IEnumerable FindAll(string type) => throw null; - public virtual System.Security.Claims.Claim FindFirst(System.Predicate match) => throw null; - public virtual System.Security.Claims.Claim FindFirst(string type) => throw null; - protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public virtual bool HasClaim(System.Predicate match) => throw null; - public virtual bool HasClaim(string type, string value) => throw null; - public virtual System.Collections.Generic.IEnumerable Identities { get => throw null; } - public virtual System.Security.Principal.IIdentity Identity { get => throw null; } - public virtual bool IsInRole(string role) => throw null; - public static System.Func, System.Security.Claims.ClaimsIdentity> PrimaryIdentitySelector { get => throw null; set { } } - public virtual void WriteTo(System.IO.BinaryWriter writer) => throw null; - protected virtual void WriteTo(System.IO.BinaryWriter writer, byte[] userData) => throw null; - } - public static class ClaimTypes - { - public const string Actor = default; - public const string Anonymous = default; - public const string Authentication = default; - public const string AuthenticationInstant = default; - public const string AuthenticationMethod = default; - public const string AuthorizationDecision = default; - public const string CookiePath = default; - public const string Country = default; - public const string DateOfBirth = default; - public const string DenyOnlyPrimaryGroupSid = default; - public const string DenyOnlyPrimarySid = default; - public const string DenyOnlySid = default; - public const string DenyOnlyWindowsDeviceGroup = default; - public const string Dns = default; - public const string Dsa = default; - public const string Email = default; - public const string Expiration = default; - public const string Expired = default; - public const string Gender = default; - public const string GivenName = default; - public const string GroupSid = default; - public const string Hash = default; - public const string HomePhone = default; - public const string IsPersistent = default; - public const string Locality = default; - public const string MobilePhone = default; - public const string Name = default; - public const string NameIdentifier = default; - public const string OtherPhone = default; - public const string PostalCode = default; - public const string PrimaryGroupSid = default; - public const string PrimarySid = default; - public const string Role = default; - public const string Rsa = default; - public const string SerialNumber = default; - public const string Sid = default; - public const string Spn = default; - public const string StateOrProvince = default; - public const string StreetAddress = default; - public const string Surname = default; - public const string System = default; - public const string Thumbprint = default; - public const string Upn = default; - public const string Uri = default; - public const string UserData = default; - public const string Version = default; - public const string Webpage = default; - public const string WindowsAccountName = default; - public const string WindowsDeviceClaim = default; - public const string WindowsDeviceGroup = default; - public const string WindowsFqbnVersion = default; - public const string WindowsSubAuthority = default; - public const string WindowsUserClaim = default; - public const string X500DistinguishedName = default; - } - public static class ClaimValueTypes - { - public const string Base64Binary = default; - public const string Base64Octet = default; - public const string Boolean = default; - public const string Date = default; - public const string DateTime = default; - public const string DaytimeDuration = default; - public const string DnsName = default; - public const string Double = default; - public const string DsaKeyValue = default; - public const string Email = default; - public const string Fqbn = default; - public const string HexBinary = default; - public const string Integer = default; - public const string Integer32 = default; - public const string Integer64 = default; - public const string KeyInfo = default; - public const string Rfc822Name = default; - public const string Rsa = default; - public const string RsaKeyValue = default; - public const string Sid = default; - public const string String = default; - public const string Time = default; - public const string UInteger32 = default; - public const string UInteger64 = default; - public const string UpnName = default; - public const string X500Name = default; - public const string YearMonthDuration = default; - } - } - namespace Principal - { - public class GenericIdentity : System.Security.Claims.ClaimsIdentity - { - public override string AuthenticationType { get => throw null; } - public override System.Collections.Generic.IEnumerable Claims { get => throw null; } - public override System.Security.Claims.ClaimsIdentity Clone() => throw null; - protected GenericIdentity(System.Security.Principal.GenericIdentity identity) => throw null; - public GenericIdentity(string name) => throw null; - public GenericIdentity(string name, string type) => throw null; - public override bool IsAuthenticated { get => throw null; } - public override string Name { get => throw null; } - } - public class GenericPrincipal : System.Security.Claims.ClaimsPrincipal - { - public GenericPrincipal(System.Security.Principal.IIdentity identity, string[] roles) => throw null; - public override System.Security.Principal.IIdentity Identity { get => throw null; } - public override bool IsInRole(string role) => throw null; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Cryptography.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Cryptography.cs deleted file mode 100644 index 79c5b179..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Cryptography.cs +++ /dev/null @@ -1,3046 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Security.Cryptography, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace Microsoft -{ - namespace Win32 - { - namespace SafeHandles - { - public abstract class SafeNCryptHandle : Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid - { - protected SafeNCryptHandle() : base(default(bool)) => throw null; - protected SafeNCryptHandle(nint handle, System.Runtime.InteropServices.SafeHandle parentHandle) : base(default(bool)) => throw null; - protected override bool ReleaseHandle() => throw null; - protected abstract bool ReleaseNativeHandle(); - } - public sealed class SafeNCryptKeyHandle : Microsoft.Win32.SafeHandles.SafeNCryptHandle - { - public SafeNCryptKeyHandle() => throw null; - public SafeNCryptKeyHandle(nint handle, System.Runtime.InteropServices.SafeHandle parentHandle) => throw null; - protected override bool ReleaseNativeHandle() => throw null; - } - public sealed class SafeNCryptProviderHandle : Microsoft.Win32.SafeHandles.SafeNCryptHandle - { - public SafeNCryptProviderHandle() => throw null; - protected override bool ReleaseNativeHandle() => throw null; - } - public sealed class SafeNCryptSecretHandle : Microsoft.Win32.SafeHandles.SafeNCryptHandle - { - public SafeNCryptSecretHandle() => throw null; - protected override bool ReleaseNativeHandle() => throw null; - } - public sealed class SafeX509ChainHandle : Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid - { - public SafeX509ChainHandle() : base(default(bool)) => throw null; - protected override void Dispose(bool disposing) => throw null; - protected override bool ReleaseHandle() => throw null; - } - } - } -} -namespace System -{ - namespace Security - { - namespace Cryptography - { - public abstract class Aes : System.Security.Cryptography.SymmetricAlgorithm - { - public static System.Security.Cryptography.Aes Create() => throw null; - public static System.Security.Cryptography.Aes Create(string algorithmName) => throw null; - protected Aes() => throw null; - } - public sealed class AesCcm : System.IDisposable - { - public AesCcm(byte[] key) => throw null; - public AesCcm(System.ReadOnlySpan key) => throw null; - public void Decrypt(byte[] nonce, byte[] ciphertext, byte[] tag, byte[] plaintext, byte[] associatedData = default(byte[])) => throw null; - public void Decrypt(System.ReadOnlySpan nonce, System.ReadOnlySpan ciphertext, System.ReadOnlySpan tag, System.Span plaintext, System.ReadOnlySpan associatedData = default(System.ReadOnlySpan)) => throw null; - public void Dispose() => throw null; - public void Encrypt(byte[] nonce, byte[] plaintext, byte[] ciphertext, byte[] tag, byte[] associatedData = default(byte[])) => throw null; - public void Encrypt(System.ReadOnlySpan nonce, System.ReadOnlySpan plaintext, System.Span ciphertext, System.Span tag, System.ReadOnlySpan associatedData = default(System.ReadOnlySpan)) => throw null; - public static bool IsSupported { get => throw null; } - public static System.Security.Cryptography.KeySizes NonceByteSizes { get => throw null; } - public static System.Security.Cryptography.KeySizes TagByteSizes { get => throw null; } - } - public sealed class AesCng : System.Security.Cryptography.Aes - { - public override System.Security.Cryptography.ICryptoTransform CreateDecryptor() => throw null; - public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgbIV) => throw null; - public override System.Security.Cryptography.ICryptoTransform CreateEncryptor() => throw null; - public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[] rgbIV) => throw null; - public AesCng() => throw null; - public AesCng(string keyName) => throw null; - public AesCng(string keyName, System.Security.Cryptography.CngProvider provider) => throw null; - public AesCng(string keyName, System.Security.Cryptography.CngProvider provider, System.Security.Cryptography.CngKeyOpenOptions openOptions) => throw null; - protected override void Dispose(bool disposing) => throw null; - public override void GenerateIV() => throw null; - public override void GenerateKey() => throw null; - public override byte[] Key { get => throw null; set { } } - public override int KeySize { get => throw null; set { } } - protected override bool TryDecryptCbcCore(System.ReadOnlySpan ciphertext, System.ReadOnlySpan iv, System.Span destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) => throw null; - protected override bool TryDecryptCfbCore(System.ReadOnlySpan ciphertext, System.ReadOnlySpan iv, System.Span destination, System.Security.Cryptography.PaddingMode paddingMode, int feedbackSizeInBits, out int bytesWritten) => throw null; - protected override bool TryDecryptEcbCore(System.ReadOnlySpan ciphertext, System.Span destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) => throw null; - protected override bool TryEncryptCbcCore(System.ReadOnlySpan plaintext, System.ReadOnlySpan iv, System.Span destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) => throw null; - protected override bool TryEncryptCfbCore(System.ReadOnlySpan plaintext, System.ReadOnlySpan iv, System.Span destination, System.Security.Cryptography.PaddingMode paddingMode, int feedbackSizeInBits, out int bytesWritten) => throw null; - protected override bool TryEncryptEcbCore(System.ReadOnlySpan plaintext, System.Span destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) => throw null; - } - public sealed class AesCryptoServiceProvider : System.Security.Cryptography.Aes - { - public override int BlockSize { get => throw null; set { } } - public override System.Security.Cryptography.ICryptoTransform CreateDecryptor() => throw null; - public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgbIV) => throw null; - public override System.Security.Cryptography.ICryptoTransform CreateEncryptor() => throw null; - public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[] rgbIV) => throw null; - public AesCryptoServiceProvider() => throw null; - protected override void Dispose(bool disposing) => throw null; - public override int FeedbackSize { get => throw null; set { } } - public override void GenerateIV() => throw null; - public override void GenerateKey() => throw null; - public override byte[] IV { get => throw null; set { } } - public override byte[] Key { get => throw null; set { } } - public override int KeySize { get => throw null; set { } } - public override System.Security.Cryptography.KeySizes[] LegalBlockSizes { get => throw null; } - public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get => throw null; } - public override System.Security.Cryptography.CipherMode Mode { get => throw null; set { } } - public override System.Security.Cryptography.PaddingMode Padding { get => throw null; set { } } - } - public sealed class AesGcm : System.IDisposable - { - public AesGcm(byte[] key) => throw null; - public AesGcm(byte[] key, int tagSizeInBytes) => throw null; - public AesGcm(System.ReadOnlySpan key) => throw null; - public AesGcm(System.ReadOnlySpan key, int tagSizeInBytes) => throw null; - public void Decrypt(byte[] nonce, byte[] ciphertext, byte[] tag, byte[] plaintext, byte[] associatedData = default(byte[])) => throw null; - public void Decrypt(System.ReadOnlySpan nonce, System.ReadOnlySpan ciphertext, System.ReadOnlySpan tag, System.Span plaintext, System.ReadOnlySpan associatedData = default(System.ReadOnlySpan)) => throw null; - public void Dispose() => throw null; - public void Encrypt(byte[] nonce, byte[] plaintext, byte[] ciphertext, byte[] tag, byte[] associatedData = default(byte[])) => throw null; - public void Encrypt(System.ReadOnlySpan nonce, System.ReadOnlySpan plaintext, System.Span ciphertext, System.Span tag, System.ReadOnlySpan associatedData = default(System.ReadOnlySpan)) => throw null; - public static bool IsSupported { get => throw null; } - public static System.Security.Cryptography.KeySizes NonceByteSizes { get => throw null; } - public static System.Security.Cryptography.KeySizes TagByteSizes { get => throw null; } - public int? TagSizeInBytes { get => throw null; } - } - public sealed class AesManaged : System.Security.Cryptography.Aes - { - public override int BlockSize { get => throw null; set { } } - public override System.Security.Cryptography.ICryptoTransform CreateDecryptor() => throw null; - public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgbIV) => throw null; - public override System.Security.Cryptography.ICryptoTransform CreateEncryptor() => throw null; - public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[] rgbIV) => throw null; - public AesManaged() => throw null; - protected override void Dispose(bool disposing) => throw null; - public override int FeedbackSize { get => throw null; set { } } - public override void GenerateIV() => throw null; - public override void GenerateKey() => throw null; - public override byte[] IV { get => throw null; set { } } - public override byte[] Key { get => throw null; set { } } - public override int KeySize { get => throw null; set { } } - public override System.Security.Cryptography.KeySizes[] LegalBlockSizes { get => throw null; } - public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get => throw null; } - public override System.Security.Cryptography.CipherMode Mode { get => throw null; set { } } - public override System.Security.Cryptography.PaddingMode Padding { get => throw null; set { } } - } - public class AsnEncodedData - { - public virtual void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) => throw null; - protected AsnEncodedData() => throw null; - public AsnEncodedData(byte[] rawData) => throw null; - public AsnEncodedData(System.ReadOnlySpan rawData) => throw null; - public AsnEncodedData(System.Security.Cryptography.AsnEncodedData asnEncodedData) => throw null; - public AsnEncodedData(System.Security.Cryptography.Oid oid, byte[] rawData) => throw null; - public AsnEncodedData(System.Security.Cryptography.Oid oid, System.ReadOnlySpan rawData) => throw null; - public AsnEncodedData(string oid, byte[] rawData) => throw null; - public AsnEncodedData(string oid, System.ReadOnlySpan rawData) => throw null; - public virtual string Format(bool multiLine) => throw null; - public System.Security.Cryptography.Oid Oid { get => throw null; set { } } - public byte[] RawData { get => throw null; set { } } - } - public sealed class AsnEncodedDataCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - public int Add(System.Security.Cryptography.AsnEncodedData asnEncodedData) => throw null; - public void CopyTo(System.Security.Cryptography.AsnEncodedData[] array, int index) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public AsnEncodedDataCollection() => throw null; - public AsnEncodedDataCollection(System.Security.Cryptography.AsnEncodedData asnEncodedData) => throw null; - public System.Security.Cryptography.AsnEncodedDataEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public bool IsSynchronized { get => throw null; } - public void Remove(System.Security.Cryptography.AsnEncodedData asnEncodedData) => throw null; - public object SyncRoot { get => throw null; } - public System.Security.Cryptography.AsnEncodedData this[int index] { get => throw null; } - } - public sealed class AsnEncodedDataEnumerator : System.Collections.IEnumerator - { - public System.Security.Cryptography.AsnEncodedData Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public bool MoveNext() => throw null; - public void Reset() => throw null; - } - public abstract class AsymmetricAlgorithm : System.IDisposable - { - public void Clear() => throw null; - public static System.Security.Cryptography.AsymmetricAlgorithm Create() => throw null; - public static System.Security.Cryptography.AsymmetricAlgorithm Create(string algName) => throw null; - protected AsymmetricAlgorithm() => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public virtual byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; - public virtual byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; - public string ExportEncryptedPkcs8PrivateKeyPem(System.ReadOnlySpan passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; - public string ExportEncryptedPkcs8PrivateKeyPem(System.ReadOnlySpan password, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; - public virtual byte[] ExportPkcs8PrivateKey() => throw null; - public string ExportPkcs8PrivateKeyPem() => throw null; - public virtual byte[] ExportSubjectPublicKeyInfo() => throw null; - public string ExportSubjectPublicKeyInfoPem() => throw null; - public virtual void FromXmlString(string xmlString) => throw null; - public virtual void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.ReadOnlySpan source, out int bytesRead) => throw null; - public virtual void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.ReadOnlySpan source, out int bytesRead) => throw null; - public virtual void ImportFromEncryptedPem(System.ReadOnlySpan input, System.ReadOnlySpan passwordBytes) => throw null; - public virtual void ImportFromEncryptedPem(System.ReadOnlySpan input, System.ReadOnlySpan password) => throw null; - public virtual void ImportFromPem(System.ReadOnlySpan input) => throw null; - public virtual void ImportPkcs8PrivateKey(System.ReadOnlySpan source, out int bytesRead) => throw null; - public virtual void ImportSubjectPublicKeyInfo(System.ReadOnlySpan source, out int bytesRead) => throw null; - public virtual string KeyExchangeAlgorithm { get => throw null; } - public virtual int KeySize { get => throw null; set { } } - protected int KeySizeValue; - public virtual System.Security.Cryptography.KeySizes[] LegalKeySizes { get => throw null; } - protected System.Security.Cryptography.KeySizes[] LegalKeySizesValue; - public virtual string SignatureAlgorithm { get => throw null; } - public virtual string ToXmlString(bool includePrivateParameters) => throw null; - public virtual bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int bytesWritten) => throw null; - public virtual bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int bytesWritten) => throw null; - public bool TryExportEncryptedPkcs8PrivateKeyPem(System.ReadOnlySpan passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int charsWritten) => throw null; - public bool TryExportEncryptedPkcs8PrivateKeyPem(System.ReadOnlySpan password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int charsWritten) => throw null; - public virtual bool TryExportPkcs8PrivateKey(System.Span destination, out int bytesWritten) => throw null; - public bool TryExportPkcs8PrivateKeyPem(System.Span destination, out int charsWritten) => throw null; - public virtual bool TryExportSubjectPublicKeyInfo(System.Span destination, out int bytesWritten) => throw null; - public bool TryExportSubjectPublicKeyInfoPem(System.Span destination, out int charsWritten) => throw null; - } - public abstract class AsymmetricKeyExchangeDeformatter - { - protected AsymmetricKeyExchangeDeformatter() => throw null; - public abstract byte[] DecryptKeyExchange(byte[] rgb); - public abstract string Parameters { get; set; } - public abstract void SetKey(System.Security.Cryptography.AsymmetricAlgorithm key); - } - public abstract class AsymmetricKeyExchangeFormatter - { - public abstract byte[] CreateKeyExchange(byte[] data); - public abstract byte[] CreateKeyExchange(byte[] data, System.Type symAlgType); - protected AsymmetricKeyExchangeFormatter() => throw null; - public abstract string Parameters { get; } - public abstract void SetKey(System.Security.Cryptography.AsymmetricAlgorithm key); - } - public abstract class AsymmetricSignatureDeformatter - { - protected AsymmetricSignatureDeformatter() => throw null; - public abstract void SetHashAlgorithm(string strName); - public abstract void SetKey(System.Security.Cryptography.AsymmetricAlgorithm key); - public abstract bool VerifySignature(byte[] rgbHash, byte[] rgbSignature); - public virtual bool VerifySignature(System.Security.Cryptography.HashAlgorithm hash, byte[] rgbSignature) => throw null; - } - public abstract class AsymmetricSignatureFormatter - { - public abstract byte[] CreateSignature(byte[] rgbHash); - public virtual byte[] CreateSignature(System.Security.Cryptography.HashAlgorithm hash) => throw null; - protected AsymmetricSignatureFormatter() => throw null; - public abstract void SetHashAlgorithm(string strName); - public abstract void SetKey(System.Security.Cryptography.AsymmetricAlgorithm key); - } - public sealed class AuthenticationTagMismatchException : System.Security.Cryptography.CryptographicException - { - public AuthenticationTagMismatchException() => throw null; - public AuthenticationTagMismatchException(string message) => throw null; - public AuthenticationTagMismatchException(string message, System.Exception inner) => throw null; - } - public sealed class ChaCha20Poly1305 : System.IDisposable - { - public ChaCha20Poly1305(byte[] key) => throw null; - public ChaCha20Poly1305(System.ReadOnlySpan key) => throw null; - public void Decrypt(byte[] nonce, byte[] ciphertext, byte[] tag, byte[] plaintext, byte[] associatedData = default(byte[])) => throw null; - public void Decrypt(System.ReadOnlySpan nonce, System.ReadOnlySpan ciphertext, System.ReadOnlySpan tag, System.Span plaintext, System.ReadOnlySpan associatedData = default(System.ReadOnlySpan)) => throw null; - public void Dispose() => throw null; - public void Encrypt(byte[] nonce, byte[] plaintext, byte[] ciphertext, byte[] tag, byte[] associatedData = default(byte[])) => throw null; - public void Encrypt(System.ReadOnlySpan nonce, System.ReadOnlySpan plaintext, System.Span ciphertext, System.Span tag, System.ReadOnlySpan associatedData = default(System.ReadOnlySpan)) => throw null; - public static bool IsSupported { get => throw null; } - } - public enum CipherMode - { - CBC = 1, - ECB = 2, - OFB = 3, - CFB = 4, - CTS = 5, - } - public sealed class CngAlgorithm : System.IEquatable - { - public string Algorithm { get => throw null; } - public CngAlgorithm(string algorithm) => throw null; - public static System.Security.Cryptography.CngAlgorithm ECDiffieHellman { get => throw null; } - public static System.Security.Cryptography.CngAlgorithm ECDiffieHellmanP256 { get => throw null; } - public static System.Security.Cryptography.CngAlgorithm ECDiffieHellmanP384 { get => throw null; } - public static System.Security.Cryptography.CngAlgorithm ECDiffieHellmanP521 { get => throw null; } - public static System.Security.Cryptography.CngAlgorithm ECDsa { get => throw null; } - public static System.Security.Cryptography.CngAlgorithm ECDsaP256 { get => throw null; } - public static System.Security.Cryptography.CngAlgorithm ECDsaP384 { get => throw null; } - public static System.Security.Cryptography.CngAlgorithm ECDsaP521 { get => throw null; } - public override bool Equals(object obj) => throw null; - public bool Equals(System.Security.Cryptography.CngAlgorithm other) => throw null; - public override int GetHashCode() => throw null; - public static System.Security.Cryptography.CngAlgorithm MD5 { get => throw null; } - public static bool operator ==(System.Security.Cryptography.CngAlgorithm left, System.Security.Cryptography.CngAlgorithm right) => throw null; - public static bool operator !=(System.Security.Cryptography.CngAlgorithm left, System.Security.Cryptography.CngAlgorithm right) => throw null; - public static System.Security.Cryptography.CngAlgorithm Rsa { get => throw null; } - public static System.Security.Cryptography.CngAlgorithm Sha1 { get => throw null; } - public static System.Security.Cryptography.CngAlgorithm Sha256 { get => throw null; } - public static System.Security.Cryptography.CngAlgorithm Sha384 { get => throw null; } - public static System.Security.Cryptography.CngAlgorithm Sha512 { get => throw null; } - public override string ToString() => throw null; - } - public sealed class CngAlgorithmGroup : System.IEquatable - { - public string AlgorithmGroup { get => throw null; } - public CngAlgorithmGroup(string algorithmGroup) => throw null; - public static System.Security.Cryptography.CngAlgorithmGroup DiffieHellman { get => throw null; } - public static System.Security.Cryptography.CngAlgorithmGroup Dsa { get => throw null; } - public static System.Security.Cryptography.CngAlgorithmGroup ECDiffieHellman { get => throw null; } - public static System.Security.Cryptography.CngAlgorithmGroup ECDsa { get => throw null; } - public override bool Equals(object obj) => throw null; - public bool Equals(System.Security.Cryptography.CngAlgorithmGroup other) => throw null; - public override int GetHashCode() => throw null; - public static bool operator ==(System.Security.Cryptography.CngAlgorithmGroup left, System.Security.Cryptography.CngAlgorithmGroup right) => throw null; - public static bool operator !=(System.Security.Cryptography.CngAlgorithmGroup left, System.Security.Cryptography.CngAlgorithmGroup right) => throw null; - public static System.Security.Cryptography.CngAlgorithmGroup Rsa { get => throw null; } - public override string ToString() => throw null; - } - [System.Flags] - public enum CngExportPolicies - { - None = 0, - AllowExport = 1, - AllowPlaintextExport = 2, - AllowArchiving = 4, - AllowPlaintextArchiving = 8, - } - public sealed class CngKey : System.IDisposable - { - public System.Security.Cryptography.CngAlgorithm Algorithm { get => throw null; } - public System.Security.Cryptography.CngAlgorithmGroup AlgorithmGroup { get => throw null; } - public static System.Security.Cryptography.CngKey Create(System.Security.Cryptography.CngAlgorithm algorithm) => throw null; - public static System.Security.Cryptography.CngKey Create(System.Security.Cryptography.CngAlgorithm algorithm, string keyName) => throw null; - public static System.Security.Cryptography.CngKey Create(System.Security.Cryptography.CngAlgorithm algorithm, string keyName, System.Security.Cryptography.CngKeyCreationParameters creationParameters) => throw null; - public void Delete() => throw null; - public void Dispose() => throw null; - public static bool Exists(string keyName) => throw null; - public static bool Exists(string keyName, System.Security.Cryptography.CngProvider provider) => throw null; - public static bool Exists(string keyName, System.Security.Cryptography.CngProvider provider, System.Security.Cryptography.CngKeyOpenOptions options) => throw null; - public byte[] Export(System.Security.Cryptography.CngKeyBlobFormat format) => throw null; - public System.Security.Cryptography.CngExportPolicies ExportPolicy { get => throw null; } - public System.Security.Cryptography.CngProperty GetProperty(string name, System.Security.Cryptography.CngPropertyOptions options) => throw null; - public Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle Handle { get => throw null; } - public bool HasProperty(string name, System.Security.Cryptography.CngPropertyOptions options) => throw null; - public static System.Security.Cryptography.CngKey Import(byte[] keyBlob, System.Security.Cryptography.CngKeyBlobFormat format) => throw null; - public static System.Security.Cryptography.CngKey Import(byte[] keyBlob, System.Security.Cryptography.CngKeyBlobFormat format, System.Security.Cryptography.CngProvider provider) => throw null; - public bool IsEphemeral { get => throw null; } - public bool IsMachineKey { get => throw null; } - public string KeyName { get => throw null; } - public int KeySize { get => throw null; } - public System.Security.Cryptography.CngKeyUsages KeyUsage { get => throw null; } - public static System.Security.Cryptography.CngKey Open(Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle keyHandle, System.Security.Cryptography.CngKeyHandleOpenOptions keyHandleOpenOptions) => throw null; - public static System.Security.Cryptography.CngKey Open(string keyName) => throw null; - public static System.Security.Cryptography.CngKey Open(string keyName, System.Security.Cryptography.CngProvider provider) => throw null; - public static System.Security.Cryptography.CngKey Open(string keyName, System.Security.Cryptography.CngProvider provider, System.Security.Cryptography.CngKeyOpenOptions openOptions) => throw null; - public nint ParentWindowHandle { get => throw null; set { } } - public System.Security.Cryptography.CngProvider Provider { get => throw null; } - public Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle ProviderHandle { get => throw null; } - public void SetProperty(System.Security.Cryptography.CngProperty property) => throw null; - public System.Security.Cryptography.CngUIPolicy UIPolicy { get => throw null; } - public string UniqueName { get => throw null; } - } - public sealed class CngKeyBlobFormat : System.IEquatable - { - public CngKeyBlobFormat(string format) => throw null; - public static System.Security.Cryptography.CngKeyBlobFormat EccFullPrivateBlob { get => throw null; } - public static System.Security.Cryptography.CngKeyBlobFormat EccFullPublicBlob { get => throw null; } - public static System.Security.Cryptography.CngKeyBlobFormat EccPrivateBlob { get => throw null; } - public static System.Security.Cryptography.CngKeyBlobFormat EccPublicBlob { get => throw null; } - public override bool Equals(object obj) => throw null; - public bool Equals(System.Security.Cryptography.CngKeyBlobFormat other) => throw null; - public string Format { get => throw null; } - public static System.Security.Cryptography.CngKeyBlobFormat GenericPrivateBlob { get => throw null; } - public static System.Security.Cryptography.CngKeyBlobFormat GenericPublicBlob { get => throw null; } - public override int GetHashCode() => throw null; - public static bool operator ==(System.Security.Cryptography.CngKeyBlobFormat left, System.Security.Cryptography.CngKeyBlobFormat right) => throw null; - public static bool operator !=(System.Security.Cryptography.CngKeyBlobFormat left, System.Security.Cryptography.CngKeyBlobFormat right) => throw null; - public static System.Security.Cryptography.CngKeyBlobFormat OpaqueTransportBlob { get => throw null; } - public static System.Security.Cryptography.CngKeyBlobFormat Pkcs8PrivateBlob { get => throw null; } - public override string ToString() => throw null; - } - [System.Flags] - public enum CngKeyCreationOptions - { - None = 0, - MachineKey = 32, - OverwriteExistingKey = 128, - } - public sealed class CngKeyCreationParameters - { - public CngKeyCreationParameters() => throw null; - public System.Security.Cryptography.CngExportPolicies? ExportPolicy { get => throw null; set { } } - public System.Security.Cryptography.CngKeyCreationOptions KeyCreationOptions { get => throw null; set { } } - public System.Security.Cryptography.CngKeyUsages? KeyUsage { get => throw null; set { } } - public System.Security.Cryptography.CngPropertyCollection Parameters { get => throw null; } - public nint ParentWindowHandle { get => throw null; set { } } - public System.Security.Cryptography.CngProvider Provider { get => throw null; set { } } - public System.Security.Cryptography.CngUIPolicy UIPolicy { get => throw null; set { } } - } - [System.Flags] - public enum CngKeyHandleOpenOptions - { - None = 0, - EphemeralKey = 1, - } - [System.Flags] - public enum CngKeyOpenOptions - { - None = 0, - UserKey = 0, - MachineKey = 32, - Silent = 64, - } - [System.Flags] - public enum CngKeyUsages - { - None = 0, - Decryption = 1, - Signing = 2, - KeyAgreement = 4, - AllUsages = 16777215, - } - public struct CngProperty : System.IEquatable - { - public CngProperty(string name, byte[] value, System.Security.Cryptography.CngPropertyOptions options) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(System.Security.Cryptography.CngProperty other) => throw null; - public override int GetHashCode() => throw null; - public byte[] GetValue() => throw null; - public string Name { get => throw null; } - public static bool operator ==(System.Security.Cryptography.CngProperty left, System.Security.Cryptography.CngProperty right) => throw null; - public static bool operator !=(System.Security.Cryptography.CngProperty left, System.Security.Cryptography.CngProperty right) => throw null; - public System.Security.Cryptography.CngPropertyOptions Options { get => throw null; } - } - public sealed class CngPropertyCollection : System.Collections.ObjectModel.Collection - { - public CngPropertyCollection() => throw null; - } - [System.Flags] - public enum CngPropertyOptions - { - Persist = -2147483648, - None = 0, - CustomProperty = 1073741824, - } - public sealed class CngProvider : System.IEquatable - { - public CngProvider(string provider) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(System.Security.Cryptography.CngProvider other) => throw null; - public override int GetHashCode() => throw null; - public static System.Security.Cryptography.CngProvider MicrosoftPlatformCryptoProvider { get => throw null; } - public static System.Security.Cryptography.CngProvider MicrosoftSmartCardKeyStorageProvider { get => throw null; } - public static System.Security.Cryptography.CngProvider MicrosoftSoftwareKeyStorageProvider { get => throw null; } - public static bool operator ==(System.Security.Cryptography.CngProvider left, System.Security.Cryptography.CngProvider right) => throw null; - public static bool operator !=(System.Security.Cryptography.CngProvider left, System.Security.Cryptography.CngProvider right) => throw null; - public string Provider { get => throw null; } - public override string ToString() => throw null; - } - public sealed class CngUIPolicy - { - public string CreationTitle { get => throw null; } - public CngUIPolicy(System.Security.Cryptography.CngUIProtectionLevels protectionLevel) => throw null; - public CngUIPolicy(System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string friendlyName) => throw null; - public CngUIPolicy(System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string friendlyName, string description) => throw null; - public CngUIPolicy(System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext) => throw null; - public CngUIPolicy(System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext, string creationTitle) => throw null; - public string Description { get => throw null; } - public string FriendlyName { get => throw null; } - public System.Security.Cryptography.CngUIProtectionLevels ProtectionLevel { get => throw null; } - public string UseContext { get => throw null; } - } - [System.Flags] - public enum CngUIProtectionLevels - { - None = 0, - ProtectKey = 1, - ForceHighProtection = 2, - } - public class CryptoConfig - { - public static void AddAlgorithm(System.Type algorithm, params string[] names) => throw null; - public static void AddOID(string oid, params string[] names) => throw null; - public static bool AllowOnlyFipsAlgorithms { get => throw null; } - public static object CreateFromName(string name) => throw null; - public static object CreateFromName(string name, params object[] args) => throw null; - public CryptoConfig() => throw null; - public static byte[] EncodeOID(string str) => throw null; - public static string MapNameToOID(string name) => throw null; - } - public static class CryptographicOperations - { - public static bool FixedTimeEquals(System.ReadOnlySpan left, System.ReadOnlySpan right) => throw null; - public static void ZeroMemory(System.Span buffer) => throw null; - } - public class CryptographicUnexpectedOperationException : System.Security.Cryptography.CryptographicException - { - public CryptographicUnexpectedOperationException() => throw null; - protected CryptographicUnexpectedOperationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public CryptographicUnexpectedOperationException(string message) => throw null; - public CryptographicUnexpectedOperationException(string message, System.Exception inner) => throw null; - public CryptographicUnexpectedOperationException(string format, string insert) => throw null; - } - public class CryptoStream : System.IO.Stream, System.IDisposable - { - public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) => throw null; - public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) => throw null; - public override bool CanRead { get => throw null; } - public override bool CanSeek { get => throw null; } - public override bool CanWrite { get => throw null; } - public void Clear() => throw null; - public override void CopyTo(System.IO.Stream destination, int bufferSize) => throw null; - public override System.Threading.Tasks.Task CopyToAsync(System.IO.Stream destination, int bufferSize, System.Threading.CancellationToken cancellationToken) => throw null; - public CryptoStream(System.IO.Stream stream, System.Security.Cryptography.ICryptoTransform transform, System.Security.Cryptography.CryptoStreamMode mode) => throw null; - public CryptoStream(System.IO.Stream stream, System.Security.Cryptography.ICryptoTransform transform, System.Security.Cryptography.CryptoStreamMode mode, bool leaveOpen) => throw null; - protected override void Dispose(bool disposing) => throw null; - public override System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - public override int EndRead(System.IAsyncResult asyncResult) => throw null; - public override void EndWrite(System.IAsyncResult asyncResult) => throw null; - public override void Flush() => throw null; - public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public void FlushFinalBlock() => throw null; - public System.Threading.Tasks.ValueTask FlushFinalBlockAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public bool HasFlushedFinalBlock { get => throw null; } - public override long Length { get => throw null; } - public override long Position { get => throw null; set { } } - public override int Read(byte[] buffer, int offset, int count) => throw null; - public override System.Threading.Tasks.Task ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask ReadAsync(System.Memory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override int ReadByte() => throw null; - public override long Seek(long offset, System.IO.SeekOrigin origin) => throw null; - public override void SetLength(long value) => throw null; - public override void Write(byte[] buffer, int offset, int count) => throw null; - public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public override void WriteByte(byte value) => throw null; - } - public enum CryptoStreamMode - { - Read = 0, - Write = 1, - } - public sealed class CspKeyContainerInfo - { - public bool Accessible { get => throw null; } - public CspKeyContainerInfo(System.Security.Cryptography.CspParameters parameters) => throw null; - public bool Exportable { get => throw null; } - public bool HardwareDevice { get => throw null; } - public string KeyContainerName { get => throw null; } - public System.Security.Cryptography.KeyNumber KeyNumber { get => throw null; } - public bool MachineKeyStore { get => throw null; } - public bool Protected { get => throw null; } - public string ProviderName { get => throw null; } - public int ProviderType { get => throw null; } - public bool RandomlyGenerated { get => throw null; } - public bool Removable { get => throw null; } - public string UniqueKeyContainerName { get => throw null; } - } - public sealed class CspParameters - { - public CspParameters() => throw null; - public CspParameters(int dwTypeIn) => throw null; - public CspParameters(int dwTypeIn, string strProviderNameIn) => throw null; - public CspParameters(int dwTypeIn, string strProviderNameIn, string strContainerNameIn) => throw null; - public System.Security.Cryptography.CspProviderFlags Flags { get => throw null; set { } } - public string KeyContainerName; - public int KeyNumber; - public System.Security.SecureString KeyPassword { get => throw null; set { } } - public nint ParentWindowHandle { get => throw null; set { } } - public string ProviderName; - public int ProviderType; - } - [System.Flags] - public enum CspProviderFlags - { - NoFlags = 0, - UseMachineKeyStore = 1, - UseDefaultKeyContainer = 2, - UseNonExportableKey = 4, - UseExistingKey = 8, - UseArchivableKey = 16, - UseUserProtectedKey = 32, - NoPrompt = 64, - CreateEphemeralKey = 128, - } - public abstract class DeriveBytes : System.IDisposable - { - protected DeriveBytes() => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public abstract byte[] GetBytes(int cb); - public abstract void Reset(); - } - public abstract class DES : System.Security.Cryptography.SymmetricAlgorithm - { - public static System.Security.Cryptography.DES Create() => throw null; - public static System.Security.Cryptography.DES Create(string algName) => throw null; - protected DES() => throw null; - public static bool IsSemiWeakKey(byte[] rgbKey) => throw null; - public static bool IsWeakKey(byte[] rgbKey) => throw null; - public override byte[] Key { get => throw null; set { } } - } - public sealed class DESCryptoServiceProvider : System.Security.Cryptography.DES - { - public override System.Security.Cryptography.ICryptoTransform CreateDecryptor() => throw null; - public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgbIV) => throw null; - public override System.Security.Cryptography.ICryptoTransform CreateEncryptor() => throw null; - public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[] rgbIV) => throw null; - public DESCryptoServiceProvider() => throw null; - public override void GenerateIV() => throw null; - public override void GenerateKey() => throw null; - } - public abstract class DSA : System.Security.Cryptography.AsymmetricAlgorithm - { - public static System.Security.Cryptography.DSA Create() => throw null; - public static System.Security.Cryptography.DSA Create(int keySizeInBits) => throw null; - public static System.Security.Cryptography.DSA Create(System.Security.Cryptography.DSAParameters parameters) => throw null; - public static System.Security.Cryptography.DSA Create(string algName) => throw null; - public abstract byte[] CreateSignature(byte[] rgbHash); - public byte[] CreateSignature(byte[] rgbHash, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - protected virtual byte[] CreateSignatureCore(System.ReadOnlySpan hash, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - protected DSA() => throw null; - public abstract System.Security.Cryptography.DSAParameters ExportParameters(bool includePrivateParameters); - public override void FromXmlString(string xmlString) => throw null; - public int GetMaxSignatureSize(System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - protected virtual byte[] HashData(byte[] data, int offset, int count, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - protected virtual byte[] HashData(System.IO.Stream data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.ReadOnlySpan source, out int bytesRead) => throw null; - public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.ReadOnlySpan source, out int bytesRead) => throw null; - public override void ImportFromEncryptedPem(System.ReadOnlySpan input, System.ReadOnlySpan passwordBytes) => throw null; - public override void ImportFromEncryptedPem(System.ReadOnlySpan input, System.ReadOnlySpan password) => throw null; - public override void ImportFromPem(System.ReadOnlySpan input) => throw null; - public abstract void ImportParameters(System.Security.Cryptography.DSAParameters parameters); - public override void ImportPkcs8PrivateKey(System.ReadOnlySpan source, out int bytesRead) => throw null; - public override void ImportSubjectPublicKeyInfo(System.ReadOnlySpan source, out int bytesRead) => throw null; - public virtual byte[] SignData(byte[] data, int offset, int count, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public byte[] SignData(byte[] data, int offset, int count, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - public byte[] SignData(byte[] data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public byte[] SignData(byte[] data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - public virtual byte[] SignData(System.IO.Stream data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public byte[] SignData(System.IO.Stream data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - protected virtual byte[] SignDataCore(System.IO.Stream data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - protected virtual byte[] SignDataCore(System.ReadOnlySpan data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - public override string ToXmlString(bool includePrivateParameters) => throw null; - public virtual bool TryCreateSignature(System.ReadOnlySpan hash, System.Span destination, out int bytesWritten) => throw null; - public bool TryCreateSignature(System.ReadOnlySpan hash, System.Span destination, System.Security.Cryptography.DSASignatureFormat signatureFormat, out int bytesWritten) => throw null; - protected virtual bool TryCreateSignatureCore(System.ReadOnlySpan hash, System.Span destination, System.Security.Cryptography.DSASignatureFormat signatureFormat, out int bytesWritten) => throw null; - public override bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int bytesWritten) => throw null; - public override bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int bytesWritten) => throw null; - public override bool TryExportPkcs8PrivateKey(System.Span destination, out int bytesWritten) => throw null; - public override bool TryExportSubjectPublicKeyInfo(System.Span destination, out int bytesWritten) => throw null; - protected virtual bool TryHashData(System.ReadOnlySpan data, System.Span destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, out int bytesWritten) => throw null; - public virtual bool TrySignData(System.ReadOnlySpan data, System.Span destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, out int bytesWritten) => throw null; - public bool TrySignData(System.ReadOnlySpan data, System.Span destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat, out int bytesWritten) => throw null; - protected virtual bool TrySignDataCore(System.ReadOnlySpan data, System.Span destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat, out int bytesWritten) => throw null; - public bool VerifyData(byte[] data, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public bool VerifyData(byte[] data, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - public virtual bool VerifyData(byte[] data, int offset, int count, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public bool VerifyData(byte[] data, int offset, int count, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - public virtual bool VerifyData(System.IO.Stream data, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public bool VerifyData(System.IO.Stream data, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - public virtual bool VerifyData(System.ReadOnlySpan data, System.ReadOnlySpan signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public bool VerifyData(System.ReadOnlySpan data, System.ReadOnlySpan signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - protected virtual bool VerifyDataCore(System.IO.Stream data, System.ReadOnlySpan signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - protected virtual bool VerifyDataCore(System.ReadOnlySpan data, System.ReadOnlySpan signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - public abstract bool VerifySignature(byte[] rgbHash, byte[] rgbSignature); - public bool VerifySignature(byte[] rgbHash, byte[] rgbSignature, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - public virtual bool VerifySignature(System.ReadOnlySpan hash, System.ReadOnlySpan signature) => throw null; - public bool VerifySignature(System.ReadOnlySpan hash, System.ReadOnlySpan signature, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - protected virtual bool VerifySignatureCore(System.ReadOnlySpan hash, System.ReadOnlySpan signature, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - } - public sealed class DSACng : System.Security.Cryptography.DSA - { - public override byte[] CreateSignature(byte[] rgbHash) => throw null; - public DSACng() => throw null; - public DSACng(int keySize) => throw null; - public DSACng(System.Security.Cryptography.CngKey key) => throw null; - protected override void Dispose(bool disposing) => throw null; - public override byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; - public override byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; - public override System.Security.Cryptography.DSAParameters ExportParameters(bool includePrivateParameters) => throw null; - public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.ReadOnlySpan source, out int bytesRead) => throw null; - public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.ReadOnlySpan source, out int bytesRead) => throw null; - public override void ImportParameters(System.Security.Cryptography.DSAParameters parameters) => throw null; - public System.Security.Cryptography.CngKey Key { get => throw null; } - public override string KeyExchangeAlgorithm { get => throw null; } - public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get => throw null; } - public override string SignatureAlgorithm { get => throw null; } - protected override bool TryCreateSignatureCore(System.ReadOnlySpan hash, System.Span destination, System.Security.Cryptography.DSASignatureFormat signatureFormat, out int bytesWritten) => throw null; - public override bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int bytesWritten) => throw null; - public override bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int bytesWritten) => throw null; - public override bool TryExportPkcs8PrivateKey(System.Span destination, out int bytesWritten) => throw null; - public override bool VerifySignature(byte[] rgbHash, byte[] rgbSignature) => throw null; - protected override bool VerifySignatureCore(System.ReadOnlySpan hash, System.ReadOnlySpan signature, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - } - public sealed class DSACryptoServiceProvider : System.Security.Cryptography.DSA, System.Security.Cryptography.ICspAsymmetricAlgorithm - { - public override byte[] CreateSignature(byte[] rgbHash) => throw null; - public System.Security.Cryptography.CspKeyContainerInfo CspKeyContainerInfo { get => throw null; } - public DSACryptoServiceProvider() => throw null; - public DSACryptoServiceProvider(int dwKeySize) => throw null; - public DSACryptoServiceProvider(int dwKeySize, System.Security.Cryptography.CspParameters parameters) => throw null; - public DSACryptoServiceProvider(System.Security.Cryptography.CspParameters parameters) => throw null; - protected override void Dispose(bool disposing) => throw null; - public byte[] ExportCspBlob(bool includePrivateParameters) => throw null; - public override System.Security.Cryptography.DSAParameters ExportParameters(bool includePrivateParameters) => throw null; - protected override byte[] HashData(byte[] data, int offset, int count, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - protected override byte[] HashData(System.IO.Stream data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public void ImportCspBlob(byte[] keyBlob) => throw null; - public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.ReadOnlySpan source, out int bytesRead) => throw null; - public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.ReadOnlySpan source, out int bytesRead) => throw null; - public override void ImportParameters(System.Security.Cryptography.DSAParameters parameters) => throw null; - public override string KeyExchangeAlgorithm { get => throw null; } - public override int KeySize { get => throw null; } - public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get => throw null; } - public bool PersistKeyInCsp { get => throw null; set { } } - public bool PublicOnly { get => throw null; } - public override string SignatureAlgorithm { get => throw null; } - public byte[] SignData(byte[] buffer) => throw null; - public byte[] SignData(byte[] buffer, int offset, int count) => throw null; - public byte[] SignData(System.IO.Stream inputStream) => throw null; - public byte[] SignHash(byte[] rgbHash, string str) => throw null; - public static bool UseMachineKeyStore { get => throw null; set { } } - public bool VerifyData(byte[] rgbData, byte[] rgbSignature) => throw null; - public bool VerifyHash(byte[] rgbHash, string str, byte[] rgbSignature) => throw null; - public override bool VerifySignature(byte[] rgbHash, byte[] rgbSignature) => throw null; - } - public sealed class DSAOpenSsl : System.Security.Cryptography.DSA - { - public override byte[] CreateSignature(byte[] rgbHash) => throw null; - public DSAOpenSsl() => throw null; - public DSAOpenSsl(int keySize) => throw null; - public DSAOpenSsl(nint handle) => throw null; - public DSAOpenSsl(System.Security.Cryptography.DSAParameters parameters) => throw null; - public DSAOpenSsl(System.Security.Cryptography.SafeEvpPKeyHandle pkeyHandle) => throw null; - public System.Security.Cryptography.SafeEvpPKeyHandle DuplicateKeyHandle() => throw null; - public override System.Security.Cryptography.DSAParameters ExportParameters(bool includePrivateParameters) => throw null; - public override void ImportParameters(System.Security.Cryptography.DSAParameters parameters) => throw null; - public override bool VerifySignature(byte[] rgbHash, byte[] rgbSignature) => throw null; - } - public struct DSAParameters - { - public int Counter; - public byte[] G; - public byte[] J; - public byte[] P; - public byte[] Q; - public byte[] Seed; - public byte[] X; - public byte[] Y; - } - public class DSASignatureDeformatter : System.Security.Cryptography.AsymmetricSignatureDeformatter - { - public DSASignatureDeformatter() => throw null; - public DSASignatureDeformatter(System.Security.Cryptography.AsymmetricAlgorithm key) => throw null; - public override void SetHashAlgorithm(string strName) => throw null; - public override void SetKey(System.Security.Cryptography.AsymmetricAlgorithm key) => throw null; - public override bool VerifySignature(byte[] rgbHash, byte[] rgbSignature) => throw null; - } - public enum DSASignatureFormat - { - IeeeP1363FixedFieldConcatenation = 0, - Rfc3279DerSequence = 1, - } - public class DSASignatureFormatter : System.Security.Cryptography.AsymmetricSignatureFormatter - { - public override byte[] CreateSignature(byte[] rgbHash) => throw null; - public DSASignatureFormatter() => throw null; - public DSASignatureFormatter(System.Security.Cryptography.AsymmetricAlgorithm key) => throw null; - public override void SetHashAlgorithm(string strName) => throw null; - public override void SetKey(System.Security.Cryptography.AsymmetricAlgorithm key) => throw null; - } - public abstract class ECAlgorithm : System.Security.Cryptography.AsymmetricAlgorithm - { - protected ECAlgorithm() => throw null; - public virtual byte[] ExportECPrivateKey() => throw null; - public string ExportECPrivateKeyPem() => throw null; - public virtual System.Security.Cryptography.ECParameters ExportExplicitParameters(bool includePrivateParameters) => throw null; - public virtual System.Security.Cryptography.ECParameters ExportParameters(bool includePrivateParameters) => throw null; - public virtual void GenerateKey(System.Security.Cryptography.ECCurve curve) => throw null; - public virtual void ImportECPrivateKey(System.ReadOnlySpan source, out int bytesRead) => throw null; - public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.ReadOnlySpan source, out int bytesRead) => throw null; - public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.ReadOnlySpan source, out int bytesRead) => throw null; - public override void ImportFromEncryptedPem(System.ReadOnlySpan input, System.ReadOnlySpan passwordBytes) => throw null; - public override void ImportFromEncryptedPem(System.ReadOnlySpan input, System.ReadOnlySpan password) => throw null; - public override void ImportFromPem(System.ReadOnlySpan input) => throw null; - public virtual void ImportParameters(System.Security.Cryptography.ECParameters parameters) => throw null; - public override void ImportPkcs8PrivateKey(System.ReadOnlySpan source, out int bytesRead) => throw null; - public override void ImportSubjectPublicKeyInfo(System.ReadOnlySpan source, out int bytesRead) => throw null; - public virtual bool TryExportECPrivateKey(System.Span destination, out int bytesWritten) => throw null; - public bool TryExportECPrivateKeyPem(System.Span destination, out int charsWritten) => throw null; - public override bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int bytesWritten) => throw null; - public override bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int bytesWritten) => throw null; - public override bool TryExportPkcs8PrivateKey(System.Span destination, out int bytesWritten) => throw null; - public override bool TryExportSubjectPublicKeyInfo(System.Span destination, out int bytesWritten) => throw null; - } - public struct ECCurve - { - public byte[] A; - public byte[] B; - public byte[] Cofactor; - public static System.Security.Cryptography.ECCurve CreateFromFriendlyName(string oidFriendlyName) => throw null; - public static System.Security.Cryptography.ECCurve CreateFromOid(System.Security.Cryptography.Oid curveOid) => throw null; - public static System.Security.Cryptography.ECCurve CreateFromValue(string oidValue) => throw null; - public System.Security.Cryptography.ECCurve.ECCurveType CurveType; - public enum ECCurveType - { - Implicit = 0, - PrimeShortWeierstrass = 1, - PrimeTwistedEdwards = 2, - PrimeMontgomery = 3, - Characteristic2 = 4, - Named = 5, - } - public System.Security.Cryptography.ECPoint G; - public System.Security.Cryptography.HashAlgorithmName? Hash; - public bool IsCharacteristic2 { get => throw null; } - public bool IsExplicit { get => throw null; } - public bool IsNamed { get => throw null; } - public bool IsPrime { get => throw null; } - public static class NamedCurves - { - public static System.Security.Cryptography.ECCurve brainpoolP160r1 { get => throw null; } - public static System.Security.Cryptography.ECCurve brainpoolP160t1 { get => throw null; } - public static System.Security.Cryptography.ECCurve brainpoolP192r1 { get => throw null; } - public static System.Security.Cryptography.ECCurve brainpoolP192t1 { get => throw null; } - public static System.Security.Cryptography.ECCurve brainpoolP224r1 { get => throw null; } - public static System.Security.Cryptography.ECCurve brainpoolP224t1 { get => throw null; } - public static System.Security.Cryptography.ECCurve brainpoolP256r1 { get => throw null; } - public static System.Security.Cryptography.ECCurve brainpoolP256t1 { get => throw null; } - public static System.Security.Cryptography.ECCurve brainpoolP320r1 { get => throw null; } - public static System.Security.Cryptography.ECCurve brainpoolP320t1 { get => throw null; } - public static System.Security.Cryptography.ECCurve brainpoolP384r1 { get => throw null; } - public static System.Security.Cryptography.ECCurve brainpoolP384t1 { get => throw null; } - public static System.Security.Cryptography.ECCurve brainpoolP512r1 { get => throw null; } - public static System.Security.Cryptography.ECCurve brainpoolP512t1 { get => throw null; } - public static System.Security.Cryptography.ECCurve nistP256 { get => throw null; } - public static System.Security.Cryptography.ECCurve nistP384 { get => throw null; } - public static System.Security.Cryptography.ECCurve nistP521 { get => throw null; } - } - public System.Security.Cryptography.Oid Oid { get => throw null; } - public byte[] Order; - public byte[] Polynomial; - public byte[] Prime; - public byte[] Seed; - public void Validate() => throw null; - } - public abstract class ECDiffieHellman : System.Security.Cryptography.ECAlgorithm - { - public static System.Security.Cryptography.ECDiffieHellman Create() => throw null; - public static System.Security.Cryptography.ECDiffieHellman Create(System.Security.Cryptography.ECCurve curve) => throw null; - public static System.Security.Cryptography.ECDiffieHellman Create(System.Security.Cryptography.ECParameters parameters) => throw null; - public static System.Security.Cryptography.ECDiffieHellman Create(string algorithm) => throw null; - protected ECDiffieHellman() => throw null; - public byte[] DeriveKeyFromHash(System.Security.Cryptography.ECDiffieHellmanPublicKey otherPartyPublicKey, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public virtual byte[] DeriveKeyFromHash(System.Security.Cryptography.ECDiffieHellmanPublicKey otherPartyPublicKey, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, byte[] secretPrepend, byte[] secretAppend) => throw null; - public byte[] DeriveKeyFromHmac(System.Security.Cryptography.ECDiffieHellmanPublicKey otherPartyPublicKey, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, byte[] hmacKey) => throw null; - public virtual byte[] DeriveKeyFromHmac(System.Security.Cryptography.ECDiffieHellmanPublicKey otherPartyPublicKey, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, byte[] hmacKey, byte[] secretPrepend, byte[] secretAppend) => throw null; - public virtual byte[] DeriveKeyMaterial(System.Security.Cryptography.ECDiffieHellmanPublicKey otherPartyPublicKey) => throw null; - public virtual byte[] DeriveKeyTls(System.Security.Cryptography.ECDiffieHellmanPublicKey otherPartyPublicKey, byte[] prfLabel, byte[] prfSeed) => throw null; - public virtual byte[] DeriveRawSecretAgreement(System.Security.Cryptography.ECDiffieHellmanPublicKey otherPartyPublicKey) => throw null; - public override void FromXmlString(string xmlString) => throw null; - public override string KeyExchangeAlgorithm { get => throw null; } - public abstract System.Security.Cryptography.ECDiffieHellmanPublicKey PublicKey { get; } - public override string SignatureAlgorithm { get => throw null; } - public override string ToXmlString(bool includePrivateParameters) => throw null; - } - public sealed class ECDiffieHellmanCng : System.Security.Cryptography.ECDiffieHellman - { - public ECDiffieHellmanCng() => throw null; - public ECDiffieHellmanCng(int keySize) => throw null; - public ECDiffieHellmanCng(System.Security.Cryptography.CngKey key) => throw null; - public ECDiffieHellmanCng(System.Security.Cryptography.ECCurve curve) => throw null; - public override byte[] DeriveKeyFromHash(System.Security.Cryptography.ECDiffieHellmanPublicKey otherPartyPublicKey, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, byte[] secretPrepend, byte[] secretAppend) => throw null; - public override byte[] DeriveKeyFromHmac(System.Security.Cryptography.ECDiffieHellmanPublicKey otherPartyPublicKey, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, byte[] hmacKey, byte[] secretPrepend, byte[] secretAppend) => throw null; - public byte[] DeriveKeyMaterial(System.Security.Cryptography.CngKey otherPartyPublicKey) => throw null; - public override byte[] DeriveKeyMaterial(System.Security.Cryptography.ECDiffieHellmanPublicKey otherPartyPublicKey) => throw null; - public override byte[] DeriveKeyTls(System.Security.Cryptography.ECDiffieHellmanPublicKey otherPartyPublicKey, byte[] prfLabel, byte[] prfSeed) => throw null; - public Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle DeriveSecretAgreementHandle(System.Security.Cryptography.CngKey otherPartyPublicKey) => throw null; - public Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle DeriveSecretAgreementHandle(System.Security.Cryptography.ECDiffieHellmanPublicKey otherPartyPublicKey) => throw null; - protected override void Dispose(bool disposing) => throw null; - public override byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; - public override byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; - public override System.Security.Cryptography.ECParameters ExportExplicitParameters(bool includePrivateParameters) => throw null; - public override System.Security.Cryptography.ECParameters ExportParameters(bool includePrivateParameters) => throw null; - public void FromXmlString(string xml, System.Security.Cryptography.ECKeyXmlFormat format) => throw null; - public override void GenerateKey(System.Security.Cryptography.ECCurve curve) => throw null; - public System.Security.Cryptography.CngAlgorithm HashAlgorithm { get => throw null; set { } } - public byte[] HmacKey { get => throw null; set { } } - public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.ReadOnlySpan source, out int bytesRead) => throw null; - public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.ReadOnlySpan source, out int bytesRead) => throw null; - public override void ImportParameters(System.Security.Cryptography.ECParameters parameters) => throw null; - public override void ImportPkcs8PrivateKey(System.ReadOnlySpan source, out int bytesRead) => throw null; - public System.Security.Cryptography.CngKey Key { get => throw null; } - public System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction KeyDerivationFunction { get => throw null; set { } } - public override int KeySize { get => throw null; set { } } - public byte[] Label { get => throw null; set { } } - public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get => throw null; } - public override System.Security.Cryptography.ECDiffieHellmanPublicKey PublicKey { get => throw null; } - public byte[] SecretAppend { get => throw null; set { } } - public byte[] SecretPrepend { get => throw null; set { } } - public byte[] Seed { get => throw null; set { } } - public string ToXmlString(System.Security.Cryptography.ECKeyXmlFormat format) => throw null; - public override bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int bytesWritten) => throw null; - public override bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int bytesWritten) => throw null; - public override bool TryExportPkcs8PrivateKey(System.Span destination, out int bytesWritten) => throw null; - public bool UseSecretAgreementAsHmacKey { get => throw null; } - } - public sealed class ECDiffieHellmanCngPublicKey : System.Security.Cryptography.ECDiffieHellmanPublicKey - { - public System.Security.Cryptography.CngKeyBlobFormat BlobFormat { get => throw null; } - protected override void Dispose(bool disposing) => throw null; - public override System.Security.Cryptography.ECParameters ExportExplicitParameters() => throw null; - public override System.Security.Cryptography.ECParameters ExportParameters() => throw null; - public static System.Security.Cryptography.ECDiffieHellmanPublicKey FromByteArray(byte[] publicKeyBlob, System.Security.Cryptography.CngKeyBlobFormat format) => throw null; - public static System.Security.Cryptography.ECDiffieHellmanCngPublicKey FromXmlString(string xml) => throw null; - public System.Security.Cryptography.CngKey Import() => throw null; - public override string ToXmlString() => throw null; - } - public enum ECDiffieHellmanKeyDerivationFunction - { - Hash = 0, - Hmac = 1, - Tls = 2, - } - public sealed class ECDiffieHellmanOpenSsl : System.Security.Cryptography.ECDiffieHellman - { - public ECDiffieHellmanOpenSsl() => throw null; - public ECDiffieHellmanOpenSsl(int keySize) => throw null; - public ECDiffieHellmanOpenSsl(nint handle) => throw null; - public ECDiffieHellmanOpenSsl(System.Security.Cryptography.ECCurve curve) => throw null; - public ECDiffieHellmanOpenSsl(System.Security.Cryptography.SafeEvpPKeyHandle pkeyHandle) => throw null; - public System.Security.Cryptography.SafeEvpPKeyHandle DuplicateKeyHandle() => throw null; - public override System.Security.Cryptography.ECParameters ExportParameters(bool includePrivateParameters) => throw null; - public override void ImportParameters(System.Security.Cryptography.ECParameters parameters) => throw null; - public override System.Security.Cryptography.ECDiffieHellmanPublicKey PublicKey { get => throw null; } - } - public abstract class ECDiffieHellmanPublicKey : System.IDisposable - { - protected ECDiffieHellmanPublicKey() => throw null; - protected ECDiffieHellmanPublicKey(byte[] keyBlob) => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public virtual System.Security.Cryptography.ECParameters ExportExplicitParameters() => throw null; - public virtual System.Security.Cryptography.ECParameters ExportParameters() => throw null; - public virtual byte[] ExportSubjectPublicKeyInfo() => throw null; - public virtual byte[] ToByteArray() => throw null; - public virtual string ToXmlString() => throw null; - public virtual bool TryExportSubjectPublicKeyInfo(System.Span destination, out int bytesWritten) => throw null; - } - public abstract class ECDsa : System.Security.Cryptography.ECAlgorithm - { - public static System.Security.Cryptography.ECDsa Create() => throw null; - public static System.Security.Cryptography.ECDsa Create(System.Security.Cryptography.ECCurve curve) => throw null; - public static System.Security.Cryptography.ECDsa Create(System.Security.Cryptography.ECParameters parameters) => throw null; - public static System.Security.Cryptography.ECDsa Create(string algorithm) => throw null; - protected ECDsa() => throw null; - public override void FromXmlString(string xmlString) => throw null; - public int GetMaxSignatureSize(System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - protected virtual byte[] HashData(byte[] data, int offset, int count, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - protected virtual byte[] HashData(System.IO.Stream data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public override string KeyExchangeAlgorithm { get => throw null; } - public override string SignatureAlgorithm { get => throw null; } - public virtual byte[] SignData(byte[] data, int offset, int count, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public byte[] SignData(byte[] data, int offset, int count, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - public virtual byte[] SignData(byte[] data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public byte[] SignData(byte[] data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - public virtual byte[] SignData(System.IO.Stream data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public byte[] SignData(System.IO.Stream data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - public byte[] SignData(System.ReadOnlySpan data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public byte[] SignData(System.ReadOnlySpan data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - public int SignData(System.ReadOnlySpan data, System.Span destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public int SignData(System.ReadOnlySpan data, System.Span destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - protected virtual byte[] SignDataCore(System.IO.Stream data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - protected virtual byte[] SignDataCore(System.ReadOnlySpan data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - public abstract byte[] SignHash(byte[] hash); - public byte[] SignHash(byte[] hash, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - public byte[] SignHash(System.ReadOnlySpan hash) => throw null; - public byte[] SignHash(System.ReadOnlySpan hash, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - public int SignHash(System.ReadOnlySpan hash, System.Span destination) => throw null; - public int SignHash(System.ReadOnlySpan hash, System.Span destination, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - protected virtual byte[] SignHashCore(System.ReadOnlySpan hash, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - public override string ToXmlString(bool includePrivateParameters) => throw null; - protected virtual bool TryHashData(System.ReadOnlySpan data, System.Span destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, out int bytesWritten) => throw null; - public virtual bool TrySignData(System.ReadOnlySpan data, System.Span destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, out int bytesWritten) => throw null; - public bool TrySignData(System.ReadOnlySpan data, System.Span destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat, out int bytesWritten) => throw null; - protected virtual bool TrySignDataCore(System.ReadOnlySpan data, System.Span destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat, out int bytesWritten) => throw null; - public virtual bool TrySignHash(System.ReadOnlySpan hash, System.Span destination, out int bytesWritten) => throw null; - public bool TrySignHash(System.ReadOnlySpan hash, System.Span destination, System.Security.Cryptography.DSASignatureFormat signatureFormat, out int bytesWritten) => throw null; - protected virtual bool TrySignHashCore(System.ReadOnlySpan hash, System.Span destination, System.Security.Cryptography.DSASignatureFormat signatureFormat, out int bytesWritten) => throw null; - public bool VerifyData(byte[] data, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public bool VerifyData(byte[] data, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - public virtual bool VerifyData(byte[] data, int offset, int count, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public bool VerifyData(byte[] data, int offset, int count, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - public bool VerifyData(System.IO.Stream data, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public bool VerifyData(System.IO.Stream data, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - public virtual bool VerifyData(System.ReadOnlySpan data, System.ReadOnlySpan signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public bool VerifyData(System.ReadOnlySpan data, System.ReadOnlySpan signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - protected virtual bool VerifyDataCore(System.IO.Stream data, System.ReadOnlySpan signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - protected virtual bool VerifyDataCore(System.ReadOnlySpan data, System.ReadOnlySpan signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - public abstract bool VerifyHash(byte[] hash, byte[] signature); - public bool VerifyHash(byte[] hash, byte[] signature, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - public virtual bool VerifyHash(System.ReadOnlySpan hash, System.ReadOnlySpan signature) => throw null; - public bool VerifyHash(System.ReadOnlySpan hash, System.ReadOnlySpan signature, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - protected virtual bool VerifyHashCore(System.ReadOnlySpan hash, System.ReadOnlySpan signature, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - } - public sealed class ECDsaCng : System.Security.Cryptography.ECDsa - { - public ECDsaCng() => throw null; - public ECDsaCng(int keySize) => throw null; - public ECDsaCng(System.Security.Cryptography.CngKey key) => throw null; - public ECDsaCng(System.Security.Cryptography.ECCurve curve) => throw null; - protected override void Dispose(bool disposing) => throw null; - public override byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; - public override byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; - public override System.Security.Cryptography.ECParameters ExportExplicitParameters(bool includePrivateParameters) => throw null; - public override System.Security.Cryptography.ECParameters ExportParameters(bool includePrivateParameters) => throw null; - public void FromXmlString(string xml, System.Security.Cryptography.ECKeyXmlFormat format) => throw null; - public override void GenerateKey(System.Security.Cryptography.ECCurve curve) => throw null; - public System.Security.Cryptography.CngAlgorithm HashAlgorithm { get => throw null; set { } } - public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.ReadOnlySpan source, out int bytesRead) => throw null; - public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.ReadOnlySpan source, out int bytesRead) => throw null; - public override void ImportParameters(System.Security.Cryptography.ECParameters parameters) => throw null; - public override void ImportPkcs8PrivateKey(System.ReadOnlySpan source, out int bytesRead) => throw null; - public System.Security.Cryptography.CngKey Key { get => throw null; } - public override int KeySize { get => throw null; set { } } - public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get => throw null; } - public byte[] SignData(byte[] data) => throw null; - public byte[] SignData(byte[] data, int offset, int count) => throw null; - public byte[] SignData(System.IO.Stream data) => throw null; - public override byte[] SignHash(byte[] hash) => throw null; - public string ToXmlString(System.Security.Cryptography.ECKeyXmlFormat format) => throw null; - public override bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int bytesWritten) => throw null; - public override bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int bytesWritten) => throw null; - public override bool TryExportPkcs8PrivateKey(System.Span destination, out int bytesWritten) => throw null; - public override bool TrySignHash(System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; - protected override bool TrySignHashCore(System.ReadOnlySpan hash, System.Span destination, System.Security.Cryptography.DSASignatureFormat signatureFormat, out int bytesWritten) => throw null; - public bool VerifyData(byte[] data, byte[] signature) => throw null; - public bool VerifyData(byte[] data, int offset, int count, byte[] signature) => throw null; - public bool VerifyData(System.IO.Stream data, byte[] signature) => throw null; - public override bool VerifyHash(byte[] hash, byte[] signature) => throw null; - public override bool VerifyHash(System.ReadOnlySpan hash, System.ReadOnlySpan signature) => throw null; - protected override bool VerifyHashCore(System.ReadOnlySpan hash, System.ReadOnlySpan signature, System.Security.Cryptography.DSASignatureFormat signatureFormat) => throw null; - } - public sealed class ECDsaOpenSsl : System.Security.Cryptography.ECDsa - { - public ECDsaOpenSsl() => throw null; - public ECDsaOpenSsl(int keySize) => throw null; - public ECDsaOpenSsl(nint handle) => throw null; - public ECDsaOpenSsl(System.Security.Cryptography.ECCurve curve) => throw null; - public ECDsaOpenSsl(System.Security.Cryptography.SafeEvpPKeyHandle pkeyHandle) => throw null; - public System.Security.Cryptography.SafeEvpPKeyHandle DuplicateKeyHandle() => throw null; - public override byte[] SignHash(byte[] hash) => throw null; - public override bool VerifyHash(byte[] hash, byte[] signature) => throw null; - } - public enum ECKeyXmlFormat - { - Rfc4050 = 0, - } - public struct ECParameters - { - public System.Security.Cryptography.ECCurve Curve; - public byte[] D; - public System.Security.Cryptography.ECPoint Q; - public void Validate() => throw null; - } - public struct ECPoint - { - public byte[] X; - public byte[] Y; - } - public class FromBase64Transform : System.Security.Cryptography.ICryptoTransform, System.IDisposable - { - public virtual bool CanReuseTransform { get => throw null; } - public bool CanTransformMultipleBlocks { get => throw null; } - public void Clear() => throw null; - public FromBase64Transform() => throw null; - public FromBase64Transform(System.Security.Cryptography.FromBase64TransformMode whitespaces) => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public int InputBlockSize { get => throw null; } - public int OutputBlockSize { get => throw null; } - public int TransformBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset) => throw null; - public byte[] TransformFinalBlock(byte[] inputBuffer, int inputOffset, int inputCount) => throw null; - } - public enum FromBase64TransformMode - { - IgnoreWhiteSpaces = 0, - DoNotIgnoreWhiteSpaces = 1, - } - public abstract class HashAlgorithm : System.Security.Cryptography.ICryptoTransform, System.IDisposable - { - public virtual bool CanReuseTransform { get => throw null; } - public virtual bool CanTransformMultipleBlocks { get => throw null; } - public void Clear() => throw null; - public byte[] ComputeHash(byte[] buffer) => throw null; - public byte[] ComputeHash(byte[] buffer, int offset, int count) => throw null; - public byte[] ComputeHash(System.IO.Stream inputStream) => throw null; - public System.Threading.Tasks.Task ComputeHashAsync(System.IO.Stream inputStream, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Security.Cryptography.HashAlgorithm Create() => throw null; - public static System.Security.Cryptography.HashAlgorithm Create(string hashName) => throw null; - protected HashAlgorithm() => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public virtual byte[] Hash { get => throw null; } - protected abstract void HashCore(byte[] array, int ibStart, int cbSize); - protected virtual void HashCore(System.ReadOnlySpan source) => throw null; - protected abstract byte[] HashFinal(); - public virtual int HashSize { get => throw null; } - protected int HashSizeValue; - protected byte[] HashValue; - public abstract void Initialize(); - public virtual int InputBlockSize { get => throw null; } - public virtual int OutputBlockSize { get => throw null; } - protected int State; - public int TransformBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset) => throw null; - public byte[] TransformFinalBlock(byte[] inputBuffer, int inputOffset, int inputCount) => throw null; - public bool TryComputeHash(System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; - protected virtual bool TryHashFinal(System.Span destination, out int bytesWritten) => throw null; - } - public struct HashAlgorithmName : System.IEquatable - { - public HashAlgorithmName(string name) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(System.Security.Cryptography.HashAlgorithmName other) => throw null; - public static System.Security.Cryptography.HashAlgorithmName FromOid(string oidValue) => throw null; - public override int GetHashCode() => throw null; - public static System.Security.Cryptography.HashAlgorithmName MD5 { get => throw null; } - public string Name { get => throw null; } - public static bool operator ==(System.Security.Cryptography.HashAlgorithmName left, System.Security.Cryptography.HashAlgorithmName right) => throw null; - public static bool operator !=(System.Security.Cryptography.HashAlgorithmName left, System.Security.Cryptography.HashAlgorithmName right) => throw null; - public static System.Security.Cryptography.HashAlgorithmName SHA1 { get => throw null; } - public static System.Security.Cryptography.HashAlgorithmName SHA256 { get => throw null; } - public static System.Security.Cryptography.HashAlgorithmName SHA3_256 { get => throw null; } - public static System.Security.Cryptography.HashAlgorithmName SHA3_384 { get => throw null; } - public static System.Security.Cryptography.HashAlgorithmName SHA3_512 { get => throw null; } - public static System.Security.Cryptography.HashAlgorithmName SHA384 { get => throw null; } - public static System.Security.Cryptography.HashAlgorithmName SHA512 { get => throw null; } - public override string ToString() => throw null; - public static bool TryFromOid(string oidValue, out System.Security.Cryptography.HashAlgorithmName value) => throw null; - } - public static class HKDF - { - public static byte[] DeriveKey(System.Security.Cryptography.HashAlgorithmName hashAlgorithmName, byte[] ikm, int outputLength, byte[] salt = default(byte[]), byte[] info = default(byte[])) => throw null; - public static void DeriveKey(System.Security.Cryptography.HashAlgorithmName hashAlgorithmName, System.ReadOnlySpan ikm, System.Span output, System.ReadOnlySpan salt, System.ReadOnlySpan info) => throw null; - public static byte[] Expand(System.Security.Cryptography.HashAlgorithmName hashAlgorithmName, byte[] prk, int outputLength, byte[] info = default(byte[])) => throw null; - public static void Expand(System.Security.Cryptography.HashAlgorithmName hashAlgorithmName, System.ReadOnlySpan prk, System.Span output, System.ReadOnlySpan info) => throw null; - public static byte[] Extract(System.Security.Cryptography.HashAlgorithmName hashAlgorithmName, byte[] ikm, byte[] salt = default(byte[])) => throw null; - public static int Extract(System.Security.Cryptography.HashAlgorithmName hashAlgorithmName, System.ReadOnlySpan ikm, System.ReadOnlySpan salt, System.Span prk) => throw null; - } - public abstract class HMAC : System.Security.Cryptography.KeyedHashAlgorithm - { - protected int BlockSizeValue { get => throw null; set { } } - public static System.Security.Cryptography.HMAC Create() => throw null; - public static System.Security.Cryptography.HMAC Create(string algorithmName) => throw null; - protected HMAC() => throw null; - protected override void Dispose(bool disposing) => throw null; - protected override void HashCore(byte[] rgb, int ib, int cb) => throw null; - protected override void HashCore(System.ReadOnlySpan source) => throw null; - protected override byte[] HashFinal() => throw null; - public string HashName { get => throw null; set { } } - public override void Initialize() => throw null; - public override byte[] Key { get => throw null; set { } } - protected override bool TryHashFinal(System.Span destination, out int bytesWritten) => throw null; - } - public class HMACMD5 : System.Security.Cryptography.HMAC - { - public HMACMD5() => throw null; - public HMACMD5(byte[] key) => throw null; - protected override void Dispose(bool disposing) => throw null; - protected override void HashCore(byte[] rgb, int ib, int cb) => throw null; - protected override void HashCore(System.ReadOnlySpan source) => throw null; - public static byte[] HashData(byte[] key, byte[] source) => throw null; - public static byte[] HashData(byte[] key, System.IO.Stream source) => throw null; - public static byte[] HashData(System.ReadOnlySpan key, System.IO.Stream source) => throw null; - public static int HashData(System.ReadOnlySpan key, System.IO.Stream source, System.Span destination) => throw null; - public static byte[] HashData(System.ReadOnlySpan key, System.ReadOnlySpan source) => throw null; - public static int HashData(System.ReadOnlySpan key, System.ReadOnlySpan source, System.Span destination) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(byte[] key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.ReadOnlyMemory key, System.IO.Stream source, System.Memory destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.ReadOnlyMemory key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - protected override byte[] HashFinal() => throw null; - public const int HashSizeInBits = 128; - public const int HashSizeInBytes = 16; - public override void Initialize() => throw null; - public override byte[] Key { get => throw null; set { } } - public static bool TryHashData(System.ReadOnlySpan key, System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; - protected override bool TryHashFinal(System.Span destination, out int bytesWritten) => throw null; - } - public class HMACSHA1 : System.Security.Cryptography.HMAC - { - public HMACSHA1() => throw null; - public HMACSHA1(byte[] key) => throw null; - public HMACSHA1(byte[] key, bool useManagedSha1) => throw null; - protected override void Dispose(bool disposing) => throw null; - protected override void HashCore(byte[] rgb, int ib, int cb) => throw null; - protected override void HashCore(System.ReadOnlySpan source) => throw null; - public static byte[] HashData(byte[] key, byte[] source) => throw null; - public static byte[] HashData(byte[] key, System.IO.Stream source) => throw null; - public static byte[] HashData(System.ReadOnlySpan key, System.IO.Stream source) => throw null; - public static int HashData(System.ReadOnlySpan key, System.IO.Stream source, System.Span destination) => throw null; - public static byte[] HashData(System.ReadOnlySpan key, System.ReadOnlySpan source) => throw null; - public static int HashData(System.ReadOnlySpan key, System.ReadOnlySpan source, System.Span destination) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(byte[] key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.ReadOnlyMemory key, System.IO.Stream source, System.Memory destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.ReadOnlyMemory key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - protected override byte[] HashFinal() => throw null; - public const int HashSizeInBits = 160; - public const int HashSizeInBytes = 20; - public override void Initialize() => throw null; - public override byte[] Key { get => throw null; set { } } - public static bool TryHashData(System.ReadOnlySpan key, System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; - protected override bool TryHashFinal(System.Span destination, out int bytesWritten) => throw null; - } - public class HMACSHA256 : System.Security.Cryptography.HMAC - { - public HMACSHA256() => throw null; - public HMACSHA256(byte[] key) => throw null; - protected override void Dispose(bool disposing) => throw null; - protected override void HashCore(byte[] rgb, int ib, int cb) => throw null; - protected override void HashCore(System.ReadOnlySpan source) => throw null; - public static byte[] HashData(byte[] key, byte[] source) => throw null; - public static byte[] HashData(byte[] key, System.IO.Stream source) => throw null; - public static byte[] HashData(System.ReadOnlySpan key, System.IO.Stream source) => throw null; - public static int HashData(System.ReadOnlySpan key, System.IO.Stream source, System.Span destination) => throw null; - public static byte[] HashData(System.ReadOnlySpan key, System.ReadOnlySpan source) => throw null; - public static int HashData(System.ReadOnlySpan key, System.ReadOnlySpan source, System.Span destination) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(byte[] key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.ReadOnlyMemory key, System.IO.Stream source, System.Memory destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.ReadOnlyMemory key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - protected override byte[] HashFinal() => throw null; - public const int HashSizeInBits = 256; - public const int HashSizeInBytes = 32; - public override void Initialize() => throw null; - public override byte[] Key { get => throw null; set { } } - public static bool TryHashData(System.ReadOnlySpan key, System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; - protected override bool TryHashFinal(System.Span destination, out int bytesWritten) => throw null; - } - public class HMACSHA3_256 : System.Security.Cryptography.HMAC - { - public HMACSHA3_256() => throw null; - public HMACSHA3_256(byte[] key) => throw null; - protected override void Dispose(bool disposing) => throw null; - protected override void HashCore(byte[] rgb, int ib, int cb) => throw null; - protected override void HashCore(System.ReadOnlySpan source) => throw null; - public static byte[] HashData(byte[] key, byte[] source) => throw null; - public static byte[] HashData(byte[] key, System.IO.Stream source) => throw null; - public static byte[] HashData(System.ReadOnlySpan key, System.IO.Stream source) => throw null; - public static int HashData(System.ReadOnlySpan key, System.IO.Stream source, System.Span destination) => throw null; - public static byte[] HashData(System.ReadOnlySpan key, System.ReadOnlySpan source) => throw null; - public static int HashData(System.ReadOnlySpan key, System.ReadOnlySpan source, System.Span destination) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(byte[] key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.ReadOnlyMemory key, System.IO.Stream source, System.Memory destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.ReadOnlyMemory key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - protected override byte[] HashFinal() => throw null; - public const int HashSizeInBits = 256; - public const int HashSizeInBytes = 32; - public override void Initialize() => throw null; - public static bool IsSupported { get => throw null; } - public override byte[] Key { get => throw null; set { } } - public static bool TryHashData(System.ReadOnlySpan key, System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; - protected override bool TryHashFinal(System.Span destination, out int bytesWritten) => throw null; - } - public class HMACSHA3_384 : System.Security.Cryptography.HMAC - { - public HMACSHA3_384() => throw null; - public HMACSHA3_384(byte[] key) => throw null; - protected override void Dispose(bool disposing) => throw null; - protected override void HashCore(byte[] rgb, int ib, int cb) => throw null; - protected override void HashCore(System.ReadOnlySpan source) => throw null; - public static byte[] HashData(byte[] key, byte[] source) => throw null; - public static byte[] HashData(byte[] key, System.IO.Stream source) => throw null; - public static byte[] HashData(System.ReadOnlySpan key, System.IO.Stream source) => throw null; - public static int HashData(System.ReadOnlySpan key, System.IO.Stream source, System.Span destination) => throw null; - public static byte[] HashData(System.ReadOnlySpan key, System.ReadOnlySpan source) => throw null; - public static int HashData(System.ReadOnlySpan key, System.ReadOnlySpan source, System.Span destination) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(byte[] key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.ReadOnlyMemory key, System.IO.Stream source, System.Memory destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.ReadOnlyMemory key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - protected override byte[] HashFinal() => throw null; - public const int HashSizeInBits = 384; - public const int HashSizeInBytes = 48; - public override void Initialize() => throw null; - public static bool IsSupported { get => throw null; } - public override byte[] Key { get => throw null; set { } } - public static bool TryHashData(System.ReadOnlySpan key, System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; - protected override bool TryHashFinal(System.Span destination, out int bytesWritten) => throw null; - } - public class HMACSHA3_512 : System.Security.Cryptography.HMAC - { - public HMACSHA3_512() => throw null; - public HMACSHA3_512(byte[] key) => throw null; - protected override void Dispose(bool disposing) => throw null; - protected override void HashCore(byte[] rgb, int ib, int cb) => throw null; - protected override void HashCore(System.ReadOnlySpan source) => throw null; - public static byte[] HashData(byte[] key, byte[] source) => throw null; - public static byte[] HashData(byte[] key, System.IO.Stream source) => throw null; - public static byte[] HashData(System.ReadOnlySpan key, System.IO.Stream source) => throw null; - public static int HashData(System.ReadOnlySpan key, System.IO.Stream source, System.Span destination) => throw null; - public static byte[] HashData(System.ReadOnlySpan key, System.ReadOnlySpan source) => throw null; - public static int HashData(System.ReadOnlySpan key, System.ReadOnlySpan source, System.Span destination) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(byte[] key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.ReadOnlyMemory key, System.IO.Stream source, System.Memory destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.ReadOnlyMemory key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - protected override byte[] HashFinal() => throw null; - public const int HashSizeInBits = 512; - public const int HashSizeInBytes = 64; - public override void Initialize() => throw null; - public static bool IsSupported { get => throw null; } - public override byte[] Key { get => throw null; set { } } - public static bool TryHashData(System.ReadOnlySpan key, System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; - protected override bool TryHashFinal(System.Span destination, out int bytesWritten) => throw null; - } - public class HMACSHA384 : System.Security.Cryptography.HMAC - { - public HMACSHA384() => throw null; - public HMACSHA384(byte[] key) => throw null; - protected override void Dispose(bool disposing) => throw null; - protected override void HashCore(byte[] rgb, int ib, int cb) => throw null; - protected override void HashCore(System.ReadOnlySpan source) => throw null; - public static byte[] HashData(byte[] key, byte[] source) => throw null; - public static byte[] HashData(byte[] key, System.IO.Stream source) => throw null; - public static byte[] HashData(System.ReadOnlySpan key, System.IO.Stream source) => throw null; - public static int HashData(System.ReadOnlySpan key, System.IO.Stream source, System.Span destination) => throw null; - public static byte[] HashData(System.ReadOnlySpan key, System.ReadOnlySpan source) => throw null; - public static int HashData(System.ReadOnlySpan key, System.ReadOnlySpan source, System.Span destination) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(byte[] key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.ReadOnlyMemory key, System.IO.Stream source, System.Memory destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.ReadOnlyMemory key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - protected override byte[] HashFinal() => throw null; - public const int HashSizeInBits = 384; - public const int HashSizeInBytes = 48; - public override void Initialize() => throw null; - public override byte[] Key { get => throw null; set { } } - public bool ProduceLegacyHmacValues { get => throw null; set { } } - public static bool TryHashData(System.ReadOnlySpan key, System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; - protected override bool TryHashFinal(System.Span destination, out int bytesWritten) => throw null; - } - public class HMACSHA512 : System.Security.Cryptography.HMAC - { - public HMACSHA512() => throw null; - public HMACSHA512(byte[] key) => throw null; - protected override void Dispose(bool disposing) => throw null; - protected override void HashCore(byte[] rgb, int ib, int cb) => throw null; - protected override void HashCore(System.ReadOnlySpan source) => throw null; - public static byte[] HashData(byte[] key, byte[] source) => throw null; - public static byte[] HashData(byte[] key, System.IO.Stream source) => throw null; - public static byte[] HashData(System.ReadOnlySpan key, System.IO.Stream source) => throw null; - public static int HashData(System.ReadOnlySpan key, System.IO.Stream source, System.Span destination) => throw null; - public static byte[] HashData(System.ReadOnlySpan key, System.ReadOnlySpan source) => throw null; - public static int HashData(System.ReadOnlySpan key, System.ReadOnlySpan source, System.Span destination) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(byte[] key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.ReadOnlyMemory key, System.IO.Stream source, System.Memory destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.ReadOnlyMemory key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - protected override byte[] HashFinal() => throw null; - public const int HashSizeInBits = 512; - public const int HashSizeInBytes = 64; - public override void Initialize() => throw null; - public override byte[] Key { get => throw null; set { } } - public bool ProduceLegacyHmacValues { get => throw null; set { } } - public static bool TryHashData(System.ReadOnlySpan key, System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; - protected override bool TryHashFinal(System.Span destination, out int bytesWritten) => throw null; - } - public interface ICryptoTransform : System.IDisposable - { - bool CanReuseTransform { get; } - bool CanTransformMultipleBlocks { get; } - int InputBlockSize { get; } - int OutputBlockSize { get; } - int TransformBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset); - byte[] TransformFinalBlock(byte[] inputBuffer, int inputOffset, int inputCount); - } - public interface ICspAsymmetricAlgorithm - { - System.Security.Cryptography.CspKeyContainerInfo CspKeyContainerInfo { get; } - byte[] ExportCspBlob(bool includePrivateParameters); - void ImportCspBlob(byte[] rawData); - } - public sealed class IncrementalHash : System.IDisposable - { - public System.Security.Cryptography.HashAlgorithmName AlgorithmName { get => throw null; } - public void AppendData(byte[] data) => throw null; - public void AppendData(byte[] data, int offset, int count) => throw null; - public void AppendData(System.ReadOnlySpan data) => throw null; - public static System.Security.Cryptography.IncrementalHash CreateHash(System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public static System.Security.Cryptography.IncrementalHash CreateHMAC(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, byte[] key) => throw null; - public static System.Security.Cryptography.IncrementalHash CreateHMAC(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan key) => throw null; - public void Dispose() => throw null; - public byte[] GetCurrentHash() => throw null; - public int GetCurrentHash(System.Span destination) => throw null; - public byte[] GetHashAndReset() => throw null; - public int GetHashAndReset(System.Span destination) => throw null; - public int HashLengthInBytes { get => throw null; } - public bool TryGetCurrentHash(System.Span destination, out int bytesWritten) => throw null; - public bool TryGetHashAndReset(System.Span destination, out int bytesWritten) => throw null; - } - public abstract class KeyedHashAlgorithm : System.Security.Cryptography.HashAlgorithm - { - public static System.Security.Cryptography.KeyedHashAlgorithm Create() => throw null; - public static System.Security.Cryptography.KeyedHashAlgorithm Create(string algName) => throw null; - protected KeyedHashAlgorithm() => throw null; - protected override void Dispose(bool disposing) => throw null; - public virtual byte[] Key { get => throw null; set { } } - protected byte[] KeyValue; - } - public enum KeyNumber - { - Exchange = 1, - Signature = 2, - } - public sealed class KeySizes - { - public KeySizes(int minSize, int maxSize, int skipSize) => throw null; - public int MaxSize { get => throw null; } - public int MinSize { get => throw null; } - public int SkipSize { get => throw null; } - } - public abstract class MaskGenerationMethod - { - protected MaskGenerationMethod() => throw null; - public abstract byte[] GenerateMask(byte[] rgbSeed, int cbReturn); - } - public abstract class MD5 : System.Security.Cryptography.HashAlgorithm - { - public static System.Security.Cryptography.MD5 Create() => throw null; - public static System.Security.Cryptography.MD5 Create(string algName) => throw null; - protected MD5() => throw null; - public static byte[] HashData(byte[] source) => throw null; - public static byte[] HashData(System.IO.Stream source) => throw null; - public static int HashData(System.IO.Stream source, System.Span destination) => throw null; - public static byte[] HashData(System.ReadOnlySpan source) => throw null; - public static int HashData(System.ReadOnlySpan source, System.Span destination) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.IO.Stream source, System.Memory destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public const int HashSizeInBits = 128; - public const int HashSizeInBytes = 16; - public static bool TryHashData(System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; - } - public sealed class MD5CryptoServiceProvider : System.Security.Cryptography.MD5 - { - public MD5CryptoServiceProvider() => throw null; - protected override void Dispose(bool disposing) => throw null; - protected override void HashCore(byte[] array, int ibStart, int cbSize) => throw null; - protected override void HashCore(System.ReadOnlySpan source) => throw null; - protected override byte[] HashFinal() => throw null; - public override void Initialize() => throw null; - protected override bool TryHashFinal(System.Span destination, out int bytesWritten) => throw null; - } - public sealed class Oid - { - public Oid() => throw null; - public Oid(System.Security.Cryptography.Oid oid) => throw null; - public Oid(string oid) => throw null; - public Oid(string value, string friendlyName) => throw null; - public string FriendlyName { get => throw null; set { } } - public static System.Security.Cryptography.Oid FromFriendlyName(string friendlyName, System.Security.Cryptography.OidGroup group) => throw null; - public static System.Security.Cryptography.Oid FromOidValue(string oidValue, System.Security.Cryptography.OidGroup group) => throw null; - public string Value { get => throw null; set { } } - } - public sealed class OidCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - public int Add(System.Security.Cryptography.Oid oid) => throw null; - public void CopyTo(System.Security.Cryptography.Oid[] array, int index) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public OidCollection() => throw null; - public System.Security.Cryptography.OidEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public bool IsSynchronized { get => throw null; } - public object SyncRoot { get => throw null; } - public System.Security.Cryptography.Oid this[int index] { get => throw null; } - public System.Security.Cryptography.Oid this[string oid] { get => throw null; } - } - public sealed class OidEnumerator : System.Collections.IEnumerator - { - public System.Security.Cryptography.Oid Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public bool MoveNext() => throw null; - public void Reset() => throw null; - } - public enum OidGroup - { - All = 0, - HashAlgorithm = 1, - EncryptionAlgorithm = 2, - PublicKeyAlgorithm = 3, - SignatureAlgorithm = 4, - Attribute = 5, - ExtensionOrAttribute = 6, - EnhancedKeyUsage = 7, - Policy = 8, - Template = 9, - KeyDerivationFunction = 10, - } - public enum PaddingMode - { - None = 1, - PKCS7 = 2, - Zeros = 3, - ANSIX923 = 4, - ISO10126 = 5, - } - public class PasswordDeriveBytes : System.Security.Cryptography.DeriveBytes - { - public byte[] CryptDeriveKey(string algname, string alghashname, int keySize, byte[] rgbIV) => throw null; - public PasswordDeriveBytes(byte[] password, byte[] salt) => throw null; - public PasswordDeriveBytes(byte[] password, byte[] salt, System.Security.Cryptography.CspParameters cspParams) => throw null; - public PasswordDeriveBytes(byte[] password, byte[] salt, string hashName, int iterations) => throw null; - public PasswordDeriveBytes(byte[] password, byte[] salt, string hashName, int iterations, System.Security.Cryptography.CspParameters cspParams) => throw null; - public PasswordDeriveBytes(string strPassword, byte[] rgbSalt) => throw null; - public PasswordDeriveBytes(string strPassword, byte[] rgbSalt, System.Security.Cryptography.CspParameters cspParams) => throw null; - public PasswordDeriveBytes(string strPassword, byte[] rgbSalt, string strHashName, int iterations) => throw null; - public PasswordDeriveBytes(string strPassword, byte[] rgbSalt, string strHashName, int iterations, System.Security.Cryptography.CspParameters cspParams) => throw null; - protected override void Dispose(bool disposing) => throw null; - public override byte[] GetBytes(int cb) => throw null; - public string HashName { get => throw null; set { } } - public int IterationCount { get => throw null; set { } } - public override void Reset() => throw null; - public byte[] Salt { get => throw null; set { } } - } - public enum PbeEncryptionAlgorithm - { - Unknown = 0, - Aes128Cbc = 1, - Aes192Cbc = 2, - Aes256Cbc = 3, - TripleDes3KeyPkcs12 = 4, - } - public sealed class PbeParameters - { - public PbeParameters(System.Security.Cryptography.PbeEncryptionAlgorithm encryptionAlgorithm, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, int iterationCount) => throw null; - public System.Security.Cryptography.PbeEncryptionAlgorithm EncryptionAlgorithm { get => throw null; } - public System.Security.Cryptography.HashAlgorithmName HashAlgorithm { get => throw null; } - public int IterationCount { get => throw null; } - } - public static class PemEncoding - { - public static System.Security.Cryptography.PemFields Find(System.ReadOnlySpan pemData) => throw null; - public static int GetEncodedSize(int labelLength, int dataLength) => throw null; - public static bool TryFind(System.ReadOnlySpan pemData, out System.Security.Cryptography.PemFields fields) => throw null; - public static bool TryWrite(System.ReadOnlySpan label, System.ReadOnlySpan data, System.Span destination, out int charsWritten) => throw null; - public static char[] Write(System.ReadOnlySpan label, System.ReadOnlySpan data) => throw null; - public static string WriteString(System.ReadOnlySpan label, System.ReadOnlySpan data) => throw null; - } - public struct PemFields - { - public System.Range Base64Data { get => throw null; } - public int DecodedDataLength { get => throw null; } - public System.Range Label { get => throw null; } - public System.Range Location { get => throw null; } - } - public class PKCS1MaskGenerationMethod : System.Security.Cryptography.MaskGenerationMethod - { - public PKCS1MaskGenerationMethod() => throw null; - public override byte[] GenerateMask(byte[] rgbSeed, int cbReturn) => throw null; - public string HashName { get => throw null; set { } } - } - public abstract class RandomNumberGenerator : System.IDisposable - { - public static System.Security.Cryptography.RandomNumberGenerator Create() => throw null; - public static System.Security.Cryptography.RandomNumberGenerator Create(string rngName) => throw null; - protected RandomNumberGenerator() => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public static void Fill(System.Span data) => throw null; - public abstract void GetBytes(byte[] data); - public virtual void GetBytes(byte[] data, int offset, int count) => throw null; - public static byte[] GetBytes(int count) => throw null; - public virtual void GetBytes(System.Span data) => throw null; - public static string GetHexString(int stringLength, bool lowercase = default(bool)) => throw null; - public static void GetHexString(System.Span destination, bool lowercase = default(bool)) => throw null; - public static int GetInt32(int toExclusive) => throw null; - public static int GetInt32(int fromInclusive, int toExclusive) => throw null; - public static T[] GetItems(System.ReadOnlySpan choices, int length) => throw null; - public static void GetItems(System.ReadOnlySpan choices, System.Span destination) => throw null; - public virtual void GetNonZeroBytes(byte[] data) => throw null; - public virtual void GetNonZeroBytes(System.Span data) => throw null; - public static string GetString(System.ReadOnlySpan choices, int length) => throw null; - public static void Shuffle(System.Span values) => throw null; - } - public abstract class RC2 : System.Security.Cryptography.SymmetricAlgorithm - { - public static System.Security.Cryptography.RC2 Create() => throw null; - public static System.Security.Cryptography.RC2 Create(string AlgName) => throw null; - protected RC2() => throw null; - public virtual int EffectiveKeySize { get => throw null; set { } } - protected int EffectiveKeySizeValue; - public override int KeySize { get => throw null; set { } } - } - public sealed class RC2CryptoServiceProvider : System.Security.Cryptography.RC2 - { - public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgbIV) => throw null; - public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[] rgbIV) => throw null; - public RC2CryptoServiceProvider() => throw null; - public override int EffectiveKeySize { get => throw null; set { } } - public override void GenerateIV() => throw null; - public override void GenerateKey() => throw null; - public bool UseSalt { get => throw null; set { } } - } - public class Rfc2898DeriveBytes : System.Security.Cryptography.DeriveBytes - { - public byte[] CryptDeriveKey(string algname, string alghashname, int keySize, byte[] rgbIV) => throw null; - public Rfc2898DeriveBytes(byte[] password, byte[] salt, int iterations) => throw null; - public Rfc2898DeriveBytes(byte[] password, byte[] salt, int iterations, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public Rfc2898DeriveBytes(string password, byte[] salt) => throw null; - public Rfc2898DeriveBytes(string password, byte[] salt, int iterations) => throw null; - public Rfc2898DeriveBytes(string password, byte[] salt, int iterations, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public Rfc2898DeriveBytes(string password, int saltSize) => throw null; - public Rfc2898DeriveBytes(string password, int saltSize, int iterations) => throw null; - public Rfc2898DeriveBytes(string password, int saltSize, int iterations, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - protected override void Dispose(bool disposing) => throw null; - public override byte[] GetBytes(int cb) => throw null; - public System.Security.Cryptography.HashAlgorithmName HashAlgorithm { get => throw null; } - public int IterationCount { get => throw null; set { } } - public static byte[] Pbkdf2(byte[] password, byte[] salt, int iterations, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, int outputLength) => throw null; - public static byte[] Pbkdf2(System.ReadOnlySpan password, System.ReadOnlySpan salt, int iterations, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, int outputLength) => throw null; - public static void Pbkdf2(System.ReadOnlySpan password, System.ReadOnlySpan salt, System.Span destination, int iterations, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public static byte[] Pbkdf2(System.ReadOnlySpan password, System.ReadOnlySpan salt, int iterations, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, int outputLength) => throw null; - public static void Pbkdf2(System.ReadOnlySpan password, System.ReadOnlySpan salt, System.Span destination, int iterations, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public static byte[] Pbkdf2(string password, byte[] salt, int iterations, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, int outputLength) => throw null; - public override void Reset() => throw null; - public byte[] Salt { get => throw null; set { } } - } - public abstract class Rijndael : System.Security.Cryptography.SymmetricAlgorithm - { - public static System.Security.Cryptography.Rijndael Create() => throw null; - public static System.Security.Cryptography.Rijndael Create(string algName) => throw null; - protected Rijndael() => throw null; - } - public sealed class RijndaelManaged : System.Security.Cryptography.Rijndael - { - public override int BlockSize { get => throw null; set { } } - public override System.Security.Cryptography.ICryptoTransform CreateDecryptor() => throw null; - public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgbIV) => throw null; - public override System.Security.Cryptography.ICryptoTransform CreateEncryptor() => throw null; - public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[] rgbIV) => throw null; - public RijndaelManaged() => throw null; - protected override void Dispose(bool disposing) => throw null; - public override int FeedbackSize { get => throw null; set { } } - public override void GenerateIV() => throw null; - public override void GenerateKey() => throw null; - public override byte[] IV { get => throw null; set { } } - public override byte[] Key { get => throw null; set { } } - public override int KeySize { get => throw null; set { } } - public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get => throw null; } - public override System.Security.Cryptography.CipherMode Mode { get => throw null; set { } } - public override System.Security.Cryptography.PaddingMode Padding { get => throw null; set { } } - } - public sealed class RNGCryptoServiceProvider : System.Security.Cryptography.RandomNumberGenerator - { - public RNGCryptoServiceProvider() => throw null; - public RNGCryptoServiceProvider(byte[] rgb) => throw null; - public RNGCryptoServiceProvider(System.Security.Cryptography.CspParameters cspParams) => throw null; - public RNGCryptoServiceProvider(string str) => throw null; - protected override void Dispose(bool disposing) => throw null; - public override void GetBytes(byte[] data) => throw null; - public override void GetBytes(byte[] data, int offset, int count) => throw null; - public override void GetBytes(System.Span data) => throw null; - public override void GetNonZeroBytes(byte[] data) => throw null; - public override void GetNonZeroBytes(System.Span data) => throw null; - } - public abstract class RSA : System.Security.Cryptography.AsymmetricAlgorithm - { - public static System.Security.Cryptography.RSA Create() => throw null; - public static System.Security.Cryptography.RSA Create(int keySizeInBits) => throw null; - public static System.Security.Cryptography.RSA Create(System.Security.Cryptography.RSAParameters parameters) => throw null; - public static System.Security.Cryptography.RSA Create(string algName) => throw null; - protected RSA() => throw null; - public virtual byte[] Decrypt(byte[] data, System.Security.Cryptography.RSAEncryptionPadding padding) => throw null; - public byte[] Decrypt(System.ReadOnlySpan data, System.Security.Cryptography.RSAEncryptionPadding padding) => throw null; - public int Decrypt(System.ReadOnlySpan data, System.Span destination, System.Security.Cryptography.RSAEncryptionPadding padding) => throw null; - public virtual byte[] DecryptValue(byte[] rgb) => throw null; - public virtual byte[] Encrypt(byte[] data, System.Security.Cryptography.RSAEncryptionPadding padding) => throw null; - public byte[] Encrypt(System.ReadOnlySpan data, System.Security.Cryptography.RSAEncryptionPadding padding) => throw null; - public int Encrypt(System.ReadOnlySpan data, System.Span destination, System.Security.Cryptography.RSAEncryptionPadding padding) => throw null; - public virtual byte[] EncryptValue(byte[] rgb) => throw null; - public abstract System.Security.Cryptography.RSAParameters ExportParameters(bool includePrivateParameters); - public virtual byte[] ExportRSAPrivateKey() => throw null; - public string ExportRSAPrivateKeyPem() => throw null; - public virtual byte[] ExportRSAPublicKey() => throw null; - public string ExportRSAPublicKeyPem() => throw null; - public override void FromXmlString(string xmlString) => throw null; - public int GetMaxOutputSize() => throw null; - protected virtual byte[] HashData(byte[] data, int offset, int count, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - protected virtual byte[] HashData(System.IO.Stream data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.ReadOnlySpan source, out int bytesRead) => throw null; - public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.ReadOnlySpan source, out int bytesRead) => throw null; - public override void ImportFromEncryptedPem(System.ReadOnlySpan input, System.ReadOnlySpan passwordBytes) => throw null; - public override void ImportFromEncryptedPem(System.ReadOnlySpan input, System.ReadOnlySpan password) => throw null; - public override void ImportFromPem(System.ReadOnlySpan input) => throw null; - public abstract void ImportParameters(System.Security.Cryptography.RSAParameters parameters); - public override void ImportPkcs8PrivateKey(System.ReadOnlySpan source, out int bytesRead) => throw null; - public virtual void ImportRSAPrivateKey(System.ReadOnlySpan source, out int bytesRead) => throw null; - public virtual void ImportRSAPublicKey(System.ReadOnlySpan source, out int bytesRead) => throw null; - public override void ImportSubjectPublicKeyInfo(System.ReadOnlySpan source, out int bytesRead) => throw null; - public override string KeyExchangeAlgorithm { get => throw null; } - public override string SignatureAlgorithm { get => throw null; } - public virtual byte[] SignData(byte[] data, int offset, int count, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) => throw null; - public byte[] SignData(byte[] data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) => throw null; - public virtual byte[] SignData(System.IO.Stream data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) => throw null; - public byte[] SignData(System.ReadOnlySpan data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) => throw null; - public int SignData(System.ReadOnlySpan data, System.Span destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) => throw null; - public virtual byte[] SignHash(byte[] hash, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) => throw null; - public byte[] SignHash(System.ReadOnlySpan hash, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) => throw null; - public int SignHash(System.ReadOnlySpan hash, System.Span destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) => throw null; - public override string ToXmlString(bool includePrivateParameters) => throw null; - public virtual bool TryDecrypt(System.ReadOnlySpan data, System.Span destination, System.Security.Cryptography.RSAEncryptionPadding padding, out int bytesWritten) => throw null; - public virtual bool TryEncrypt(System.ReadOnlySpan data, System.Span destination, System.Security.Cryptography.RSAEncryptionPadding padding, out int bytesWritten) => throw null; - public override bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int bytesWritten) => throw null; - public override bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int bytesWritten) => throw null; - public override bool TryExportPkcs8PrivateKey(System.Span destination, out int bytesWritten) => throw null; - public virtual bool TryExportRSAPrivateKey(System.Span destination, out int bytesWritten) => throw null; - public bool TryExportRSAPrivateKeyPem(System.Span destination, out int charsWritten) => throw null; - public virtual bool TryExportRSAPublicKey(System.Span destination, out int bytesWritten) => throw null; - public bool TryExportRSAPublicKeyPem(System.Span destination, out int charsWritten) => throw null; - public override bool TryExportSubjectPublicKeyInfo(System.Span destination, out int bytesWritten) => throw null; - protected virtual bool TryHashData(System.ReadOnlySpan data, System.Span destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, out int bytesWritten) => throw null; - public virtual bool TrySignData(System.ReadOnlySpan data, System.Span destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding, out int bytesWritten) => throw null; - public virtual bool TrySignHash(System.ReadOnlySpan hash, System.Span destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding, out int bytesWritten) => throw null; - public bool VerifyData(byte[] data, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) => throw null; - public virtual bool VerifyData(byte[] data, int offset, int count, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) => throw null; - public bool VerifyData(System.IO.Stream data, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) => throw null; - public virtual bool VerifyData(System.ReadOnlySpan data, System.ReadOnlySpan signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) => throw null; - public virtual bool VerifyHash(byte[] hash, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) => throw null; - public virtual bool VerifyHash(System.ReadOnlySpan hash, System.ReadOnlySpan signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) => throw null; - } - public sealed class RSACng : System.Security.Cryptography.RSA - { - public RSACng() => throw null; - public RSACng(int keySize) => throw null; - public RSACng(System.Security.Cryptography.CngKey key) => throw null; - public override byte[] Decrypt(byte[] data, System.Security.Cryptography.RSAEncryptionPadding padding) => throw null; - protected override void Dispose(bool disposing) => throw null; - public override byte[] Encrypt(byte[] data, System.Security.Cryptography.RSAEncryptionPadding padding) => throw null; - public override byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; - public override byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; - public override System.Security.Cryptography.RSAParameters ExportParameters(bool includePrivateParameters) => throw null; - public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.ReadOnlySpan source, out int bytesRead) => throw null; - public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.ReadOnlySpan source, out int bytesRead) => throw null; - public override void ImportParameters(System.Security.Cryptography.RSAParameters parameters) => throw null; - public override void ImportPkcs8PrivateKey(System.ReadOnlySpan source, out int bytesRead) => throw null; - public System.Security.Cryptography.CngKey Key { get => throw null; } - public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get => throw null; } - public override byte[] SignHash(byte[] hash, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) => throw null; - public override bool TryDecrypt(System.ReadOnlySpan data, System.Span destination, System.Security.Cryptography.RSAEncryptionPadding padding, out int bytesWritten) => throw null; - public override bool TryEncrypt(System.ReadOnlySpan data, System.Span destination, System.Security.Cryptography.RSAEncryptionPadding padding, out int bytesWritten) => throw null; - public override bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int bytesWritten) => throw null; - public override bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int bytesWritten) => throw null; - public override bool TryExportPkcs8PrivateKey(System.Span destination, out int bytesWritten) => throw null; - public override bool TrySignHash(System.ReadOnlySpan hash, System.Span destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding, out int bytesWritten) => throw null; - public override bool VerifyHash(byte[] hash, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) => throw null; - public override bool VerifyHash(System.ReadOnlySpan hash, System.ReadOnlySpan signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) => throw null; - } - public sealed class RSACryptoServiceProvider : System.Security.Cryptography.RSA, System.Security.Cryptography.ICspAsymmetricAlgorithm - { - public System.Security.Cryptography.CspKeyContainerInfo CspKeyContainerInfo { get => throw null; } - public RSACryptoServiceProvider() => throw null; - public RSACryptoServiceProvider(int dwKeySize) => throw null; - public RSACryptoServiceProvider(int dwKeySize, System.Security.Cryptography.CspParameters parameters) => throw null; - public RSACryptoServiceProvider(System.Security.Cryptography.CspParameters parameters) => throw null; - public byte[] Decrypt(byte[] rgb, bool fOAEP) => throw null; - public override byte[] Decrypt(byte[] data, System.Security.Cryptography.RSAEncryptionPadding padding) => throw null; - public override byte[] DecryptValue(byte[] rgb) => throw null; - protected override void Dispose(bool disposing) => throw null; - public byte[] Encrypt(byte[] rgb, bool fOAEP) => throw null; - public override byte[] Encrypt(byte[] data, System.Security.Cryptography.RSAEncryptionPadding padding) => throw null; - public override byte[] EncryptValue(byte[] rgb) => throw null; - public byte[] ExportCspBlob(bool includePrivateParameters) => throw null; - public override System.Security.Cryptography.RSAParameters ExportParameters(bool includePrivateParameters) => throw null; - public void ImportCspBlob(byte[] keyBlob) => throw null; - public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.ReadOnlySpan source, out int bytesRead) => throw null; - public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.ReadOnlySpan source, out int bytesRead) => throw null; - public override void ImportParameters(System.Security.Cryptography.RSAParameters parameters) => throw null; - public override string KeyExchangeAlgorithm { get => throw null; } - public override int KeySize { get => throw null; } - public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get => throw null; } - public bool PersistKeyInCsp { get => throw null; set { } } - public bool PublicOnly { get => throw null; } - public override string SignatureAlgorithm { get => throw null; } - public byte[] SignData(byte[] buffer, int offset, int count, object halg) => throw null; - public byte[] SignData(byte[] buffer, object halg) => throw null; - public byte[] SignData(System.IO.Stream inputStream, object halg) => throw null; - public override byte[] SignHash(byte[] hash, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) => throw null; - public byte[] SignHash(byte[] rgbHash, string str) => throw null; - public static bool UseMachineKeyStore { get => throw null; set { } } - public bool VerifyData(byte[] buffer, object halg, byte[] signature) => throw null; - public override bool VerifyHash(byte[] hash, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) => throw null; - public bool VerifyHash(byte[] rgbHash, string str, byte[] rgbSignature) => throw null; - } - public sealed class RSAEncryptionPadding : System.IEquatable - { - public static System.Security.Cryptography.RSAEncryptionPadding CreateOaep(System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(System.Security.Cryptography.RSAEncryptionPadding other) => throw null; - public override int GetHashCode() => throw null; - public System.Security.Cryptography.RSAEncryptionPaddingMode Mode { get => throw null; } - public System.Security.Cryptography.HashAlgorithmName OaepHashAlgorithm { get => throw null; } - public static System.Security.Cryptography.RSAEncryptionPadding OaepSHA1 { get => throw null; } - public static System.Security.Cryptography.RSAEncryptionPadding OaepSHA256 { get => throw null; } - public static System.Security.Cryptography.RSAEncryptionPadding OaepSHA3_256 { get => throw null; } - public static System.Security.Cryptography.RSAEncryptionPadding OaepSHA3_384 { get => throw null; } - public static System.Security.Cryptography.RSAEncryptionPadding OaepSHA3_512 { get => throw null; } - public static System.Security.Cryptography.RSAEncryptionPadding OaepSHA384 { get => throw null; } - public static System.Security.Cryptography.RSAEncryptionPadding OaepSHA512 { get => throw null; } - public static bool operator ==(System.Security.Cryptography.RSAEncryptionPadding left, System.Security.Cryptography.RSAEncryptionPadding right) => throw null; - public static bool operator !=(System.Security.Cryptography.RSAEncryptionPadding left, System.Security.Cryptography.RSAEncryptionPadding right) => throw null; - public static System.Security.Cryptography.RSAEncryptionPadding Pkcs1 { get => throw null; } - public override string ToString() => throw null; - } - public enum RSAEncryptionPaddingMode - { - Pkcs1 = 0, - Oaep = 1, - } - public class RSAOAEPKeyExchangeDeformatter : System.Security.Cryptography.AsymmetricKeyExchangeDeformatter - { - public RSAOAEPKeyExchangeDeformatter() => throw null; - public RSAOAEPKeyExchangeDeformatter(System.Security.Cryptography.AsymmetricAlgorithm key) => throw null; - public override byte[] DecryptKeyExchange(byte[] rgbData) => throw null; - public override string Parameters { get => throw null; set { } } - public override void SetKey(System.Security.Cryptography.AsymmetricAlgorithm key) => throw null; - } - public class RSAOAEPKeyExchangeFormatter : System.Security.Cryptography.AsymmetricKeyExchangeFormatter - { - public override byte[] CreateKeyExchange(byte[] rgbData) => throw null; - public override byte[] CreateKeyExchange(byte[] rgbData, System.Type symAlgType) => throw null; - public RSAOAEPKeyExchangeFormatter() => throw null; - public RSAOAEPKeyExchangeFormatter(System.Security.Cryptography.AsymmetricAlgorithm key) => throw null; - public byte[] Parameter { get => throw null; set { } } - public override string Parameters { get => throw null; } - public System.Security.Cryptography.RandomNumberGenerator Rng { get => throw null; set { } } - public override void SetKey(System.Security.Cryptography.AsymmetricAlgorithm key) => throw null; - } - public sealed class RSAOpenSsl : System.Security.Cryptography.RSA - { - public RSAOpenSsl() => throw null; - public RSAOpenSsl(int keySize) => throw null; - public RSAOpenSsl(nint handle) => throw null; - public RSAOpenSsl(System.Security.Cryptography.RSAParameters parameters) => throw null; - public RSAOpenSsl(System.Security.Cryptography.SafeEvpPKeyHandle pkeyHandle) => throw null; - public System.Security.Cryptography.SafeEvpPKeyHandle DuplicateKeyHandle() => throw null; - public override System.Security.Cryptography.RSAParameters ExportParameters(bool includePrivateParameters) => throw null; - public override void ImportParameters(System.Security.Cryptography.RSAParameters parameters) => throw null; - } - public struct RSAParameters - { - public byte[] D; - public byte[] DP; - public byte[] DQ; - public byte[] Exponent; - public byte[] InverseQ; - public byte[] Modulus; - public byte[] P; - public byte[] Q; - } - public class RSAPKCS1KeyExchangeDeformatter : System.Security.Cryptography.AsymmetricKeyExchangeDeformatter - { - public RSAPKCS1KeyExchangeDeformatter() => throw null; - public RSAPKCS1KeyExchangeDeformatter(System.Security.Cryptography.AsymmetricAlgorithm key) => throw null; - public override byte[] DecryptKeyExchange(byte[] rgbIn) => throw null; - public override string Parameters { get => throw null; set { } } - public System.Security.Cryptography.RandomNumberGenerator RNG { get => throw null; set { } } - public override void SetKey(System.Security.Cryptography.AsymmetricAlgorithm key) => throw null; - } - public class RSAPKCS1KeyExchangeFormatter : System.Security.Cryptography.AsymmetricKeyExchangeFormatter - { - public override byte[] CreateKeyExchange(byte[] rgbData) => throw null; - public override byte[] CreateKeyExchange(byte[] rgbData, System.Type symAlgType) => throw null; - public RSAPKCS1KeyExchangeFormatter() => throw null; - public RSAPKCS1KeyExchangeFormatter(System.Security.Cryptography.AsymmetricAlgorithm key) => throw null; - public override string Parameters { get => throw null; } - public System.Security.Cryptography.RandomNumberGenerator Rng { get => throw null; set { } } - public override void SetKey(System.Security.Cryptography.AsymmetricAlgorithm key) => throw null; - } - public class RSAPKCS1SignatureDeformatter : System.Security.Cryptography.AsymmetricSignatureDeformatter - { - public RSAPKCS1SignatureDeformatter() => throw null; - public RSAPKCS1SignatureDeformatter(System.Security.Cryptography.AsymmetricAlgorithm key) => throw null; - public override void SetHashAlgorithm(string strName) => throw null; - public override void SetKey(System.Security.Cryptography.AsymmetricAlgorithm key) => throw null; - public override bool VerifySignature(byte[] rgbHash, byte[] rgbSignature) => throw null; - } - public class RSAPKCS1SignatureFormatter : System.Security.Cryptography.AsymmetricSignatureFormatter - { - public override byte[] CreateSignature(byte[] rgbHash) => throw null; - public RSAPKCS1SignatureFormatter() => throw null; - public RSAPKCS1SignatureFormatter(System.Security.Cryptography.AsymmetricAlgorithm key) => throw null; - public override void SetHashAlgorithm(string strName) => throw null; - public override void SetKey(System.Security.Cryptography.AsymmetricAlgorithm key) => throw null; - } - public sealed class RSASignaturePadding : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Security.Cryptography.RSASignaturePadding other) => throw null; - public override int GetHashCode() => throw null; - public System.Security.Cryptography.RSASignaturePaddingMode Mode { get => throw null; } - public static bool operator ==(System.Security.Cryptography.RSASignaturePadding left, System.Security.Cryptography.RSASignaturePadding right) => throw null; - public static bool operator !=(System.Security.Cryptography.RSASignaturePadding left, System.Security.Cryptography.RSASignaturePadding right) => throw null; - public static System.Security.Cryptography.RSASignaturePadding Pkcs1 { get => throw null; } - public static System.Security.Cryptography.RSASignaturePadding Pss { get => throw null; } - public override string ToString() => throw null; - } - public enum RSASignaturePaddingMode - { - Pkcs1 = 0, - Pss = 1, - } - public sealed class SafeEvpPKeyHandle : System.Runtime.InteropServices.SafeHandle - { - public SafeEvpPKeyHandle() : base(default(nint), default(bool)) => throw null; - public SafeEvpPKeyHandle(nint handle, bool ownsHandle) : base(default(nint), default(bool)) => throw null; - public System.Security.Cryptography.SafeEvpPKeyHandle DuplicateHandle() => throw null; - public override bool IsInvalid { get => throw null; } - public static System.Security.Cryptography.SafeEvpPKeyHandle OpenPrivateKeyFromEngine(string engineName, string keyId) => throw null; - public static System.Security.Cryptography.SafeEvpPKeyHandle OpenPublicKeyFromEngine(string engineName, string keyId) => throw null; - public static long OpenSslVersion { get => throw null; } - protected override bool ReleaseHandle() => throw null; - } - public abstract class SHA1 : System.Security.Cryptography.HashAlgorithm - { - public static System.Security.Cryptography.SHA1 Create() => throw null; - public static System.Security.Cryptography.SHA1 Create(string hashName) => throw null; - protected SHA1() => throw null; - public static byte[] HashData(byte[] source) => throw null; - public static byte[] HashData(System.IO.Stream source) => throw null; - public static int HashData(System.IO.Stream source, System.Span destination) => throw null; - public static byte[] HashData(System.ReadOnlySpan source) => throw null; - public static int HashData(System.ReadOnlySpan source, System.Span destination) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.IO.Stream source, System.Memory destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public const int HashSizeInBits = 160; - public const int HashSizeInBytes = 20; - public static bool TryHashData(System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; - } - public sealed class SHA1CryptoServiceProvider : System.Security.Cryptography.SHA1 - { - public SHA1CryptoServiceProvider() => throw null; - protected override void Dispose(bool disposing) => throw null; - protected override void HashCore(byte[] array, int ibStart, int cbSize) => throw null; - protected override void HashCore(System.ReadOnlySpan source) => throw null; - protected override byte[] HashFinal() => throw null; - public override void Initialize() => throw null; - protected override bool TryHashFinal(System.Span destination, out int bytesWritten) => throw null; - } - public sealed class SHA1Managed : System.Security.Cryptography.SHA1 - { - public SHA1Managed() => throw null; - protected override sealed void Dispose(bool disposing) => throw null; - protected override sealed void HashCore(byte[] array, int ibStart, int cbSize) => throw null; - protected override sealed void HashCore(System.ReadOnlySpan source) => throw null; - protected override sealed byte[] HashFinal() => throw null; - public override sealed void Initialize() => throw null; - protected override sealed bool TryHashFinal(System.Span destination, out int bytesWritten) => throw null; - } - public abstract class SHA256 : System.Security.Cryptography.HashAlgorithm - { - public static System.Security.Cryptography.SHA256 Create() => throw null; - public static System.Security.Cryptography.SHA256 Create(string hashName) => throw null; - protected SHA256() => throw null; - public static byte[] HashData(byte[] source) => throw null; - public static byte[] HashData(System.IO.Stream source) => throw null; - public static int HashData(System.IO.Stream source, System.Span destination) => throw null; - public static byte[] HashData(System.ReadOnlySpan source) => throw null; - public static int HashData(System.ReadOnlySpan source, System.Span destination) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.IO.Stream source, System.Memory destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public const int HashSizeInBits = 256; - public const int HashSizeInBytes = 32; - public static bool TryHashData(System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; - } - public sealed class SHA256CryptoServiceProvider : System.Security.Cryptography.SHA256 - { - public SHA256CryptoServiceProvider() => throw null; - protected override void Dispose(bool disposing) => throw null; - protected override void HashCore(byte[] array, int ibStart, int cbSize) => throw null; - protected override void HashCore(System.ReadOnlySpan source) => throw null; - protected override byte[] HashFinal() => throw null; - public override void Initialize() => throw null; - protected override bool TryHashFinal(System.Span destination, out int bytesWritten) => throw null; - } - public sealed class SHA256Managed : System.Security.Cryptography.SHA256 - { - public SHA256Managed() => throw null; - protected override sealed void Dispose(bool disposing) => throw null; - protected override sealed void HashCore(byte[] array, int ibStart, int cbSize) => throw null; - protected override sealed void HashCore(System.ReadOnlySpan source) => throw null; - protected override sealed byte[] HashFinal() => throw null; - public override sealed void Initialize() => throw null; - protected override sealed bool TryHashFinal(System.Span destination, out int bytesWritten) => throw null; - } - public abstract class SHA3_256 : System.Security.Cryptography.HashAlgorithm - { - public static System.Security.Cryptography.SHA3_256 Create() => throw null; - protected SHA3_256() => throw null; - public static byte[] HashData(byte[] source) => throw null; - public static byte[] HashData(System.IO.Stream source) => throw null; - public static int HashData(System.IO.Stream source, System.Span destination) => throw null; - public static byte[] HashData(System.ReadOnlySpan source) => throw null; - public static int HashData(System.ReadOnlySpan source, System.Span destination) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.IO.Stream source, System.Memory destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public const int HashSizeInBits = 256; - public const int HashSizeInBytes = 32; - public static bool IsSupported { get => throw null; } - public static bool TryHashData(System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; - } - public abstract class SHA3_384 : System.Security.Cryptography.HashAlgorithm - { - public static System.Security.Cryptography.SHA3_384 Create() => throw null; - protected SHA3_384() => throw null; - public static byte[] HashData(byte[] source) => throw null; - public static byte[] HashData(System.IO.Stream source) => throw null; - public static int HashData(System.IO.Stream source, System.Span destination) => throw null; - public static byte[] HashData(System.ReadOnlySpan source) => throw null; - public static int HashData(System.ReadOnlySpan source, System.Span destination) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.IO.Stream source, System.Memory destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public const int HashSizeInBits = 384; - public const int HashSizeInBytes = 48; - public static bool IsSupported { get => throw null; } - public static bool TryHashData(System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; - } - public abstract class SHA3_512 : System.Security.Cryptography.HashAlgorithm - { - public static System.Security.Cryptography.SHA3_512 Create() => throw null; - protected SHA3_512() => throw null; - public static byte[] HashData(byte[] source) => throw null; - public static byte[] HashData(System.IO.Stream source) => throw null; - public static int HashData(System.IO.Stream source, System.Span destination) => throw null; - public static byte[] HashData(System.ReadOnlySpan source) => throw null; - public static int HashData(System.ReadOnlySpan source, System.Span destination) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.IO.Stream source, System.Memory destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public const int HashSizeInBits = 512; - public const int HashSizeInBytes = 64; - public static bool IsSupported { get => throw null; } - public static bool TryHashData(System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; - } - public abstract class SHA384 : System.Security.Cryptography.HashAlgorithm - { - public static System.Security.Cryptography.SHA384 Create() => throw null; - public static System.Security.Cryptography.SHA384 Create(string hashName) => throw null; - protected SHA384() => throw null; - public static byte[] HashData(byte[] source) => throw null; - public static byte[] HashData(System.IO.Stream source) => throw null; - public static int HashData(System.IO.Stream source, System.Span destination) => throw null; - public static byte[] HashData(System.ReadOnlySpan source) => throw null; - public static int HashData(System.ReadOnlySpan source, System.Span destination) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.IO.Stream source, System.Memory destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public const int HashSizeInBits = 384; - public const int HashSizeInBytes = 48; - public static bool TryHashData(System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; - } - public sealed class SHA384CryptoServiceProvider : System.Security.Cryptography.SHA384 - { - public SHA384CryptoServiceProvider() => throw null; - protected override void Dispose(bool disposing) => throw null; - protected override void HashCore(byte[] array, int ibStart, int cbSize) => throw null; - protected override void HashCore(System.ReadOnlySpan source) => throw null; - protected override byte[] HashFinal() => throw null; - public override void Initialize() => throw null; - protected override bool TryHashFinal(System.Span destination, out int bytesWritten) => throw null; - } - public sealed class SHA384Managed : System.Security.Cryptography.SHA384 - { - public SHA384Managed() => throw null; - protected override sealed void Dispose(bool disposing) => throw null; - protected override sealed void HashCore(byte[] array, int ibStart, int cbSize) => throw null; - protected override sealed void HashCore(System.ReadOnlySpan source) => throw null; - protected override sealed byte[] HashFinal() => throw null; - public override sealed void Initialize() => throw null; - protected override sealed bool TryHashFinal(System.Span destination, out int bytesWritten) => throw null; - } - public abstract class SHA512 : System.Security.Cryptography.HashAlgorithm - { - public static System.Security.Cryptography.SHA512 Create() => throw null; - public static System.Security.Cryptography.SHA512 Create(string hashName) => throw null; - protected SHA512() => throw null; - public static byte[] HashData(byte[] source) => throw null; - public static byte[] HashData(System.IO.Stream source) => throw null; - public static int HashData(System.IO.Stream source, System.Span destination) => throw null; - public static byte[] HashData(System.ReadOnlySpan source) => throw null; - public static int HashData(System.ReadOnlySpan source, System.Span destination) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.IO.Stream source, System.Memory destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public const int HashSizeInBits = 512; - public const int HashSizeInBytes = 64; - public static bool TryHashData(System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; - } - public sealed class SHA512CryptoServiceProvider : System.Security.Cryptography.SHA512 - { - public SHA512CryptoServiceProvider() => throw null; - protected override void Dispose(bool disposing) => throw null; - protected override void HashCore(byte[] array, int ibStart, int cbSize) => throw null; - protected override void HashCore(System.ReadOnlySpan source) => throw null; - protected override byte[] HashFinal() => throw null; - public override void Initialize() => throw null; - protected override bool TryHashFinal(System.Span destination, out int bytesWritten) => throw null; - } - public sealed class SHA512Managed : System.Security.Cryptography.SHA512 - { - public SHA512Managed() => throw null; - protected override sealed void Dispose(bool disposing) => throw null; - protected override sealed void HashCore(byte[] array, int ibStart, int cbSize) => throw null; - protected override sealed void HashCore(System.ReadOnlySpan source) => throw null; - protected override sealed byte[] HashFinal() => throw null; - public override sealed void Initialize() => throw null; - protected override sealed bool TryHashFinal(System.Span destination, out int bytesWritten) => throw null; - } - public sealed class Shake128 : System.IDisposable - { - public void AppendData(byte[] data) => throw null; - public void AppendData(System.ReadOnlySpan data) => throw null; - public Shake128() => throw null; - public void Dispose() => throw null; - public byte[] GetCurrentHash(int outputLength) => throw null; - public void GetCurrentHash(System.Span destination) => throw null; - public byte[] GetHashAndReset(int outputLength) => throw null; - public void GetHashAndReset(System.Span destination) => throw null; - public static byte[] HashData(byte[] source, int outputLength) => throw null; - public static byte[] HashData(System.IO.Stream source, int outputLength) => throw null; - public static void HashData(System.IO.Stream source, System.Span destination) => throw null; - public static byte[] HashData(System.ReadOnlySpan source, int outputLength) => throw null; - public static void HashData(System.ReadOnlySpan source, System.Span destination) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.IO.Stream source, int outputLength, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.IO.Stream source, System.Memory destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static bool IsSupported { get => throw null; } - } - public sealed class Shake256 : System.IDisposable - { - public void AppendData(byte[] data) => throw null; - public void AppendData(System.ReadOnlySpan data) => throw null; - public Shake256() => throw null; - public void Dispose() => throw null; - public byte[] GetCurrentHash(int outputLength) => throw null; - public void GetCurrentHash(System.Span destination) => throw null; - public byte[] GetHashAndReset(int outputLength) => throw null; - public void GetHashAndReset(System.Span destination) => throw null; - public static byte[] HashData(byte[] source, int outputLength) => throw null; - public static byte[] HashData(System.IO.Stream source, int outputLength) => throw null; - public static void HashData(System.IO.Stream source, System.Span destination) => throw null; - public static byte[] HashData(System.ReadOnlySpan source, int outputLength) => throw null; - public static void HashData(System.ReadOnlySpan source, System.Span destination) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.IO.Stream source, int outputLength, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask HashDataAsync(System.IO.Stream source, System.Memory destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static bool IsSupported { get => throw null; } - } - public class SignatureDescription - { - public virtual System.Security.Cryptography.AsymmetricSignatureDeformatter CreateDeformatter(System.Security.Cryptography.AsymmetricAlgorithm key) => throw null; - public virtual System.Security.Cryptography.HashAlgorithm CreateDigest() => throw null; - public virtual System.Security.Cryptography.AsymmetricSignatureFormatter CreateFormatter(System.Security.Cryptography.AsymmetricAlgorithm key) => throw null; - public SignatureDescription() => throw null; - public SignatureDescription(System.Security.SecurityElement el) => throw null; - public string DeformatterAlgorithm { get => throw null; set { } } - public string DigestAlgorithm { get => throw null; set { } } - public string FormatterAlgorithm { get => throw null; set { } } - public string KeyAlgorithm { get => throw null; set { } } - } - public sealed class SP800108HmacCounterKdf : System.IDisposable - { - public SP800108HmacCounterKdf(byte[] key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public SP800108HmacCounterKdf(System.ReadOnlySpan key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public static byte[] DeriveBytes(byte[] key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, byte[] label, byte[] context, int derivedKeyLengthInBytes) => throw null; - public static byte[] DeriveBytes(byte[] key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, string label, string context, int derivedKeyLengthInBytes) => throw null; - public static byte[] DeriveBytes(System.ReadOnlySpan key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan label, System.ReadOnlySpan context, int derivedKeyLengthInBytes) => throw null; - public static void DeriveBytes(System.ReadOnlySpan key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan label, System.ReadOnlySpan context, System.Span destination) => throw null; - public static byte[] DeriveBytes(System.ReadOnlySpan key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan label, System.ReadOnlySpan context, int derivedKeyLengthInBytes) => throw null; - public static void DeriveBytes(System.ReadOnlySpan key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan label, System.ReadOnlySpan context, System.Span destination) => throw null; - public byte[] DeriveKey(byte[] label, byte[] context, int derivedKeyLengthInBytes) => throw null; - public byte[] DeriveKey(System.ReadOnlySpan label, System.ReadOnlySpan context, int derivedKeyLengthInBytes) => throw null; - public void DeriveKey(System.ReadOnlySpan label, System.ReadOnlySpan context, System.Span destination) => throw null; - public byte[] DeriveKey(System.ReadOnlySpan label, System.ReadOnlySpan context, int derivedKeyLengthInBytes) => throw null; - public void DeriveKey(System.ReadOnlySpan label, System.ReadOnlySpan context, System.Span destination) => throw null; - public byte[] DeriveKey(string label, string context, int derivedKeyLengthInBytes) => throw null; - public void Dispose() => throw null; - } - public abstract class SymmetricAlgorithm : System.IDisposable - { - public virtual int BlockSize { get => throw null; set { } } - protected int BlockSizeValue; - public void Clear() => throw null; - public static System.Security.Cryptography.SymmetricAlgorithm Create() => throw null; - public static System.Security.Cryptography.SymmetricAlgorithm Create(string algName) => throw null; - public virtual System.Security.Cryptography.ICryptoTransform CreateDecryptor() => throw null; - public abstract System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgbIV); - public virtual System.Security.Cryptography.ICryptoTransform CreateEncryptor() => throw null; - public abstract System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[] rgbIV); - protected SymmetricAlgorithm() => throw null; - public byte[] DecryptCbc(byte[] ciphertext, byte[] iv, System.Security.Cryptography.PaddingMode paddingMode = default(System.Security.Cryptography.PaddingMode)) => throw null; - public byte[] DecryptCbc(System.ReadOnlySpan ciphertext, System.ReadOnlySpan iv, System.Security.Cryptography.PaddingMode paddingMode = default(System.Security.Cryptography.PaddingMode)) => throw null; - public int DecryptCbc(System.ReadOnlySpan ciphertext, System.ReadOnlySpan iv, System.Span destination, System.Security.Cryptography.PaddingMode paddingMode = default(System.Security.Cryptography.PaddingMode)) => throw null; - public byte[] DecryptCfb(byte[] ciphertext, byte[] iv, System.Security.Cryptography.PaddingMode paddingMode = default(System.Security.Cryptography.PaddingMode), int feedbackSizeInBits = default(int)) => throw null; - public byte[] DecryptCfb(System.ReadOnlySpan ciphertext, System.ReadOnlySpan iv, System.Security.Cryptography.PaddingMode paddingMode = default(System.Security.Cryptography.PaddingMode), int feedbackSizeInBits = default(int)) => throw null; - public int DecryptCfb(System.ReadOnlySpan ciphertext, System.ReadOnlySpan iv, System.Span destination, System.Security.Cryptography.PaddingMode paddingMode = default(System.Security.Cryptography.PaddingMode), int feedbackSizeInBits = default(int)) => throw null; - public byte[] DecryptEcb(byte[] ciphertext, System.Security.Cryptography.PaddingMode paddingMode) => throw null; - public byte[] DecryptEcb(System.ReadOnlySpan ciphertext, System.Security.Cryptography.PaddingMode paddingMode) => throw null; - public int DecryptEcb(System.ReadOnlySpan ciphertext, System.Span destination, System.Security.Cryptography.PaddingMode paddingMode) => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public byte[] EncryptCbc(byte[] plaintext, byte[] iv, System.Security.Cryptography.PaddingMode paddingMode = default(System.Security.Cryptography.PaddingMode)) => throw null; - public byte[] EncryptCbc(System.ReadOnlySpan plaintext, System.ReadOnlySpan iv, System.Security.Cryptography.PaddingMode paddingMode = default(System.Security.Cryptography.PaddingMode)) => throw null; - public int EncryptCbc(System.ReadOnlySpan plaintext, System.ReadOnlySpan iv, System.Span destination, System.Security.Cryptography.PaddingMode paddingMode = default(System.Security.Cryptography.PaddingMode)) => throw null; - public byte[] EncryptCfb(byte[] plaintext, byte[] iv, System.Security.Cryptography.PaddingMode paddingMode = default(System.Security.Cryptography.PaddingMode), int feedbackSizeInBits = default(int)) => throw null; - public byte[] EncryptCfb(System.ReadOnlySpan plaintext, System.ReadOnlySpan iv, System.Security.Cryptography.PaddingMode paddingMode = default(System.Security.Cryptography.PaddingMode), int feedbackSizeInBits = default(int)) => throw null; - public int EncryptCfb(System.ReadOnlySpan plaintext, System.ReadOnlySpan iv, System.Span destination, System.Security.Cryptography.PaddingMode paddingMode = default(System.Security.Cryptography.PaddingMode), int feedbackSizeInBits = default(int)) => throw null; - public byte[] EncryptEcb(byte[] plaintext, System.Security.Cryptography.PaddingMode paddingMode) => throw null; - public byte[] EncryptEcb(System.ReadOnlySpan plaintext, System.Security.Cryptography.PaddingMode paddingMode) => throw null; - public int EncryptEcb(System.ReadOnlySpan plaintext, System.Span destination, System.Security.Cryptography.PaddingMode paddingMode) => throw null; - public virtual int FeedbackSize { get => throw null; set { } } - protected int FeedbackSizeValue; - public abstract void GenerateIV(); - public abstract void GenerateKey(); - public int GetCiphertextLengthCbc(int plaintextLength, System.Security.Cryptography.PaddingMode paddingMode = default(System.Security.Cryptography.PaddingMode)) => throw null; - public int GetCiphertextLengthCfb(int plaintextLength, System.Security.Cryptography.PaddingMode paddingMode = default(System.Security.Cryptography.PaddingMode), int feedbackSizeInBits = default(int)) => throw null; - public int GetCiphertextLengthEcb(int plaintextLength, System.Security.Cryptography.PaddingMode paddingMode) => throw null; - public virtual byte[] IV { get => throw null; set { } } - protected byte[] IVValue; - public virtual byte[] Key { get => throw null; set { } } - public virtual int KeySize { get => throw null; set { } } - protected int KeySizeValue; - protected byte[] KeyValue; - public virtual System.Security.Cryptography.KeySizes[] LegalBlockSizes { get => throw null; } - protected System.Security.Cryptography.KeySizes[] LegalBlockSizesValue; - public virtual System.Security.Cryptography.KeySizes[] LegalKeySizes { get => throw null; } - protected System.Security.Cryptography.KeySizes[] LegalKeySizesValue; - public virtual System.Security.Cryptography.CipherMode Mode { get => throw null; set { } } - protected System.Security.Cryptography.CipherMode ModeValue; - public virtual System.Security.Cryptography.PaddingMode Padding { get => throw null; set { } } - protected System.Security.Cryptography.PaddingMode PaddingValue; - public bool TryDecryptCbc(System.ReadOnlySpan ciphertext, System.ReadOnlySpan iv, System.Span destination, out int bytesWritten, System.Security.Cryptography.PaddingMode paddingMode = default(System.Security.Cryptography.PaddingMode)) => throw null; - protected virtual bool TryDecryptCbcCore(System.ReadOnlySpan ciphertext, System.ReadOnlySpan iv, System.Span destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) => throw null; - public bool TryDecryptCfb(System.ReadOnlySpan ciphertext, System.ReadOnlySpan iv, System.Span destination, out int bytesWritten, System.Security.Cryptography.PaddingMode paddingMode = default(System.Security.Cryptography.PaddingMode), int feedbackSizeInBits = default(int)) => throw null; - protected virtual bool TryDecryptCfbCore(System.ReadOnlySpan ciphertext, System.ReadOnlySpan iv, System.Span destination, System.Security.Cryptography.PaddingMode paddingMode, int feedbackSizeInBits, out int bytesWritten) => throw null; - public bool TryDecryptEcb(System.ReadOnlySpan ciphertext, System.Span destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) => throw null; - protected virtual bool TryDecryptEcbCore(System.ReadOnlySpan ciphertext, System.Span destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) => throw null; - public bool TryEncryptCbc(System.ReadOnlySpan plaintext, System.ReadOnlySpan iv, System.Span destination, out int bytesWritten, System.Security.Cryptography.PaddingMode paddingMode = default(System.Security.Cryptography.PaddingMode)) => throw null; - protected virtual bool TryEncryptCbcCore(System.ReadOnlySpan plaintext, System.ReadOnlySpan iv, System.Span destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) => throw null; - public bool TryEncryptCfb(System.ReadOnlySpan plaintext, System.ReadOnlySpan iv, System.Span destination, out int bytesWritten, System.Security.Cryptography.PaddingMode paddingMode = default(System.Security.Cryptography.PaddingMode), int feedbackSizeInBits = default(int)) => throw null; - protected virtual bool TryEncryptCfbCore(System.ReadOnlySpan plaintext, System.ReadOnlySpan iv, System.Span destination, System.Security.Cryptography.PaddingMode paddingMode, int feedbackSizeInBits, out int bytesWritten) => throw null; - public bool TryEncryptEcb(System.ReadOnlySpan plaintext, System.Span destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) => throw null; - protected virtual bool TryEncryptEcbCore(System.ReadOnlySpan plaintext, System.Span destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) => throw null; - public bool ValidKeySize(int bitLength) => throw null; - } - public class ToBase64Transform : System.Security.Cryptography.ICryptoTransform, System.IDisposable - { - public virtual bool CanReuseTransform { get => throw null; } - public bool CanTransformMultipleBlocks { get => throw null; } - public void Clear() => throw null; - public ToBase64Transform() => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public int InputBlockSize { get => throw null; } - public int OutputBlockSize { get => throw null; } - public int TransformBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset) => throw null; - public byte[] TransformFinalBlock(byte[] inputBuffer, int inputOffset, int inputCount) => throw null; - } - public abstract class TripleDES : System.Security.Cryptography.SymmetricAlgorithm - { - public static System.Security.Cryptography.TripleDES Create() => throw null; - public static System.Security.Cryptography.TripleDES Create(string str) => throw null; - protected TripleDES() => throw null; - public static bool IsWeakKey(byte[] rgbKey) => throw null; - public override byte[] Key { get => throw null; set { } } - } - public sealed class TripleDESCng : System.Security.Cryptography.TripleDES - { - public override System.Security.Cryptography.ICryptoTransform CreateDecryptor() => throw null; - public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgbIV) => throw null; - public override System.Security.Cryptography.ICryptoTransform CreateEncryptor() => throw null; - public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[] rgbIV) => throw null; - public TripleDESCng() => throw null; - public TripleDESCng(string keyName) => throw null; - public TripleDESCng(string keyName, System.Security.Cryptography.CngProvider provider) => throw null; - public TripleDESCng(string keyName, System.Security.Cryptography.CngProvider provider, System.Security.Cryptography.CngKeyOpenOptions openOptions) => throw null; - protected override void Dispose(bool disposing) => throw null; - public override void GenerateIV() => throw null; - public override void GenerateKey() => throw null; - public override byte[] Key { get => throw null; set { } } - public override int KeySize { get => throw null; set { } } - protected override bool TryDecryptCbcCore(System.ReadOnlySpan ciphertext, System.ReadOnlySpan iv, System.Span destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) => throw null; - protected override bool TryDecryptCfbCore(System.ReadOnlySpan ciphertext, System.ReadOnlySpan iv, System.Span destination, System.Security.Cryptography.PaddingMode paddingMode, int feedbackSizeInBits, out int bytesWritten) => throw null; - protected override bool TryDecryptEcbCore(System.ReadOnlySpan ciphertext, System.Span destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) => throw null; - protected override bool TryEncryptCbcCore(System.ReadOnlySpan plaintext, System.ReadOnlySpan iv, System.Span destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) => throw null; - protected override bool TryEncryptCfbCore(System.ReadOnlySpan plaintext, System.ReadOnlySpan iv, System.Span destination, System.Security.Cryptography.PaddingMode paddingMode, int feedbackSizeInBits, out int bytesWritten) => throw null; - protected override bool TryEncryptEcbCore(System.ReadOnlySpan plaintext, System.Span destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) => throw null; - } - public sealed class TripleDESCryptoServiceProvider : System.Security.Cryptography.TripleDES - { - public override int BlockSize { get => throw null; set { } } - public override System.Security.Cryptography.ICryptoTransform CreateDecryptor() => throw null; - public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgbIV) => throw null; - public override System.Security.Cryptography.ICryptoTransform CreateEncryptor() => throw null; - public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[] rgbIV) => throw null; - public TripleDESCryptoServiceProvider() => throw null; - protected override void Dispose(bool disposing) => throw null; - public override int FeedbackSize { get => throw null; set { } } - public override void GenerateIV() => throw null; - public override void GenerateKey() => throw null; - public override byte[] IV { get => throw null; set { } } - public override byte[] Key { get => throw null; set { } } - public override int KeySize { get => throw null; set { } } - public override System.Security.Cryptography.KeySizes[] LegalBlockSizes { get => throw null; } - public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get => throw null; } - public override System.Security.Cryptography.CipherMode Mode { get => throw null; set { } } - public override System.Security.Cryptography.PaddingMode Padding { get => throw null; set { } } - } - namespace X509Certificates - { - public sealed class CertificateRequest - { - public System.Collections.ObjectModel.Collection CertificateExtensions { get => throw null; } - public System.Security.Cryptography.X509Certificates.X509Certificate2 Create(System.Security.Cryptography.X509Certificates.X500DistinguishedName issuerName, System.Security.Cryptography.X509Certificates.X509SignatureGenerator generator, System.DateTimeOffset notBefore, System.DateTimeOffset notAfter, byte[] serialNumber) => throw null; - public System.Security.Cryptography.X509Certificates.X509Certificate2 Create(System.Security.Cryptography.X509Certificates.X500DistinguishedName issuerName, System.Security.Cryptography.X509Certificates.X509SignatureGenerator generator, System.DateTimeOffset notBefore, System.DateTimeOffset notAfter, System.ReadOnlySpan serialNumber) => throw null; - public System.Security.Cryptography.X509Certificates.X509Certificate2 Create(System.Security.Cryptography.X509Certificates.X509Certificate2 issuerCertificate, System.DateTimeOffset notBefore, System.DateTimeOffset notAfter, byte[] serialNumber) => throw null; - public System.Security.Cryptography.X509Certificates.X509Certificate2 Create(System.Security.Cryptography.X509Certificates.X509Certificate2 issuerCertificate, System.DateTimeOffset notBefore, System.DateTimeOffset notAfter, System.ReadOnlySpan serialNumber) => throw null; - public System.Security.Cryptography.X509Certificates.X509Certificate2 CreateSelfSigned(System.DateTimeOffset notBefore, System.DateTimeOffset notAfter) => throw null; - public byte[] CreateSigningRequest() => throw null; - public byte[] CreateSigningRequest(System.Security.Cryptography.X509Certificates.X509SignatureGenerator signatureGenerator) => throw null; - public string CreateSigningRequestPem() => throw null; - public string CreateSigningRequestPem(System.Security.Cryptography.X509Certificates.X509SignatureGenerator signatureGenerator) => throw null; - public CertificateRequest(System.Security.Cryptography.X509Certificates.X500DistinguishedName subjectName, System.Security.Cryptography.ECDsa key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public CertificateRequest(System.Security.Cryptography.X509Certificates.X500DistinguishedName subjectName, System.Security.Cryptography.RSA key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) => throw null; - public CertificateRequest(System.Security.Cryptography.X509Certificates.X500DistinguishedName subjectName, System.Security.Cryptography.X509Certificates.PublicKey publicKey, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public CertificateRequest(System.Security.Cryptography.X509Certificates.X500DistinguishedName subjectName, System.Security.Cryptography.X509Certificates.PublicKey publicKey, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding rsaSignaturePadding = default(System.Security.Cryptography.RSASignaturePadding)) => throw null; - public CertificateRequest(string subjectName, System.Security.Cryptography.ECDsa key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public CertificateRequest(string subjectName, System.Security.Cryptography.RSA key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) => throw null; - public System.Security.Cryptography.HashAlgorithmName HashAlgorithm { get => throw null; } - public static System.Security.Cryptography.X509Certificates.CertificateRequest LoadSigningRequest(byte[] pkcs10, System.Security.Cryptography.HashAlgorithmName signerHashAlgorithm, System.Security.Cryptography.X509Certificates.CertificateRequestLoadOptions options = default(System.Security.Cryptography.X509Certificates.CertificateRequestLoadOptions), System.Security.Cryptography.RSASignaturePadding signerSignaturePadding = default(System.Security.Cryptography.RSASignaturePadding)) => throw null; - public static System.Security.Cryptography.X509Certificates.CertificateRequest LoadSigningRequest(System.ReadOnlySpan pkcs10, System.Security.Cryptography.HashAlgorithmName signerHashAlgorithm, out int bytesConsumed, System.Security.Cryptography.X509Certificates.CertificateRequestLoadOptions options = default(System.Security.Cryptography.X509Certificates.CertificateRequestLoadOptions), System.Security.Cryptography.RSASignaturePadding signerSignaturePadding = default(System.Security.Cryptography.RSASignaturePadding)) => throw null; - public static System.Security.Cryptography.X509Certificates.CertificateRequest LoadSigningRequestPem(System.ReadOnlySpan pkcs10Pem, System.Security.Cryptography.HashAlgorithmName signerHashAlgorithm, System.Security.Cryptography.X509Certificates.CertificateRequestLoadOptions options = default(System.Security.Cryptography.X509Certificates.CertificateRequestLoadOptions), System.Security.Cryptography.RSASignaturePadding signerSignaturePadding = default(System.Security.Cryptography.RSASignaturePadding)) => throw null; - public static System.Security.Cryptography.X509Certificates.CertificateRequest LoadSigningRequestPem(string pkcs10Pem, System.Security.Cryptography.HashAlgorithmName signerHashAlgorithm, System.Security.Cryptography.X509Certificates.CertificateRequestLoadOptions options = default(System.Security.Cryptography.X509Certificates.CertificateRequestLoadOptions), System.Security.Cryptography.RSASignaturePadding signerSignaturePadding = default(System.Security.Cryptography.RSASignaturePadding)) => throw null; - public System.Collections.ObjectModel.Collection OtherRequestAttributes { get => throw null; } - public System.Security.Cryptography.X509Certificates.PublicKey PublicKey { get => throw null; } - public System.Security.Cryptography.X509Certificates.X500DistinguishedName SubjectName { get => throw null; } - } - [System.Flags] - public enum CertificateRequestLoadOptions - { - Default = 0, - SkipSignatureValidation = 1, - UnsafeLoadCertificateExtensions = 2, - } - public sealed class CertificateRevocationListBuilder - { - public void AddEntry(byte[] serialNumber, System.DateTimeOffset? revocationTime = default(System.DateTimeOffset?), System.Security.Cryptography.X509Certificates.X509RevocationReason? reason = default(System.Security.Cryptography.X509Certificates.X509RevocationReason?)) => throw null; - public void AddEntry(System.ReadOnlySpan serialNumber, System.DateTimeOffset? revocationTime = default(System.DateTimeOffset?), System.Security.Cryptography.X509Certificates.X509RevocationReason? reason = default(System.Security.Cryptography.X509Certificates.X509RevocationReason?)) => throw null; - public void AddEntry(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, System.DateTimeOffset? revocationTime = default(System.DateTimeOffset?), System.Security.Cryptography.X509Certificates.X509RevocationReason? reason = default(System.Security.Cryptography.X509Certificates.X509RevocationReason?)) => throw null; - public byte[] Build(System.Security.Cryptography.X509Certificates.X500DistinguishedName issuerName, System.Security.Cryptography.X509Certificates.X509SignatureGenerator generator, System.Numerics.BigInteger crlNumber, System.DateTimeOffset nextUpdate, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.X509Certificates.X509AuthorityKeyIdentifierExtension authorityKeyIdentifier, System.DateTimeOffset? thisUpdate = default(System.DateTimeOffset?)) => throw null; - public byte[] Build(System.Security.Cryptography.X509Certificates.X509Certificate2 issuerCertificate, System.Numerics.BigInteger crlNumber, System.DateTimeOffset nextUpdate, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding rsaSignaturePadding = default(System.Security.Cryptography.RSASignaturePadding), System.DateTimeOffset? thisUpdate = default(System.DateTimeOffset?)) => throw null; - public static System.Security.Cryptography.X509Certificates.X509Extension BuildCrlDistributionPointExtension(System.Collections.Generic.IEnumerable uris, bool critical = default(bool)) => throw null; - public CertificateRevocationListBuilder() => throw null; - public static System.Security.Cryptography.X509Certificates.CertificateRevocationListBuilder Load(byte[] currentCrl, out System.Numerics.BigInteger currentCrlNumber) => throw null; - public static System.Security.Cryptography.X509Certificates.CertificateRevocationListBuilder Load(System.ReadOnlySpan currentCrl, out System.Numerics.BigInteger currentCrlNumber, out int bytesConsumed) => throw null; - public static System.Security.Cryptography.X509Certificates.CertificateRevocationListBuilder LoadPem(System.ReadOnlySpan currentCrl, out System.Numerics.BigInteger currentCrlNumber) => throw null; - public static System.Security.Cryptography.X509Certificates.CertificateRevocationListBuilder LoadPem(string currentCrl, out System.Numerics.BigInteger currentCrlNumber) => throw null; - public bool RemoveEntry(byte[] serialNumber) => throw null; - public bool RemoveEntry(System.ReadOnlySpan serialNumber) => throw null; - } - public static partial class DSACertificateExtensions - { - public static System.Security.Cryptography.X509Certificates.X509Certificate2 CopyWithPrivateKey(this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, System.Security.Cryptography.DSA privateKey) => throw null; - public static System.Security.Cryptography.DSA GetDSAPrivateKey(this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) => throw null; - public static System.Security.Cryptography.DSA GetDSAPublicKey(this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) => throw null; - } - public static partial class ECDsaCertificateExtensions - { - public static System.Security.Cryptography.X509Certificates.X509Certificate2 CopyWithPrivateKey(this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, System.Security.Cryptography.ECDsa privateKey) => throw null; - public static System.Security.Cryptography.ECDsa GetECDsaPrivateKey(this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) => throw null; - public static System.Security.Cryptography.ECDsa GetECDsaPublicKey(this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) => throw null; - } - [System.Flags] - public enum OpenFlags - { - ReadOnly = 0, - ReadWrite = 1, - MaxAllowed = 2, - OpenExistingOnly = 4, - IncludeArchived = 8, - } - public sealed class PublicKey - { - public static System.Security.Cryptography.X509Certificates.PublicKey CreateFromSubjectPublicKeyInfo(System.ReadOnlySpan source, out int bytesRead) => throw null; - public PublicKey(System.Security.Cryptography.AsymmetricAlgorithm key) => throw null; - public PublicKey(System.Security.Cryptography.Oid oid, System.Security.Cryptography.AsnEncodedData parameters, System.Security.Cryptography.AsnEncodedData keyValue) => throw null; - public System.Security.Cryptography.AsnEncodedData EncodedKeyValue { get => throw null; } - public System.Security.Cryptography.AsnEncodedData EncodedParameters { get => throw null; } - public byte[] ExportSubjectPublicKeyInfo() => throw null; - public System.Security.Cryptography.DSA GetDSAPublicKey() => throw null; - public System.Security.Cryptography.ECDiffieHellman GetECDiffieHellmanPublicKey() => throw null; - public System.Security.Cryptography.ECDsa GetECDsaPublicKey() => throw null; - public System.Security.Cryptography.RSA GetRSAPublicKey() => throw null; - public System.Security.Cryptography.AsymmetricAlgorithm Key { get => throw null; } - public System.Security.Cryptography.Oid Oid { get => throw null; } - public bool TryExportSubjectPublicKeyInfo(System.Span destination, out int bytesWritten) => throw null; - } - public static partial class RSACertificateExtensions - { - public static System.Security.Cryptography.X509Certificates.X509Certificate2 CopyWithPrivateKey(this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, System.Security.Cryptography.RSA privateKey) => throw null; - public static System.Security.Cryptography.RSA GetRSAPrivateKey(this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) => throw null; - public static System.Security.Cryptography.RSA GetRSAPublicKey(this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) => throw null; - } - public enum StoreLocation - { - CurrentUser = 1, - LocalMachine = 2, - } - public enum StoreName - { - AddressBook = 1, - AuthRoot = 2, - CertificateAuthority = 3, - Disallowed = 4, - My = 5, - Root = 6, - TrustedPeople = 7, - TrustedPublisher = 8, - } - public sealed class SubjectAlternativeNameBuilder - { - public void AddDnsName(string dnsName) => throw null; - public void AddEmailAddress(string emailAddress) => throw null; - public void AddIpAddress(System.Net.IPAddress ipAddress) => throw null; - public void AddUri(System.Uri uri) => throw null; - public void AddUserPrincipalName(string upn) => throw null; - public System.Security.Cryptography.X509Certificates.X509Extension Build(bool critical = default(bool)) => throw null; - public SubjectAlternativeNameBuilder() => throw null; - } - public sealed class X500DistinguishedName : System.Security.Cryptography.AsnEncodedData - { - public X500DistinguishedName(byte[] encodedDistinguishedName) => throw null; - public X500DistinguishedName(System.ReadOnlySpan encodedDistinguishedName) => throw null; - public X500DistinguishedName(System.Security.Cryptography.AsnEncodedData encodedDistinguishedName) => throw null; - public X500DistinguishedName(System.Security.Cryptography.X509Certificates.X500DistinguishedName distinguishedName) => throw null; - public X500DistinguishedName(string distinguishedName) => throw null; - public X500DistinguishedName(string distinguishedName, System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags flag) => throw null; - public string Decode(System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags flag) => throw null; - public System.Collections.Generic.IEnumerable EnumerateRelativeDistinguishedNames(bool reversed = default(bool)) => throw null; - public override string Format(bool multiLine) => throw null; - public string Name { get => throw null; } - } - public sealed class X500DistinguishedNameBuilder - { - public void Add(System.Security.Cryptography.Oid oid, string value, System.Formats.Asn1.UniversalTagNumber? stringEncodingType = default(System.Formats.Asn1.UniversalTagNumber?)) => throw null; - public void Add(string oidValue, string value, System.Formats.Asn1.UniversalTagNumber? stringEncodingType = default(System.Formats.Asn1.UniversalTagNumber?)) => throw null; - public void AddCommonName(string commonName) => throw null; - public void AddCountryOrRegion(string twoLetterCode) => throw null; - public void AddDomainComponent(string domainComponent) => throw null; - public void AddEmailAddress(string emailAddress) => throw null; - public void AddLocalityName(string localityName) => throw null; - public void AddOrganizationalUnitName(string organizationalUnitName) => throw null; - public void AddOrganizationName(string organizationName) => throw null; - public void AddStateOrProvinceName(string stateOrProvinceName) => throw null; - public System.Security.Cryptography.X509Certificates.X500DistinguishedName Build() => throw null; - public X500DistinguishedNameBuilder() => throw null; - } - [System.Flags] - public enum X500DistinguishedNameFlags - { - None = 0, - Reversed = 1, - UseSemicolons = 16, - DoNotUsePlusSign = 32, - DoNotUseQuotes = 64, - UseCommas = 128, - UseNewLines = 256, - UseUTF8Encoding = 4096, - UseT61Encoding = 8192, - ForceUTF8Encoding = 16384, - } - public sealed class X500RelativeDistinguishedName - { - public System.Security.Cryptography.Oid GetSingleElementType() => throw null; - public string GetSingleElementValue() => throw null; - public bool HasMultipleElements { get => throw null; } - public System.ReadOnlyMemory RawData { get => throw null; } - } - public sealed class X509AuthorityInformationAccessExtension : System.Security.Cryptography.X509Certificates.X509Extension - { - public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) => throw null; - public X509AuthorityInformationAccessExtension() => throw null; - public X509AuthorityInformationAccessExtension(byte[] rawData, bool critical = default(bool)) => throw null; - public X509AuthorityInformationAccessExtension(System.Collections.Generic.IEnumerable ocspUris, System.Collections.Generic.IEnumerable caIssuersUris, bool critical = default(bool)) => throw null; - public X509AuthorityInformationAccessExtension(System.ReadOnlySpan rawData, bool critical = default(bool)) => throw null; - public System.Collections.Generic.IEnumerable EnumerateCAIssuersUris() => throw null; - public System.Collections.Generic.IEnumerable EnumerateOcspUris() => throw null; - public System.Collections.Generic.IEnumerable EnumerateUris(System.Security.Cryptography.Oid accessMethodOid) => throw null; - public System.Collections.Generic.IEnumerable EnumerateUris(string accessMethodOid) => throw null; - } - public sealed class X509AuthorityKeyIdentifierExtension : System.Security.Cryptography.X509Certificates.X509Extension - { - public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) => throw null; - public static System.Security.Cryptography.X509Certificates.X509AuthorityKeyIdentifierExtension Create(byte[] keyIdentifier, System.Security.Cryptography.X509Certificates.X500DistinguishedName issuerName, byte[] serialNumber) => throw null; - public static System.Security.Cryptography.X509Certificates.X509AuthorityKeyIdentifierExtension Create(System.ReadOnlySpan keyIdentifier, System.Security.Cryptography.X509Certificates.X500DistinguishedName issuerName, System.ReadOnlySpan serialNumber) => throw null; - public static System.Security.Cryptography.X509Certificates.X509AuthorityKeyIdentifierExtension CreateFromCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, bool includeKeyIdentifier, bool includeIssuerAndSerial) => throw null; - public static System.Security.Cryptography.X509Certificates.X509AuthorityKeyIdentifierExtension CreateFromIssuerNameAndSerialNumber(System.Security.Cryptography.X509Certificates.X500DistinguishedName issuerName, byte[] serialNumber) => throw null; - public static System.Security.Cryptography.X509Certificates.X509AuthorityKeyIdentifierExtension CreateFromIssuerNameAndSerialNumber(System.Security.Cryptography.X509Certificates.X500DistinguishedName issuerName, System.ReadOnlySpan serialNumber) => throw null; - public static System.Security.Cryptography.X509Certificates.X509AuthorityKeyIdentifierExtension CreateFromSubjectKeyIdentifier(byte[] subjectKeyIdentifier) => throw null; - public static System.Security.Cryptography.X509Certificates.X509AuthorityKeyIdentifierExtension CreateFromSubjectKeyIdentifier(System.ReadOnlySpan subjectKeyIdentifier) => throw null; - public static System.Security.Cryptography.X509Certificates.X509AuthorityKeyIdentifierExtension CreateFromSubjectKeyIdentifier(System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension subjectKeyIdentifier) => throw null; - public X509AuthorityKeyIdentifierExtension() => throw null; - public X509AuthorityKeyIdentifierExtension(byte[] rawData, bool critical = default(bool)) => throw null; - public X509AuthorityKeyIdentifierExtension(System.ReadOnlySpan rawData, bool critical = default(bool)) => throw null; - public System.ReadOnlyMemory? KeyIdentifier { get => throw null; } - public System.Security.Cryptography.X509Certificates.X500DistinguishedName NamedIssuer { get => throw null; } - public System.ReadOnlyMemory? RawIssuer { get => throw null; } - public System.ReadOnlyMemory? SerialNumber { get => throw null; } - } - public sealed class X509BasicConstraintsExtension : System.Security.Cryptography.X509Certificates.X509Extension - { - public bool CertificateAuthority { get => throw null; } - public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) => throw null; - public static System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension CreateForCertificateAuthority(int? pathLengthConstraint = default(int?)) => throw null; - public static System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension CreateForEndEntity(bool critical = default(bool)) => throw null; - public X509BasicConstraintsExtension() => throw null; - public X509BasicConstraintsExtension(bool certificateAuthority, bool hasPathLengthConstraint, int pathLengthConstraint, bool critical) => throw null; - public X509BasicConstraintsExtension(System.Security.Cryptography.AsnEncodedData encodedBasicConstraints, bool critical) => throw null; - public bool HasPathLengthConstraint { get => throw null; } - public int PathLengthConstraint { get => throw null; } - } - public class X509Certificate : System.Runtime.Serialization.IDeserializationCallback, System.IDisposable, System.Runtime.Serialization.ISerializable - { - public static System.Security.Cryptography.X509Certificates.X509Certificate CreateFromCertFile(string filename) => throw null; - public static System.Security.Cryptography.X509Certificates.X509Certificate CreateFromSignedFile(string filename) => throw null; - public X509Certificate() => throw null; - public X509Certificate(byte[] data) => throw null; - public X509Certificate(byte[] rawData, System.Security.SecureString password) => throw null; - public X509Certificate(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) => throw null; - public X509Certificate(byte[] rawData, string password) => throw null; - public X509Certificate(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) => throw null; - public X509Certificate(nint handle) => throw null; - public X509Certificate(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public X509Certificate(System.Security.Cryptography.X509Certificates.X509Certificate cert) => throw null; - public X509Certificate(string fileName) => throw null; - public X509Certificate(string fileName, System.Security.SecureString password) => throw null; - public X509Certificate(string fileName, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) => throw null; - public X509Certificate(string fileName, string password) => throw null; - public X509Certificate(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public override bool Equals(object obj) => throw null; - public virtual bool Equals(System.Security.Cryptography.X509Certificates.X509Certificate other) => throw null; - public virtual byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType) => throw null; - public virtual byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, System.Security.SecureString password) => throw null; - public virtual byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, string password) => throw null; - protected static string FormatDate(System.DateTime date) => throw null; - public virtual byte[] GetCertHash() => throw null; - public virtual byte[] GetCertHash(System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public virtual string GetCertHashString() => throw null; - public virtual string GetCertHashString(System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; - public virtual string GetEffectiveDateString() => throw null; - public virtual string GetExpirationDateString() => throw null; - public virtual string GetFormat() => throw null; - public override int GetHashCode() => throw null; - public virtual string GetIssuerName() => throw null; - public virtual string GetKeyAlgorithm() => throw null; - public virtual byte[] GetKeyAlgorithmParameters() => throw null; - public virtual string GetKeyAlgorithmParametersString() => throw null; - public virtual string GetName() => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public virtual byte[] GetPublicKey() => throw null; - public virtual string GetPublicKeyString() => throw null; - public virtual byte[] GetRawCertData() => throw null; - public virtual string GetRawCertDataString() => throw null; - public virtual byte[] GetSerialNumber() => throw null; - public virtual string GetSerialNumberString() => throw null; - public nint Handle { get => throw null; } - public virtual void Import(byte[] rawData) => throw null; - public virtual void Import(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) => throw null; - public virtual void Import(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) => throw null; - public virtual void Import(string fileName) => throw null; - public virtual void Import(string fileName, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) => throw null; - public virtual void Import(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) => throw null; - public string Issuer { get => throw null; } - void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) => throw null; - public virtual void Reset() => throw null; - public System.ReadOnlyMemory SerialNumberBytes { get => throw null; } - public string Subject { get => throw null; } - public override string ToString() => throw null; - public virtual string ToString(bool fVerbose) => throw null; - public virtual bool TryGetCertHash(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Span destination, out int bytesWritten) => throw null; - } - public class X509Certificate2 : System.Security.Cryptography.X509Certificates.X509Certificate - { - public bool Archived { get => throw null; set { } } - public System.Security.Cryptography.X509Certificates.X509Certificate2 CopyWithPrivateKey(System.Security.Cryptography.ECDiffieHellman privateKey) => throw null; - public static System.Security.Cryptography.X509Certificates.X509Certificate2 CreateFromEncryptedPem(System.ReadOnlySpan certPem, System.ReadOnlySpan keyPem, System.ReadOnlySpan password) => throw null; - public static System.Security.Cryptography.X509Certificates.X509Certificate2 CreateFromEncryptedPemFile(string certPemFilePath, System.ReadOnlySpan password, string keyPemFilePath = default(string)) => throw null; - public static System.Security.Cryptography.X509Certificates.X509Certificate2 CreateFromPem(System.ReadOnlySpan certPem) => throw null; - public static System.Security.Cryptography.X509Certificates.X509Certificate2 CreateFromPem(System.ReadOnlySpan certPem, System.ReadOnlySpan keyPem) => throw null; - public static System.Security.Cryptography.X509Certificates.X509Certificate2 CreateFromPemFile(string certPemFilePath, string keyPemFilePath = default(string)) => throw null; - public X509Certificate2() => throw null; - public X509Certificate2(byte[] rawData) => throw null; - public X509Certificate2(byte[] rawData, System.Security.SecureString password) => throw null; - public X509Certificate2(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) => throw null; - public X509Certificate2(byte[] rawData, string password) => throw null; - public X509Certificate2(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) => throw null; - public X509Certificate2(nint handle) => throw null; - public X509Certificate2(System.ReadOnlySpan rawData) => throw null; - public X509Certificate2(System.ReadOnlySpan rawData, System.ReadOnlySpan password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = default(System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)) => throw null; - protected X509Certificate2(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public X509Certificate2(System.Security.Cryptography.X509Certificates.X509Certificate certificate) => throw null; - public X509Certificate2(string fileName) => throw null; - public X509Certificate2(string fileName, System.ReadOnlySpan password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = default(System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)) => throw null; - public X509Certificate2(string fileName, System.Security.SecureString password) => throw null; - public X509Certificate2(string fileName, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) => throw null; - public X509Certificate2(string fileName, string password) => throw null; - public X509Certificate2(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) => throw null; - public string ExportCertificatePem() => throw null; - public System.Security.Cryptography.X509Certificates.X509ExtensionCollection Extensions { get => throw null; } - public string FriendlyName { get => throw null; set { } } - public static System.Security.Cryptography.X509Certificates.X509ContentType GetCertContentType(byte[] rawData) => throw null; - public static System.Security.Cryptography.X509Certificates.X509ContentType GetCertContentType(System.ReadOnlySpan rawData) => throw null; - public static System.Security.Cryptography.X509Certificates.X509ContentType GetCertContentType(string fileName) => throw null; - public System.Security.Cryptography.ECDiffieHellman GetECDiffieHellmanPrivateKey() => throw null; - public System.Security.Cryptography.ECDiffieHellman GetECDiffieHellmanPublicKey() => throw null; - public string GetNameInfo(System.Security.Cryptography.X509Certificates.X509NameType nameType, bool forIssuer) => throw null; - public bool HasPrivateKey { get => throw null; } - public override void Import(byte[] rawData) => throw null; - public override void Import(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) => throw null; - public override void Import(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) => throw null; - public override void Import(string fileName) => throw null; - public override void Import(string fileName, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) => throw null; - public override void Import(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) => throw null; - public System.Security.Cryptography.X509Certificates.X500DistinguishedName IssuerName { get => throw null; } - public bool MatchesHostname(string hostname, bool allowWildcards = default(bool), bool allowCommonName = default(bool)) => throw null; - public System.DateTime NotAfter { get => throw null; } - public System.DateTime NotBefore { get => throw null; } - public System.Security.Cryptography.AsymmetricAlgorithm PrivateKey { get => throw null; set { } } - public System.Security.Cryptography.X509Certificates.PublicKey PublicKey { get => throw null; } - public byte[] RawData { get => throw null; } - public System.ReadOnlyMemory RawDataMemory { get => throw null; } - public override void Reset() => throw null; - public string SerialNumber { get => throw null; } - public System.Security.Cryptography.Oid SignatureAlgorithm { get => throw null; } - public System.Security.Cryptography.X509Certificates.X500DistinguishedName SubjectName { get => throw null; } - public string Thumbprint { get => throw null; } - public override string ToString() => throw null; - public override string ToString(bool verbose) => throw null; - public bool TryExportCertificatePem(System.Span destination, out int charsWritten) => throw null; - public bool Verify() => throw null; - public int Version { get => throw null; } - } - public class X509Certificate2Collection : System.Security.Cryptography.X509Certificates.X509CertificateCollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - public int Add(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) => throw null; - public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) => throw null; - public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates) => throw null; - public bool Contains(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) => throw null; - public X509Certificate2Collection() => throw null; - public X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) => throw null; - public X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) => throw null; - public X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates) => throw null; - public byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType) => throw null; - public byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, string password) => throw null; - public string ExportCertificatePems() => throw null; - public string ExportPkcs7Pem() => throw null; - public System.Security.Cryptography.X509Certificates.X509Certificate2Collection Find(System.Security.Cryptography.X509Certificates.X509FindType findType, object findValue, bool validOnly) => throw null; - public System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - public void Import(byte[] rawData) => throw null; - public void Import(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = default(System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)) => throw null; - public void Import(System.ReadOnlySpan rawData) => throw null; - public void Import(System.ReadOnlySpan rawData, System.ReadOnlySpan password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = default(System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)) => throw null; - public void Import(System.ReadOnlySpan rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = default(System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)) => throw null; - public void Import(string fileName) => throw null; - public void Import(string fileName, System.ReadOnlySpan password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = default(System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)) => throw null; - public void Import(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = default(System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)) => throw null; - public void ImportFromPem(System.ReadOnlySpan certPem) => throw null; - public void ImportFromPemFile(string certPemFilePath) => throw null; - public void Insert(int index, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) => throw null; - public void Remove(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) => throw null; - public void RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) => throw null; - public void RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates) => throw null; - public System.Security.Cryptography.X509Certificates.X509Certificate2 this[int index] { get => throw null; set { } } - public bool TryExportCertificatePems(System.Span destination, out int charsWritten) => throw null; - public bool TryExportPkcs7Pem(System.Span destination, out int charsWritten) => throw null; - } - public sealed class X509Certificate2Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Security.Cryptography.X509Certificates.X509Certificate2 Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - bool System.Collections.IEnumerator.MoveNext() => throw null; - public void Reset() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public class X509CertificateCollection : System.Collections.CollectionBase - { - public int Add(System.Security.Cryptography.X509Certificates.X509Certificate value) => throw null; - public void AddRange(System.Security.Cryptography.X509Certificates.X509CertificateCollection value) => throw null; - public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate[] value) => throw null; - public bool Contains(System.Security.Cryptography.X509Certificates.X509Certificate value) => throw null; - public void CopyTo(System.Security.Cryptography.X509Certificates.X509Certificate[] array, int index) => throw null; - public X509CertificateCollection() => throw null; - public X509CertificateCollection(System.Security.Cryptography.X509Certificates.X509CertificateCollection value) => throw null; - public X509CertificateCollection(System.Security.Cryptography.X509Certificates.X509Certificate[] value) => throw null; - public System.Security.Cryptography.X509Certificates.X509CertificateCollection.X509CertificateEnumerator GetEnumerator() => throw null; - public override int GetHashCode() => throw null; - public int IndexOf(System.Security.Cryptography.X509Certificates.X509Certificate value) => throw null; - public void Insert(int index, System.Security.Cryptography.X509Certificates.X509Certificate value) => throw null; - protected override void OnValidate(object value) => throw null; - public void Remove(System.Security.Cryptography.X509Certificates.X509Certificate value) => throw null; - public System.Security.Cryptography.X509Certificates.X509Certificate this[int index] { get => throw null; set { } } - public class X509CertificateEnumerator : System.Collections.IEnumerator - { - public X509CertificateEnumerator(System.Security.Cryptography.X509Certificates.X509CertificateCollection mappings) => throw null; - public System.Security.Cryptography.X509Certificates.X509Certificate Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public bool MoveNext() => throw null; - bool System.Collections.IEnumerator.MoveNext() => throw null; - public void Reset() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - } - public class X509Chain : System.IDisposable - { - public bool Build(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) => throw null; - public nint ChainContext { get => throw null; } - public System.Security.Cryptography.X509Certificates.X509ChainElementCollection ChainElements { get => throw null; } - public System.Security.Cryptography.X509Certificates.X509ChainPolicy ChainPolicy { get => throw null; set { } } - public System.Security.Cryptography.X509Certificates.X509ChainStatus[] ChainStatus { get => throw null; } - public static System.Security.Cryptography.X509Certificates.X509Chain Create() => throw null; - public X509Chain() => throw null; - public X509Chain(bool useMachineContext) => throw null; - public X509Chain(nint chainContext) => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public void Reset() => throw null; - public Microsoft.Win32.SafeHandles.SafeX509ChainHandle SafeHandle { get => throw null; } - } - public class X509ChainElement - { - public System.Security.Cryptography.X509Certificates.X509Certificate2 Certificate { get => throw null; } - public System.Security.Cryptography.X509Certificates.X509ChainStatus[] ChainElementStatus { get => throw null; } - public string Information { get => throw null; } - } - public sealed class X509ChainElementCollection : System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - public void CopyTo(System.Security.Cryptography.X509Certificates.X509ChainElement[] array, int index) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public bool IsSynchronized { get => throw null; } - public object SyncRoot { get => throw null; } - public System.Security.Cryptography.X509Certificates.X509ChainElement this[int index] { get => throw null; } - } - public sealed class X509ChainElementEnumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Security.Cryptography.X509Certificates.X509ChainElement Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - public void Reset() => throw null; - } - public sealed class X509ChainPolicy - { - public System.Security.Cryptography.OidCollection ApplicationPolicy { get => throw null; } - public System.Security.Cryptography.OidCollection CertificatePolicy { get => throw null; } - public System.Security.Cryptography.X509Certificates.X509ChainPolicy Clone() => throw null; - public X509ChainPolicy() => throw null; - public System.Security.Cryptography.X509Certificates.X509Certificate2Collection CustomTrustStore { get => throw null; } - public bool DisableCertificateDownloads { get => throw null; set { } } - public System.Security.Cryptography.X509Certificates.X509Certificate2Collection ExtraStore { get => throw null; } - public void Reset() => throw null; - public System.Security.Cryptography.X509Certificates.X509RevocationFlag RevocationFlag { get => throw null; set { } } - public System.Security.Cryptography.X509Certificates.X509RevocationMode RevocationMode { get => throw null; set { } } - public System.Security.Cryptography.X509Certificates.X509ChainTrustMode TrustMode { get => throw null; set { } } - public System.TimeSpan UrlRetrievalTimeout { get => throw null; set { } } - public System.Security.Cryptography.X509Certificates.X509VerificationFlags VerificationFlags { get => throw null; set { } } - public System.DateTime VerificationTime { get => throw null; set { } } - public bool VerificationTimeIgnored { get => throw null; set { } } - } - public struct X509ChainStatus - { - public System.Security.Cryptography.X509Certificates.X509ChainStatusFlags Status { get => throw null; set { } } - public string StatusInformation { get => throw null; set { } } - } - [System.Flags] - public enum X509ChainStatusFlags - { - NoError = 0, - NotTimeValid = 1, - NotTimeNested = 2, - Revoked = 4, - NotSignatureValid = 8, - NotValidForUsage = 16, - UntrustedRoot = 32, - RevocationStatusUnknown = 64, - Cyclic = 128, - InvalidExtension = 256, - InvalidPolicyConstraints = 512, - InvalidBasicConstraints = 1024, - InvalidNameConstraints = 2048, - HasNotSupportedNameConstraint = 4096, - HasNotDefinedNameConstraint = 8192, - HasNotPermittedNameConstraint = 16384, - HasExcludedNameConstraint = 32768, - PartialChain = 65536, - CtlNotTimeValid = 131072, - CtlNotSignatureValid = 262144, - CtlNotValidForUsage = 524288, - HasWeakSignature = 1048576, - OfflineRevocation = 16777216, - NoIssuanceChainPolicy = 33554432, - ExplicitDistrust = 67108864, - HasNotSupportedCriticalExtension = 134217728, - } - public enum X509ChainTrustMode - { - System = 0, - CustomRootTrust = 1, - } - public enum X509ContentType - { - Unknown = 0, - Cert = 1, - SerializedCert = 2, - Pfx = 3, - Pkcs12 = 3, - SerializedStore = 4, - Pkcs7 = 5, - Authenticode = 6, - } - public sealed class X509EnhancedKeyUsageExtension : System.Security.Cryptography.X509Certificates.X509Extension - { - public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) => throw null; - public X509EnhancedKeyUsageExtension() => throw null; - public X509EnhancedKeyUsageExtension(System.Security.Cryptography.AsnEncodedData encodedEnhancedKeyUsages, bool critical) => throw null; - public X509EnhancedKeyUsageExtension(System.Security.Cryptography.OidCollection enhancedKeyUsages, bool critical) => throw null; - public System.Security.Cryptography.OidCollection EnhancedKeyUsages { get => throw null; } - } - public class X509Extension : System.Security.Cryptography.AsnEncodedData - { - public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) => throw null; - public bool Critical { get => throw null; set { } } - protected X509Extension() => throw null; - public X509Extension(System.Security.Cryptography.AsnEncodedData encodedExtension, bool critical) => throw null; - public X509Extension(System.Security.Cryptography.Oid oid, byte[] rawData, bool critical) => throw null; - public X509Extension(System.Security.Cryptography.Oid oid, System.ReadOnlySpan rawData, bool critical) => throw null; - public X509Extension(string oid, byte[] rawData, bool critical) => throw null; - public X509Extension(string oid, System.ReadOnlySpan rawData, bool critical) => throw null; - } - public sealed class X509ExtensionCollection : System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - public int Add(System.Security.Cryptography.X509Certificates.X509Extension extension) => throw null; - public void CopyTo(System.Security.Cryptography.X509Certificates.X509Extension[] array, int index) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public X509ExtensionCollection() => throw null; - public System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public bool IsSynchronized { get => throw null; } - public object SyncRoot { get => throw null; } - public System.Security.Cryptography.X509Certificates.X509Extension this[int index] { get => throw null; } - public System.Security.Cryptography.X509Certificates.X509Extension this[string oid] { get => throw null; } - } - public sealed class X509ExtensionEnumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Security.Cryptography.X509Certificates.X509Extension Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - void System.IDisposable.Dispose() => throw null; - public bool MoveNext() => throw null; - public void Reset() => throw null; - } - public enum X509FindType - { - FindByThumbprint = 0, - FindBySubjectName = 1, - FindBySubjectDistinguishedName = 2, - FindByIssuerName = 3, - FindByIssuerDistinguishedName = 4, - FindBySerialNumber = 5, - FindByTimeValid = 6, - FindByTimeNotYetValid = 7, - FindByTimeExpired = 8, - FindByTemplateName = 9, - FindByApplicationPolicy = 10, - FindByCertificatePolicy = 11, - FindByExtension = 12, - FindByKeyUsage = 13, - FindBySubjectKeyIdentifier = 14, - } - public enum X509IncludeOption - { - None = 0, - ExcludeRoot = 1, - EndCertOnly = 2, - WholeChain = 3, - } - [System.Flags] - public enum X509KeyStorageFlags - { - DefaultKeySet = 0, - UserKeySet = 1, - MachineKeySet = 2, - Exportable = 4, - UserProtected = 8, - PersistKeySet = 16, - EphemeralKeySet = 32, - } - public sealed class X509KeyUsageExtension : System.Security.Cryptography.X509Certificates.X509Extension - { - public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) => throw null; - public X509KeyUsageExtension() => throw null; - public X509KeyUsageExtension(System.Security.Cryptography.AsnEncodedData encodedKeyUsage, bool critical) => throw null; - public X509KeyUsageExtension(System.Security.Cryptography.X509Certificates.X509KeyUsageFlags keyUsages, bool critical) => throw null; - public System.Security.Cryptography.X509Certificates.X509KeyUsageFlags KeyUsages { get => throw null; } - } - [System.Flags] - public enum X509KeyUsageFlags - { - None = 0, - EncipherOnly = 1, - CrlSign = 2, - KeyCertSign = 4, - KeyAgreement = 8, - DataEncipherment = 16, - KeyEncipherment = 32, - NonRepudiation = 64, - DigitalSignature = 128, - DecipherOnly = 32768, - } - public enum X509NameType - { - SimpleName = 0, - EmailName = 1, - UpnName = 2, - DnsName = 3, - DnsFromAlternativeName = 4, - UrlName = 5, - } - public enum X509RevocationFlag - { - EndCertificateOnly = 0, - EntireChain = 1, - ExcludeRoot = 2, - } - public enum X509RevocationMode - { - NoCheck = 0, - Online = 1, - Offline = 2, - } - public enum X509RevocationReason - { - Unspecified = 0, - KeyCompromise = 1, - CACompromise = 2, - AffiliationChanged = 3, - Superseded = 4, - CessationOfOperation = 5, - CertificateHold = 6, - RemoveFromCrl = 8, - PrivilegeWithdrawn = 9, - AACompromise = 10, - WeakAlgorithmOrKey = 11, - } - public abstract class X509SignatureGenerator - { - protected abstract System.Security.Cryptography.X509Certificates.PublicKey BuildPublicKey(); - public static System.Security.Cryptography.X509Certificates.X509SignatureGenerator CreateForECDsa(System.Security.Cryptography.ECDsa key) => throw null; - public static System.Security.Cryptography.X509Certificates.X509SignatureGenerator CreateForRSA(System.Security.Cryptography.RSA key, System.Security.Cryptography.RSASignaturePadding signaturePadding) => throw null; - protected X509SignatureGenerator() => throw null; - public abstract byte[] GetSignatureAlgorithmIdentifier(System.Security.Cryptography.HashAlgorithmName hashAlgorithm); - public System.Security.Cryptography.X509Certificates.PublicKey PublicKey { get => throw null; } - public abstract byte[] SignData(byte[] data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm); - } - public sealed class X509Store : System.IDisposable - { - public void Add(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) => throw null; - public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) => throw null; - public System.Security.Cryptography.X509Certificates.X509Certificate2Collection Certificates { get => throw null; } - public void Close() => throw null; - public X509Store() => throw null; - public X509Store(nint storeHandle) => throw null; - public X509Store(System.Security.Cryptography.X509Certificates.StoreLocation storeLocation) => throw null; - public X509Store(System.Security.Cryptography.X509Certificates.StoreName storeName) => throw null; - public X509Store(System.Security.Cryptography.X509Certificates.StoreName storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation) => throw null; - public X509Store(System.Security.Cryptography.X509Certificates.StoreName storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation, System.Security.Cryptography.X509Certificates.OpenFlags flags) => throw null; - public X509Store(string storeName) => throw null; - public X509Store(string storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation) => throw null; - public X509Store(string storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation, System.Security.Cryptography.X509Certificates.OpenFlags flags) => throw null; - public void Dispose() => throw null; - public bool IsOpen { get => throw null; } - public System.Security.Cryptography.X509Certificates.StoreLocation Location { get => throw null; } - public string Name { get => throw null; } - public void Open(System.Security.Cryptography.X509Certificates.OpenFlags flags) => throw null; - public void Remove(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) => throw null; - public void RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) => throw null; - public nint StoreHandle { get => throw null; } - } - public sealed class X509SubjectAlternativeNameExtension : System.Security.Cryptography.X509Certificates.X509Extension - { - public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) => throw null; - public X509SubjectAlternativeNameExtension() => throw null; - public X509SubjectAlternativeNameExtension(byte[] rawData, bool critical = default(bool)) => throw null; - public X509SubjectAlternativeNameExtension(System.ReadOnlySpan rawData, bool critical = default(bool)) => throw null; - public System.Collections.Generic.IEnumerable EnumerateDnsNames() => throw null; - public System.Collections.Generic.IEnumerable EnumerateIPAddresses() => throw null; - } - public sealed class X509SubjectKeyIdentifierExtension : System.Security.Cryptography.X509Certificates.X509Extension - { - public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) => throw null; - public X509SubjectKeyIdentifierExtension() => throw null; - public X509SubjectKeyIdentifierExtension(byte[] subjectKeyIdentifier, bool critical) => throw null; - public X509SubjectKeyIdentifierExtension(System.ReadOnlySpan subjectKeyIdentifier, bool critical) => throw null; - public X509SubjectKeyIdentifierExtension(System.Security.Cryptography.AsnEncodedData encodedSubjectKeyIdentifier, bool critical) => throw null; - public X509SubjectKeyIdentifierExtension(System.Security.Cryptography.X509Certificates.PublicKey key, bool critical) => throw null; - public X509SubjectKeyIdentifierExtension(System.Security.Cryptography.X509Certificates.PublicKey key, System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm algorithm, bool critical) => throw null; - public X509SubjectKeyIdentifierExtension(string subjectKeyIdentifier, bool critical) => throw null; - public string SubjectKeyIdentifier { get => throw null; } - public System.ReadOnlyMemory SubjectKeyIdentifierBytes { get => throw null; } - } - public enum X509SubjectKeyIdentifierHashAlgorithm - { - Sha1 = 0, - ShortSha1 = 1, - CapiSha1 = 2, - } - [System.Flags] - public enum X509VerificationFlags - { - NoFlag = 0, - IgnoreNotTimeValid = 1, - IgnoreCtlNotTimeValid = 2, - IgnoreNotTimeNested = 4, - IgnoreInvalidBasicConstraints = 8, - AllowUnknownCertificateAuthority = 16, - IgnoreWrongUsage = 32, - IgnoreInvalidName = 64, - IgnoreInvalidPolicy = 128, - IgnoreEndRevocationUnknown = 256, - IgnoreCtlSignerRevocationUnknown = 512, - IgnoreCertificateAuthorityRevocationUnknown = 1024, - IgnoreRootRevocationUnknown = 2048, - AllFlags = 4095, - } - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Principal.Windows.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Principal.Windows.cs deleted file mode 100644 index 96c90300..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Principal.Windows.cs +++ /dev/null @@ -1,287 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Security.Principal.Windows, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace Microsoft -{ - namespace Win32 - { - namespace SafeHandles - { - public sealed class SafeAccessTokenHandle : System.Runtime.InteropServices.SafeHandle - { - public SafeAccessTokenHandle() : base(default(nint), default(bool)) => throw null; - public SafeAccessTokenHandle(nint handle) : base(default(nint), default(bool)) => throw null; - public static Microsoft.Win32.SafeHandles.SafeAccessTokenHandle InvalidHandle { get => throw null; } - public override bool IsInvalid { get => throw null; } - protected override bool ReleaseHandle() => throw null; - } - } - } -} -namespace System -{ - namespace Security - { - namespace Principal - { - public sealed class IdentityNotMappedException : System.SystemException - { - public IdentityNotMappedException() => throw null; - public IdentityNotMappedException(string message) => throw null; - public IdentityNotMappedException(string message, System.Exception inner) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - public System.Security.Principal.IdentityReferenceCollection UnmappedIdentities { get => throw null; } - } - public abstract class IdentityReference - { - public abstract override bool Equals(object o); - public abstract override int GetHashCode(); - public abstract bool IsValidTargetType(System.Type targetType); - public static bool operator ==(System.Security.Principal.IdentityReference left, System.Security.Principal.IdentityReference right) => throw null; - public static bool operator !=(System.Security.Principal.IdentityReference left, System.Security.Principal.IdentityReference right) => throw null; - public abstract override string ToString(); - public abstract System.Security.Principal.IdentityReference Translate(System.Type targetType); - public abstract string Value { get; } - } - public class IdentityReferenceCollection : System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - public void Add(System.Security.Principal.IdentityReference identity) => throw null; - public void Clear() => throw null; - public bool Contains(System.Security.Principal.IdentityReference identity) => throw null; - public void CopyTo(System.Security.Principal.IdentityReference[] array, int offset) => throw null; - public int Count { get => throw null; } - public IdentityReferenceCollection() => throw null; - public IdentityReferenceCollection(int capacity) => throw null; - public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } - public bool Remove(System.Security.Principal.IdentityReference identity) => throw null; - public System.Security.Principal.IdentityReference this[int index] { get => throw null; set { } } - public System.Security.Principal.IdentityReferenceCollection Translate(System.Type targetType) => throw null; - public System.Security.Principal.IdentityReferenceCollection Translate(System.Type targetType, bool forceSuccess) => throw null; - } - public sealed class NTAccount : System.Security.Principal.IdentityReference - { - public NTAccount(string name) => throw null; - public NTAccount(string domainName, string accountName) => throw null; - public override bool Equals(object o) => throw null; - public override int GetHashCode() => throw null; - public override bool IsValidTargetType(System.Type targetType) => throw null; - public static bool operator ==(System.Security.Principal.NTAccount left, System.Security.Principal.NTAccount right) => throw null; - public static bool operator !=(System.Security.Principal.NTAccount left, System.Security.Principal.NTAccount right) => throw null; - public override string ToString() => throw null; - public override System.Security.Principal.IdentityReference Translate(System.Type targetType) => throw null; - public override string Value { get => throw null; } - } - public sealed class SecurityIdentifier : System.Security.Principal.IdentityReference, System.IComparable - { - public System.Security.Principal.SecurityIdentifier AccountDomainSid { get => throw null; } - public int BinaryLength { get => throw null; } - public int CompareTo(System.Security.Principal.SecurityIdentifier sid) => throw null; - public SecurityIdentifier(byte[] binaryForm, int offset) => throw null; - public SecurityIdentifier(nint binaryForm) => throw null; - public SecurityIdentifier(System.Security.Principal.WellKnownSidType sidType, System.Security.Principal.SecurityIdentifier domainSid) => throw null; - public SecurityIdentifier(string sddlForm) => throw null; - public override bool Equals(object o) => throw null; - public bool Equals(System.Security.Principal.SecurityIdentifier sid) => throw null; - public void GetBinaryForm(byte[] binaryForm, int offset) => throw null; - public override int GetHashCode() => throw null; - public bool IsAccountSid() => throw null; - public bool IsEqualDomainSid(System.Security.Principal.SecurityIdentifier sid) => throw null; - public override bool IsValidTargetType(System.Type targetType) => throw null; - public bool IsWellKnown(System.Security.Principal.WellKnownSidType type) => throw null; - public static readonly int MaxBinaryLength; - public static readonly int MinBinaryLength; - public static bool operator ==(System.Security.Principal.SecurityIdentifier left, System.Security.Principal.SecurityIdentifier right) => throw null; - public static bool operator !=(System.Security.Principal.SecurityIdentifier left, System.Security.Principal.SecurityIdentifier right) => throw null; - public override string ToString() => throw null; - public override System.Security.Principal.IdentityReference Translate(System.Type targetType) => throw null; - public override string Value { get => throw null; } - } - [System.Flags] - public enum TokenAccessLevels - { - AssignPrimary = 1, - Duplicate = 2, - Impersonate = 4, - Query = 8, - QuerySource = 16, - AdjustPrivileges = 32, - AdjustGroups = 64, - AdjustDefault = 128, - AdjustSessionId = 256, - Read = 131080, - Write = 131296, - AllAccess = 983551, - MaximumAllowed = 33554432, - } - public enum WellKnownSidType - { - NullSid = 0, - WorldSid = 1, - LocalSid = 2, - CreatorOwnerSid = 3, - CreatorGroupSid = 4, - CreatorOwnerServerSid = 5, - CreatorGroupServerSid = 6, - NTAuthoritySid = 7, - DialupSid = 8, - NetworkSid = 9, - BatchSid = 10, - InteractiveSid = 11, - ServiceSid = 12, - AnonymousSid = 13, - ProxySid = 14, - EnterpriseControllersSid = 15, - SelfSid = 16, - AuthenticatedUserSid = 17, - RestrictedCodeSid = 18, - TerminalServerSid = 19, - RemoteLogonIdSid = 20, - LogonIdsSid = 21, - LocalSystemSid = 22, - LocalServiceSid = 23, - NetworkServiceSid = 24, - BuiltinDomainSid = 25, - BuiltinAdministratorsSid = 26, - BuiltinUsersSid = 27, - BuiltinGuestsSid = 28, - BuiltinPowerUsersSid = 29, - BuiltinAccountOperatorsSid = 30, - BuiltinSystemOperatorsSid = 31, - BuiltinPrintOperatorsSid = 32, - BuiltinBackupOperatorsSid = 33, - BuiltinReplicatorSid = 34, - BuiltinPreWindows2000CompatibleAccessSid = 35, - BuiltinRemoteDesktopUsersSid = 36, - BuiltinNetworkConfigurationOperatorsSid = 37, - AccountAdministratorSid = 38, - AccountGuestSid = 39, - AccountKrbtgtSid = 40, - AccountDomainAdminsSid = 41, - AccountDomainUsersSid = 42, - AccountDomainGuestsSid = 43, - AccountComputersSid = 44, - AccountControllersSid = 45, - AccountCertAdminsSid = 46, - AccountSchemaAdminsSid = 47, - AccountEnterpriseAdminsSid = 48, - AccountPolicyAdminsSid = 49, - AccountRasAndIasServersSid = 50, - NtlmAuthenticationSid = 51, - DigestAuthenticationSid = 52, - SChannelAuthenticationSid = 53, - ThisOrganizationSid = 54, - OtherOrganizationSid = 55, - BuiltinIncomingForestTrustBuildersSid = 56, - BuiltinPerformanceMonitoringUsersSid = 57, - BuiltinPerformanceLoggingUsersSid = 58, - BuiltinAuthorizationAccessSid = 59, - MaxDefined = 60, - WinBuiltinTerminalServerLicenseServersSid = 60, - WinBuiltinDCOMUsersSid = 61, - WinBuiltinIUsersSid = 62, - WinIUserSid = 63, - WinBuiltinCryptoOperatorsSid = 64, - WinUntrustedLabelSid = 65, - WinLowLabelSid = 66, - WinMediumLabelSid = 67, - WinHighLabelSid = 68, - WinSystemLabelSid = 69, - WinWriteRestrictedCodeSid = 70, - WinCreatorOwnerRightsSid = 71, - WinCacheablePrincipalsGroupSid = 72, - WinNonCacheablePrincipalsGroupSid = 73, - WinEnterpriseReadonlyControllersSid = 74, - WinAccountReadonlyControllersSid = 75, - WinBuiltinEventLogReadersGroup = 76, - WinNewEnterpriseReadonlyControllersSid = 77, - WinBuiltinCertSvcDComAccessGroup = 78, - WinMediumPlusLabelSid = 79, - WinLocalLogonSid = 80, - WinConsoleLogonSid = 81, - WinThisOrganizationCertificateSid = 82, - WinApplicationPackageAuthoritySid = 83, - WinBuiltinAnyPackageSid = 84, - WinCapabilityInternetClientSid = 85, - WinCapabilityInternetClientServerSid = 86, - WinCapabilityPrivateNetworkClientServerSid = 87, - WinCapabilityPicturesLibrarySid = 88, - WinCapabilityVideosLibrarySid = 89, - WinCapabilityMusicLibrarySid = 90, - WinCapabilityDocumentsLibrarySid = 91, - WinCapabilitySharedUserCertificatesSid = 92, - WinCapabilityEnterpriseAuthenticationSid = 93, - WinCapabilityRemovableStorageSid = 94, - } - public enum WindowsAccountType - { - Normal = 0, - Guest = 1, - System = 2, - Anonymous = 3, - } - public enum WindowsBuiltInRole - { - Administrator = 544, - User = 545, - Guest = 546, - PowerUser = 547, - AccountOperator = 548, - SystemOperator = 549, - PrintOperator = 550, - BackupOperator = 551, - Replicator = 552, - } - public class WindowsIdentity : System.Security.Claims.ClaimsIdentity, System.Runtime.Serialization.IDeserializationCallback, System.IDisposable, System.Runtime.Serialization.ISerializable - { - public Microsoft.Win32.SafeHandles.SafeAccessTokenHandle AccessToken { get => throw null; } - public override sealed string AuthenticationType { get => throw null; } - public override System.Collections.Generic.IEnumerable Claims { get => throw null; } - public override System.Security.Claims.ClaimsIdentity Clone() => throw null; - public WindowsIdentity(nint userToken) => throw null; - public WindowsIdentity(nint userToken, string type) => throw null; - public WindowsIdentity(nint userToken, string type, System.Security.Principal.WindowsAccountType acctType) => throw null; - public WindowsIdentity(nint userToken, string type, System.Security.Principal.WindowsAccountType acctType, bool isAuthenticated) => throw null; - public WindowsIdentity(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - protected WindowsIdentity(System.Security.Principal.WindowsIdentity identity) => throw null; - public WindowsIdentity(string sUserPrincipalName) => throw null; - public const string DefaultIssuer = default; - public virtual System.Collections.Generic.IEnumerable DeviceClaims { get => throw null; } - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public static System.Security.Principal.WindowsIdentity GetAnonymous() => throw null; - public static System.Security.Principal.WindowsIdentity GetCurrent() => throw null; - public static System.Security.Principal.WindowsIdentity GetCurrent(bool ifImpersonating) => throw null; - public static System.Security.Principal.WindowsIdentity GetCurrent(System.Security.Principal.TokenAccessLevels desiredAccess) => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public System.Security.Principal.IdentityReferenceCollection Groups { get => throw null; } - public System.Security.Principal.TokenImpersonationLevel ImpersonationLevel { get => throw null; } - public virtual bool IsAnonymous { get => throw null; } - public override bool IsAuthenticated { get => throw null; } - public virtual bool IsGuest { get => throw null; } - public virtual bool IsSystem { get => throw null; } - public override string Name { get => throw null; } - void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) => throw null; - public System.Security.Principal.SecurityIdentifier Owner { get => throw null; } - public static void RunImpersonated(Microsoft.Win32.SafeHandles.SafeAccessTokenHandle safeAccessTokenHandle, System.Action action) => throw null; - public static T RunImpersonated(Microsoft.Win32.SafeHandles.SafeAccessTokenHandle safeAccessTokenHandle, System.Func func) => throw null; - public static System.Threading.Tasks.Task RunImpersonatedAsync(Microsoft.Win32.SafeHandles.SafeAccessTokenHandle safeAccessTokenHandle, System.Func func) => throw null; - public static System.Threading.Tasks.Task RunImpersonatedAsync(Microsoft.Win32.SafeHandles.SafeAccessTokenHandle safeAccessTokenHandle, System.Func> func) => throw null; - public virtual nint Token { get => throw null; } - public System.Security.Principal.SecurityIdentifier User { get => throw null; } - public virtual System.Collections.Generic.IEnumerable UserClaims { get => throw null; } - } - public class WindowsPrincipal : System.Security.Claims.ClaimsPrincipal - { - public WindowsPrincipal(System.Security.Principal.WindowsIdentity ntIdentity) => throw null; - public virtual System.Collections.Generic.IEnumerable DeviceClaims { get => throw null; } - public override System.Security.Principal.IIdentity Identity { get => throw null; } - public virtual bool IsInRole(int rid) => throw null; - public virtual bool IsInRole(System.Security.Principal.SecurityIdentifier sid) => throw null; - public virtual bool IsInRole(System.Security.Principal.WindowsBuiltInRole role) => throw null; - public override bool IsInRole(string role) => throw null; - public virtual System.Collections.Generic.IEnumerable UserClaims { get => throw null; } - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encoding.CodePages.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encoding.CodePages.cs deleted file mode 100644 index 5bbcce2f..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encoding.CodePages.cs +++ /dev/null @@ -1,15 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Text.Encoding.CodePages, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Text - { - public sealed class CodePagesEncodingProvider : System.Text.EncodingProvider - { - public override System.Text.Encoding GetEncoding(int codepage) => throw null; - public override System.Text.Encoding GetEncoding(string name) => throw null; - public override System.Collections.Generic.IEnumerable GetEncodings() => throw null; - public static System.Text.EncodingProvider Instance { get => throw null; } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encoding.Extensions.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encoding.Extensions.cs deleted file mode 100644 index b68c1b11..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encoding.Extensions.cs +++ /dev/null @@ -1,138 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Text.Encoding.Extensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Text - { - public class ASCIIEncoding : System.Text.Encoding - { - public ASCIIEncoding() => throw null; - public override unsafe int GetByteCount(char* chars, int count) => throw null; - public override int GetByteCount(char[] chars, int index, int count) => throw null; - public override int GetByteCount(System.ReadOnlySpan chars) => throw null; - public override int GetByteCount(string chars) => throw null; - public override unsafe int GetBytes(char* chars, int charCount, byte* bytes, int byteCount) => throw null; - public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) => throw null; - public override int GetBytes(System.ReadOnlySpan chars, System.Span bytes) => throw null; - public override int GetBytes(string chars, int charIndex, int charCount, byte[] bytes, int byteIndex) => throw null; - public override unsafe int GetCharCount(byte* bytes, int count) => throw null; - public override int GetCharCount(byte[] bytes, int index, int count) => throw null; - public override int GetCharCount(System.ReadOnlySpan bytes) => throw null; - public override unsafe int GetChars(byte* bytes, int byteCount, char* chars, int charCount) => throw null; - public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) => throw null; - public override int GetChars(System.ReadOnlySpan bytes, System.Span chars) => throw null; - public override System.Text.Decoder GetDecoder() => throw null; - public override System.Text.Encoder GetEncoder() => throw null; - public override int GetMaxByteCount(int charCount) => throw null; - public override int GetMaxCharCount(int byteCount) => throw null; - public override string GetString(byte[] bytes, int byteIndex, int byteCount) => throw null; - public override bool IsSingleByte { get => throw null; } - public override bool TryGetBytes(System.ReadOnlySpan chars, System.Span bytes, out int bytesWritten) => throw null; - public override bool TryGetChars(System.ReadOnlySpan bytes, System.Span chars, out int charsWritten) => throw null; - } - public class UnicodeEncoding : System.Text.Encoding - { - public const int CharSize = 2; - public UnicodeEncoding() => throw null; - public UnicodeEncoding(bool bigEndian, bool byteOrderMark) => throw null; - public UnicodeEncoding(bool bigEndian, bool byteOrderMark, bool throwOnInvalidBytes) => throw null; - public override bool Equals(object value) => throw null; - public override unsafe int GetByteCount(char* chars, int count) => throw null; - public override int GetByteCount(char[] chars, int index, int count) => throw null; - public override int GetByteCount(string s) => throw null; - public override unsafe int GetBytes(char* chars, int charCount, byte* bytes, int byteCount) => throw null; - public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) => throw null; - public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) => throw null; - public override unsafe int GetCharCount(byte* bytes, int count) => throw null; - public override int GetCharCount(byte[] bytes, int index, int count) => throw null; - public override unsafe int GetChars(byte* bytes, int byteCount, char* chars, int charCount) => throw null; - public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) => throw null; - public override System.Text.Decoder GetDecoder() => throw null; - public override System.Text.Encoder GetEncoder() => throw null; - public override int GetHashCode() => throw null; - public override int GetMaxByteCount(int charCount) => throw null; - public override int GetMaxCharCount(int byteCount) => throw null; - public override byte[] GetPreamble() => throw null; - public override string GetString(byte[] bytes, int index, int count) => throw null; - public override System.ReadOnlySpan Preamble { get => throw null; } - } - public sealed class UTF32Encoding : System.Text.Encoding - { - public UTF32Encoding() => throw null; - public UTF32Encoding(bool bigEndian, bool byteOrderMark) => throw null; - public UTF32Encoding(bool bigEndian, bool byteOrderMark, bool throwOnInvalidCharacters) => throw null; - public override bool Equals(object value) => throw null; - public override unsafe int GetByteCount(char* chars, int count) => throw null; - public override int GetByteCount(char[] chars, int index, int count) => throw null; - public override int GetByteCount(string s) => throw null; - public override unsafe int GetBytes(char* chars, int charCount, byte* bytes, int byteCount) => throw null; - public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) => throw null; - public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) => throw null; - public override unsafe int GetCharCount(byte* bytes, int count) => throw null; - public override int GetCharCount(byte[] bytes, int index, int count) => throw null; - public override unsafe int GetChars(byte* bytes, int byteCount, char* chars, int charCount) => throw null; - public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) => throw null; - public override System.Text.Decoder GetDecoder() => throw null; - public override System.Text.Encoder GetEncoder() => throw null; - public override int GetHashCode() => throw null; - public override int GetMaxByteCount(int charCount) => throw null; - public override int GetMaxCharCount(int byteCount) => throw null; - public override byte[] GetPreamble() => throw null; - public override string GetString(byte[] bytes, int index, int count) => throw null; - public override System.ReadOnlySpan Preamble { get => throw null; } - } - public class UTF7Encoding : System.Text.Encoding - { - public UTF7Encoding() => throw null; - public UTF7Encoding(bool allowOptionals) => throw null; - public override bool Equals(object value) => throw null; - public override unsafe int GetByteCount(char* chars, int count) => throw null; - public override int GetByteCount(char[] chars, int index, int count) => throw null; - public override int GetByteCount(string s) => throw null; - public override unsafe int GetBytes(char* chars, int charCount, byte* bytes, int byteCount) => throw null; - public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) => throw null; - public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) => throw null; - public override unsafe int GetCharCount(byte* bytes, int count) => throw null; - public override int GetCharCount(byte[] bytes, int index, int count) => throw null; - public override unsafe int GetChars(byte* bytes, int byteCount, char* chars, int charCount) => throw null; - public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) => throw null; - public override System.Text.Decoder GetDecoder() => throw null; - public override System.Text.Encoder GetEncoder() => throw null; - public override int GetHashCode() => throw null; - public override int GetMaxByteCount(int charCount) => throw null; - public override int GetMaxCharCount(int byteCount) => throw null; - public override string GetString(byte[] bytes, int index, int count) => throw null; - } - public class UTF8Encoding : System.Text.Encoding - { - public UTF8Encoding() => throw null; - public UTF8Encoding(bool encoderShouldEmitUTF8Identifier) => throw null; - public UTF8Encoding(bool encoderShouldEmitUTF8Identifier, bool throwOnInvalidBytes) => throw null; - public override bool Equals(object value) => throw null; - public override unsafe int GetByteCount(char* chars, int count) => throw null; - public override int GetByteCount(char[] chars, int index, int count) => throw null; - public override int GetByteCount(System.ReadOnlySpan chars) => throw null; - public override int GetByteCount(string chars) => throw null; - public override unsafe int GetBytes(char* chars, int charCount, byte* bytes, int byteCount) => throw null; - public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) => throw null; - public override int GetBytes(System.ReadOnlySpan chars, System.Span bytes) => throw null; - public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) => throw null; - public override unsafe int GetCharCount(byte* bytes, int count) => throw null; - public override int GetCharCount(byte[] bytes, int index, int count) => throw null; - public override int GetCharCount(System.ReadOnlySpan bytes) => throw null; - public override unsafe int GetChars(byte* bytes, int byteCount, char* chars, int charCount) => throw null; - public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) => throw null; - public override int GetChars(System.ReadOnlySpan bytes, System.Span chars) => throw null; - public override System.Text.Decoder GetDecoder() => throw null; - public override System.Text.Encoder GetEncoder() => throw null; - public override int GetHashCode() => throw null; - public override int GetMaxByteCount(int charCount) => throw null; - public override int GetMaxCharCount(int byteCount) => throw null; - public override byte[] GetPreamble() => throw null; - public override string GetString(byte[] bytes, int index, int count) => throw null; - public override System.ReadOnlySpan Preamble { get => throw null; } - public override bool TryGetBytes(System.ReadOnlySpan chars, System.Span bytes, out int bytesWritten) => throw null; - public override bool TryGetChars(System.ReadOnlySpan bytes, System.Span chars, out int charsWritten) => throw null; - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encodings.Web.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encodings.Web.cs deleted file mode 100644 index 1ec5d2a5..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encodings.Web.cs +++ /dev/null @@ -1,243 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. -namespace System -{ - namespace Text - { - namespace Encodings - { - namespace Web - { - public abstract class HtmlEncoder : System.Text.Encodings.Web.TextEncoder - { - public static System.Text.Encodings.Web.HtmlEncoder Create(System.Text.Encodings.Web.TextEncoderSettings settings) => throw null; - public static System.Text.Encodings.Web.HtmlEncoder Create(params System.Text.Unicode.UnicodeRange[] allowedRanges) => throw null; - protected HtmlEncoder() => throw null; - public static System.Text.Encodings.Web.HtmlEncoder Default { get => throw null; } - } - public abstract class JavaScriptEncoder : System.Text.Encodings.Web.TextEncoder - { - public static System.Text.Encodings.Web.JavaScriptEncoder Create(System.Text.Encodings.Web.TextEncoderSettings settings) => throw null; - public static System.Text.Encodings.Web.JavaScriptEncoder Create(params System.Text.Unicode.UnicodeRange[] allowedRanges) => throw null; - protected JavaScriptEncoder() => throw null; - public static System.Text.Encodings.Web.JavaScriptEncoder Default { get => throw null; } - public static System.Text.Encodings.Web.JavaScriptEncoder UnsafeRelaxedJsonEscaping { get => throw null; } - } - public abstract class TextEncoder - { - protected TextEncoder() => throw null; - public virtual void Encode(System.IO.TextWriter output, char[] value, int startIndex, int characterCount) => throw null; - public void Encode(System.IO.TextWriter output, string value) => throw null; - public virtual void Encode(System.IO.TextWriter output, string value, int startIndex, int characterCount) => throw null; - public virtual System.Buffers.OperationStatus Encode(System.ReadOnlySpan source, System.Span destination, out int charsConsumed, out int charsWritten, bool isFinalBlock = default(bool)) => throw null; - public virtual string Encode(string value) => throw null; - public virtual System.Buffers.OperationStatus EncodeUtf8(System.ReadOnlySpan utf8Source, System.Span utf8Destination, out int bytesConsumed, out int bytesWritten, bool isFinalBlock = default(bool)) => throw null; - public abstract unsafe int FindFirstCharacterToEncode(char* text, int textLength); - public virtual int FindFirstCharacterToEncodeUtf8(System.ReadOnlySpan utf8Text) => throw null; - public abstract int MaxOutputCharactersPerInputCharacter { get; } - public abstract unsafe bool TryEncodeUnicodeScalar(int unicodeScalar, char* buffer, int bufferLength, out int numberOfCharactersWritten); - public abstract bool WillEncode(int unicodeScalar); - } - public class TextEncoderSettings - { - public virtual void AllowCharacter(char character) => throw null; - public virtual void AllowCharacters(params char[] characters) => throw null; - public virtual void AllowCodePoints(System.Collections.Generic.IEnumerable codePoints) => throw null; - public virtual void AllowRange(System.Text.Unicode.UnicodeRange range) => throw null; - public virtual void AllowRanges(params System.Text.Unicode.UnicodeRange[] ranges) => throw null; - public virtual void Clear() => throw null; - public TextEncoderSettings() => throw null; - public TextEncoderSettings(System.Text.Encodings.Web.TextEncoderSettings other) => throw null; - public TextEncoderSettings(params System.Text.Unicode.UnicodeRange[] allowedRanges) => throw null; - public virtual void ForbidCharacter(char character) => throw null; - public virtual void ForbidCharacters(params char[] characters) => throw null; - public virtual void ForbidRange(System.Text.Unicode.UnicodeRange range) => throw null; - public virtual void ForbidRanges(params System.Text.Unicode.UnicodeRange[] ranges) => throw null; - public virtual System.Collections.Generic.IEnumerable GetAllowedCodePoints() => throw null; - } - public abstract class UrlEncoder : System.Text.Encodings.Web.TextEncoder - { - public static System.Text.Encodings.Web.UrlEncoder Create(System.Text.Encodings.Web.TextEncoderSettings settings) => throw null; - public static System.Text.Encodings.Web.UrlEncoder Create(params System.Text.Unicode.UnicodeRange[] allowedRanges) => throw null; - protected UrlEncoder() => throw null; - public static System.Text.Encodings.Web.UrlEncoder Default { get => throw null; } - } - } - } - namespace Unicode - { - public sealed class UnicodeRange - { - public static System.Text.Unicode.UnicodeRange Create(char firstCharacter, char lastCharacter) => throw null; - public UnicodeRange(int firstCodePoint, int length) => throw null; - public int FirstCodePoint { get => throw null; } - public int Length { get => throw null; } - } - public static class UnicodeRanges - { - public static System.Text.Unicode.UnicodeRange All { get => throw null; } - public static System.Text.Unicode.UnicodeRange AlphabeticPresentationForms { get => throw null; } - public static System.Text.Unicode.UnicodeRange Arabic { get => throw null; } - public static System.Text.Unicode.UnicodeRange ArabicExtendedA { get => throw null; } - public static System.Text.Unicode.UnicodeRange ArabicExtendedB { get => throw null; } - public static System.Text.Unicode.UnicodeRange ArabicPresentationFormsA { get => throw null; } - public static System.Text.Unicode.UnicodeRange ArabicPresentationFormsB { get => throw null; } - public static System.Text.Unicode.UnicodeRange ArabicSupplement { get => throw null; } - public static System.Text.Unicode.UnicodeRange Armenian { get => throw null; } - public static System.Text.Unicode.UnicodeRange Arrows { get => throw null; } - public static System.Text.Unicode.UnicodeRange Balinese { get => throw null; } - public static System.Text.Unicode.UnicodeRange Bamum { get => throw null; } - public static System.Text.Unicode.UnicodeRange BasicLatin { get => throw null; } - public static System.Text.Unicode.UnicodeRange Batak { get => throw null; } - public static System.Text.Unicode.UnicodeRange Bengali { get => throw null; } - public static System.Text.Unicode.UnicodeRange BlockElements { get => throw null; } - public static System.Text.Unicode.UnicodeRange Bopomofo { get => throw null; } - public static System.Text.Unicode.UnicodeRange BopomofoExtended { get => throw null; } - public static System.Text.Unicode.UnicodeRange BoxDrawing { get => throw null; } - public static System.Text.Unicode.UnicodeRange BraillePatterns { get => throw null; } - public static System.Text.Unicode.UnicodeRange Buginese { get => throw null; } - public static System.Text.Unicode.UnicodeRange Buhid { get => throw null; } - public static System.Text.Unicode.UnicodeRange Cham { get => throw null; } - public static System.Text.Unicode.UnicodeRange Cherokee { get => throw null; } - public static System.Text.Unicode.UnicodeRange CherokeeSupplement { get => throw null; } - public static System.Text.Unicode.UnicodeRange CjkCompatibility { get => throw null; } - public static System.Text.Unicode.UnicodeRange CjkCompatibilityForms { get => throw null; } - public static System.Text.Unicode.UnicodeRange CjkCompatibilityIdeographs { get => throw null; } - public static System.Text.Unicode.UnicodeRange CjkRadicalsSupplement { get => throw null; } - public static System.Text.Unicode.UnicodeRange CjkStrokes { get => throw null; } - public static System.Text.Unicode.UnicodeRange CjkSymbolsandPunctuation { get => throw null; } - public static System.Text.Unicode.UnicodeRange CjkUnifiedIdeographs { get => throw null; } - public static System.Text.Unicode.UnicodeRange CjkUnifiedIdeographsExtensionA { get => throw null; } - public static System.Text.Unicode.UnicodeRange CombiningDiacriticalMarks { get => throw null; } - public static System.Text.Unicode.UnicodeRange CombiningDiacriticalMarksExtended { get => throw null; } - public static System.Text.Unicode.UnicodeRange CombiningDiacriticalMarksforSymbols { get => throw null; } - public static System.Text.Unicode.UnicodeRange CombiningDiacriticalMarksSupplement { get => throw null; } - public static System.Text.Unicode.UnicodeRange CombiningHalfMarks { get => throw null; } - public static System.Text.Unicode.UnicodeRange CommonIndicNumberForms { get => throw null; } - public static System.Text.Unicode.UnicodeRange ControlPictures { get => throw null; } - public static System.Text.Unicode.UnicodeRange Coptic { get => throw null; } - public static System.Text.Unicode.UnicodeRange CurrencySymbols { get => throw null; } - public static System.Text.Unicode.UnicodeRange Cyrillic { get => throw null; } - public static System.Text.Unicode.UnicodeRange CyrillicExtendedA { get => throw null; } - public static System.Text.Unicode.UnicodeRange CyrillicExtendedB { get => throw null; } - public static System.Text.Unicode.UnicodeRange CyrillicExtendedC { get => throw null; } - public static System.Text.Unicode.UnicodeRange CyrillicSupplement { get => throw null; } - public static System.Text.Unicode.UnicodeRange Devanagari { get => throw null; } - public static System.Text.Unicode.UnicodeRange DevanagariExtended { get => throw null; } - public static System.Text.Unicode.UnicodeRange Dingbats { get => throw null; } - public static System.Text.Unicode.UnicodeRange EnclosedAlphanumerics { get => throw null; } - public static System.Text.Unicode.UnicodeRange EnclosedCjkLettersandMonths { get => throw null; } - public static System.Text.Unicode.UnicodeRange Ethiopic { get => throw null; } - public static System.Text.Unicode.UnicodeRange EthiopicExtended { get => throw null; } - public static System.Text.Unicode.UnicodeRange EthiopicExtendedA { get => throw null; } - public static System.Text.Unicode.UnicodeRange EthiopicSupplement { get => throw null; } - public static System.Text.Unicode.UnicodeRange GeneralPunctuation { get => throw null; } - public static System.Text.Unicode.UnicodeRange GeometricShapes { get => throw null; } - public static System.Text.Unicode.UnicodeRange Georgian { get => throw null; } - public static System.Text.Unicode.UnicodeRange GeorgianExtended { get => throw null; } - public static System.Text.Unicode.UnicodeRange GeorgianSupplement { get => throw null; } - public static System.Text.Unicode.UnicodeRange Glagolitic { get => throw null; } - public static System.Text.Unicode.UnicodeRange GreekandCoptic { get => throw null; } - public static System.Text.Unicode.UnicodeRange GreekExtended { get => throw null; } - public static System.Text.Unicode.UnicodeRange Gujarati { get => throw null; } - public static System.Text.Unicode.UnicodeRange Gurmukhi { get => throw null; } - public static System.Text.Unicode.UnicodeRange HalfwidthandFullwidthForms { get => throw null; } - public static System.Text.Unicode.UnicodeRange HangulCompatibilityJamo { get => throw null; } - public static System.Text.Unicode.UnicodeRange HangulJamo { get => throw null; } - public static System.Text.Unicode.UnicodeRange HangulJamoExtendedA { get => throw null; } - public static System.Text.Unicode.UnicodeRange HangulJamoExtendedB { get => throw null; } - public static System.Text.Unicode.UnicodeRange HangulSyllables { get => throw null; } - public static System.Text.Unicode.UnicodeRange Hanunoo { get => throw null; } - public static System.Text.Unicode.UnicodeRange Hebrew { get => throw null; } - public static System.Text.Unicode.UnicodeRange Hiragana { get => throw null; } - public static System.Text.Unicode.UnicodeRange IdeographicDescriptionCharacters { get => throw null; } - public static System.Text.Unicode.UnicodeRange IpaExtensions { get => throw null; } - public static System.Text.Unicode.UnicodeRange Javanese { get => throw null; } - public static System.Text.Unicode.UnicodeRange Kanbun { get => throw null; } - public static System.Text.Unicode.UnicodeRange KangxiRadicals { get => throw null; } - public static System.Text.Unicode.UnicodeRange Kannada { get => throw null; } - public static System.Text.Unicode.UnicodeRange Katakana { get => throw null; } - public static System.Text.Unicode.UnicodeRange KatakanaPhoneticExtensions { get => throw null; } - public static System.Text.Unicode.UnicodeRange KayahLi { get => throw null; } - public static System.Text.Unicode.UnicodeRange Khmer { get => throw null; } - public static System.Text.Unicode.UnicodeRange KhmerSymbols { get => throw null; } - public static System.Text.Unicode.UnicodeRange Lao { get => throw null; } - public static System.Text.Unicode.UnicodeRange Latin1Supplement { get => throw null; } - public static System.Text.Unicode.UnicodeRange LatinExtendedA { get => throw null; } - public static System.Text.Unicode.UnicodeRange LatinExtendedAdditional { get => throw null; } - public static System.Text.Unicode.UnicodeRange LatinExtendedB { get => throw null; } - public static System.Text.Unicode.UnicodeRange LatinExtendedC { get => throw null; } - public static System.Text.Unicode.UnicodeRange LatinExtendedD { get => throw null; } - public static System.Text.Unicode.UnicodeRange LatinExtendedE { get => throw null; } - public static System.Text.Unicode.UnicodeRange Lepcha { get => throw null; } - public static System.Text.Unicode.UnicodeRange LetterlikeSymbols { get => throw null; } - public static System.Text.Unicode.UnicodeRange Limbu { get => throw null; } - public static System.Text.Unicode.UnicodeRange Lisu { get => throw null; } - public static System.Text.Unicode.UnicodeRange Malayalam { get => throw null; } - public static System.Text.Unicode.UnicodeRange Mandaic { get => throw null; } - public static System.Text.Unicode.UnicodeRange MathematicalOperators { get => throw null; } - public static System.Text.Unicode.UnicodeRange MeeteiMayek { get => throw null; } - public static System.Text.Unicode.UnicodeRange MeeteiMayekExtensions { get => throw null; } - public static System.Text.Unicode.UnicodeRange MiscellaneousMathematicalSymbolsA { get => throw null; } - public static System.Text.Unicode.UnicodeRange MiscellaneousMathematicalSymbolsB { get => throw null; } - public static System.Text.Unicode.UnicodeRange MiscellaneousSymbols { get => throw null; } - public static System.Text.Unicode.UnicodeRange MiscellaneousSymbolsandArrows { get => throw null; } - public static System.Text.Unicode.UnicodeRange MiscellaneousTechnical { get => throw null; } - public static System.Text.Unicode.UnicodeRange ModifierToneLetters { get => throw null; } - public static System.Text.Unicode.UnicodeRange Mongolian { get => throw null; } - public static System.Text.Unicode.UnicodeRange Myanmar { get => throw null; } - public static System.Text.Unicode.UnicodeRange MyanmarExtendedA { get => throw null; } - public static System.Text.Unicode.UnicodeRange MyanmarExtendedB { get => throw null; } - public static System.Text.Unicode.UnicodeRange NewTaiLue { get => throw null; } - public static System.Text.Unicode.UnicodeRange NKo { get => throw null; } - public static System.Text.Unicode.UnicodeRange None { get => throw null; } - public static System.Text.Unicode.UnicodeRange NumberForms { get => throw null; } - public static System.Text.Unicode.UnicodeRange Ogham { get => throw null; } - public static System.Text.Unicode.UnicodeRange OlChiki { get => throw null; } - public static System.Text.Unicode.UnicodeRange OpticalCharacterRecognition { get => throw null; } - public static System.Text.Unicode.UnicodeRange Oriya { get => throw null; } - public static System.Text.Unicode.UnicodeRange Phagspa { get => throw null; } - public static System.Text.Unicode.UnicodeRange PhoneticExtensions { get => throw null; } - public static System.Text.Unicode.UnicodeRange PhoneticExtensionsSupplement { get => throw null; } - public static System.Text.Unicode.UnicodeRange Rejang { get => throw null; } - public static System.Text.Unicode.UnicodeRange Runic { get => throw null; } - public static System.Text.Unicode.UnicodeRange Samaritan { get => throw null; } - public static System.Text.Unicode.UnicodeRange Saurashtra { get => throw null; } - public static System.Text.Unicode.UnicodeRange Sinhala { get => throw null; } - public static System.Text.Unicode.UnicodeRange SmallFormVariants { get => throw null; } - public static System.Text.Unicode.UnicodeRange SpacingModifierLetters { get => throw null; } - public static System.Text.Unicode.UnicodeRange Specials { get => throw null; } - public static System.Text.Unicode.UnicodeRange Sundanese { get => throw null; } - public static System.Text.Unicode.UnicodeRange SundaneseSupplement { get => throw null; } - public static System.Text.Unicode.UnicodeRange SuperscriptsandSubscripts { get => throw null; } - public static System.Text.Unicode.UnicodeRange SupplementalArrowsA { get => throw null; } - public static System.Text.Unicode.UnicodeRange SupplementalArrowsB { get => throw null; } - public static System.Text.Unicode.UnicodeRange SupplementalMathematicalOperators { get => throw null; } - public static System.Text.Unicode.UnicodeRange SupplementalPunctuation { get => throw null; } - public static System.Text.Unicode.UnicodeRange SylotiNagri { get => throw null; } - public static System.Text.Unicode.UnicodeRange Syriac { get => throw null; } - public static System.Text.Unicode.UnicodeRange SyriacSupplement { get => throw null; } - public static System.Text.Unicode.UnicodeRange Tagalog { get => throw null; } - public static System.Text.Unicode.UnicodeRange Tagbanwa { get => throw null; } - public static System.Text.Unicode.UnicodeRange TaiLe { get => throw null; } - public static System.Text.Unicode.UnicodeRange TaiTham { get => throw null; } - public static System.Text.Unicode.UnicodeRange TaiViet { get => throw null; } - public static System.Text.Unicode.UnicodeRange Tamil { get => throw null; } - public static System.Text.Unicode.UnicodeRange Telugu { get => throw null; } - public static System.Text.Unicode.UnicodeRange Thaana { get => throw null; } - public static System.Text.Unicode.UnicodeRange Thai { get => throw null; } - public static System.Text.Unicode.UnicodeRange Tibetan { get => throw null; } - public static System.Text.Unicode.UnicodeRange Tifinagh { get => throw null; } - public static System.Text.Unicode.UnicodeRange UnifiedCanadianAboriginalSyllabics { get => throw null; } - public static System.Text.Unicode.UnicodeRange UnifiedCanadianAboriginalSyllabicsExtended { get => throw null; } - public static System.Text.Unicode.UnicodeRange Vai { get => throw null; } - public static System.Text.Unicode.UnicodeRange VariationSelectors { get => throw null; } - public static System.Text.Unicode.UnicodeRange VedicExtensions { get => throw null; } - public static System.Text.Unicode.UnicodeRange VerticalForms { get => throw null; } - public static System.Text.Unicode.UnicodeRange YijingHexagramSymbols { get => throw null; } - public static System.Text.Unicode.UnicodeRange YiRadicals { get => throw null; } - public static System.Text.Unicode.UnicodeRange YiSyllables { get => throw null; } - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Json.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Json.cs deleted file mode 100644 index 86bbf2ac..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Json.cs +++ /dev/null @@ -1,1161 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Text.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. -namespace System -{ - namespace Text - { - namespace Json - { - public enum JsonCommentHandling : byte - { - Disallow = 0, - Skip = 1, - Allow = 2, - } - public sealed class JsonDocument : System.IDisposable - { - public void Dispose() => throw null; - public static System.Text.Json.JsonDocument Parse(System.Buffers.ReadOnlySequence utf8Json, System.Text.Json.JsonDocumentOptions options = default(System.Text.Json.JsonDocumentOptions)) => throw null; - public static System.Text.Json.JsonDocument Parse(System.IO.Stream utf8Json, System.Text.Json.JsonDocumentOptions options = default(System.Text.Json.JsonDocumentOptions)) => throw null; - public static System.Text.Json.JsonDocument Parse(System.ReadOnlyMemory utf8Json, System.Text.Json.JsonDocumentOptions options = default(System.Text.Json.JsonDocumentOptions)) => throw null; - public static System.Text.Json.JsonDocument Parse(System.ReadOnlyMemory json, System.Text.Json.JsonDocumentOptions options = default(System.Text.Json.JsonDocumentOptions)) => throw null; - public static System.Text.Json.JsonDocument Parse(string json, System.Text.Json.JsonDocumentOptions options = default(System.Text.Json.JsonDocumentOptions)) => throw null; - public static System.Threading.Tasks.Task ParseAsync(System.IO.Stream utf8Json, System.Text.Json.JsonDocumentOptions options = default(System.Text.Json.JsonDocumentOptions), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Text.Json.JsonDocument ParseValue(ref System.Text.Json.Utf8JsonReader reader) => throw null; - public System.Text.Json.JsonElement RootElement { get => throw null; } - public static bool TryParseValue(ref System.Text.Json.Utf8JsonReader reader, out System.Text.Json.JsonDocument document) => throw null; - public void WriteTo(System.Text.Json.Utf8JsonWriter writer) => throw null; - } - public struct JsonDocumentOptions - { - public bool AllowTrailingCommas { get => throw null; set { } } - public System.Text.Json.JsonCommentHandling CommentHandling { get => throw null; set { } } - public int MaxDepth { get => throw null; set { } } - } - public struct JsonElement - { - public struct ArrayEnumerator : System.IDisposable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Text.Json.JsonElement Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public void Dispose() => throw null; - public System.Text.Json.JsonElement.ArrayEnumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public bool MoveNext() => throw null; - public void Reset() => throw null; - } - public System.Text.Json.JsonElement Clone() => throw null; - public System.Text.Json.JsonElement.ArrayEnumerator EnumerateArray() => throw null; - public System.Text.Json.JsonElement.ObjectEnumerator EnumerateObject() => throw null; - public int GetArrayLength() => throw null; - public bool GetBoolean() => throw null; - public byte GetByte() => throw null; - public byte[] GetBytesFromBase64() => throw null; - public System.DateTime GetDateTime() => throw null; - public System.DateTimeOffset GetDateTimeOffset() => throw null; - public decimal GetDecimal() => throw null; - public double GetDouble() => throw null; - public System.Guid GetGuid() => throw null; - public short GetInt16() => throw null; - public int GetInt32() => throw null; - public long GetInt64() => throw null; - public System.Text.Json.JsonElement GetProperty(System.ReadOnlySpan utf8PropertyName) => throw null; - public System.Text.Json.JsonElement GetProperty(System.ReadOnlySpan propertyName) => throw null; - public System.Text.Json.JsonElement GetProperty(string propertyName) => throw null; - public string GetRawText() => throw null; - public sbyte GetSByte() => throw null; - public float GetSingle() => throw null; - public string GetString() => throw null; - public ushort GetUInt16() => throw null; - public uint GetUInt32() => throw null; - public ulong GetUInt64() => throw null; - public struct ObjectEnumerator : System.IDisposable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public System.Text.Json.JsonProperty Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public void Dispose() => throw null; - public System.Text.Json.JsonElement.ObjectEnumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public bool MoveNext() => throw null; - public void Reset() => throw null; - } - public static System.Text.Json.JsonElement ParseValue(ref System.Text.Json.Utf8JsonReader reader) => throw null; - public System.Text.Json.JsonElement this[int index] { get => throw null; } - public override string ToString() => throw null; - public bool TryGetByte(out byte value) => throw null; - public bool TryGetBytesFromBase64(out byte[] value) => throw null; - public bool TryGetDateTime(out System.DateTime value) => throw null; - public bool TryGetDateTimeOffset(out System.DateTimeOffset value) => throw null; - public bool TryGetDecimal(out decimal value) => throw null; - public bool TryGetDouble(out double value) => throw null; - public bool TryGetGuid(out System.Guid value) => throw null; - public bool TryGetInt16(out short value) => throw null; - public bool TryGetInt32(out int value) => throw null; - public bool TryGetInt64(out long value) => throw null; - public bool TryGetProperty(System.ReadOnlySpan utf8PropertyName, out System.Text.Json.JsonElement value) => throw null; - public bool TryGetProperty(System.ReadOnlySpan propertyName, out System.Text.Json.JsonElement value) => throw null; - public bool TryGetProperty(string propertyName, out System.Text.Json.JsonElement value) => throw null; - public bool TryGetSByte(out sbyte value) => throw null; - public bool TryGetSingle(out float value) => throw null; - public bool TryGetUInt16(out ushort value) => throw null; - public bool TryGetUInt32(out uint value) => throw null; - public bool TryGetUInt64(out ulong value) => throw null; - public static bool TryParseValue(ref System.Text.Json.Utf8JsonReader reader, out System.Text.Json.JsonElement? element) => throw null; - public bool ValueEquals(System.ReadOnlySpan utf8Text) => throw null; - public bool ValueEquals(System.ReadOnlySpan text) => throw null; - public bool ValueEquals(string text) => throw null; - public System.Text.Json.JsonValueKind ValueKind { get => throw null; } - public void WriteTo(System.Text.Json.Utf8JsonWriter writer) => throw null; - } - public struct JsonEncodedText : System.IEquatable - { - public static System.Text.Json.JsonEncodedText Encode(System.ReadOnlySpan utf8Value, System.Text.Encodings.Web.JavaScriptEncoder encoder = default(System.Text.Encodings.Web.JavaScriptEncoder)) => throw null; - public static System.Text.Json.JsonEncodedText Encode(System.ReadOnlySpan value, System.Text.Encodings.Web.JavaScriptEncoder encoder = default(System.Text.Encodings.Web.JavaScriptEncoder)) => throw null; - public static System.Text.Json.JsonEncodedText Encode(string value, System.Text.Encodings.Web.JavaScriptEncoder encoder = default(System.Text.Encodings.Web.JavaScriptEncoder)) => throw null; - public System.ReadOnlySpan EncodedUtf8Bytes { get => throw null; } - public override bool Equals(object obj) => throw null; - public bool Equals(System.Text.Json.JsonEncodedText other) => throw null; - public override int GetHashCode() => throw null; - public override string ToString() => throw null; - public string Value { get => throw null; } - } - public class JsonException : System.Exception - { - public long? BytePositionInLine { get => throw null; } - public JsonException() => throw null; - protected JsonException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public JsonException(string message) => throw null; - public JsonException(string message, System.Exception innerException) => throw null; - public JsonException(string message, string path, long? lineNumber, long? bytePositionInLine) => throw null; - public JsonException(string message, string path, long? lineNumber, long? bytePositionInLine, System.Exception innerException) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public long? LineNumber { get => throw null; } - public override string Message { get => throw null; } - public string Path { get => throw null; } - } - public abstract class JsonNamingPolicy - { - public static System.Text.Json.JsonNamingPolicy CamelCase { get => throw null; } - public abstract string ConvertName(string name); - protected JsonNamingPolicy() => throw null; - public static System.Text.Json.JsonNamingPolicy KebabCaseLower { get => throw null; } - public static System.Text.Json.JsonNamingPolicy KebabCaseUpper { get => throw null; } - public static System.Text.Json.JsonNamingPolicy SnakeCaseLower { get => throw null; } - public static System.Text.Json.JsonNamingPolicy SnakeCaseUpper { get => throw null; } - } - public struct JsonProperty - { - public string Name { get => throw null; } - public bool NameEquals(System.ReadOnlySpan utf8Text) => throw null; - public bool NameEquals(System.ReadOnlySpan text) => throw null; - public bool NameEquals(string text) => throw null; - public override string ToString() => throw null; - public System.Text.Json.JsonElement Value { get => throw null; } - public void WriteTo(System.Text.Json.Utf8JsonWriter writer) => throw null; - } - public struct JsonReaderOptions - { - public bool AllowTrailingCommas { get => throw null; set { } } - public System.Text.Json.JsonCommentHandling CommentHandling { get => throw null; set { } } - public int MaxDepth { get => throw null; set { } } - } - public struct JsonReaderState - { - public JsonReaderState(System.Text.Json.JsonReaderOptions options = default(System.Text.Json.JsonReaderOptions)) => throw null; - public System.Text.Json.JsonReaderOptions Options { get => throw null; } - } - public static class JsonSerializer - { - public static object Deserialize(System.IO.Stream utf8Json, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static object Deserialize(System.IO.Stream utf8Json, System.Type returnType, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static object Deserialize(System.IO.Stream utf8Json, System.Type returnType, System.Text.Json.Serialization.JsonSerializerContext context) => throw null; - public static object Deserialize(System.ReadOnlySpan utf8Json, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static object Deserialize(System.ReadOnlySpan utf8Json, System.Type returnType, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static object Deserialize(System.ReadOnlySpan utf8Json, System.Type returnType, System.Text.Json.Serialization.JsonSerializerContext context) => throw null; - public static object Deserialize(System.ReadOnlySpan json, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static object Deserialize(System.ReadOnlySpan json, System.Type returnType, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static object Deserialize(System.ReadOnlySpan json, System.Type returnType, System.Text.Json.Serialization.JsonSerializerContext context) => throw null; - public static object Deserialize(string json, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static object Deserialize(string json, System.Type returnType, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static object Deserialize(string json, System.Type returnType, System.Text.Json.Serialization.JsonSerializerContext context) => throw null; - public static object Deserialize(this System.Text.Json.JsonDocument document, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static object Deserialize(this System.Text.Json.JsonDocument document, System.Type returnType, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static object Deserialize(this System.Text.Json.JsonDocument document, System.Type returnType, System.Text.Json.Serialization.JsonSerializerContext context) => throw null; - public static object Deserialize(this System.Text.Json.JsonElement element, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static object Deserialize(this System.Text.Json.JsonElement element, System.Type returnType, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static object Deserialize(this System.Text.Json.JsonElement element, System.Type returnType, System.Text.Json.Serialization.JsonSerializerContext context) => throw null; - public static object Deserialize(this System.Text.Json.Nodes.JsonNode node, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static object Deserialize(this System.Text.Json.Nodes.JsonNode node, System.Type returnType, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static object Deserialize(this System.Text.Json.Nodes.JsonNode node, System.Type returnType, System.Text.Json.Serialization.JsonSerializerContext context) => throw null; - public static object Deserialize(ref System.Text.Json.Utf8JsonReader reader, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static object Deserialize(ref System.Text.Json.Utf8JsonReader reader, System.Type returnType, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static object Deserialize(ref System.Text.Json.Utf8JsonReader reader, System.Type returnType, System.Text.Json.Serialization.JsonSerializerContext context) => throw null; - public static TValue Deserialize(System.IO.Stream utf8Json, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static TValue Deserialize(System.IO.Stream utf8Json, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static TValue Deserialize(System.ReadOnlySpan utf8Json, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static TValue Deserialize(System.ReadOnlySpan utf8Json, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static TValue Deserialize(System.ReadOnlySpan json, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static TValue Deserialize(System.ReadOnlySpan json, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static TValue Deserialize(string json, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static TValue Deserialize(string json, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static TValue Deserialize(this System.Text.Json.JsonDocument document, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static TValue Deserialize(this System.Text.Json.JsonDocument document, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static TValue Deserialize(this System.Text.Json.JsonElement element, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static TValue Deserialize(this System.Text.Json.JsonElement element, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static TValue Deserialize(this System.Text.Json.Nodes.JsonNode node, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static TValue Deserialize(this System.Text.Json.Nodes.JsonNode node, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static TValue Deserialize(ref System.Text.Json.Utf8JsonReader reader, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static TValue Deserialize(ref System.Text.Json.Utf8JsonReader reader, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static System.Threading.Tasks.ValueTask DeserializeAsync(System.IO.Stream utf8Json, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask DeserializeAsync(System.IO.Stream utf8Json, System.Type returnType, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask DeserializeAsync(System.IO.Stream utf8Json, System.Type returnType, System.Text.Json.Serialization.JsonSerializerContext context, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask DeserializeAsync(System.IO.Stream utf8Json, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.ValueTask DeserializeAsync(System.IO.Stream utf8Json, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Collections.Generic.IAsyncEnumerable DeserializeAsyncEnumerable(System.IO.Stream utf8Json, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Collections.Generic.IAsyncEnumerable DeserializeAsyncEnumerable(System.IO.Stream utf8Json, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static bool IsReflectionEnabledByDefault { get => throw null; } - public static void Serialize(System.IO.Stream utf8Json, object value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static void Serialize(System.IO.Stream utf8Json, object value, System.Type inputType, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static void Serialize(System.IO.Stream utf8Json, object value, System.Type inputType, System.Text.Json.Serialization.JsonSerializerContext context) => throw null; - public static string Serialize(object value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static string Serialize(object value, System.Type inputType, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static string Serialize(object value, System.Type inputType, System.Text.Json.Serialization.JsonSerializerContext context) => throw null; - public static void Serialize(System.Text.Json.Utf8JsonWriter writer, object value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static void Serialize(System.Text.Json.Utf8JsonWriter writer, object value, System.Type inputType, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static void Serialize(System.Text.Json.Utf8JsonWriter writer, object value, System.Type inputType, System.Text.Json.Serialization.JsonSerializerContext context) => throw null; - public static void Serialize(System.IO.Stream utf8Json, TValue value, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static void Serialize(System.IO.Stream utf8Json, TValue value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static void Serialize(System.Text.Json.Utf8JsonWriter writer, TValue value, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static void Serialize(System.Text.Json.Utf8JsonWriter writer, TValue value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static string Serialize(TValue value, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static string Serialize(TValue value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static System.Threading.Tasks.Task SerializeAsync(System.IO.Stream utf8Json, object value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task SerializeAsync(System.IO.Stream utf8Json, object value, System.Type inputType, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task SerializeAsync(System.IO.Stream utf8Json, object value, System.Type inputType, System.Text.Json.Serialization.JsonSerializerContext context, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task SerializeAsync(System.IO.Stream utf8Json, TValue value, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task SerializeAsync(System.IO.Stream utf8Json, TValue value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Text.Json.JsonDocument SerializeToDocument(object value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static System.Text.Json.JsonDocument SerializeToDocument(object value, System.Type inputType, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static System.Text.Json.JsonDocument SerializeToDocument(object value, System.Type inputType, System.Text.Json.Serialization.JsonSerializerContext context) => throw null; - public static System.Text.Json.JsonDocument SerializeToDocument(TValue value, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static System.Text.Json.JsonDocument SerializeToDocument(TValue value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static System.Text.Json.JsonElement SerializeToElement(object value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static System.Text.Json.JsonElement SerializeToElement(object value, System.Type inputType, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static System.Text.Json.JsonElement SerializeToElement(object value, System.Type inputType, System.Text.Json.Serialization.JsonSerializerContext context) => throw null; - public static System.Text.Json.JsonElement SerializeToElement(TValue value, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static System.Text.Json.JsonElement SerializeToElement(TValue value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static System.Text.Json.Nodes.JsonNode SerializeToNode(object value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static System.Text.Json.Nodes.JsonNode SerializeToNode(object value, System.Type inputType, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static System.Text.Json.Nodes.JsonNode SerializeToNode(object value, System.Type inputType, System.Text.Json.Serialization.JsonSerializerContext context) => throw null; - public static System.Text.Json.Nodes.JsonNode SerializeToNode(TValue value, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static System.Text.Json.Nodes.JsonNode SerializeToNode(TValue value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static byte[] SerializeToUtf8Bytes(object value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - public static byte[] SerializeToUtf8Bytes(object value, System.Type inputType, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static byte[] SerializeToUtf8Bytes(object value, System.Type inputType, System.Text.Json.Serialization.JsonSerializerContext context) => throw null; - public static byte[] SerializeToUtf8Bytes(TValue value, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static byte[] SerializeToUtf8Bytes(TValue value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; - } - public enum JsonSerializerDefaults - { - General = 0, - Web = 1, - } - public sealed class JsonSerializerOptions - { - public void AddContext() where TContext : System.Text.Json.Serialization.JsonSerializerContext, new() => throw null; - public bool AllowTrailingCommas { get => throw null; set { } } - public System.Collections.Generic.IList Converters { get => throw null; } - public JsonSerializerOptions() => throw null; - public JsonSerializerOptions(System.Text.Json.JsonSerializerDefaults defaults) => throw null; - public JsonSerializerOptions(System.Text.Json.JsonSerializerOptions options) => throw null; - public static System.Text.Json.JsonSerializerOptions Default { get => throw null; } - public int DefaultBufferSize { get => throw null; set { } } - public System.Text.Json.Serialization.JsonIgnoreCondition DefaultIgnoreCondition { get => throw null; set { } } - public System.Text.Json.JsonNamingPolicy DictionaryKeyPolicy { get => throw null; set { } } - public System.Text.Encodings.Web.JavaScriptEncoder Encoder { get => throw null; set { } } - public System.Text.Json.Serialization.JsonConverter GetConverter(System.Type typeToConvert) => throw null; - public System.Text.Json.Serialization.Metadata.JsonTypeInfo GetTypeInfo(System.Type type) => throw null; - public bool IgnoreNullValues { get => throw null; set { } } - public bool IgnoreReadOnlyFields { get => throw null; set { } } - public bool IgnoreReadOnlyProperties { get => throw null; set { } } - public bool IncludeFields { get => throw null; set { } } - public bool IsReadOnly { get => throw null; } - public void MakeReadOnly() => throw null; - public void MakeReadOnly(bool populateMissingResolver) => throw null; - public int MaxDepth { get => throw null; set { } } - public System.Text.Json.Serialization.JsonNumberHandling NumberHandling { get => throw null; set { } } - public System.Text.Json.Serialization.JsonObjectCreationHandling PreferredObjectCreationHandling { get => throw null; set { } } - public bool PropertyNameCaseInsensitive { get => throw null; set { } } - public System.Text.Json.JsonNamingPolicy PropertyNamingPolicy { get => throw null; set { } } - public System.Text.Json.JsonCommentHandling ReadCommentHandling { get => throw null; set { } } - public System.Text.Json.Serialization.ReferenceHandler ReferenceHandler { get => throw null; set { } } - public bool TryGetTypeInfo(System.Type type, out System.Text.Json.Serialization.Metadata.JsonTypeInfo typeInfo) => throw null; - public System.Text.Json.Serialization.Metadata.IJsonTypeInfoResolver TypeInfoResolver { get => throw null; set { } } - public System.Collections.Generic.IList TypeInfoResolverChain { get => throw null; } - public System.Text.Json.Serialization.JsonUnknownTypeHandling UnknownTypeHandling { get => throw null; set { } } - public System.Text.Json.Serialization.JsonUnmappedMemberHandling UnmappedMemberHandling { get => throw null; set { } } - public bool WriteIndented { get => throw null; set { } } - } - public enum JsonTokenType : byte - { - None = 0, - StartObject = 1, - EndObject = 2, - StartArray = 3, - EndArray = 4, - PropertyName = 5, - Comment = 6, - String = 7, - Number = 8, - True = 9, - False = 10, - Null = 11, - } - public enum JsonValueKind : byte - { - Undefined = 0, - Object = 1, - Array = 2, - String = 3, - Number = 4, - True = 5, - False = 6, - Null = 7, - } - public struct JsonWriterOptions - { - public System.Text.Encodings.Web.JavaScriptEncoder Encoder { get => throw null; set { } } - public bool Indented { get => throw null; set { } } - public int MaxDepth { get => throw null; set { } } - public bool SkipValidation { get => throw null; set { } } - } - namespace Nodes - { - public sealed class JsonArray : System.Text.Json.Nodes.JsonNode, System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IList - { - public void Add(System.Text.Json.Nodes.JsonNode item) => throw null; - public void Add(T value) => throw null; - public void Clear() => throw null; - public bool Contains(System.Text.Json.Nodes.JsonNode item) => throw null; - void System.Collections.Generic.ICollection.CopyTo(System.Text.Json.Nodes.JsonNode[] array, int index) => throw null; - public int Count { get => throw null; } - public static System.Text.Json.Nodes.JsonArray Create(System.Text.Json.JsonElement element, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public JsonArray(System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public JsonArray(System.Text.Json.Nodes.JsonNodeOptions options, params System.Text.Json.Nodes.JsonNode[] items) => throw null; - public JsonArray(params System.Text.Json.Nodes.JsonNode[] items) => throw null; - public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public System.Collections.Generic.IEnumerable GetValues() => throw null; - public int IndexOf(System.Text.Json.Nodes.JsonNode item) => throw null; - public void Insert(int index, System.Text.Json.Nodes.JsonNode item) => throw null; - bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } - public bool Remove(System.Text.Json.Nodes.JsonNode item) => throw null; - public void RemoveAt(int index) => throw null; - public override void WriteTo(System.Text.Json.Utf8JsonWriter writer, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - } - public abstract class JsonNode - { - public System.Text.Json.Nodes.JsonArray AsArray() => throw null; - public System.Text.Json.Nodes.JsonObject AsObject() => throw null; - public System.Text.Json.Nodes.JsonValue AsValue() => throw null; - public System.Text.Json.Nodes.JsonNode DeepClone() => throw null; - public static bool DeepEquals(System.Text.Json.Nodes.JsonNode node1, System.Text.Json.Nodes.JsonNode node2) => throw null; - public int GetElementIndex() => throw null; - public string GetPath() => throw null; - public string GetPropertyName() => throw null; - public virtual T GetValue() => throw null; - public System.Text.Json.JsonValueKind GetValueKind() => throw null; - public static explicit operator bool(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator byte(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator char(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator System.DateTime(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator System.DateTimeOffset(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator decimal(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator double(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator System.Guid(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator short(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator int(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator long(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator bool?(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator byte?(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator char?(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator System.DateTimeOffset?(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator System.DateTime?(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator decimal?(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator double?(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator System.Guid?(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator short?(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator int?(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator long?(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator sbyte?(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator float?(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator ushort?(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator uint?(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator ulong?(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator sbyte(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator float(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator string(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator ushort(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator uint(System.Text.Json.Nodes.JsonNode value) => throw null; - public static explicit operator ulong(System.Text.Json.Nodes.JsonNode value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(bool value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(byte value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(char value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(System.DateTime value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(System.DateTimeOffset value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(decimal value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(double value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(System.Guid value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(short value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(int value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(long value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(bool? value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(byte? value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(char? value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(System.DateTimeOffset? value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(System.DateTime? value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(decimal? value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(double? value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(System.Guid? value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(short? value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(int? value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(long? value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(sbyte? value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(float? value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(ushort? value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(uint? value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(ulong? value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(sbyte value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(float value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(string value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(ushort value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(uint value) => throw null; - public static implicit operator System.Text.Json.Nodes.JsonNode(ulong value) => throw null; - public System.Text.Json.Nodes.JsonNodeOptions? Options { get => throw null; } - public System.Text.Json.Nodes.JsonNode Parent { get => throw null; } - public static System.Text.Json.Nodes.JsonNode Parse(System.IO.Stream utf8Json, System.Text.Json.Nodes.JsonNodeOptions? nodeOptions = default(System.Text.Json.Nodes.JsonNodeOptions?), System.Text.Json.JsonDocumentOptions documentOptions = default(System.Text.Json.JsonDocumentOptions)) => throw null; - public static System.Text.Json.Nodes.JsonNode Parse(System.ReadOnlySpan utf8Json, System.Text.Json.Nodes.JsonNodeOptions? nodeOptions = default(System.Text.Json.Nodes.JsonNodeOptions?), System.Text.Json.JsonDocumentOptions documentOptions = default(System.Text.Json.JsonDocumentOptions)) => throw null; - public static System.Text.Json.Nodes.JsonNode Parse(string json, System.Text.Json.Nodes.JsonNodeOptions? nodeOptions = default(System.Text.Json.Nodes.JsonNodeOptions?), System.Text.Json.JsonDocumentOptions documentOptions = default(System.Text.Json.JsonDocumentOptions)) => throw null; - public static System.Text.Json.Nodes.JsonNode Parse(ref System.Text.Json.Utf8JsonReader reader, System.Text.Json.Nodes.JsonNodeOptions? nodeOptions = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Threading.Tasks.Task ParseAsync(System.IO.Stream utf8Json, System.Text.Json.Nodes.JsonNodeOptions? nodeOptions = default(System.Text.Json.Nodes.JsonNodeOptions?), System.Text.Json.JsonDocumentOptions documentOptions = default(System.Text.Json.JsonDocumentOptions), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public void ReplaceWith(T value) => throw null; - public System.Text.Json.Nodes.JsonNode Root { get => throw null; } - public System.Text.Json.Nodes.JsonNode this[int index] { get => throw null; set { } } - public System.Text.Json.Nodes.JsonNode this[string propertyName] { get => throw null; set { } } - public string ToJsonString(System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public override string ToString() => throw null; - public abstract void WriteTo(System.Text.Json.Utf8JsonWriter writer, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)); - } - public struct JsonNodeOptions - { - public bool PropertyNameCaseInsensitive { get => throw null; set { } } - } - public sealed class JsonObject : System.Text.Json.Nodes.JsonNode, System.Collections.Generic.ICollection>, System.Collections.Generic.IDictionary, System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable - { - public void Add(System.Collections.Generic.KeyValuePair property) => throw null; - public void Add(string propertyName, System.Text.Json.Nodes.JsonNode value) => throw null; - public void Clear() => throw null; - bool System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair item) => throw null; - public bool ContainsKey(string propertyName) => throw null; - void System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair[] array, int index) => throw null; - public int Count { get => throw null; } - public static System.Text.Json.Nodes.JsonObject Create(System.Text.Json.JsonElement element, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public JsonObject(System.Collections.Generic.IEnumerable> properties, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public JsonObject(System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public System.Collections.Generic.IEnumerator> GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - bool System.Collections.Generic.ICollection>.IsReadOnly { get => throw null; } - System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Keys { get => throw null; } - public bool Remove(string propertyName) => throw null; - bool System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair item) => throw null; - public bool TryGetPropertyValue(string propertyName, out System.Text.Json.Nodes.JsonNode jsonNode) => throw null; - bool System.Collections.Generic.IDictionary.TryGetValue(string propertyName, out System.Text.Json.Nodes.JsonNode jsonNode) => throw null; - System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Values { get => throw null; } - public override void WriteTo(System.Text.Json.Utf8JsonWriter writer, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - } - public abstract class JsonValue : System.Text.Json.Nodes.JsonNode - { - public static System.Text.Json.Nodes.JsonValue Create(bool value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(byte value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(char value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(System.DateTime value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(System.DateTimeOffset value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(decimal value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(double value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(System.Guid value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(short value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(int value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(long value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(bool? value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(byte? value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(char? value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(System.DateTimeOffset? value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(System.DateTime? value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(decimal? value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(double? value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(System.Guid? value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(short? value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(int? value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(long? value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(sbyte? value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(float? value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(System.Text.Json.JsonElement? value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(ushort? value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(uint? value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(ulong? value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(sbyte value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(float value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(string value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(System.Text.Json.JsonElement value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(ushort value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(uint value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(ulong value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(T value, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public static System.Text.Json.Nodes.JsonValue Create(T value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; - public abstract bool TryGetValue(out T value); - } - } - namespace Serialization - { - public interface IJsonOnDeserialized - { - void OnDeserialized(); - } - public interface IJsonOnDeserializing - { - void OnDeserializing(); - } - public interface IJsonOnSerialized - { - void OnSerialized(); - } - public interface IJsonOnSerializing - { - void OnSerializing(); - } - public abstract class JsonAttribute : System.Attribute - { - protected JsonAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)32, AllowMultiple = false)] - public sealed class JsonConstructorAttribute : System.Text.Json.Serialization.JsonAttribute - { - public JsonConstructorAttribute() => throw null; - } - public abstract class JsonConverter - { - public abstract bool CanConvert(System.Type typeToConvert); - public abstract System.Type Type { get; } - } - public abstract class JsonConverter : System.Text.Json.Serialization.JsonConverter - { - public override bool CanConvert(System.Type typeToConvert) => throw null; - protected JsonConverter() => throw null; - public virtual bool HandleNull { get => throw null; } - public abstract T Read(ref System.Text.Json.Utf8JsonReader reader, System.Type typeToConvert, System.Text.Json.JsonSerializerOptions options); - public virtual T ReadAsPropertyName(ref System.Text.Json.Utf8JsonReader reader, System.Type typeToConvert, System.Text.Json.JsonSerializerOptions options) => throw null; - public override sealed System.Type Type { get => throw null; } - public abstract void Write(System.Text.Json.Utf8JsonWriter writer, T value, System.Text.Json.JsonSerializerOptions options); - public virtual void WriteAsPropertyName(System.Text.Json.Utf8JsonWriter writer, T value, System.Text.Json.JsonSerializerOptions options) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)1436, AllowMultiple = false)] - public class JsonConverterAttribute : System.Text.Json.Serialization.JsonAttribute - { - public System.Type ConverterType { get => throw null; } - public virtual System.Text.Json.Serialization.JsonConverter CreateConverter(System.Type typeToConvert) => throw null; - protected JsonConverterAttribute() => throw null; - public JsonConverterAttribute(System.Type converterType) => throw null; - } - public abstract class JsonConverterFactory : System.Text.Json.Serialization.JsonConverter - { - public abstract System.Text.Json.Serialization.JsonConverter CreateConverter(System.Type typeToConvert, System.Text.Json.JsonSerializerOptions options); - protected JsonConverterFactory() => throw null; - public override sealed System.Type Type { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)1028, AllowMultiple = true, Inherited = false)] - public class JsonDerivedTypeAttribute : System.Text.Json.Serialization.JsonAttribute - { - public JsonDerivedTypeAttribute(System.Type derivedType) => throw null; - public JsonDerivedTypeAttribute(System.Type derivedType, int typeDiscriminator) => throw null; - public JsonDerivedTypeAttribute(System.Type derivedType, string typeDiscriminator) => throw null; - public System.Type DerivedType { get => throw null; } - public object TypeDiscriminator { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false)] - public sealed class JsonExtensionDataAttribute : System.Text.Json.Serialization.JsonAttribute - { - public JsonExtensionDataAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false)] - public sealed class JsonIgnoreAttribute : System.Text.Json.Serialization.JsonAttribute - { - public System.Text.Json.Serialization.JsonIgnoreCondition Condition { get => throw null; set { } } - public JsonIgnoreAttribute() => throw null; - } - public enum JsonIgnoreCondition - { - Never = 0, - Always = 1, - WhenWritingDefault = 2, - WhenWritingNull = 3, - } - [System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false)] - public sealed class JsonIncludeAttribute : System.Text.Json.Serialization.JsonAttribute - { - public JsonIncludeAttribute() => throw null; - } - public enum JsonKnownNamingPolicy - { - Unspecified = 0, - CamelCase = 1, - SnakeCaseLower = 2, - SnakeCaseUpper = 3, - KebabCaseLower = 4, - KebabCaseUpper = 5, - } - public sealed class JsonNumberEnumConverter : System.Text.Json.Serialization.JsonConverterFactory where TEnum : struct - { - public override bool CanConvert(System.Type typeToConvert) => throw null; - public override System.Text.Json.Serialization.JsonConverter CreateConverter(System.Type typeToConvert, System.Text.Json.JsonSerializerOptions options) => throw null; - public JsonNumberEnumConverter() => throw null; - } - [System.Flags] - public enum JsonNumberHandling - { - Strict = 0, - AllowReadingFromString = 1, - WriteAsString = 2, - AllowNamedFloatingPointLiterals = 4, - } - [System.AttributeUsage((System.AttributeTargets)396, AllowMultiple = false)] - public sealed class JsonNumberHandlingAttribute : System.Text.Json.Serialization.JsonAttribute - { - public JsonNumberHandlingAttribute(System.Text.Json.Serialization.JsonNumberHandling handling) => throw null; - public System.Text.Json.Serialization.JsonNumberHandling Handling { get => throw null; } - } - public enum JsonObjectCreationHandling - { - Replace = 0, - Populate = 1, - } - [System.AttributeUsage((System.AttributeTargets)1420, AllowMultiple = false)] - public sealed class JsonObjectCreationHandlingAttribute : System.Text.Json.Serialization.JsonAttribute - { - public JsonObjectCreationHandlingAttribute(System.Text.Json.Serialization.JsonObjectCreationHandling handling) => throw null; - public System.Text.Json.Serialization.JsonObjectCreationHandling Handling { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)1028, AllowMultiple = false, Inherited = false)] - public sealed class JsonPolymorphicAttribute : System.Text.Json.Serialization.JsonAttribute - { - public JsonPolymorphicAttribute() => throw null; - public bool IgnoreUnrecognizedTypeDiscriminators { get => throw null; set { } } - public string TypeDiscriminatorPropertyName { get => throw null; set { } } - public System.Text.Json.Serialization.JsonUnknownDerivedTypeHandling UnknownDerivedTypeHandling { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false)] - public sealed class JsonPropertyNameAttribute : System.Text.Json.Serialization.JsonAttribute - { - public JsonPropertyNameAttribute(string name) => throw null; - public string Name { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false)] - public sealed class JsonPropertyOrderAttribute : System.Text.Json.Serialization.JsonAttribute - { - public JsonPropertyOrderAttribute(int order) => throw null; - public int Order { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false)] - public sealed class JsonRequiredAttribute : System.Text.Json.Serialization.JsonAttribute - { - public JsonRequiredAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = true)] - public sealed class JsonSerializableAttribute : System.Text.Json.Serialization.JsonAttribute - { - public JsonSerializableAttribute(System.Type type) => throw null; - public System.Text.Json.Serialization.JsonSourceGenerationMode GenerationMode { get => throw null; set { } } - public string TypeInfoPropertyName { get => throw null; set { } } - } - public abstract class JsonSerializerContext : System.Text.Json.Serialization.Metadata.IJsonTypeInfoResolver - { - protected JsonSerializerContext(System.Text.Json.JsonSerializerOptions options) => throw null; - protected abstract System.Text.Json.JsonSerializerOptions GeneratedSerializerOptions { get; } - public abstract System.Text.Json.Serialization.Metadata.JsonTypeInfo GetTypeInfo(System.Type type); - System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.Serialization.Metadata.IJsonTypeInfoResolver.GetTypeInfo(System.Type type, System.Text.Json.JsonSerializerOptions options) => throw null; - public System.Text.Json.JsonSerializerOptions Options { get => throw null; } - } - [System.Flags] - public enum JsonSourceGenerationMode - { - Default = 0, - Metadata = 1, - Serialization = 2, - } - [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false)] - public sealed class JsonSourceGenerationOptionsAttribute : System.Text.Json.Serialization.JsonAttribute - { - public bool AllowTrailingCommas { get => throw null; set { } } - public System.Type[] Converters { get => throw null; set { } } - public JsonSourceGenerationOptionsAttribute() => throw null; - public JsonSourceGenerationOptionsAttribute(System.Text.Json.JsonSerializerDefaults defaults) => throw null; - public int DefaultBufferSize { get => throw null; set { } } - public System.Text.Json.Serialization.JsonIgnoreCondition DefaultIgnoreCondition { get => throw null; set { } } - public System.Text.Json.Serialization.JsonKnownNamingPolicy DictionaryKeyPolicy { get => throw null; set { } } - public System.Text.Json.Serialization.JsonSourceGenerationMode GenerationMode { get => throw null; set { } } - public bool IgnoreReadOnlyFields { get => throw null; set { } } - public bool IgnoreReadOnlyProperties { get => throw null; set { } } - public bool IncludeFields { get => throw null; set { } } - public int MaxDepth { get => throw null; set { } } - public System.Text.Json.Serialization.JsonNumberHandling NumberHandling { get => throw null; set { } } - public System.Text.Json.Serialization.JsonObjectCreationHandling PreferredObjectCreationHandling { get => throw null; set { } } - public bool PropertyNameCaseInsensitive { get => throw null; set { } } - public System.Text.Json.Serialization.JsonKnownNamingPolicy PropertyNamingPolicy { get => throw null; set { } } - public System.Text.Json.JsonCommentHandling ReadCommentHandling { get => throw null; set { } } - public System.Text.Json.Serialization.JsonUnknownTypeHandling UnknownTypeHandling { get => throw null; set { } } - public System.Text.Json.Serialization.JsonUnmappedMemberHandling UnmappedMemberHandling { get => throw null; set { } } - public bool UseStringEnumConverter { get => throw null; set { } } - public bool WriteIndented { get => throw null; set { } } - } - public class JsonStringEnumConverter : System.Text.Json.Serialization.JsonConverterFactory - { - public override sealed bool CanConvert(System.Type typeToConvert) => throw null; - public override sealed System.Text.Json.Serialization.JsonConverter CreateConverter(System.Type typeToConvert, System.Text.Json.JsonSerializerOptions options) => throw null; - public JsonStringEnumConverter() => throw null; - public JsonStringEnumConverter(System.Text.Json.JsonNamingPolicy namingPolicy = default(System.Text.Json.JsonNamingPolicy), bool allowIntegerValues = default(bool)) => throw null; - } - public class JsonStringEnumConverter : System.Text.Json.Serialization.JsonConverterFactory where TEnum : System.Enum - { - public override sealed bool CanConvert(System.Type typeToConvert) => throw null; - public override sealed System.Text.Json.Serialization.JsonConverter CreateConverter(System.Type typeToConvert, System.Text.Json.JsonSerializerOptions options) => throw null; - public JsonStringEnumConverter() => throw null; - public JsonStringEnumConverter(System.Text.Json.JsonNamingPolicy namingPolicy = default(System.Text.Json.JsonNamingPolicy), bool allowIntegerValues = default(bool)) => throw null; - } - public enum JsonUnknownDerivedTypeHandling - { - FailSerialization = 0, - FallBackToBaseType = 1, - FallBackToNearestAncestor = 2, - } - public enum JsonUnknownTypeHandling - { - JsonElement = 0, - JsonNode = 1, - } - public enum JsonUnmappedMemberHandling - { - Skip = 0, - Disallow = 1, - } - [System.AttributeUsage((System.AttributeTargets)1036, AllowMultiple = false, Inherited = false)] - public class JsonUnmappedMemberHandlingAttribute : System.Text.Json.Serialization.JsonAttribute - { - public JsonUnmappedMemberHandlingAttribute(System.Text.Json.Serialization.JsonUnmappedMemberHandling unmappedMemberHandling) => throw null; - public System.Text.Json.Serialization.JsonUnmappedMemberHandling UnmappedMemberHandling { get => throw null; } - } - namespace Metadata - { - public class DefaultJsonTypeInfoResolver : System.Text.Json.Serialization.Metadata.IJsonTypeInfoResolver - { - public DefaultJsonTypeInfoResolver() => throw null; - public virtual System.Text.Json.Serialization.Metadata.JsonTypeInfo GetTypeInfo(System.Type type, System.Text.Json.JsonSerializerOptions options) => throw null; - public System.Collections.Generic.IList> Modifiers { get => throw null; } - } - public interface IJsonTypeInfoResolver - { - System.Text.Json.Serialization.Metadata.JsonTypeInfo GetTypeInfo(System.Type type, System.Text.Json.JsonSerializerOptions options); - } - public sealed class JsonCollectionInfoValues - { - public JsonCollectionInfoValues() => throw null; - public System.Text.Json.Serialization.Metadata.JsonTypeInfo ElementInfo { get => throw null; set { } } - public System.Text.Json.Serialization.Metadata.JsonTypeInfo KeyInfo { get => throw null; set { } } - public System.Text.Json.Serialization.JsonNumberHandling NumberHandling { get => throw null; set { } } - public System.Func ObjectCreator { get => throw null; set { } } - public System.Action SerializeHandler { get => throw null; set { } } - } - public struct JsonDerivedType - { - public JsonDerivedType(System.Type derivedType) => throw null; - public JsonDerivedType(System.Type derivedType, int typeDiscriminator) => throw null; - public JsonDerivedType(System.Type derivedType, string typeDiscriminator) => throw null; - public System.Type DerivedType { get => throw null; } - public object TypeDiscriminator { get => throw null; } - } - public static class JsonMetadataServices - { - public static System.Text.Json.Serialization.JsonConverter BooleanConverter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter ByteArrayConverter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter ByteConverter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter CharConverter { get => throw null; } - public static System.Text.Json.Serialization.Metadata.JsonTypeInfo CreateArrayInfo(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues collectionInfo) => throw null; - public static System.Text.Json.Serialization.Metadata.JsonTypeInfo CreateConcurrentQueueInfo(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues collectionInfo) where TCollection : System.Collections.Concurrent.ConcurrentQueue => throw null; - public static System.Text.Json.Serialization.Metadata.JsonTypeInfo CreateConcurrentStackInfo(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues collectionInfo) where TCollection : System.Collections.Concurrent.ConcurrentStack => throw null; - public static System.Text.Json.Serialization.Metadata.JsonTypeInfo CreateDictionaryInfo(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues collectionInfo) where TCollection : System.Collections.Generic.Dictionary => throw null; - public static System.Text.Json.Serialization.Metadata.JsonTypeInfo CreateIAsyncEnumerableInfo(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues collectionInfo) where TCollection : System.Collections.Generic.IAsyncEnumerable => throw null; - public static System.Text.Json.Serialization.Metadata.JsonTypeInfo CreateICollectionInfo(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues collectionInfo) where TCollection : System.Collections.Generic.ICollection => throw null; - public static System.Text.Json.Serialization.Metadata.JsonTypeInfo CreateIDictionaryInfo(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues collectionInfo) where TCollection : System.Collections.IDictionary => throw null; - public static System.Text.Json.Serialization.Metadata.JsonTypeInfo CreateIDictionaryInfo(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues collectionInfo) where TCollection : System.Collections.Generic.IDictionary => throw null; - public static System.Text.Json.Serialization.Metadata.JsonTypeInfo CreateIEnumerableInfo(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues collectionInfo) where TCollection : System.Collections.IEnumerable => throw null; - public static System.Text.Json.Serialization.Metadata.JsonTypeInfo CreateIEnumerableInfo(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues collectionInfo) where TCollection : System.Collections.Generic.IEnumerable => throw null; - public static System.Text.Json.Serialization.Metadata.JsonTypeInfo CreateIListInfo(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues collectionInfo) where TCollection : System.Collections.IList => throw null; - public static System.Text.Json.Serialization.Metadata.JsonTypeInfo CreateIListInfo(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues collectionInfo) where TCollection : System.Collections.Generic.IList => throw null; - public static System.Text.Json.Serialization.Metadata.JsonTypeInfo CreateImmutableDictionaryInfo(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues collectionInfo, System.Func>, TCollection> createRangeFunc) where TCollection : System.Collections.Generic.IReadOnlyDictionary => throw null; - public static System.Text.Json.Serialization.Metadata.JsonTypeInfo CreateImmutableEnumerableInfo(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues collectionInfo, System.Func, TCollection> createRangeFunc) where TCollection : System.Collections.Generic.IEnumerable => throw null; - public static System.Text.Json.Serialization.Metadata.JsonTypeInfo CreateIReadOnlyDictionaryInfo(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues collectionInfo) where TCollection : System.Collections.Generic.IReadOnlyDictionary => throw null; - public static System.Text.Json.Serialization.Metadata.JsonTypeInfo CreateISetInfo(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues collectionInfo) where TCollection : System.Collections.Generic.ISet => throw null; - public static System.Text.Json.Serialization.Metadata.JsonTypeInfo CreateListInfo(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues collectionInfo) where TCollection : System.Collections.Generic.List => throw null; - public static System.Text.Json.Serialization.Metadata.JsonTypeInfo> CreateMemoryInfo(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues> collectionInfo) => throw null; - public static System.Text.Json.Serialization.Metadata.JsonTypeInfo CreateObjectInfo(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonObjectInfoValues objectInfo) => throw null; - public static System.Text.Json.Serialization.Metadata.JsonPropertyInfo CreatePropertyInfo(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues propertyInfo) => throw null; - public static System.Text.Json.Serialization.Metadata.JsonTypeInfo CreateQueueInfo(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues collectionInfo, System.Action addFunc) where TCollection : System.Collections.IEnumerable => throw null; - public static System.Text.Json.Serialization.Metadata.JsonTypeInfo CreateQueueInfo(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues collectionInfo) where TCollection : System.Collections.Generic.Queue => throw null; - public static System.Text.Json.Serialization.Metadata.JsonTypeInfo> CreateReadOnlyMemoryInfo(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues> collectionInfo) => throw null; - public static System.Text.Json.Serialization.Metadata.JsonTypeInfo CreateStackInfo(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues collectionInfo, System.Action addFunc) where TCollection : System.Collections.IEnumerable => throw null; - public static System.Text.Json.Serialization.Metadata.JsonTypeInfo CreateStackInfo(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues collectionInfo) where TCollection : System.Collections.Generic.Stack => throw null; - public static System.Text.Json.Serialization.Metadata.JsonTypeInfo CreateValueInfo(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.JsonConverter converter) => throw null; - public static System.Text.Json.Serialization.JsonConverter DateOnlyConverter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter DateTimeConverter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter DateTimeOffsetConverter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter DecimalConverter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter DoubleConverter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter GetEnumConverter(System.Text.Json.JsonSerializerOptions options) where T : System.Enum => throw null; - public static System.Text.Json.Serialization.JsonConverter GetNullableConverter(System.Text.Json.JsonSerializerOptions options) where T : struct => throw null; - public static System.Text.Json.Serialization.JsonConverter GetNullableConverter(System.Text.Json.Serialization.Metadata.JsonTypeInfo underlyingTypeInfo) where T : struct => throw null; - public static System.Text.Json.Serialization.JsonConverter GetUnsupportedTypeConverter() => throw null; - public static System.Text.Json.Serialization.JsonConverter GuidConverter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter HalfConverter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter Int128Converter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter Int16Converter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter Int32Converter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter Int64Converter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter JsonArrayConverter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter JsonDocumentConverter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter JsonElementConverter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter JsonNodeConverter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter JsonObjectConverter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter JsonValueConverter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter> MemoryByteConverter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter ObjectConverter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter> ReadOnlyMemoryByteConverter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter SByteConverter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter SingleConverter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter StringConverter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter TimeOnlyConverter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter TimeSpanConverter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter UInt128Converter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter UInt16Converter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter UInt32Converter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter UInt64Converter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter UriConverter { get => throw null; } - public static System.Text.Json.Serialization.JsonConverter VersionConverter { get => throw null; } - } - public sealed class JsonObjectInfoValues - { - public System.Func ConstructorParameterMetadataInitializer { get => throw null; set { } } - public JsonObjectInfoValues() => throw null; - public System.Text.Json.Serialization.JsonNumberHandling NumberHandling { get => throw null; set { } } - public System.Func ObjectCreator { get => throw null; set { } } - public System.Func ObjectWithParameterizedConstructorCreator { get => throw null; set { } } - public System.Func PropertyMetadataInitializer { get => throw null; set { } } - public System.Action SerializeHandler { get => throw null; set { } } - } - public sealed class JsonParameterInfoValues - { - public JsonParameterInfoValues() => throw null; - public object DefaultValue { get => throw null; set { } } - public bool HasDefaultValue { get => throw null; set { } } - public string Name { get => throw null; set { } } - public System.Type ParameterType { get => throw null; set { } } - public int Position { get => throw null; set { } } - } - public class JsonPolymorphismOptions - { - public JsonPolymorphismOptions() => throw null; - public System.Collections.Generic.IList DerivedTypes { get => throw null; } - public bool IgnoreUnrecognizedTypeDiscriminators { get => throw null; set { } } - public string TypeDiscriminatorPropertyName { get => throw null; set { } } - public System.Text.Json.Serialization.JsonUnknownDerivedTypeHandling UnknownDerivedTypeHandling { get => throw null; set { } } - } - public abstract class JsonPropertyInfo - { - public System.Reflection.ICustomAttributeProvider AttributeProvider { get => throw null; set { } } - public System.Text.Json.Serialization.JsonConverter CustomConverter { get => throw null; set { } } - public System.Func Get { get => throw null; set { } } - public bool IsExtensionData { get => throw null; set { } } - public bool IsRequired { get => throw null; set { } } - public string Name { get => throw null; set { } } - public System.Text.Json.Serialization.JsonNumberHandling? NumberHandling { get => throw null; set { } } - public System.Text.Json.Serialization.JsonObjectCreationHandling? ObjectCreationHandling { get => throw null; set { } } - public System.Text.Json.JsonSerializerOptions Options { get => throw null; } - public int Order { get => throw null; set { } } - public System.Type PropertyType { get => throw null; } - public System.Action Set { get => throw null; set { } } - public System.Func ShouldSerialize { get => throw null; set { } } - } - public sealed class JsonPropertyInfoValues - { - public System.Text.Json.Serialization.JsonConverter Converter { get => throw null; set { } } - public JsonPropertyInfoValues() => throw null; - public System.Type DeclaringType { get => throw null; set { } } - public System.Func Getter { get => throw null; set { } } - public bool HasJsonInclude { get => throw null; set { } } - public System.Text.Json.Serialization.JsonIgnoreCondition? IgnoreCondition { get => throw null; set { } } - public bool IsExtensionData { get => throw null; set { } } - public bool IsProperty { get => throw null; set { } } - public bool IsPublic { get => throw null; set { } } - public bool IsVirtual { get => throw null; set { } } - public string JsonPropertyName { get => throw null; set { } } - public System.Text.Json.Serialization.JsonNumberHandling? NumberHandling { get => throw null; set { } } - public string PropertyName { get => throw null; set { } } - public System.Text.Json.Serialization.Metadata.JsonTypeInfo PropertyTypeInfo { get => throw null; set { } } - public System.Action Setter { get => throw null; set { } } - } - public abstract class JsonTypeInfo - { - public System.Text.Json.Serialization.JsonConverter Converter { get => throw null; } - public System.Text.Json.Serialization.Metadata.JsonPropertyInfo CreateJsonPropertyInfo(System.Type propertyType, string name) => throw null; - public static System.Text.Json.Serialization.Metadata.JsonTypeInfo CreateJsonTypeInfo(System.Type type, System.Text.Json.JsonSerializerOptions options) => throw null; - public static System.Text.Json.Serialization.Metadata.JsonTypeInfo CreateJsonTypeInfo(System.Text.Json.JsonSerializerOptions options) => throw null; - public System.Func CreateObject { get => throw null; set { } } - public bool IsReadOnly { get => throw null; } - public System.Text.Json.Serialization.Metadata.JsonTypeInfoKind Kind { get => throw null; } - public void MakeReadOnly() => throw null; - public System.Text.Json.Serialization.JsonNumberHandling? NumberHandling { get => throw null; set { } } - public System.Action OnDeserialized { get => throw null; set { } } - public System.Action OnDeserializing { get => throw null; set { } } - public System.Action OnSerialized { get => throw null; set { } } - public System.Action OnSerializing { get => throw null; set { } } - public System.Text.Json.JsonSerializerOptions Options { get => throw null; } - public System.Text.Json.Serialization.Metadata.IJsonTypeInfoResolver OriginatingResolver { get => throw null; set { } } - public System.Text.Json.Serialization.Metadata.JsonPolymorphismOptions PolymorphismOptions { get => throw null; set { } } - public System.Text.Json.Serialization.JsonObjectCreationHandling? PreferredPropertyObjectCreationHandling { get => throw null; set { } } - public System.Collections.Generic.IList Properties { get => throw null; } - public System.Type Type { get => throw null; } - public System.Text.Json.Serialization.JsonUnmappedMemberHandling? UnmappedMemberHandling { get => throw null; set { } } - } - public sealed class JsonTypeInfo : System.Text.Json.Serialization.Metadata.JsonTypeInfo - { - public System.Func CreateObject { get => throw null; set { } } - public System.Action SerializeHandler { get => throw null; } - } - public enum JsonTypeInfoKind - { - None = 0, - Object = 1, - Enumerable = 2, - Dictionary = 3, - } - public static class JsonTypeInfoResolver - { - public static System.Text.Json.Serialization.Metadata.IJsonTypeInfoResolver Combine(params System.Text.Json.Serialization.Metadata.IJsonTypeInfoResolver[] resolvers) => throw null; - public static System.Text.Json.Serialization.Metadata.IJsonTypeInfoResolver WithAddedModifier(this System.Text.Json.Serialization.Metadata.IJsonTypeInfoResolver resolver, System.Action modifier) => throw null; - } - } - public abstract class ReferenceHandler - { - public abstract System.Text.Json.Serialization.ReferenceResolver CreateResolver(); - protected ReferenceHandler() => throw null; - public static System.Text.Json.Serialization.ReferenceHandler IgnoreCycles { get => throw null; } - public static System.Text.Json.Serialization.ReferenceHandler Preserve { get => throw null; } - } - public sealed class ReferenceHandler : System.Text.Json.Serialization.ReferenceHandler where T : System.Text.Json.Serialization.ReferenceResolver, new() - { - public override System.Text.Json.Serialization.ReferenceResolver CreateResolver() => throw null; - public ReferenceHandler() => throw null; - } - public abstract class ReferenceResolver - { - public abstract void AddReference(string referenceId, object value); - protected ReferenceResolver() => throw null; - public abstract string GetReference(object value, out bool alreadyExists); - public abstract object ResolveReference(string referenceId); - } - } - public struct Utf8JsonReader - { - public long BytesConsumed { get => throw null; } - public int CopyString(System.Span utf8Destination) => throw null; - public int CopyString(System.Span destination) => throw null; - public Utf8JsonReader(System.Buffers.ReadOnlySequence jsonData, bool isFinalBlock, System.Text.Json.JsonReaderState state) => throw null; - public Utf8JsonReader(System.Buffers.ReadOnlySequence jsonData, System.Text.Json.JsonReaderOptions options = default(System.Text.Json.JsonReaderOptions)) => throw null; - public Utf8JsonReader(System.ReadOnlySpan jsonData, bool isFinalBlock, System.Text.Json.JsonReaderState state) => throw null; - public Utf8JsonReader(System.ReadOnlySpan jsonData, System.Text.Json.JsonReaderOptions options = default(System.Text.Json.JsonReaderOptions)) => throw null; - public int CurrentDepth { get => throw null; } - public System.Text.Json.JsonReaderState CurrentState { get => throw null; } - public bool GetBoolean() => throw null; - public byte GetByte() => throw null; - public byte[] GetBytesFromBase64() => throw null; - public string GetComment() => throw null; - public System.DateTime GetDateTime() => throw null; - public System.DateTimeOffset GetDateTimeOffset() => throw null; - public decimal GetDecimal() => throw null; - public double GetDouble() => throw null; - public System.Guid GetGuid() => throw null; - public short GetInt16() => throw null; - public int GetInt32() => throw null; - public long GetInt64() => throw null; - public sbyte GetSByte() => throw null; - public float GetSingle() => throw null; - public string GetString() => throw null; - public ushort GetUInt16() => throw null; - public uint GetUInt32() => throw null; - public ulong GetUInt64() => throw null; - public bool HasValueSequence { get => throw null; } - public bool IsFinalBlock { get => throw null; } - public System.SequencePosition Position { get => throw null; } - public bool Read() => throw null; - public void Skip() => throw null; - public long TokenStartIndex { get => throw null; } - public System.Text.Json.JsonTokenType TokenType { get => throw null; } - public bool TryGetByte(out byte value) => throw null; - public bool TryGetBytesFromBase64(out byte[] value) => throw null; - public bool TryGetDateTime(out System.DateTime value) => throw null; - public bool TryGetDateTimeOffset(out System.DateTimeOffset value) => throw null; - public bool TryGetDecimal(out decimal value) => throw null; - public bool TryGetDouble(out double value) => throw null; - public bool TryGetGuid(out System.Guid value) => throw null; - public bool TryGetInt16(out short value) => throw null; - public bool TryGetInt32(out int value) => throw null; - public bool TryGetInt64(out long value) => throw null; - public bool TryGetSByte(out sbyte value) => throw null; - public bool TryGetSingle(out float value) => throw null; - public bool TryGetUInt16(out ushort value) => throw null; - public bool TryGetUInt32(out uint value) => throw null; - public bool TryGetUInt64(out ulong value) => throw null; - public bool TrySkip() => throw null; - public bool ValueIsEscaped { get => throw null; } - public System.Buffers.ReadOnlySequence ValueSequence { get => throw null; } - public System.ReadOnlySpan ValueSpan { get => throw null; } - public bool ValueTextEquals(System.ReadOnlySpan utf8Text) => throw null; - public bool ValueTextEquals(System.ReadOnlySpan text) => throw null; - public bool ValueTextEquals(string text) => throw null; - } - public sealed class Utf8JsonWriter : System.IAsyncDisposable, System.IDisposable - { - public long BytesCommitted { get => throw null; } - public int BytesPending { get => throw null; } - public Utf8JsonWriter(System.Buffers.IBufferWriter bufferWriter, System.Text.Json.JsonWriterOptions options = default(System.Text.Json.JsonWriterOptions)) => throw null; - public Utf8JsonWriter(System.IO.Stream utf8Json, System.Text.Json.JsonWriterOptions options = default(System.Text.Json.JsonWriterOptions)) => throw null; - public int CurrentDepth { get => throw null; } - public void Dispose() => throw null; - public System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - public void Flush() => throw null; - public System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public System.Text.Json.JsonWriterOptions Options { get => throw null; } - public void Reset() => throw null; - public void Reset(System.Buffers.IBufferWriter bufferWriter) => throw null; - public void Reset(System.IO.Stream utf8Json) => throw null; - public void WriteBase64String(System.ReadOnlySpan utf8PropertyName, System.ReadOnlySpan bytes) => throw null; - public void WriteBase64String(System.ReadOnlySpan propertyName, System.ReadOnlySpan bytes) => throw null; - public void WriteBase64String(string propertyName, System.ReadOnlySpan bytes) => throw null; - public void WriteBase64String(System.Text.Json.JsonEncodedText propertyName, System.ReadOnlySpan bytes) => throw null; - public void WriteBase64StringValue(System.ReadOnlySpan bytes) => throw null; - public void WriteBoolean(System.ReadOnlySpan utf8PropertyName, bool value) => throw null; - public void WriteBoolean(System.ReadOnlySpan propertyName, bool value) => throw null; - public void WriteBoolean(string propertyName, bool value) => throw null; - public void WriteBoolean(System.Text.Json.JsonEncodedText propertyName, bool value) => throw null; - public void WriteBooleanValue(bool value) => throw null; - public void WriteCommentValue(System.ReadOnlySpan utf8Value) => throw null; - public void WriteCommentValue(System.ReadOnlySpan value) => throw null; - public void WriteCommentValue(string value) => throw null; - public void WriteEndArray() => throw null; - public void WriteEndObject() => throw null; - public void WriteNull(System.ReadOnlySpan utf8PropertyName) => throw null; - public void WriteNull(System.ReadOnlySpan propertyName) => throw null; - public void WriteNull(string propertyName) => throw null; - public void WriteNull(System.Text.Json.JsonEncodedText propertyName) => throw null; - public void WriteNullValue() => throw null; - public void WriteNumber(System.ReadOnlySpan utf8PropertyName, decimal value) => throw null; - public void WriteNumber(System.ReadOnlySpan utf8PropertyName, double value) => throw null; - public void WriteNumber(System.ReadOnlySpan utf8PropertyName, int value) => throw null; - public void WriteNumber(System.ReadOnlySpan utf8PropertyName, long value) => throw null; - public void WriteNumber(System.ReadOnlySpan utf8PropertyName, float value) => throw null; - public void WriteNumber(System.ReadOnlySpan utf8PropertyName, uint value) => throw null; - public void WriteNumber(System.ReadOnlySpan utf8PropertyName, ulong value) => throw null; - public void WriteNumber(System.ReadOnlySpan propertyName, decimal value) => throw null; - public void WriteNumber(System.ReadOnlySpan propertyName, double value) => throw null; - public void WriteNumber(System.ReadOnlySpan propertyName, int value) => throw null; - public void WriteNumber(System.ReadOnlySpan propertyName, long value) => throw null; - public void WriteNumber(System.ReadOnlySpan propertyName, float value) => throw null; - public void WriteNumber(System.ReadOnlySpan propertyName, uint value) => throw null; - public void WriteNumber(System.ReadOnlySpan propertyName, ulong value) => throw null; - public void WriteNumber(string propertyName, decimal value) => throw null; - public void WriteNumber(string propertyName, double value) => throw null; - public void WriteNumber(string propertyName, int value) => throw null; - public void WriteNumber(string propertyName, long value) => throw null; - public void WriteNumber(string propertyName, float value) => throw null; - public void WriteNumber(string propertyName, uint value) => throw null; - public void WriteNumber(string propertyName, ulong value) => throw null; - public void WriteNumber(System.Text.Json.JsonEncodedText propertyName, decimal value) => throw null; - public void WriteNumber(System.Text.Json.JsonEncodedText propertyName, double value) => throw null; - public void WriteNumber(System.Text.Json.JsonEncodedText propertyName, int value) => throw null; - public void WriteNumber(System.Text.Json.JsonEncodedText propertyName, long value) => throw null; - public void WriteNumber(System.Text.Json.JsonEncodedText propertyName, float value) => throw null; - public void WriteNumber(System.Text.Json.JsonEncodedText propertyName, uint value) => throw null; - public void WriteNumber(System.Text.Json.JsonEncodedText propertyName, ulong value) => throw null; - public void WriteNumberValue(decimal value) => throw null; - public void WriteNumberValue(double value) => throw null; - public void WriteNumberValue(int value) => throw null; - public void WriteNumberValue(long value) => throw null; - public void WriteNumberValue(float value) => throw null; - public void WriteNumberValue(uint value) => throw null; - public void WriteNumberValue(ulong value) => throw null; - public void WritePropertyName(System.ReadOnlySpan utf8PropertyName) => throw null; - public void WritePropertyName(System.ReadOnlySpan propertyName) => throw null; - public void WritePropertyName(string propertyName) => throw null; - public void WritePropertyName(System.Text.Json.JsonEncodedText propertyName) => throw null; - public void WriteRawValue(System.Buffers.ReadOnlySequence utf8Json, bool skipInputValidation = default(bool)) => throw null; - public void WriteRawValue(System.ReadOnlySpan utf8Json, bool skipInputValidation = default(bool)) => throw null; - public void WriteRawValue(System.ReadOnlySpan json, bool skipInputValidation = default(bool)) => throw null; - public void WriteRawValue(string json, bool skipInputValidation = default(bool)) => throw null; - public void WriteStartArray() => throw null; - public void WriteStartArray(System.ReadOnlySpan utf8PropertyName) => throw null; - public void WriteStartArray(System.ReadOnlySpan propertyName) => throw null; - public void WriteStartArray(string propertyName) => throw null; - public void WriteStartArray(System.Text.Json.JsonEncodedText propertyName) => throw null; - public void WriteStartObject() => throw null; - public void WriteStartObject(System.ReadOnlySpan utf8PropertyName) => throw null; - public void WriteStartObject(System.ReadOnlySpan propertyName) => throw null; - public void WriteStartObject(string propertyName) => throw null; - public void WriteStartObject(System.Text.Json.JsonEncodedText propertyName) => throw null; - public void WriteString(System.ReadOnlySpan utf8PropertyName, System.DateTime value) => throw null; - public void WriteString(System.ReadOnlySpan utf8PropertyName, System.DateTimeOffset value) => throw null; - public void WriteString(System.ReadOnlySpan utf8PropertyName, System.Guid value) => throw null; - public void WriteString(System.ReadOnlySpan utf8PropertyName, System.ReadOnlySpan utf8Value) => throw null; - public void WriteString(System.ReadOnlySpan utf8PropertyName, System.ReadOnlySpan value) => throw null; - public void WriteString(System.ReadOnlySpan utf8PropertyName, string value) => throw null; - public void WriteString(System.ReadOnlySpan utf8PropertyName, System.Text.Json.JsonEncodedText value) => throw null; - public void WriteString(System.ReadOnlySpan propertyName, System.DateTime value) => throw null; - public void WriteString(System.ReadOnlySpan propertyName, System.DateTimeOffset value) => throw null; - public void WriteString(System.ReadOnlySpan propertyName, System.Guid value) => throw null; - public void WriteString(System.ReadOnlySpan propertyName, System.ReadOnlySpan utf8Value) => throw null; - public void WriteString(System.ReadOnlySpan propertyName, System.ReadOnlySpan value) => throw null; - public void WriteString(System.ReadOnlySpan propertyName, string value) => throw null; - public void WriteString(System.ReadOnlySpan propertyName, System.Text.Json.JsonEncodedText value) => throw null; - public void WriteString(string propertyName, System.DateTime value) => throw null; - public void WriteString(string propertyName, System.DateTimeOffset value) => throw null; - public void WriteString(string propertyName, System.Guid value) => throw null; - public void WriteString(string propertyName, System.ReadOnlySpan utf8Value) => throw null; - public void WriteString(string propertyName, System.ReadOnlySpan value) => throw null; - public void WriteString(string propertyName, string value) => throw null; - public void WriteString(string propertyName, System.Text.Json.JsonEncodedText value) => throw null; - public void WriteString(System.Text.Json.JsonEncodedText propertyName, System.DateTime value) => throw null; - public void WriteString(System.Text.Json.JsonEncodedText propertyName, System.DateTimeOffset value) => throw null; - public void WriteString(System.Text.Json.JsonEncodedText propertyName, System.Guid value) => throw null; - public void WriteString(System.Text.Json.JsonEncodedText propertyName, System.ReadOnlySpan utf8Value) => throw null; - public void WriteString(System.Text.Json.JsonEncodedText propertyName, System.ReadOnlySpan value) => throw null; - public void WriteString(System.Text.Json.JsonEncodedText propertyName, string value) => throw null; - public void WriteString(System.Text.Json.JsonEncodedText propertyName, System.Text.Json.JsonEncodedText value) => throw null; - public void WriteStringValue(System.DateTime value) => throw null; - public void WriteStringValue(System.DateTimeOffset value) => throw null; - public void WriteStringValue(System.Guid value) => throw null; - public void WriteStringValue(System.ReadOnlySpan utf8Value) => throw null; - public void WriteStringValue(System.ReadOnlySpan value) => throw null; - public void WriteStringValue(string value) => throw null; - public void WriteStringValue(System.Text.Json.JsonEncodedText value) => throw null; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.RegularExpressions.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.RegularExpressions.cs deleted file mode 100644 index 1b16c927..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.RegularExpressions.cs +++ /dev/null @@ -1,369 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Text.RegularExpressions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Text - { - namespace RegularExpressions - { - public class Capture - { - public int Index { get => throw null; } - public int Length { get => throw null; } - public override string ToString() => throw null; - public string Value { get => throw null; } - public System.ReadOnlySpan ValueSpan { get => throw null; } - } - public class CaptureCollection : System.Collections.Generic.ICollection, System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IList, System.Collections.IList, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyList - { - void System.Collections.Generic.ICollection.Add(System.Text.RegularExpressions.Capture item) => throw null; - int System.Collections.IList.Add(object value) => throw null; - void System.Collections.Generic.ICollection.Clear() => throw null; - void System.Collections.IList.Clear() => throw null; - bool System.Collections.Generic.ICollection.Contains(System.Text.RegularExpressions.Capture item) => throw null; - bool System.Collections.IList.Contains(object value) => throw null; - public void CopyTo(System.Array array, int arrayIndex) => throw null; - public void CopyTo(System.Text.RegularExpressions.Capture[] array, int arrayIndex) => throw null; - public int Count { get => throw null; } - public System.Collections.IEnumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - int System.Collections.Generic.IList.IndexOf(System.Text.RegularExpressions.Capture item) => throw null; - int System.Collections.IList.IndexOf(object value) => throw null; - void System.Collections.Generic.IList.Insert(int index, System.Text.RegularExpressions.Capture item) => throw null; - void System.Collections.IList.Insert(int index, object value) => throw null; - bool System.Collections.IList.IsFixedSize { get => throw null; } - public bool IsReadOnly { get => throw null; } - public bool IsSynchronized { get => throw null; } - System.Text.RegularExpressions.Capture System.Collections.Generic.IList.this[int index] { get => throw null; set { } } - object System.Collections.IList.this[int index] { get => throw null; set { } } - bool System.Collections.Generic.ICollection.Remove(System.Text.RegularExpressions.Capture item) => throw null; - void System.Collections.IList.Remove(object value) => throw null; - void System.Collections.Generic.IList.RemoveAt(int index) => throw null; - void System.Collections.IList.RemoveAt(int index) => throw null; - public object SyncRoot { get => throw null; } - public System.Text.RegularExpressions.Capture this[int i] { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)64, AllowMultiple = false, Inherited = false)] - public sealed class GeneratedRegexAttribute : System.Attribute - { - public GeneratedRegexAttribute(string pattern) => throw null; - public GeneratedRegexAttribute(string pattern, System.Text.RegularExpressions.RegexOptions options) => throw null; - public GeneratedRegexAttribute(string pattern, System.Text.RegularExpressions.RegexOptions options, string cultureName) => throw null; - public GeneratedRegexAttribute(string pattern, System.Text.RegularExpressions.RegexOptions options, int matchTimeoutMilliseconds) => throw null; - public GeneratedRegexAttribute(string pattern, System.Text.RegularExpressions.RegexOptions options, int matchTimeoutMilliseconds, string cultureName) => throw null; - public string CultureName { get => throw null; } - public int MatchTimeoutMilliseconds { get => throw null; } - public System.Text.RegularExpressions.RegexOptions Options { get => throw null; } - public string Pattern { get => throw null; } - } - public class Group : System.Text.RegularExpressions.Capture - { - public System.Text.RegularExpressions.CaptureCollection Captures { get => throw null; } - public string Name { get => throw null; } - public bool Success { get => throw null; } - public static System.Text.RegularExpressions.Group Synchronized(System.Text.RegularExpressions.Group inner) => throw null; - } - public class GroupCollection : System.Collections.Generic.ICollection, System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IEnumerable>, System.Collections.Generic.IList, System.Collections.IList, System.Collections.Generic.IReadOnlyCollection>, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyDictionary, System.Collections.Generic.IReadOnlyList - { - void System.Collections.Generic.ICollection.Add(System.Text.RegularExpressions.Group item) => throw null; - int System.Collections.IList.Add(object value) => throw null; - void System.Collections.Generic.ICollection.Clear() => throw null; - void System.Collections.IList.Clear() => throw null; - bool System.Collections.Generic.ICollection.Contains(System.Text.RegularExpressions.Group item) => throw null; - bool System.Collections.IList.Contains(object value) => throw null; - public bool ContainsKey(string key) => throw null; - public void CopyTo(System.Array array, int arrayIndex) => throw null; - public void CopyTo(System.Text.RegularExpressions.Group[] array, int arrayIndex) => throw null; - public int Count { get => throw null; } - public System.Collections.IEnumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator> System.Collections.Generic.IEnumerable>.GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - int System.Collections.Generic.IList.IndexOf(System.Text.RegularExpressions.Group item) => throw null; - int System.Collections.IList.IndexOf(object value) => throw null; - void System.Collections.Generic.IList.Insert(int index, System.Text.RegularExpressions.Group item) => throw null; - void System.Collections.IList.Insert(int index, object value) => throw null; - bool System.Collections.IList.IsFixedSize { get => throw null; } - public bool IsReadOnly { get => throw null; } - public bool IsSynchronized { get => throw null; } - System.Text.RegularExpressions.Group System.Collections.Generic.IList.this[int index] { get => throw null; set { } } - object System.Collections.IList.this[int index] { get => throw null; set { } } - public System.Collections.Generic.IEnumerable Keys { get => throw null; } - bool System.Collections.Generic.ICollection.Remove(System.Text.RegularExpressions.Group item) => throw null; - void System.Collections.IList.Remove(object value) => throw null; - void System.Collections.Generic.IList.RemoveAt(int index) => throw null; - void System.Collections.IList.RemoveAt(int index) => throw null; - public object SyncRoot { get => throw null; } - public System.Text.RegularExpressions.Group this[int groupnum] { get => throw null; } - public System.Text.RegularExpressions.Group this[string groupname] { get => throw null; } - public bool TryGetValue(string key, out System.Text.RegularExpressions.Group value) => throw null; - public System.Collections.Generic.IEnumerable Values { get => throw null; } - } - public class Match : System.Text.RegularExpressions.Group - { - public static System.Text.RegularExpressions.Match Empty { get => throw null; } - public virtual System.Text.RegularExpressions.GroupCollection Groups { get => throw null; } - public System.Text.RegularExpressions.Match NextMatch() => throw null; - public virtual string Result(string replacement) => throw null; - public static System.Text.RegularExpressions.Match Synchronized(System.Text.RegularExpressions.Match inner) => throw null; - } - public class MatchCollection : System.Collections.Generic.ICollection, System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IList, System.Collections.IList, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyList - { - void System.Collections.Generic.ICollection.Add(System.Text.RegularExpressions.Match item) => throw null; - int System.Collections.IList.Add(object value) => throw null; - void System.Collections.Generic.ICollection.Clear() => throw null; - void System.Collections.IList.Clear() => throw null; - bool System.Collections.Generic.ICollection.Contains(System.Text.RegularExpressions.Match item) => throw null; - bool System.Collections.IList.Contains(object value) => throw null; - public void CopyTo(System.Array array, int arrayIndex) => throw null; - public void CopyTo(System.Text.RegularExpressions.Match[] array, int arrayIndex) => throw null; - public int Count { get => throw null; } - public System.Collections.IEnumerator GetEnumerator() => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - int System.Collections.Generic.IList.IndexOf(System.Text.RegularExpressions.Match item) => throw null; - int System.Collections.IList.IndexOf(object value) => throw null; - void System.Collections.Generic.IList.Insert(int index, System.Text.RegularExpressions.Match item) => throw null; - void System.Collections.IList.Insert(int index, object value) => throw null; - bool System.Collections.IList.IsFixedSize { get => throw null; } - public bool IsReadOnly { get => throw null; } - public bool IsSynchronized { get => throw null; } - System.Text.RegularExpressions.Match System.Collections.Generic.IList.this[int index] { get => throw null; set { } } - object System.Collections.IList.this[int index] { get => throw null; set { } } - bool System.Collections.Generic.ICollection.Remove(System.Text.RegularExpressions.Match item) => throw null; - void System.Collections.IList.Remove(object value) => throw null; - void System.Collections.Generic.IList.RemoveAt(int index) => throw null; - void System.Collections.IList.RemoveAt(int index) => throw null; - public object SyncRoot { get => throw null; } - public virtual System.Text.RegularExpressions.Match this[int i] { get => throw null; } - } - public delegate string MatchEvaluator(System.Text.RegularExpressions.Match match); - public class Regex : System.Runtime.Serialization.ISerializable - { - public static int CacheSize { get => throw null; set { } } - protected System.Collections.Hashtable capnames; - protected System.Collections.IDictionary CapNames { get => throw null; set { } } - protected System.Collections.Hashtable caps; - protected System.Collections.IDictionary Caps { get => throw null; set { } } - protected int capsize; - protected string[] capslist; - public static void CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[] regexinfos, System.Reflection.AssemblyName assemblyname) => throw null; - public static void CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[] regexinfos, System.Reflection.AssemblyName assemblyname, System.Reflection.Emit.CustomAttributeBuilder[] attributes) => throw null; - public static void CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[] regexinfos, System.Reflection.AssemblyName assemblyname, System.Reflection.Emit.CustomAttributeBuilder[] attributes, string resourceFile) => throw null; - public int Count(string input) => throw null; - public int Count(System.ReadOnlySpan input) => throw null; - public int Count(System.ReadOnlySpan input, int startat) => throw null; - public static int Count(string input, string pattern) => throw null; - public static int Count(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) => throw null; - public static int Count(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) => throw null; - public static int Count(System.ReadOnlySpan input, string pattern) => throw null; - public static int Count(System.ReadOnlySpan input, string pattern, System.Text.RegularExpressions.RegexOptions options) => throw null; - public static int Count(System.ReadOnlySpan input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) => throw null; - protected Regex() => throw null; - protected Regex(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public Regex(string pattern) => throw null; - public Regex(string pattern, System.Text.RegularExpressions.RegexOptions options) => throw null; - public Regex(string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) => throw null; - public System.Text.RegularExpressions.Regex.ValueMatchEnumerator EnumerateMatches(System.ReadOnlySpan input) => throw null; - public System.Text.RegularExpressions.Regex.ValueMatchEnumerator EnumerateMatches(System.ReadOnlySpan input, int startat) => throw null; - public static System.Text.RegularExpressions.Regex.ValueMatchEnumerator EnumerateMatches(System.ReadOnlySpan input, string pattern) => throw null; - public static System.Text.RegularExpressions.Regex.ValueMatchEnumerator EnumerateMatches(System.ReadOnlySpan input, string pattern, System.Text.RegularExpressions.RegexOptions options) => throw null; - public static System.Text.RegularExpressions.Regex.ValueMatchEnumerator EnumerateMatches(System.ReadOnlySpan input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) => throw null; - public static string Escape(string str) => throw null; - protected System.Text.RegularExpressions.RegexRunnerFactory factory; - public string[] GetGroupNames() => throw null; - public int[] GetGroupNumbers() => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) => throw null; - public string GroupNameFromNumber(int i) => throw null; - public int GroupNumberFromName(string name) => throw null; - public static readonly System.TimeSpan InfiniteMatchTimeout; - protected void InitializeReferences() => throw null; - protected System.TimeSpan internalMatchTimeout; - public bool IsMatch(System.ReadOnlySpan input) => throw null; - public bool IsMatch(System.ReadOnlySpan input, int startat) => throw null; - public static bool IsMatch(System.ReadOnlySpan input, string pattern) => throw null; - public static bool IsMatch(System.ReadOnlySpan input, string pattern, System.Text.RegularExpressions.RegexOptions options) => throw null; - public static bool IsMatch(System.ReadOnlySpan input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) => throw null; - public bool IsMatch(string input) => throw null; - public bool IsMatch(string input, int startat) => throw null; - public static bool IsMatch(string input, string pattern) => throw null; - public static bool IsMatch(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) => throw null; - public static bool IsMatch(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) => throw null; - public System.Text.RegularExpressions.Match Match(string input) => throw null; - public System.Text.RegularExpressions.Match Match(string input, int startat) => throw null; - public System.Text.RegularExpressions.Match Match(string input, int beginning, int length) => throw null; - public static System.Text.RegularExpressions.Match Match(string input, string pattern) => throw null; - public static System.Text.RegularExpressions.Match Match(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) => throw null; - public static System.Text.RegularExpressions.Match Match(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) => throw null; - public System.Text.RegularExpressions.MatchCollection Matches(string input) => throw null; - public System.Text.RegularExpressions.MatchCollection Matches(string input, int startat) => throw null; - public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern) => throw null; - public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) => throw null; - public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) => throw null; - public System.TimeSpan MatchTimeout { get => throw null; } - public System.Text.RegularExpressions.RegexOptions Options { get => throw null; } - protected string pattern; - public string Replace(string input, string replacement) => throw null; - public string Replace(string input, string replacement, int count) => throw null; - public string Replace(string input, string replacement, int count, int startat) => throw null; - public static string Replace(string input, string pattern, string replacement) => throw null; - public static string Replace(string input, string pattern, string replacement, System.Text.RegularExpressions.RegexOptions options) => throw null; - public static string Replace(string input, string pattern, string replacement, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) => throw null; - public static string Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator) => throw null; - public static string Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator, System.Text.RegularExpressions.RegexOptions options) => throw null; - public static string Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) => throw null; - public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator) => throw null; - public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator, int count) => throw null; - public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator, int count, int startat) => throw null; - public bool RightToLeft { get => throw null; } - protected System.Text.RegularExpressions.RegexOptions roptions; - public string[] Split(string input) => throw null; - public string[] Split(string input, int count) => throw null; - public string[] Split(string input, int count, int startat) => throw null; - public static string[] Split(string input, string pattern) => throw null; - public static string[] Split(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) => throw null; - public static string[] Split(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) => throw null; - public override string ToString() => throw null; - public static string Unescape(string str) => throw null; - protected bool UseOptionC() => throw null; - protected bool UseOptionR() => throw null; - protected static void ValidateMatchTimeout(System.TimeSpan matchTimeout) => throw null; - public struct ValueMatchEnumerator - { - public System.Text.RegularExpressions.ValueMatch Current { get => throw null; } - public System.Text.RegularExpressions.Regex.ValueMatchEnumerator GetEnumerator() => throw null; - public bool MoveNext() => throw null; - } - } - public class RegexCompilationInfo - { - public RegexCompilationInfo(string pattern, System.Text.RegularExpressions.RegexOptions options, string name, string fullnamespace, bool ispublic) => throw null; - public RegexCompilationInfo(string pattern, System.Text.RegularExpressions.RegexOptions options, string name, string fullnamespace, bool ispublic, System.TimeSpan matchTimeout) => throw null; - public bool IsPublic { get => throw null; set { } } - public System.TimeSpan MatchTimeout { get => throw null; set { } } - public string Name { get => throw null; set { } } - public string Namespace { get => throw null; set { } } - public System.Text.RegularExpressions.RegexOptions Options { get => throw null; set { } } - public string Pattern { get => throw null; set { } } - } - public class RegexMatchTimeoutException : System.TimeoutException, System.Runtime.Serialization.ISerializable - { - public RegexMatchTimeoutException() => throw null; - protected RegexMatchTimeoutException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public RegexMatchTimeoutException(string message) => throw null; - public RegexMatchTimeoutException(string message, System.Exception inner) => throw null; - public RegexMatchTimeoutException(string regexInput, string regexPattern, System.TimeSpan matchTimeout) => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public string Input { get => throw null; } - public System.TimeSpan MatchTimeout { get => throw null; } - public string Pattern { get => throw null; } - } - [System.Flags] - public enum RegexOptions - { - None = 0, - IgnoreCase = 1, - Multiline = 2, - ExplicitCapture = 4, - Compiled = 8, - Singleline = 16, - IgnorePatternWhitespace = 32, - RightToLeft = 64, - ECMAScript = 256, - CultureInvariant = 512, - NonBacktracking = 1024, - } - public enum RegexParseError - { - Unknown = 0, - AlternationHasTooManyConditions = 1, - AlternationHasMalformedCondition = 2, - InvalidUnicodePropertyEscape = 3, - MalformedUnicodePropertyEscape = 4, - UnrecognizedEscape = 5, - UnrecognizedControlCharacter = 6, - MissingControlCharacter = 7, - InsufficientOrInvalidHexDigits = 8, - QuantifierOrCaptureGroupOutOfRange = 9, - UndefinedNamedReference = 10, - UndefinedNumberedReference = 11, - MalformedNamedReference = 12, - UnescapedEndingBackslash = 13, - UnterminatedComment = 14, - InvalidGroupingConstruct = 15, - AlternationHasNamedCapture = 16, - AlternationHasComment = 17, - AlternationHasMalformedReference = 18, - AlternationHasUndefinedReference = 19, - CaptureGroupNameInvalid = 20, - CaptureGroupOfZero = 21, - UnterminatedBracket = 22, - ExclusionGroupNotLast = 23, - ReversedCharacterRange = 24, - ShorthandClassInCharacterRange = 25, - InsufficientClosingParentheses = 26, - ReversedQuantifierRange = 27, - NestedQuantifiersNotParenthesized = 28, - QuantifierAfterNothing = 29, - InsufficientOpeningParentheses = 30, - UnrecognizedUnicodeProperty = 31, - } - public sealed class RegexParseException : System.ArgumentException - { - public System.Text.RegularExpressions.RegexParseError Error { get => throw null; } - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public int Offset { get => throw null; } - } - public abstract class RegexRunner - { - protected void Capture(int capnum, int start, int end) => throw null; - public static bool CharInClass(char ch, string charClass) => throw null; - protected static bool CharInSet(char ch, string set, string category) => throw null; - protected void CheckTimeout() => throw null; - protected void Crawl(int i) => throw null; - protected int Crawlpos() => throw null; - protected RegexRunner() => throw null; - protected void DoubleCrawl() => throw null; - protected void DoubleStack() => throw null; - protected void DoubleTrack() => throw null; - protected void EnsureStorage() => throw null; - protected virtual bool FindFirstChar() => throw null; - protected virtual void Go() => throw null; - protected virtual void InitTrackCount() => throw null; - protected bool IsBoundary(int index, int startpos, int endpos) => throw null; - protected bool IsECMABoundary(int index, int startpos, int endpos) => throw null; - protected bool IsMatched(int cap) => throw null; - protected int MatchIndex(int cap) => throw null; - protected int MatchLength(int cap) => throw null; - protected int Popcrawl() => throw null; - protected int[] runcrawl; - protected int runcrawlpos; - protected System.Text.RegularExpressions.Match runmatch; - protected System.Text.RegularExpressions.Regex runregex; - protected int[] runstack; - protected int runstackpos; - protected string runtext; - protected int runtextbeg; - protected int runtextend; - protected int runtextpos; - protected int runtextstart; - protected int[] runtrack; - protected int runtrackcount; - protected int runtrackpos; - protected System.Text.RegularExpressions.Match Scan(System.Text.RegularExpressions.Regex regex, string text, int textbeg, int textend, int textstart, int prevlen, bool quick) => throw null; - protected System.Text.RegularExpressions.Match Scan(System.Text.RegularExpressions.Regex regex, string text, int textbeg, int textend, int textstart, int prevlen, bool quick, System.TimeSpan timeout) => throw null; - protected virtual void Scan(System.ReadOnlySpan text) => throw null; - protected void TransferCapture(int capnum, int uncapnum, int start, int end) => throw null; - protected void Uncapture() => throw null; - } - public abstract class RegexRunnerFactory - { - protected abstract System.Text.RegularExpressions.RegexRunner CreateInstance(); - protected RegexRunnerFactory() => throw null; - } - public struct ValueMatch - { - public int Index { get => throw null; } - public int Length { get => throw null; } - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Channels.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Channels.cs deleted file mode 100644 index e951def1..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Channels.cs +++ /dev/null @@ -1,85 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Threading.Channels, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. -namespace System -{ - namespace Threading - { - namespace Channels - { - public enum BoundedChannelFullMode - { - Wait = 0, - DropNewest = 1, - DropOldest = 2, - DropWrite = 3, - } - public sealed class BoundedChannelOptions : System.Threading.Channels.ChannelOptions - { - public int Capacity { get => throw null; set { } } - public BoundedChannelOptions(int capacity) => throw null; - public System.Threading.Channels.BoundedChannelFullMode FullMode { get => throw null; set { } } - } - public static class Channel - { - public static System.Threading.Channels.Channel CreateBounded(int capacity) => throw null; - public static System.Threading.Channels.Channel CreateBounded(System.Threading.Channels.BoundedChannelOptions options) => throw null; - public static System.Threading.Channels.Channel CreateBounded(System.Threading.Channels.BoundedChannelOptions options, System.Action itemDropped) => throw null; - public static System.Threading.Channels.Channel CreateUnbounded() => throw null; - public static System.Threading.Channels.Channel CreateUnbounded(System.Threading.Channels.UnboundedChannelOptions options) => throw null; - } - public abstract class Channel : System.Threading.Channels.Channel - { - protected Channel() => throw null; - } - public abstract class Channel - { - protected Channel() => throw null; - public static implicit operator System.Threading.Channels.ChannelReader(System.Threading.Channels.Channel channel) => throw null; - public static implicit operator System.Threading.Channels.ChannelWriter(System.Threading.Channels.Channel channel) => throw null; - public System.Threading.Channels.ChannelReader Reader { get => throw null; set { } } - public System.Threading.Channels.ChannelWriter Writer { get => throw null; set { } } - } - public class ChannelClosedException : System.InvalidOperationException - { - public ChannelClosedException() => throw null; - public ChannelClosedException(System.Exception innerException) => throw null; - public ChannelClosedException(string message) => throw null; - public ChannelClosedException(string message, System.Exception innerException) => throw null; - protected ChannelClosedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - } - public abstract class ChannelOptions - { - public bool AllowSynchronousContinuations { get => throw null; set { } } - protected ChannelOptions() => throw null; - public bool SingleReader { get => throw null; set { } } - public bool SingleWriter { get => throw null; set { } } - } - public abstract class ChannelReader - { - public virtual bool CanCount { get => throw null; } - public virtual bool CanPeek { get => throw null; } - public virtual System.Threading.Tasks.Task Completion { get => throw null; } - public virtual int Count { get => throw null; } - protected ChannelReader() => throw null; - public virtual System.Collections.Generic.IAsyncEnumerable ReadAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public virtual System.Threading.Tasks.ValueTask ReadAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public virtual bool TryPeek(out T item) => throw null; - public abstract bool TryRead(out T item); - public abstract System.Threading.Tasks.ValueTask WaitToReadAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); - } - public abstract class ChannelWriter - { - public void Complete(System.Exception error = default(System.Exception)) => throw null; - protected ChannelWriter() => throw null; - public virtual bool TryComplete(System.Exception error = default(System.Exception)) => throw null; - public abstract bool TryWrite(T item); - public abstract System.Threading.Tasks.ValueTask WaitToWriteAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); - public virtual System.Threading.Tasks.ValueTask WriteAsync(T item, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - } - public sealed class UnboundedChannelOptions : System.Threading.Channels.ChannelOptions - { - public UnboundedChannelOptions() => throw null; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Overlapped.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Overlapped.cs deleted file mode 100644 index fb497b3d..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Overlapped.cs +++ /dev/null @@ -1,51 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Threading.Overlapped, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Threading - { - public unsafe delegate void IOCompletionCallback(uint errorCode, uint numBytes, System.Threading.NativeOverlapped* pOVERLAP); - public struct NativeOverlapped - { - public nint EventHandle; - public nint InternalHigh; - public nint InternalLow; - public int OffsetHigh; - public int OffsetLow; - } - public class Overlapped - { - public System.IAsyncResult AsyncResult { get => throw null; set { } } - public Overlapped() => throw null; - public Overlapped(int offsetLo, int offsetHi, int hEvent, System.IAsyncResult ar) => throw null; - public Overlapped(int offsetLo, int offsetHi, nint hEvent, System.IAsyncResult ar) => throw null; - public int EventHandle { get => throw null; set { } } - public nint EventHandleIntPtr { get => throw null; set { } } - public static unsafe void Free(System.Threading.NativeOverlapped* nativeOverlappedPtr) => throw null; - public int OffsetHigh { get => throw null; set { } } - public int OffsetLow { get => throw null; set { } } - public unsafe System.Threading.NativeOverlapped* Pack(System.Threading.IOCompletionCallback iocb) => throw null; - public unsafe System.Threading.NativeOverlapped* Pack(System.Threading.IOCompletionCallback iocb, object userData) => throw null; - public static unsafe System.Threading.Overlapped Unpack(System.Threading.NativeOverlapped* nativeOverlappedPtr) => throw null; - public unsafe System.Threading.NativeOverlapped* UnsafePack(System.Threading.IOCompletionCallback iocb) => throw null; - public unsafe System.Threading.NativeOverlapped* UnsafePack(System.Threading.IOCompletionCallback iocb, object userData) => throw null; - } - public sealed class PreAllocatedOverlapped : System.IDisposable - { - public PreAllocatedOverlapped(System.Threading.IOCompletionCallback callback, object state, object pinData) => throw null; - public void Dispose() => throw null; - public static System.Threading.PreAllocatedOverlapped UnsafeCreate(System.Threading.IOCompletionCallback callback, object state, object pinData) => throw null; - } - public sealed class ThreadPoolBoundHandle : System.IDisposable - { - public unsafe System.Threading.NativeOverlapped* AllocateNativeOverlapped(System.Threading.IOCompletionCallback callback, object state, object pinData) => throw null; - public unsafe System.Threading.NativeOverlapped* AllocateNativeOverlapped(System.Threading.PreAllocatedOverlapped preAllocated) => throw null; - public static System.Threading.ThreadPoolBoundHandle BindHandle(System.Runtime.InteropServices.SafeHandle handle) => throw null; - public void Dispose() => throw null; - public unsafe void FreeNativeOverlapped(System.Threading.NativeOverlapped* overlapped) => throw null; - public static unsafe object GetNativeOverlappedState(System.Threading.NativeOverlapped* overlapped) => throw null; - public System.Runtime.InteropServices.SafeHandle Handle { get => throw null; } - public unsafe System.Threading.NativeOverlapped* UnsafeAllocateNativeOverlapped(System.Threading.IOCompletionCallback callback, object state, object pinData) => throw null; - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Tasks.Dataflow.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Tasks.Dataflow.cs deleted file mode 100644 index dbffb0c6..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Tasks.Dataflow.cs +++ /dev/null @@ -1,317 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Threading.Tasks.Dataflow, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Threading - { - namespace Tasks - { - namespace Dataflow - { - public sealed class ActionBlock : System.Threading.Tasks.Dataflow.IDataflowBlock, System.Threading.Tasks.Dataflow.ITargetBlock - { - public void Complete() => throw null; - public System.Threading.Tasks.Task Completion { get => throw null; } - public ActionBlock(System.Action action) => throw null; - public ActionBlock(System.Action action, System.Threading.Tasks.Dataflow.ExecutionDataflowBlockOptions dataflowBlockOptions) => throw null; - public ActionBlock(System.Func action) => throw null; - public ActionBlock(System.Func action, System.Threading.Tasks.Dataflow.ExecutionDataflowBlockOptions dataflowBlockOptions) => throw null; - void System.Threading.Tasks.Dataflow.IDataflowBlock.Fault(System.Exception exception) => throw null; - public int InputCount { get => throw null; } - System.Threading.Tasks.Dataflow.DataflowMessageStatus System.Threading.Tasks.Dataflow.ITargetBlock.OfferMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, TInput messageValue, System.Threading.Tasks.Dataflow.ISourceBlock source, bool consumeToAccept) => throw null; - public bool Post(TInput item) => throw null; - public override string ToString() => throw null; - } - public sealed class BatchBlock : System.Threading.Tasks.Dataflow.IDataflowBlock, System.Threading.Tasks.Dataflow.IPropagatorBlock, System.Threading.Tasks.Dataflow.IReceivableSourceBlock, System.Threading.Tasks.Dataflow.ISourceBlock, System.Threading.Tasks.Dataflow.ITargetBlock - { - public int BatchSize { get => throw null; } - public void Complete() => throw null; - public System.Threading.Tasks.Task Completion { get => throw null; } - T[] System.Threading.Tasks.Dataflow.ISourceBlock.ConsumeMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock target, out bool messageConsumed) => throw null; - public BatchBlock(int batchSize) => throw null; - public BatchBlock(int batchSize, System.Threading.Tasks.Dataflow.GroupingDataflowBlockOptions dataflowBlockOptions) => throw null; - void System.Threading.Tasks.Dataflow.IDataflowBlock.Fault(System.Exception exception) => throw null; - public System.IDisposable LinkTo(System.Threading.Tasks.Dataflow.ITargetBlock target, System.Threading.Tasks.Dataflow.DataflowLinkOptions linkOptions) => throw null; - System.Threading.Tasks.Dataflow.DataflowMessageStatus System.Threading.Tasks.Dataflow.ITargetBlock.OfferMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, T messageValue, System.Threading.Tasks.Dataflow.ISourceBlock source, bool consumeToAccept) => throw null; - public int OutputCount { get => throw null; } - void System.Threading.Tasks.Dataflow.ISourceBlock.ReleaseReservation(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock target) => throw null; - bool System.Threading.Tasks.Dataflow.ISourceBlock.ReserveMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock target) => throw null; - public override string ToString() => throw null; - public void TriggerBatch() => throw null; - public bool TryReceive(System.Predicate filter, out T[] item) => throw null; - public bool TryReceiveAll(out System.Collections.Generic.IList items) => throw null; - } - public sealed class BatchedJoinBlock : System.Threading.Tasks.Dataflow.IDataflowBlock, System.Threading.Tasks.Dataflow.IReceivableSourceBlock, System.Collections.Generic.IList>>, System.Threading.Tasks.Dataflow.ISourceBlock, System.Collections.Generic.IList>> - { - public int BatchSize { get => throw null; } - public void Complete() => throw null; - public System.Threading.Tasks.Task Completion { get => throw null; } - System.Tuple, System.Collections.Generic.IList> System.Threading.Tasks.Dataflow.ISourceBlock, System.Collections.Generic.IList>>.ConsumeMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock, System.Collections.Generic.IList>> target, out bool messageConsumed) => throw null; - public BatchedJoinBlock(int batchSize) => throw null; - public BatchedJoinBlock(int batchSize, System.Threading.Tasks.Dataflow.GroupingDataflowBlockOptions dataflowBlockOptions) => throw null; - void System.Threading.Tasks.Dataflow.IDataflowBlock.Fault(System.Exception exception) => throw null; - public System.IDisposable LinkTo(System.Threading.Tasks.Dataflow.ITargetBlock, System.Collections.Generic.IList>> target, System.Threading.Tasks.Dataflow.DataflowLinkOptions linkOptions) => throw null; - public int OutputCount { get => throw null; } - void System.Threading.Tasks.Dataflow.ISourceBlock, System.Collections.Generic.IList>>.ReleaseReservation(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock, System.Collections.Generic.IList>> target) => throw null; - bool System.Threading.Tasks.Dataflow.ISourceBlock, System.Collections.Generic.IList>>.ReserveMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock, System.Collections.Generic.IList>> target) => throw null; - public System.Threading.Tasks.Dataflow.ITargetBlock Target1 { get => throw null; } - public System.Threading.Tasks.Dataflow.ITargetBlock Target2 { get => throw null; } - public override string ToString() => throw null; - public bool TryReceive(System.Predicate, System.Collections.Generic.IList>> filter, out System.Tuple, System.Collections.Generic.IList> item) => throw null; - public bool TryReceiveAll(out System.Collections.Generic.IList, System.Collections.Generic.IList>> items) => throw null; - } - public sealed class BatchedJoinBlock : System.Threading.Tasks.Dataflow.IDataflowBlock, System.Threading.Tasks.Dataflow.IReceivableSourceBlock, System.Collections.Generic.IList, System.Collections.Generic.IList>>, System.Threading.Tasks.Dataflow.ISourceBlock, System.Collections.Generic.IList, System.Collections.Generic.IList>> - { - public int BatchSize { get => throw null; } - public void Complete() => throw null; - public System.Threading.Tasks.Task Completion { get => throw null; } - System.Tuple, System.Collections.Generic.IList, System.Collections.Generic.IList> System.Threading.Tasks.Dataflow.ISourceBlock, System.Collections.Generic.IList, System.Collections.Generic.IList>>.ConsumeMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock, System.Collections.Generic.IList, System.Collections.Generic.IList>> target, out bool messageConsumed) => throw null; - public BatchedJoinBlock(int batchSize) => throw null; - public BatchedJoinBlock(int batchSize, System.Threading.Tasks.Dataflow.GroupingDataflowBlockOptions dataflowBlockOptions) => throw null; - void System.Threading.Tasks.Dataflow.IDataflowBlock.Fault(System.Exception exception) => throw null; - public System.IDisposable LinkTo(System.Threading.Tasks.Dataflow.ITargetBlock, System.Collections.Generic.IList, System.Collections.Generic.IList>> target, System.Threading.Tasks.Dataflow.DataflowLinkOptions linkOptions) => throw null; - public int OutputCount { get => throw null; } - void System.Threading.Tasks.Dataflow.ISourceBlock, System.Collections.Generic.IList, System.Collections.Generic.IList>>.ReleaseReservation(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock, System.Collections.Generic.IList, System.Collections.Generic.IList>> target) => throw null; - bool System.Threading.Tasks.Dataflow.ISourceBlock, System.Collections.Generic.IList, System.Collections.Generic.IList>>.ReserveMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock, System.Collections.Generic.IList, System.Collections.Generic.IList>> target) => throw null; - public System.Threading.Tasks.Dataflow.ITargetBlock Target1 { get => throw null; } - public System.Threading.Tasks.Dataflow.ITargetBlock Target2 { get => throw null; } - public System.Threading.Tasks.Dataflow.ITargetBlock Target3 { get => throw null; } - public override string ToString() => throw null; - public bool TryReceive(System.Predicate, System.Collections.Generic.IList, System.Collections.Generic.IList>> filter, out System.Tuple, System.Collections.Generic.IList, System.Collections.Generic.IList> item) => throw null; - public bool TryReceiveAll(out System.Collections.Generic.IList, System.Collections.Generic.IList, System.Collections.Generic.IList>> items) => throw null; - } - public sealed class BroadcastBlock : System.Threading.Tasks.Dataflow.IDataflowBlock, System.Threading.Tasks.Dataflow.IPropagatorBlock, System.Threading.Tasks.Dataflow.IReceivableSourceBlock, System.Threading.Tasks.Dataflow.ISourceBlock, System.Threading.Tasks.Dataflow.ITargetBlock - { - public void Complete() => throw null; - public System.Threading.Tasks.Task Completion { get => throw null; } - T System.Threading.Tasks.Dataflow.ISourceBlock.ConsumeMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock target, out bool messageConsumed) => throw null; - public BroadcastBlock(System.Func cloningFunction) => throw null; - public BroadcastBlock(System.Func cloningFunction, System.Threading.Tasks.Dataflow.DataflowBlockOptions dataflowBlockOptions) => throw null; - void System.Threading.Tasks.Dataflow.IDataflowBlock.Fault(System.Exception exception) => throw null; - public System.IDisposable LinkTo(System.Threading.Tasks.Dataflow.ITargetBlock target, System.Threading.Tasks.Dataflow.DataflowLinkOptions linkOptions) => throw null; - System.Threading.Tasks.Dataflow.DataflowMessageStatus System.Threading.Tasks.Dataflow.ITargetBlock.OfferMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, T messageValue, System.Threading.Tasks.Dataflow.ISourceBlock source, bool consumeToAccept) => throw null; - void System.Threading.Tasks.Dataflow.ISourceBlock.ReleaseReservation(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock target) => throw null; - bool System.Threading.Tasks.Dataflow.ISourceBlock.ReserveMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock target) => throw null; - public override string ToString() => throw null; - public bool TryReceive(System.Predicate filter, out T item) => throw null; - bool System.Threading.Tasks.Dataflow.IReceivableSourceBlock.TryReceiveAll(out System.Collections.Generic.IList items) => throw null; - } - public sealed class BufferBlock : System.Threading.Tasks.Dataflow.IDataflowBlock, System.Threading.Tasks.Dataflow.IPropagatorBlock, System.Threading.Tasks.Dataflow.IReceivableSourceBlock, System.Threading.Tasks.Dataflow.ISourceBlock, System.Threading.Tasks.Dataflow.ITargetBlock - { - public void Complete() => throw null; - public System.Threading.Tasks.Task Completion { get => throw null; } - T System.Threading.Tasks.Dataflow.ISourceBlock.ConsumeMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock target, out bool messageConsumed) => throw null; - public int Count { get => throw null; } - public BufferBlock() => throw null; - public BufferBlock(System.Threading.Tasks.Dataflow.DataflowBlockOptions dataflowBlockOptions) => throw null; - void System.Threading.Tasks.Dataflow.IDataflowBlock.Fault(System.Exception exception) => throw null; - public System.IDisposable LinkTo(System.Threading.Tasks.Dataflow.ITargetBlock target, System.Threading.Tasks.Dataflow.DataflowLinkOptions linkOptions) => throw null; - System.Threading.Tasks.Dataflow.DataflowMessageStatus System.Threading.Tasks.Dataflow.ITargetBlock.OfferMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, T messageValue, System.Threading.Tasks.Dataflow.ISourceBlock source, bool consumeToAccept) => throw null; - void System.Threading.Tasks.Dataflow.ISourceBlock.ReleaseReservation(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock target) => throw null; - bool System.Threading.Tasks.Dataflow.ISourceBlock.ReserveMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock target) => throw null; - public override string ToString() => throw null; - public bool TryReceive(System.Predicate filter, out T item) => throw null; - public bool TryReceiveAll(out System.Collections.Generic.IList items) => throw null; - } - public static class DataflowBlock - { - public static System.IObservable AsObservable(this System.Threading.Tasks.Dataflow.ISourceBlock source) => throw null; - public static System.IObserver AsObserver(this System.Threading.Tasks.Dataflow.ITargetBlock target) => throw null; - public static System.Threading.Tasks.Task Choose(System.Threading.Tasks.Dataflow.ISourceBlock source1, System.Action action1, System.Threading.Tasks.Dataflow.ISourceBlock source2, System.Action action2) => throw null; - public static System.Threading.Tasks.Task Choose(System.Threading.Tasks.Dataflow.ISourceBlock source1, System.Action action1, System.Threading.Tasks.Dataflow.ISourceBlock source2, System.Action action2, System.Threading.Tasks.Dataflow.DataflowBlockOptions dataflowBlockOptions) => throw null; - public static System.Threading.Tasks.Task Choose(System.Threading.Tasks.Dataflow.ISourceBlock source1, System.Action action1, System.Threading.Tasks.Dataflow.ISourceBlock source2, System.Action action2, System.Threading.Tasks.Dataflow.ISourceBlock source3, System.Action action3) => throw null; - public static System.Threading.Tasks.Task Choose(System.Threading.Tasks.Dataflow.ISourceBlock source1, System.Action action1, System.Threading.Tasks.Dataflow.ISourceBlock source2, System.Action action2, System.Threading.Tasks.Dataflow.ISourceBlock source3, System.Action action3, System.Threading.Tasks.Dataflow.DataflowBlockOptions dataflowBlockOptions) => throw null; - public static System.Threading.Tasks.Dataflow.IPropagatorBlock Encapsulate(System.Threading.Tasks.Dataflow.ITargetBlock target, System.Threading.Tasks.Dataflow.ISourceBlock source) => throw null; - public static System.IDisposable LinkTo(this System.Threading.Tasks.Dataflow.ISourceBlock source, System.Threading.Tasks.Dataflow.ITargetBlock target) => throw null; - public static System.IDisposable LinkTo(this System.Threading.Tasks.Dataflow.ISourceBlock source, System.Threading.Tasks.Dataflow.ITargetBlock target, System.Predicate predicate) => throw null; - public static System.IDisposable LinkTo(this System.Threading.Tasks.Dataflow.ISourceBlock source, System.Threading.Tasks.Dataflow.ITargetBlock target, System.Threading.Tasks.Dataflow.DataflowLinkOptions linkOptions, System.Predicate predicate) => throw null; - public static System.Threading.Tasks.Dataflow.ITargetBlock NullTarget() => throw null; - public static System.Threading.Tasks.Task OutputAvailableAsync(this System.Threading.Tasks.Dataflow.ISourceBlock source) => throw null; - public static System.Threading.Tasks.Task OutputAvailableAsync(this System.Threading.Tasks.Dataflow.ISourceBlock source, System.Threading.CancellationToken cancellationToken) => throw null; - public static bool Post(this System.Threading.Tasks.Dataflow.ITargetBlock target, TInput item) => throw null; - public static TOutput Receive(this System.Threading.Tasks.Dataflow.ISourceBlock source) => throw null; - public static TOutput Receive(this System.Threading.Tasks.Dataflow.ISourceBlock source, System.Threading.CancellationToken cancellationToken) => throw null; - public static TOutput Receive(this System.Threading.Tasks.Dataflow.ISourceBlock source, System.TimeSpan timeout) => throw null; - public static TOutput Receive(this System.Threading.Tasks.Dataflow.ISourceBlock source, System.TimeSpan timeout, System.Threading.CancellationToken cancellationToken) => throw null; - public static System.Collections.Generic.IAsyncEnumerable ReceiveAllAsync(this System.Threading.Tasks.Dataflow.IReceivableSourceBlock source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task ReceiveAsync(this System.Threading.Tasks.Dataflow.ISourceBlock source) => throw null; - public static System.Threading.Tasks.Task ReceiveAsync(this System.Threading.Tasks.Dataflow.ISourceBlock source, System.Threading.CancellationToken cancellationToken) => throw null; - public static System.Threading.Tasks.Task ReceiveAsync(this System.Threading.Tasks.Dataflow.ISourceBlock source, System.TimeSpan timeout) => throw null; - public static System.Threading.Tasks.Task ReceiveAsync(this System.Threading.Tasks.Dataflow.ISourceBlock source, System.TimeSpan timeout, System.Threading.CancellationToken cancellationToken) => throw null; - public static System.Threading.Tasks.Task SendAsync(this System.Threading.Tasks.Dataflow.ITargetBlock target, TInput item) => throw null; - public static System.Threading.Tasks.Task SendAsync(this System.Threading.Tasks.Dataflow.ITargetBlock target, TInput item, System.Threading.CancellationToken cancellationToken) => throw null; - public static bool TryReceive(this System.Threading.Tasks.Dataflow.IReceivableSourceBlock source, out TOutput item) => throw null; - } - public class DataflowBlockOptions - { - public int BoundedCapacity { get => throw null; set { } } - public System.Threading.CancellationToken CancellationToken { get => throw null; set { } } - public DataflowBlockOptions() => throw null; - public bool EnsureOrdered { get => throw null; set { } } - public int MaxMessagesPerTask { get => throw null; set { } } - public string NameFormat { get => throw null; set { } } - public System.Threading.Tasks.TaskScheduler TaskScheduler { get => throw null; set { } } - public const int Unbounded = -1; - } - public class DataflowLinkOptions - { - public bool Append { get => throw null; set { } } - public DataflowLinkOptions() => throw null; - public int MaxMessages { get => throw null; set { } } - public bool PropagateCompletion { get => throw null; set { } } - } - public struct DataflowMessageHeader : System.IEquatable - { - public DataflowMessageHeader(long id) => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(System.Threading.Tasks.Dataflow.DataflowMessageHeader other) => throw null; - public override int GetHashCode() => throw null; - public long Id { get => throw null; } - public bool IsValid { get => throw null; } - public static bool operator ==(System.Threading.Tasks.Dataflow.DataflowMessageHeader left, System.Threading.Tasks.Dataflow.DataflowMessageHeader right) => throw null; - public static bool operator !=(System.Threading.Tasks.Dataflow.DataflowMessageHeader left, System.Threading.Tasks.Dataflow.DataflowMessageHeader right) => throw null; - } - public enum DataflowMessageStatus - { - Accepted = 0, - Declined = 1, - Postponed = 2, - NotAvailable = 3, - DecliningPermanently = 4, - } - public class ExecutionDataflowBlockOptions : System.Threading.Tasks.Dataflow.DataflowBlockOptions - { - public ExecutionDataflowBlockOptions() => throw null; - public int MaxDegreeOfParallelism { get => throw null; set { } } - public bool SingleProducerConstrained { get => throw null; set { } } - } - public class GroupingDataflowBlockOptions : System.Threading.Tasks.Dataflow.DataflowBlockOptions - { - public GroupingDataflowBlockOptions() => throw null; - public bool Greedy { get => throw null; set { } } - public long MaxNumberOfGroups { get => throw null; set { } } - } - public interface IDataflowBlock - { - void Complete(); - System.Threading.Tasks.Task Completion { get; } - void Fault(System.Exception exception); - } - public interface IPropagatorBlock : System.Threading.Tasks.Dataflow.IDataflowBlock, System.Threading.Tasks.Dataflow.ISourceBlock, System.Threading.Tasks.Dataflow.ITargetBlock - { - } - public interface IReceivableSourceBlock : System.Threading.Tasks.Dataflow.IDataflowBlock, System.Threading.Tasks.Dataflow.ISourceBlock - { - bool TryReceive(System.Predicate filter, out TOutput item); - bool TryReceiveAll(out System.Collections.Generic.IList items); - } - public interface ISourceBlock : System.Threading.Tasks.Dataflow.IDataflowBlock - { - TOutput ConsumeMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock target, out bool messageConsumed); - System.IDisposable LinkTo(System.Threading.Tasks.Dataflow.ITargetBlock target, System.Threading.Tasks.Dataflow.DataflowLinkOptions linkOptions); - void ReleaseReservation(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock target); - bool ReserveMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock target); - } - public interface ITargetBlock : System.Threading.Tasks.Dataflow.IDataflowBlock - { - System.Threading.Tasks.Dataflow.DataflowMessageStatus OfferMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, TInput messageValue, System.Threading.Tasks.Dataflow.ISourceBlock source, bool consumeToAccept); - } - public sealed class JoinBlock : System.Threading.Tasks.Dataflow.IDataflowBlock, System.Threading.Tasks.Dataflow.IReceivableSourceBlock>, System.Threading.Tasks.Dataflow.ISourceBlock> - { - public void Complete() => throw null; - public System.Threading.Tasks.Task Completion { get => throw null; } - System.Tuple System.Threading.Tasks.Dataflow.ISourceBlock>.ConsumeMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock> target, out bool messageConsumed) => throw null; - public JoinBlock() => throw null; - public JoinBlock(System.Threading.Tasks.Dataflow.GroupingDataflowBlockOptions dataflowBlockOptions) => throw null; - void System.Threading.Tasks.Dataflow.IDataflowBlock.Fault(System.Exception exception) => throw null; - public System.IDisposable LinkTo(System.Threading.Tasks.Dataflow.ITargetBlock> target, System.Threading.Tasks.Dataflow.DataflowLinkOptions linkOptions) => throw null; - public int OutputCount { get => throw null; } - void System.Threading.Tasks.Dataflow.ISourceBlock>.ReleaseReservation(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock> target) => throw null; - bool System.Threading.Tasks.Dataflow.ISourceBlock>.ReserveMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock> target) => throw null; - public System.Threading.Tasks.Dataflow.ITargetBlock Target1 { get => throw null; } - public System.Threading.Tasks.Dataflow.ITargetBlock Target2 { get => throw null; } - public override string ToString() => throw null; - public bool TryReceive(System.Predicate> filter, out System.Tuple item) => throw null; - public bool TryReceiveAll(out System.Collections.Generic.IList> items) => throw null; - } - public sealed class JoinBlock : System.Threading.Tasks.Dataflow.IDataflowBlock, System.Threading.Tasks.Dataflow.IReceivableSourceBlock>, System.Threading.Tasks.Dataflow.ISourceBlock> - { - public void Complete() => throw null; - public System.Threading.Tasks.Task Completion { get => throw null; } - System.Tuple System.Threading.Tasks.Dataflow.ISourceBlock>.ConsumeMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock> target, out bool messageConsumed) => throw null; - public JoinBlock() => throw null; - public JoinBlock(System.Threading.Tasks.Dataflow.GroupingDataflowBlockOptions dataflowBlockOptions) => throw null; - void System.Threading.Tasks.Dataflow.IDataflowBlock.Fault(System.Exception exception) => throw null; - public System.IDisposable LinkTo(System.Threading.Tasks.Dataflow.ITargetBlock> target, System.Threading.Tasks.Dataflow.DataflowLinkOptions linkOptions) => throw null; - public int OutputCount { get => throw null; } - void System.Threading.Tasks.Dataflow.ISourceBlock>.ReleaseReservation(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock> target) => throw null; - bool System.Threading.Tasks.Dataflow.ISourceBlock>.ReserveMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock> target) => throw null; - public System.Threading.Tasks.Dataflow.ITargetBlock Target1 { get => throw null; } - public System.Threading.Tasks.Dataflow.ITargetBlock Target2 { get => throw null; } - public System.Threading.Tasks.Dataflow.ITargetBlock Target3 { get => throw null; } - public override string ToString() => throw null; - public bool TryReceive(System.Predicate> filter, out System.Tuple item) => throw null; - public bool TryReceiveAll(out System.Collections.Generic.IList> items) => throw null; - } - public sealed class TransformBlock : System.Threading.Tasks.Dataflow.IDataflowBlock, System.Threading.Tasks.Dataflow.IPropagatorBlock, System.Threading.Tasks.Dataflow.IReceivableSourceBlock, System.Threading.Tasks.Dataflow.ISourceBlock, System.Threading.Tasks.Dataflow.ITargetBlock - { - public void Complete() => throw null; - public System.Threading.Tasks.Task Completion { get => throw null; } - TOutput System.Threading.Tasks.Dataflow.ISourceBlock.ConsumeMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock target, out bool messageConsumed) => throw null; - public TransformBlock(System.Func> transform) => throw null; - public TransformBlock(System.Func> transform, System.Threading.Tasks.Dataflow.ExecutionDataflowBlockOptions dataflowBlockOptions) => throw null; - public TransformBlock(System.Func transform) => throw null; - public TransformBlock(System.Func transform, System.Threading.Tasks.Dataflow.ExecutionDataflowBlockOptions dataflowBlockOptions) => throw null; - void System.Threading.Tasks.Dataflow.IDataflowBlock.Fault(System.Exception exception) => throw null; - public int InputCount { get => throw null; } - public System.IDisposable LinkTo(System.Threading.Tasks.Dataflow.ITargetBlock target, System.Threading.Tasks.Dataflow.DataflowLinkOptions linkOptions) => throw null; - System.Threading.Tasks.Dataflow.DataflowMessageStatus System.Threading.Tasks.Dataflow.ITargetBlock.OfferMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, TInput messageValue, System.Threading.Tasks.Dataflow.ISourceBlock source, bool consumeToAccept) => throw null; - public int OutputCount { get => throw null; } - void System.Threading.Tasks.Dataflow.ISourceBlock.ReleaseReservation(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock target) => throw null; - bool System.Threading.Tasks.Dataflow.ISourceBlock.ReserveMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock target) => throw null; - public override string ToString() => throw null; - public bool TryReceive(System.Predicate filter, out TOutput item) => throw null; - public bool TryReceiveAll(out System.Collections.Generic.IList items) => throw null; - } - public sealed class TransformManyBlock : System.Threading.Tasks.Dataflow.IDataflowBlock, System.Threading.Tasks.Dataflow.IPropagatorBlock, System.Threading.Tasks.Dataflow.IReceivableSourceBlock, System.Threading.Tasks.Dataflow.ISourceBlock, System.Threading.Tasks.Dataflow.ITargetBlock - { - public void Complete() => throw null; - public System.Threading.Tasks.Task Completion { get => throw null; } - TOutput System.Threading.Tasks.Dataflow.ISourceBlock.ConsumeMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock target, out bool messageConsumed) => throw null; - public TransformManyBlock(System.Func> transform) => throw null; - public TransformManyBlock(System.Func> transform, System.Threading.Tasks.Dataflow.ExecutionDataflowBlockOptions dataflowBlockOptions) => throw null; - public TransformManyBlock(System.Func>> transform) => throw null; - public TransformManyBlock(System.Func>> transform, System.Threading.Tasks.Dataflow.ExecutionDataflowBlockOptions dataflowBlockOptions) => throw null; - public TransformManyBlock(System.Func> transform) => throw null; - public TransformManyBlock(System.Func> transform, System.Threading.Tasks.Dataflow.ExecutionDataflowBlockOptions dataflowBlockOptions) => throw null; - void System.Threading.Tasks.Dataflow.IDataflowBlock.Fault(System.Exception exception) => throw null; - public int InputCount { get => throw null; } - public System.IDisposable LinkTo(System.Threading.Tasks.Dataflow.ITargetBlock target, System.Threading.Tasks.Dataflow.DataflowLinkOptions linkOptions) => throw null; - System.Threading.Tasks.Dataflow.DataflowMessageStatus System.Threading.Tasks.Dataflow.ITargetBlock.OfferMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, TInput messageValue, System.Threading.Tasks.Dataflow.ISourceBlock source, bool consumeToAccept) => throw null; - public int OutputCount { get => throw null; } - void System.Threading.Tasks.Dataflow.ISourceBlock.ReleaseReservation(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock target) => throw null; - bool System.Threading.Tasks.Dataflow.ISourceBlock.ReserveMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock target) => throw null; - public override string ToString() => throw null; - public bool TryReceive(System.Predicate filter, out TOutput item) => throw null; - public bool TryReceiveAll(out System.Collections.Generic.IList items) => throw null; - } - public sealed class WriteOnceBlock : System.Threading.Tasks.Dataflow.IDataflowBlock, System.Threading.Tasks.Dataflow.IPropagatorBlock, System.Threading.Tasks.Dataflow.IReceivableSourceBlock, System.Threading.Tasks.Dataflow.ISourceBlock, System.Threading.Tasks.Dataflow.ITargetBlock - { - public void Complete() => throw null; - public System.Threading.Tasks.Task Completion { get => throw null; } - T System.Threading.Tasks.Dataflow.ISourceBlock.ConsumeMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock target, out bool messageConsumed) => throw null; - public WriteOnceBlock(System.Func cloningFunction) => throw null; - public WriteOnceBlock(System.Func cloningFunction, System.Threading.Tasks.Dataflow.DataflowBlockOptions dataflowBlockOptions) => throw null; - void System.Threading.Tasks.Dataflow.IDataflowBlock.Fault(System.Exception exception) => throw null; - public System.IDisposable LinkTo(System.Threading.Tasks.Dataflow.ITargetBlock target, System.Threading.Tasks.Dataflow.DataflowLinkOptions linkOptions) => throw null; - System.Threading.Tasks.Dataflow.DataflowMessageStatus System.Threading.Tasks.Dataflow.ITargetBlock.OfferMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, T messageValue, System.Threading.Tasks.Dataflow.ISourceBlock source, bool consumeToAccept) => throw null; - void System.Threading.Tasks.Dataflow.ISourceBlock.ReleaseReservation(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock target) => throw null; - bool System.Threading.Tasks.Dataflow.ISourceBlock.ReserveMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock target) => throw null; - public override string ToString() => throw null; - public bool TryReceive(System.Predicate filter, out T item) => throw null; - bool System.Threading.Tasks.Dataflow.IReceivableSourceBlock.TryReceiveAll(out System.Collections.Generic.IList items) => throw null; - } - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Tasks.Parallel.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Tasks.Parallel.cs deleted file mode 100644 index 8dac40cb..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Tasks.Parallel.cs +++ /dev/null @@ -1,78 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Threading.Tasks.Parallel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Threading - { - namespace Tasks - { - public static class Parallel - { - public static System.Threading.Tasks.ParallelLoopResult For(int fromInclusive, int toExclusive, System.Action body) => throw null; - public static System.Threading.Tasks.ParallelLoopResult For(int fromInclusive, int toExclusive, System.Action body) => throw null; - public static System.Threading.Tasks.ParallelLoopResult For(int fromInclusive, int toExclusive, System.Threading.Tasks.ParallelOptions parallelOptions, System.Action body) => throw null; - public static System.Threading.Tasks.ParallelLoopResult For(int fromInclusive, int toExclusive, System.Threading.Tasks.ParallelOptions parallelOptions, System.Action body) => throw null; - public static System.Threading.Tasks.ParallelLoopResult For(long fromInclusive, long toExclusive, System.Action body) => throw null; - public static System.Threading.Tasks.ParallelLoopResult For(long fromInclusive, long toExclusive, System.Action body) => throw null; - public static System.Threading.Tasks.ParallelLoopResult For(long fromInclusive, long toExclusive, System.Threading.Tasks.ParallelOptions parallelOptions, System.Action body) => throw null; - public static System.Threading.Tasks.ParallelLoopResult For(long fromInclusive, long toExclusive, System.Threading.Tasks.ParallelOptions parallelOptions, System.Action body) => throw null; - public static System.Threading.Tasks.ParallelLoopResult For(int fromInclusive, int toExclusive, System.Func localInit, System.Func body, System.Action localFinally) => throw null; - public static System.Threading.Tasks.ParallelLoopResult For(int fromInclusive, int toExclusive, System.Threading.Tasks.ParallelOptions parallelOptions, System.Func localInit, System.Func body, System.Action localFinally) => throw null; - public static System.Threading.Tasks.ParallelLoopResult For(long fromInclusive, long toExclusive, System.Func localInit, System.Func body, System.Action localFinally) => throw null; - public static System.Threading.Tasks.ParallelLoopResult For(long fromInclusive, long toExclusive, System.Threading.Tasks.ParallelOptions parallelOptions, System.Func localInit, System.Func body, System.Action localFinally) => throw null; - public static System.Threading.Tasks.Task ForAsync(T fromInclusive, T toExclusive, System.Func body) where T : System.Numerics.IBinaryInteger => throw null; - public static System.Threading.Tasks.Task ForAsync(T fromInclusive, T toExclusive, System.Threading.CancellationToken cancellationToken, System.Func body) where T : System.Numerics.IBinaryInteger => throw null; - public static System.Threading.Tasks.Task ForAsync(T fromInclusive, T toExclusive, System.Threading.Tasks.ParallelOptions parallelOptions, System.Func body) where T : System.Numerics.IBinaryInteger => throw null; - public static System.Threading.Tasks.ParallelLoopResult ForEach(System.Collections.Concurrent.OrderablePartitioner source, System.Action body) => throw null; - public static System.Threading.Tasks.ParallelLoopResult ForEach(System.Collections.Concurrent.OrderablePartitioner source, System.Threading.Tasks.ParallelOptions parallelOptions, System.Action body) => throw null; - public static System.Threading.Tasks.ParallelLoopResult ForEach(System.Collections.Concurrent.Partitioner source, System.Action body) => throw null; - public static System.Threading.Tasks.ParallelLoopResult ForEach(System.Collections.Concurrent.Partitioner source, System.Action body) => throw null; - public static System.Threading.Tasks.ParallelLoopResult ForEach(System.Collections.Concurrent.Partitioner source, System.Threading.Tasks.ParallelOptions parallelOptions, System.Action body) => throw null; - public static System.Threading.Tasks.ParallelLoopResult ForEach(System.Collections.Concurrent.Partitioner source, System.Threading.Tasks.ParallelOptions parallelOptions, System.Action body) => throw null; - public static System.Threading.Tasks.ParallelLoopResult ForEach(System.Collections.Generic.IEnumerable source, System.Action body) => throw null; - public static System.Threading.Tasks.ParallelLoopResult ForEach(System.Collections.Generic.IEnumerable source, System.Action body) => throw null; - public static System.Threading.Tasks.ParallelLoopResult ForEach(System.Collections.Generic.IEnumerable source, System.Action body) => throw null; - public static System.Threading.Tasks.ParallelLoopResult ForEach(System.Collections.Generic.IEnumerable source, System.Threading.Tasks.ParallelOptions parallelOptions, System.Action body) => throw null; - public static System.Threading.Tasks.ParallelLoopResult ForEach(System.Collections.Generic.IEnumerable source, System.Threading.Tasks.ParallelOptions parallelOptions, System.Action body) => throw null; - public static System.Threading.Tasks.ParallelLoopResult ForEach(System.Collections.Generic.IEnumerable source, System.Threading.Tasks.ParallelOptions parallelOptions, System.Action body) => throw null; - public static System.Threading.Tasks.ParallelLoopResult ForEach(System.Collections.Concurrent.OrderablePartitioner source, System.Func localInit, System.Func body, System.Action localFinally) => throw null; - public static System.Threading.Tasks.ParallelLoopResult ForEach(System.Collections.Concurrent.OrderablePartitioner source, System.Threading.Tasks.ParallelOptions parallelOptions, System.Func localInit, System.Func body, System.Action localFinally) => throw null; - public static System.Threading.Tasks.ParallelLoopResult ForEach(System.Collections.Concurrent.Partitioner source, System.Func localInit, System.Func body, System.Action localFinally) => throw null; - public static System.Threading.Tasks.ParallelLoopResult ForEach(System.Collections.Concurrent.Partitioner source, System.Threading.Tasks.ParallelOptions parallelOptions, System.Func localInit, System.Func body, System.Action localFinally) => throw null; - public static System.Threading.Tasks.ParallelLoopResult ForEach(System.Collections.Generic.IEnumerable source, System.Func localInit, System.Func body, System.Action localFinally) => throw null; - public static System.Threading.Tasks.ParallelLoopResult ForEach(System.Collections.Generic.IEnumerable source, System.Func localInit, System.Func body, System.Action localFinally) => throw null; - public static System.Threading.Tasks.ParallelLoopResult ForEach(System.Collections.Generic.IEnumerable source, System.Threading.Tasks.ParallelOptions parallelOptions, System.Func localInit, System.Func body, System.Action localFinally) => throw null; - public static System.Threading.Tasks.ParallelLoopResult ForEach(System.Collections.Generic.IEnumerable source, System.Threading.Tasks.ParallelOptions parallelOptions, System.Func localInit, System.Func body, System.Action localFinally) => throw null; - public static System.Threading.Tasks.Task ForEachAsync(System.Collections.Generic.IEnumerable source, System.Func body) => throw null; - public static System.Threading.Tasks.Task ForEachAsync(System.Collections.Generic.IEnumerable source, System.Threading.CancellationToken cancellationToken, System.Func body) => throw null; - public static System.Threading.Tasks.Task ForEachAsync(System.Collections.Generic.IEnumerable source, System.Threading.Tasks.ParallelOptions parallelOptions, System.Func body) => throw null; - public static System.Threading.Tasks.Task ForEachAsync(System.Collections.Generic.IAsyncEnumerable source, System.Func body) => throw null; - public static System.Threading.Tasks.Task ForEachAsync(System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken, System.Func body) => throw null; - public static System.Threading.Tasks.Task ForEachAsync(System.Collections.Generic.IAsyncEnumerable source, System.Threading.Tasks.ParallelOptions parallelOptions, System.Func body) => throw null; - public static void Invoke(params System.Action[] actions) => throw null; - public static void Invoke(System.Threading.Tasks.ParallelOptions parallelOptions, params System.Action[] actions) => throw null; - } - public struct ParallelLoopResult - { - public bool IsCompleted { get => throw null; } - public long? LowestBreakIteration { get => throw null; } - } - public class ParallelLoopState - { - public void Break() => throw null; - public bool IsExceptional { get => throw null; } - public bool IsStopped { get => throw null; } - public long? LowestBreakIteration { get => throw null; } - public bool ShouldExitCurrentIteration { get => throw null; } - public void Stop() => throw null; - } - public class ParallelOptions - { - public System.Threading.CancellationToken CancellationToken { get => throw null; set { } } - public ParallelOptions() => throw null; - public int MaxDegreeOfParallelism { get => throw null; set { } } - public System.Threading.Tasks.TaskScheduler TaskScheduler { get => throw null; set { } } - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Thread.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Thread.cs deleted file mode 100644 index aa7b42e1..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Thread.cs +++ /dev/null @@ -1,160 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Threading.Thread, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - public sealed class LocalDataStoreSlot - { - } - namespace Threading - { - public enum ApartmentState - { - STA = 0, - MTA = 1, - Unknown = 2, - } - public sealed class CompressedStack : System.Runtime.Serialization.ISerializable - { - public static System.Threading.CompressedStack Capture() => throw null; - public System.Threading.CompressedStack CreateCopy() => throw null; - public static System.Threading.CompressedStack GetCompressedStack() => throw null; - public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public static void Run(System.Threading.CompressedStack compressedStack, System.Threading.ContextCallback callback, object state) => throw null; - } - public delegate void ParameterizedThreadStart(object obj); - public sealed class Thread : System.Runtime.ConstrainedExecution.CriticalFinalizerObject - { - public void Abort() => throw null; - public void Abort(object stateInfo) => throw null; - public static System.LocalDataStoreSlot AllocateDataSlot() => throw null; - public static System.LocalDataStoreSlot AllocateNamedDataSlot(string name) => throw null; - public System.Threading.ApartmentState ApartmentState { get => throw null; set { } } - public static void BeginCriticalRegion() => throw null; - public static void BeginThreadAffinity() => throw null; - public Thread(System.Threading.ParameterizedThreadStart start) => throw null; - public Thread(System.Threading.ParameterizedThreadStart start, int maxStackSize) => throw null; - public Thread(System.Threading.ThreadStart start) => throw null; - public Thread(System.Threading.ThreadStart start, int maxStackSize) => throw null; - public System.Globalization.CultureInfo CurrentCulture { get => throw null; set { } } - public static System.Security.Principal.IPrincipal CurrentPrincipal { get => throw null; set { } } - public static System.Threading.Thread CurrentThread { get => throw null; } - public System.Globalization.CultureInfo CurrentUICulture { get => throw null; set { } } - public void DisableComObjectEagerCleanup() => throw null; - public static void EndCriticalRegion() => throw null; - public static void EndThreadAffinity() => throw null; - public System.Threading.ExecutionContext ExecutionContext { get => throw null; } - public static void FreeNamedDataSlot(string name) => throw null; - public System.Threading.ApartmentState GetApartmentState() => throw null; - public System.Threading.CompressedStack GetCompressedStack() => throw null; - public static int GetCurrentProcessorId() => throw null; - public static object GetData(System.LocalDataStoreSlot slot) => throw null; - public static System.AppDomain GetDomain() => throw null; - public static int GetDomainID() => throw null; - public override int GetHashCode() => throw null; - public static System.LocalDataStoreSlot GetNamedDataSlot(string name) => throw null; - public void Interrupt() => throw null; - public bool IsAlive { get => throw null; } - public bool IsBackground { get => throw null; set { } } - public bool IsThreadPoolThread { get => throw null; } - public void Join() => throw null; - public bool Join(int millisecondsTimeout) => throw null; - public bool Join(System.TimeSpan timeout) => throw null; - public int ManagedThreadId { get => throw null; } - public static void MemoryBarrier() => throw null; - public string Name { get => throw null; set { } } - public System.Threading.ThreadPriority Priority { get => throw null; set { } } - public static void ResetAbort() => throw null; - public void Resume() => throw null; - public void SetApartmentState(System.Threading.ApartmentState state) => throw null; - public void SetCompressedStack(System.Threading.CompressedStack stack) => throw null; - public static void SetData(System.LocalDataStoreSlot slot, object data) => throw null; - public static void Sleep(int millisecondsTimeout) => throw null; - public static void Sleep(System.TimeSpan timeout) => throw null; - public static void SpinWait(int iterations) => throw null; - public void Start() => throw null; - public void Start(object parameter) => throw null; - public void Suspend() => throw null; - public System.Threading.ThreadState ThreadState { get => throw null; } - public bool TrySetApartmentState(System.Threading.ApartmentState state) => throw null; - public void UnsafeStart() => throw null; - public void UnsafeStart(object parameter) => throw null; - public static byte VolatileRead(ref byte address) => throw null; - public static double VolatileRead(ref double address) => throw null; - public static short VolatileRead(ref short address) => throw null; - public static int VolatileRead(ref int address) => throw null; - public static long VolatileRead(ref long address) => throw null; - public static nint VolatileRead(ref nint address) => throw null; - public static object VolatileRead(ref object address) => throw null; - public static sbyte VolatileRead(ref sbyte address) => throw null; - public static float VolatileRead(ref float address) => throw null; - public static ushort VolatileRead(ref ushort address) => throw null; - public static uint VolatileRead(ref uint address) => throw null; - public static ulong VolatileRead(ref ulong address) => throw null; - public static nuint VolatileRead(ref nuint address) => throw null; - public static void VolatileWrite(ref byte address, byte value) => throw null; - public static void VolatileWrite(ref double address, double value) => throw null; - public static void VolatileWrite(ref short address, short value) => throw null; - public static void VolatileWrite(ref int address, int value) => throw null; - public static void VolatileWrite(ref long address, long value) => throw null; - public static void VolatileWrite(ref nint address, nint value) => throw null; - public static void VolatileWrite(ref object address, object value) => throw null; - public static void VolatileWrite(ref sbyte address, sbyte value) => throw null; - public static void VolatileWrite(ref float address, float value) => throw null; - public static void VolatileWrite(ref ushort address, ushort value) => throw null; - public static void VolatileWrite(ref uint address, uint value) => throw null; - public static void VolatileWrite(ref ulong address, ulong value) => throw null; - public static void VolatileWrite(ref nuint address, nuint value) => throw null; - public static bool Yield() => throw null; - } - public sealed class ThreadAbortException : System.SystemException - { - public object ExceptionState { get => throw null; } - } - public class ThreadExceptionEventArgs : System.EventArgs - { - public ThreadExceptionEventArgs(System.Exception t) => throw null; - public System.Exception Exception { get => throw null; } - } - public delegate void ThreadExceptionEventHandler(object sender, System.Threading.ThreadExceptionEventArgs e); - public class ThreadInterruptedException : System.SystemException - { - public ThreadInterruptedException() => throw null; - protected ThreadInterruptedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public ThreadInterruptedException(string message) => throw null; - public ThreadInterruptedException(string message, System.Exception innerException) => throw null; - } - public enum ThreadPriority - { - Lowest = 0, - BelowNormal = 1, - Normal = 2, - AboveNormal = 3, - Highest = 4, - } - public delegate void ThreadStart(); - public sealed class ThreadStartException : System.SystemException - { - } - [System.Flags] - public enum ThreadState - { - Running = 0, - StopRequested = 1, - SuspendRequested = 2, - Background = 4, - Unstarted = 8, - Stopped = 16, - WaitSleepJoin = 32, - Suspended = 64, - AbortRequested = 128, - Aborted = 256, - } - public class ThreadStateException : System.SystemException - { - public ThreadStateException() => throw null; - protected ThreadStateException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public ThreadStateException(string message) => throw null; - public ThreadStateException(string message, System.Exception innerException) => throw null; - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.ThreadPool.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.ThreadPool.cs deleted file mode 100644 index 09c895db..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.ThreadPool.cs +++ /dev/null @@ -1,46 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Threading.ThreadPool, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Threading - { - public interface IThreadPoolWorkItem - { - void Execute(); - } - public sealed class RegisteredWaitHandle : System.MarshalByRefObject - { - public bool Unregister(System.Threading.WaitHandle waitObject) => throw null; - } - public static class ThreadPool - { - public static bool BindHandle(nint osHandle) => throw null; - public static bool BindHandle(System.Runtime.InteropServices.SafeHandle osHandle) => throw null; - public static long CompletedWorkItemCount { get => throw null; } - public static void GetAvailableThreads(out int workerThreads, out int completionPortThreads) => throw null; - public static void GetMaxThreads(out int workerThreads, out int completionPortThreads) => throw null; - public static void GetMinThreads(out int workerThreads, out int completionPortThreads) => throw null; - public static long PendingWorkItemCount { get => throw null; } - public static bool QueueUserWorkItem(System.Threading.WaitCallback callBack) => throw null; - public static bool QueueUserWorkItem(System.Threading.WaitCallback callBack, object state) => throw null; - public static bool QueueUserWorkItem(System.Action callBack, TState state, bool preferLocal) => throw null; - public static System.Threading.RegisteredWaitHandle RegisterWaitForSingleObject(System.Threading.WaitHandle waitObject, System.Threading.WaitOrTimerCallback callBack, object state, int millisecondsTimeOutInterval, bool executeOnlyOnce) => throw null; - public static System.Threading.RegisteredWaitHandle RegisterWaitForSingleObject(System.Threading.WaitHandle waitObject, System.Threading.WaitOrTimerCallback callBack, object state, long millisecondsTimeOutInterval, bool executeOnlyOnce) => throw null; - public static System.Threading.RegisteredWaitHandle RegisterWaitForSingleObject(System.Threading.WaitHandle waitObject, System.Threading.WaitOrTimerCallback callBack, object state, System.TimeSpan timeout, bool executeOnlyOnce) => throw null; - public static System.Threading.RegisteredWaitHandle RegisterWaitForSingleObject(System.Threading.WaitHandle waitObject, System.Threading.WaitOrTimerCallback callBack, object state, uint millisecondsTimeOutInterval, bool executeOnlyOnce) => throw null; - public static bool SetMaxThreads(int workerThreads, int completionPortThreads) => throw null; - public static bool SetMinThreads(int workerThreads, int completionPortThreads) => throw null; - public static int ThreadCount { get => throw null; } - public static unsafe bool UnsafeQueueNativeOverlapped(System.Threading.NativeOverlapped* overlapped) => throw null; - public static bool UnsafeQueueUserWorkItem(System.Threading.IThreadPoolWorkItem callBack, bool preferLocal) => throw null; - public static bool UnsafeQueueUserWorkItem(System.Threading.WaitCallback callBack, object state) => throw null; - public static bool UnsafeQueueUserWorkItem(System.Action callBack, TState state, bool preferLocal) => throw null; - public static System.Threading.RegisteredWaitHandle UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle waitObject, System.Threading.WaitOrTimerCallback callBack, object state, int millisecondsTimeOutInterval, bool executeOnlyOnce) => throw null; - public static System.Threading.RegisteredWaitHandle UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle waitObject, System.Threading.WaitOrTimerCallback callBack, object state, long millisecondsTimeOutInterval, bool executeOnlyOnce) => throw null; - public static System.Threading.RegisteredWaitHandle UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle waitObject, System.Threading.WaitOrTimerCallback callBack, object state, System.TimeSpan timeout, bool executeOnlyOnce) => throw null; - public static System.Threading.RegisteredWaitHandle UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle waitObject, System.Threading.WaitOrTimerCallback callBack, object state, uint millisecondsTimeOutInterval, bool executeOnlyOnce) => throw null; - } - public delegate void WaitCallback(object state); - public delegate void WaitOrTimerCallback(object state, bool timedOut); - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.cs deleted file mode 100644 index 4eddb14e..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.cs +++ /dev/null @@ -1,457 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Threading, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Threading - { - public class AbandonedMutexException : System.SystemException - { - public AbandonedMutexException() => throw null; - public AbandonedMutexException(int location, System.Threading.WaitHandle handle) => throw null; - protected AbandonedMutexException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public AbandonedMutexException(string message) => throw null; - public AbandonedMutexException(string message, System.Exception inner) => throw null; - public AbandonedMutexException(string message, System.Exception inner, int location, System.Threading.WaitHandle handle) => throw null; - public AbandonedMutexException(string message, int location, System.Threading.WaitHandle handle) => throw null; - public System.Threading.Mutex Mutex { get => throw null; } - public int MutexIndex { get => throw null; } - } - public struct AsyncFlowControl : System.IDisposable, System.IEquatable - { - public void Dispose() => throw null; - public override bool Equals(object obj) => throw null; - public bool Equals(System.Threading.AsyncFlowControl obj) => throw null; - public override int GetHashCode() => throw null; - public static bool operator ==(System.Threading.AsyncFlowControl a, System.Threading.AsyncFlowControl b) => throw null; - public static bool operator !=(System.Threading.AsyncFlowControl a, System.Threading.AsyncFlowControl b) => throw null; - public void Undo() => throw null; - } - public sealed class AsyncLocal - { - public AsyncLocal() => throw null; - public AsyncLocal(System.Action> valueChangedHandler) => throw null; - public T Value { get => throw null; set { } } - } - public struct AsyncLocalValueChangedArgs - { - public T CurrentValue { get => throw null; } - public T PreviousValue { get => throw null; } - public bool ThreadContextChanged { get => throw null; } - } - public sealed class AutoResetEvent : System.Threading.EventWaitHandle - { - public AutoResetEvent(bool initialState) : base(default(bool), default(System.Threading.EventResetMode)) => throw null; - } - public class Barrier : System.IDisposable - { - public long AddParticipant() => throw null; - public long AddParticipants(int participantCount) => throw null; - public Barrier(int participantCount) => throw null; - public Barrier(int participantCount, System.Action postPhaseAction) => throw null; - public long CurrentPhaseNumber { get => throw null; } - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public int ParticipantCount { get => throw null; } - public int ParticipantsRemaining { get => throw null; } - public void RemoveParticipant() => throw null; - public void RemoveParticipants(int participantCount) => throw null; - public void SignalAndWait() => throw null; - public bool SignalAndWait(int millisecondsTimeout) => throw null; - public bool SignalAndWait(int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) => throw null; - public void SignalAndWait(System.Threading.CancellationToken cancellationToken) => throw null; - public bool SignalAndWait(System.TimeSpan timeout) => throw null; - public bool SignalAndWait(System.TimeSpan timeout, System.Threading.CancellationToken cancellationToken) => throw null; - } - public class BarrierPostPhaseException : System.Exception - { - public BarrierPostPhaseException() => throw null; - public BarrierPostPhaseException(System.Exception innerException) => throw null; - protected BarrierPostPhaseException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public BarrierPostPhaseException(string message) => throw null; - public BarrierPostPhaseException(string message, System.Exception innerException) => throw null; - } - public delegate void ContextCallback(object state); - public class CountdownEvent : System.IDisposable - { - public void AddCount() => throw null; - public void AddCount(int signalCount) => throw null; - public CountdownEvent(int initialCount) => throw null; - public int CurrentCount { get => throw null; } - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public int InitialCount { get => throw null; } - public bool IsSet { get => throw null; } - public void Reset() => throw null; - public void Reset(int count) => throw null; - public bool Signal() => throw null; - public bool Signal(int signalCount) => throw null; - public bool TryAddCount() => throw null; - public bool TryAddCount(int signalCount) => throw null; - public void Wait() => throw null; - public bool Wait(int millisecondsTimeout) => throw null; - public bool Wait(int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) => throw null; - public void Wait(System.Threading.CancellationToken cancellationToken) => throw null; - public bool Wait(System.TimeSpan timeout) => throw null; - public bool Wait(System.TimeSpan timeout, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.WaitHandle WaitHandle { get => throw null; } - } - public enum EventResetMode - { - AutoReset = 0, - ManualReset = 1, - } - public class EventWaitHandle : System.Threading.WaitHandle - { - public EventWaitHandle(bool initialState, System.Threading.EventResetMode mode) => throw null; - public EventWaitHandle(bool initialState, System.Threading.EventResetMode mode, string name) => throw null; - public EventWaitHandle(bool initialState, System.Threading.EventResetMode mode, string name, out bool createdNew) => throw null; - public static System.Threading.EventWaitHandle OpenExisting(string name) => throw null; - public bool Reset() => throw null; - public bool Set() => throw null; - public static bool TryOpenExisting(string name, out System.Threading.EventWaitHandle result) => throw null; - } - public sealed class ExecutionContext : System.IDisposable, System.Runtime.Serialization.ISerializable - { - public static System.Threading.ExecutionContext Capture() => throw null; - public System.Threading.ExecutionContext CreateCopy() => throw null; - public void Dispose() => throw null; - public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public static bool IsFlowSuppressed() => throw null; - public static void Restore(System.Threading.ExecutionContext executionContext) => throw null; - public static void RestoreFlow() => throw null; - public static void Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state) => throw null; - public static System.Threading.AsyncFlowControl SuppressFlow() => throw null; - } - public class HostExecutionContext : System.IDisposable - { - public virtual System.Threading.HostExecutionContext CreateCopy() => throw null; - public HostExecutionContext() => throw null; - public HostExecutionContext(object state) => throw null; - public void Dispose() => throw null; - public virtual void Dispose(bool disposing) => throw null; - protected object State { get => throw null; set { } } - } - public class HostExecutionContextManager - { - public virtual System.Threading.HostExecutionContext Capture() => throw null; - public HostExecutionContextManager() => throw null; - public virtual void Revert(object previousState) => throw null; - public virtual object SetHostExecutionContext(System.Threading.HostExecutionContext hostExecutionContext) => throw null; - } - public static class Interlocked - { - public static int Add(ref int location1, int value) => throw null; - public static long Add(ref long location1, long value) => throw null; - public static uint Add(ref uint location1, uint value) => throw null; - public static ulong Add(ref ulong location1, ulong value) => throw null; - public static int And(ref int location1, int value) => throw null; - public static long And(ref long location1, long value) => throw null; - public static uint And(ref uint location1, uint value) => throw null; - public static ulong And(ref ulong location1, ulong value) => throw null; - public static double CompareExchange(ref double location1, double value, double comparand) => throw null; - public static int CompareExchange(ref int location1, int value, int comparand) => throw null; - public static long CompareExchange(ref long location1, long value, long comparand) => throw null; - public static nint CompareExchange(ref nint location1, nint value, nint comparand) => throw null; - public static nuint CompareExchange(ref nuint location1, nuint value, nuint comparand) => throw null; - public static object CompareExchange(ref object location1, object value, object comparand) => throw null; - public static float CompareExchange(ref float location1, float value, float comparand) => throw null; - public static uint CompareExchange(ref uint location1, uint value, uint comparand) => throw null; - public static ulong CompareExchange(ref ulong location1, ulong value, ulong comparand) => throw null; - public static T CompareExchange(ref T location1, T value, T comparand) where T : class => throw null; - public static int Decrement(ref int location) => throw null; - public static long Decrement(ref long location) => throw null; - public static uint Decrement(ref uint location) => throw null; - public static ulong Decrement(ref ulong location) => throw null; - public static double Exchange(ref double location1, double value) => throw null; - public static int Exchange(ref int location1, int value) => throw null; - public static long Exchange(ref long location1, long value) => throw null; - public static nint Exchange(ref nint location1, nint value) => throw null; - public static nuint Exchange(ref nuint location1, nuint value) => throw null; - public static object Exchange(ref object location1, object value) => throw null; - public static float Exchange(ref float location1, float value) => throw null; - public static uint Exchange(ref uint location1, uint value) => throw null; - public static ulong Exchange(ref ulong location1, ulong value) => throw null; - public static T Exchange(ref T location1, T value) where T : class => throw null; - public static int Increment(ref int location) => throw null; - public static long Increment(ref long location) => throw null; - public static uint Increment(ref uint location) => throw null; - public static ulong Increment(ref ulong location) => throw null; - public static void MemoryBarrier() => throw null; - public static void MemoryBarrierProcessWide() => throw null; - public static int Or(ref int location1, int value) => throw null; - public static long Or(ref long location1, long value) => throw null; - public static uint Or(ref uint location1, uint value) => throw null; - public static ulong Or(ref ulong location1, ulong value) => throw null; - public static long Read(ref readonly long location) => throw null; - public static ulong Read(ref readonly ulong location) => throw null; - } - public static class LazyInitializer - { - public static T EnsureInitialized(ref T target) where T : class => throw null; - public static T EnsureInitialized(ref T target, ref bool initialized, ref object syncLock) => throw null; - public static T EnsureInitialized(ref T target, ref bool initialized, ref object syncLock, System.Func valueFactory) => throw null; - public static T EnsureInitialized(ref T target, System.Func valueFactory) where T : class => throw null; - public static T EnsureInitialized(ref T target, ref object syncLock, System.Func valueFactory) where T : class => throw null; - } - public struct LockCookie : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Threading.LockCookie obj) => throw null; - public override int GetHashCode() => throw null; - public static bool operator ==(System.Threading.LockCookie a, System.Threading.LockCookie b) => throw null; - public static bool operator !=(System.Threading.LockCookie a, System.Threading.LockCookie b) => throw null; - } - public class LockRecursionException : System.Exception - { - public LockRecursionException() => throw null; - protected LockRecursionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public LockRecursionException(string message) => throw null; - public LockRecursionException(string message, System.Exception innerException) => throw null; - } - public enum LockRecursionPolicy - { - NoRecursion = 0, - SupportsRecursion = 1, - } - public sealed class ManualResetEvent : System.Threading.EventWaitHandle - { - public ManualResetEvent(bool initialState) : base(default(bool), default(System.Threading.EventResetMode)) => throw null; - } - public class ManualResetEventSlim : System.IDisposable - { - public ManualResetEventSlim() => throw null; - public ManualResetEventSlim(bool initialState) => throw null; - public ManualResetEventSlim(bool initialState, int spinCount) => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public bool IsSet { get => throw null; } - public void Reset() => throw null; - public void Set() => throw null; - public int SpinCount { get => throw null; } - public void Wait() => throw null; - public bool Wait(int millisecondsTimeout) => throw null; - public bool Wait(int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) => throw null; - public void Wait(System.Threading.CancellationToken cancellationToken) => throw null; - public bool Wait(System.TimeSpan timeout) => throw null; - public bool Wait(System.TimeSpan timeout, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.WaitHandle WaitHandle { get => throw null; } - } - public static class Monitor - { - public static void Enter(object obj) => throw null; - public static void Enter(object obj, ref bool lockTaken) => throw null; - public static void Exit(object obj) => throw null; - public static bool IsEntered(object obj) => throw null; - public static long LockContentionCount { get => throw null; } - public static void Pulse(object obj) => throw null; - public static void PulseAll(object obj) => throw null; - public static bool TryEnter(object obj) => throw null; - public static void TryEnter(object obj, ref bool lockTaken) => throw null; - public static bool TryEnter(object obj, int millisecondsTimeout) => throw null; - public static void TryEnter(object obj, int millisecondsTimeout, ref bool lockTaken) => throw null; - public static bool TryEnter(object obj, System.TimeSpan timeout) => throw null; - public static void TryEnter(object obj, System.TimeSpan timeout, ref bool lockTaken) => throw null; - public static bool Wait(object obj) => throw null; - public static bool Wait(object obj, int millisecondsTimeout) => throw null; - public static bool Wait(object obj, int millisecondsTimeout, bool exitContext) => throw null; - public static bool Wait(object obj, System.TimeSpan timeout) => throw null; - public static bool Wait(object obj, System.TimeSpan timeout, bool exitContext) => throw null; - } - public sealed class Mutex : System.Threading.WaitHandle - { - public Mutex() => throw null; - public Mutex(bool initiallyOwned) => throw null; - public Mutex(bool initiallyOwned, string name) => throw null; - public Mutex(bool initiallyOwned, string name, out bool createdNew) => throw null; - public static System.Threading.Mutex OpenExisting(string name) => throw null; - public void ReleaseMutex() => throw null; - public static bool TryOpenExisting(string name, out System.Threading.Mutex result) => throw null; - } - public sealed class ReaderWriterLock : System.Runtime.ConstrainedExecution.CriticalFinalizerObject - { - public void AcquireReaderLock(int millisecondsTimeout) => throw null; - public void AcquireReaderLock(System.TimeSpan timeout) => throw null; - public void AcquireWriterLock(int millisecondsTimeout) => throw null; - public void AcquireWriterLock(System.TimeSpan timeout) => throw null; - public bool AnyWritersSince(int seqNum) => throw null; - public ReaderWriterLock() => throw null; - public void DowngradeFromWriterLock(ref System.Threading.LockCookie lockCookie) => throw null; - public bool IsReaderLockHeld { get => throw null; } - public bool IsWriterLockHeld { get => throw null; } - public System.Threading.LockCookie ReleaseLock() => throw null; - public void ReleaseReaderLock() => throw null; - public void ReleaseWriterLock() => throw null; - public void RestoreLock(ref System.Threading.LockCookie lockCookie) => throw null; - public System.Threading.LockCookie UpgradeToWriterLock(int millisecondsTimeout) => throw null; - public System.Threading.LockCookie UpgradeToWriterLock(System.TimeSpan timeout) => throw null; - public int WriterSeqNum { get => throw null; } - } - public class ReaderWriterLockSlim : System.IDisposable - { - public ReaderWriterLockSlim() => throw null; - public ReaderWriterLockSlim(System.Threading.LockRecursionPolicy recursionPolicy) => throw null; - public int CurrentReadCount { get => throw null; } - public void Dispose() => throw null; - public void EnterReadLock() => throw null; - public void EnterUpgradeableReadLock() => throw null; - public void EnterWriteLock() => throw null; - public void ExitReadLock() => throw null; - public void ExitUpgradeableReadLock() => throw null; - public void ExitWriteLock() => throw null; - public bool IsReadLockHeld { get => throw null; } - public bool IsUpgradeableReadLockHeld { get => throw null; } - public bool IsWriteLockHeld { get => throw null; } - public System.Threading.LockRecursionPolicy RecursionPolicy { get => throw null; } - public int RecursiveReadCount { get => throw null; } - public int RecursiveUpgradeCount { get => throw null; } - public int RecursiveWriteCount { get => throw null; } - public bool TryEnterReadLock(int millisecondsTimeout) => throw null; - public bool TryEnterReadLock(System.TimeSpan timeout) => throw null; - public bool TryEnterUpgradeableReadLock(int millisecondsTimeout) => throw null; - public bool TryEnterUpgradeableReadLock(System.TimeSpan timeout) => throw null; - public bool TryEnterWriteLock(int millisecondsTimeout) => throw null; - public bool TryEnterWriteLock(System.TimeSpan timeout) => throw null; - public int WaitingReadCount { get => throw null; } - public int WaitingUpgradeCount { get => throw null; } - public int WaitingWriteCount { get => throw null; } - } - public sealed class Semaphore : System.Threading.WaitHandle - { - public Semaphore(int initialCount, int maximumCount) => throw null; - public Semaphore(int initialCount, int maximumCount, string name) => throw null; - public Semaphore(int initialCount, int maximumCount, string name, out bool createdNew) => throw null; - public static System.Threading.Semaphore OpenExisting(string name) => throw null; - public int Release() => throw null; - public int Release(int releaseCount) => throw null; - public static bool TryOpenExisting(string name, out System.Threading.Semaphore result) => throw null; - } - public class SemaphoreFullException : System.SystemException - { - public SemaphoreFullException() => throw null; - protected SemaphoreFullException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public SemaphoreFullException(string message) => throw null; - public SemaphoreFullException(string message, System.Exception innerException) => throw null; - } - public class SemaphoreSlim : System.IDisposable - { - public System.Threading.WaitHandle AvailableWaitHandle { get => throw null; } - public SemaphoreSlim(int initialCount) => throw null; - public SemaphoreSlim(int initialCount, int maxCount) => throw null; - public int CurrentCount { get => throw null; } - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public int Release() => throw null; - public int Release(int releaseCount) => throw null; - public void Wait() => throw null; - public bool Wait(int millisecondsTimeout) => throw null; - public bool Wait(int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) => throw null; - public void Wait(System.Threading.CancellationToken cancellationToken) => throw null; - public bool Wait(System.TimeSpan timeout) => throw null; - public bool Wait(System.TimeSpan timeout, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task WaitAsync() => throw null; - public System.Threading.Tasks.Task WaitAsync(int millisecondsTimeout) => throw null; - public System.Threading.Tasks.Task WaitAsync(int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task WaitAsync(System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task WaitAsync(System.TimeSpan timeout) => throw null; - public System.Threading.Tasks.Task WaitAsync(System.TimeSpan timeout, System.Threading.CancellationToken cancellationToken) => throw null; - } - public delegate void SendOrPostCallback(object state); - public struct SpinLock - { - public SpinLock(bool enableThreadOwnerTracking) => throw null; - public void Enter(ref bool lockTaken) => throw null; - public void Exit() => throw null; - public void Exit(bool useMemoryBarrier) => throw null; - public bool IsHeld { get => throw null; } - public bool IsHeldByCurrentThread { get => throw null; } - public bool IsThreadOwnerTrackingEnabled { get => throw null; } - public void TryEnter(ref bool lockTaken) => throw null; - public void TryEnter(int millisecondsTimeout, ref bool lockTaken) => throw null; - public void TryEnter(System.TimeSpan timeout, ref bool lockTaken) => throw null; - } - public struct SpinWait - { - public int Count { get => throw null; } - public bool NextSpinWillYield { get => throw null; } - public void Reset() => throw null; - public void SpinOnce() => throw null; - public void SpinOnce(int sleep1Threshold) => throw null; - public static void SpinUntil(System.Func condition) => throw null; - public static bool SpinUntil(System.Func condition, int millisecondsTimeout) => throw null; - public static bool SpinUntil(System.Func condition, System.TimeSpan timeout) => throw null; - } - public class SynchronizationContext - { - public virtual System.Threading.SynchronizationContext CreateCopy() => throw null; - public SynchronizationContext() => throw null; - public static System.Threading.SynchronizationContext Current { get => throw null; } - public bool IsWaitNotificationRequired() => throw null; - public virtual void OperationCompleted() => throw null; - public virtual void OperationStarted() => throw null; - public virtual void Post(System.Threading.SendOrPostCallback d, object state) => throw null; - public virtual void Send(System.Threading.SendOrPostCallback d, object state) => throw null; - public static void SetSynchronizationContext(System.Threading.SynchronizationContext syncContext) => throw null; - protected void SetWaitNotificationRequired() => throw null; - public virtual int Wait(nint[] waitHandles, bool waitAll, int millisecondsTimeout) => throw null; - protected static int WaitHelper(nint[] waitHandles, bool waitAll, int millisecondsTimeout) => throw null; - } - public class SynchronizationLockException : System.SystemException - { - public SynchronizationLockException() => throw null; - protected SynchronizationLockException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public SynchronizationLockException(string message) => throw null; - public SynchronizationLockException(string message, System.Exception innerException) => throw null; - } - public class ThreadLocal : System.IDisposable - { - public ThreadLocal() => throw null; - public ThreadLocal(bool trackAllValues) => throw null; - public ThreadLocal(System.Func valueFactory) => throw null; - public ThreadLocal(System.Func valueFactory, bool trackAllValues) => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public bool IsValueCreated { get => throw null; } - public override string ToString() => throw null; - public T Value { get => throw null; set { } } - public System.Collections.Generic.IList Values { get => throw null; } - } - public static class Volatile - { - public static bool Read(ref readonly bool location) => throw null; - public static byte Read(ref readonly byte location) => throw null; - public static double Read(ref readonly double location) => throw null; - public static short Read(ref readonly short location) => throw null; - public static int Read(ref readonly int location) => throw null; - public static long Read(ref readonly long location) => throw null; - public static nint Read(ref readonly nint location) => throw null; - public static sbyte Read(ref readonly sbyte location) => throw null; - public static float Read(ref readonly float location) => throw null; - public static ushort Read(ref readonly ushort location) => throw null; - public static uint Read(ref readonly uint location) => throw null; - public static ulong Read(ref readonly ulong location) => throw null; - public static nuint Read(ref readonly nuint location) => throw null; - public static T Read(ref readonly T location) where T : class => throw null; - public static void Write(ref bool location, bool value) => throw null; - public static void Write(ref byte location, byte value) => throw null; - public static void Write(ref double location, double value) => throw null; - public static void Write(ref short location, short value) => throw null; - public static void Write(ref int location, int value) => throw null; - public static void Write(ref long location, long value) => throw null; - public static void Write(ref nint location, nint value) => throw null; - public static void Write(ref sbyte location, sbyte value) => throw null; - public static void Write(ref float location, float value) => throw null; - public static void Write(ref ushort location, ushort value) => throw null; - public static void Write(ref uint location, uint value) => throw null; - public static void Write(ref ulong location, ulong value) => throw null; - public static void Write(ref nuint location, nuint value) => throw null; - public static void Write(ref T location, T value) where T : class => throw null; - } - public class WaitHandleCannotBeOpenedException : System.ApplicationException - { - public WaitHandleCannotBeOpenedException() => throw null; - protected WaitHandleCannotBeOpenedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public WaitHandleCannotBeOpenedException(string message) => throw null; - public WaitHandleCannotBeOpenedException(string message, System.Exception innerException) => throw null; - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Transactions.Local.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Transactions.Local.cs deleted file mode 100644 index 54d57686..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Transactions.Local.cs +++ /dev/null @@ -1,251 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Transactions.Local, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. -namespace System -{ - namespace Transactions - { - public sealed class CommittableTransaction : System.Transactions.Transaction, System.IAsyncResult - { - object System.IAsyncResult.AsyncState { get => throw null; } - System.Threading.WaitHandle System.IAsyncResult.AsyncWaitHandle { get => throw null; } - public System.IAsyncResult BeginCommit(System.AsyncCallback asyncCallback, object asyncState) => throw null; - public void Commit() => throw null; - bool System.IAsyncResult.CompletedSynchronously { get => throw null; } - public CommittableTransaction() => throw null; - public CommittableTransaction(System.TimeSpan timeout) => throw null; - public CommittableTransaction(System.Transactions.TransactionOptions options) => throw null; - public void EndCommit(System.IAsyncResult asyncResult) => throw null; - bool System.IAsyncResult.IsCompleted { get => throw null; } - } - public enum DependentCloneOption - { - BlockCommitUntilComplete = 0, - RollbackIfNotComplete = 1, - } - public sealed class DependentTransaction : System.Transactions.Transaction - { - public void Complete() => throw null; - } - public class Enlistment - { - public void Done() => throw null; - } - [System.Flags] - public enum EnlistmentOptions - { - None = 0, - EnlistDuringPrepareRequired = 1, - } - public enum EnterpriseServicesInteropOption - { - None = 0, - Automatic = 1, - Full = 2, - } - public delegate System.Transactions.Transaction HostCurrentTransactionCallback(); - public interface IDtcTransaction - { - void Abort(nint reason, int retaining, int async); - void Commit(int retaining, int commitType, int reserved); - void GetTransactionInfo(nint transactionInformation); - } - public interface IEnlistmentNotification - { - void Commit(System.Transactions.Enlistment enlistment); - void InDoubt(System.Transactions.Enlistment enlistment); - void Prepare(System.Transactions.PreparingEnlistment preparingEnlistment); - void Rollback(System.Transactions.Enlistment enlistment); - } - public interface IPromotableSinglePhaseNotification : System.Transactions.ITransactionPromoter - { - void Initialize(); - void Rollback(System.Transactions.SinglePhaseEnlistment singlePhaseEnlistment); - void SinglePhaseCommit(System.Transactions.SinglePhaseEnlistment singlePhaseEnlistment); - } - public interface ISimpleTransactionSuperior : System.Transactions.ITransactionPromoter - { - void Rollback(); - } - public interface ISinglePhaseNotification : System.Transactions.IEnlistmentNotification - { - void SinglePhaseCommit(System.Transactions.SinglePhaseEnlistment singlePhaseEnlistment); - } - public enum IsolationLevel - { - Serializable = 0, - RepeatableRead = 1, - ReadCommitted = 2, - ReadUncommitted = 3, - Snapshot = 4, - Chaos = 5, - Unspecified = 6, - } - public interface ITransactionPromoter - { - byte[] Promote(); - } - public class PreparingEnlistment : System.Transactions.Enlistment - { - public void ForceRollback() => throw null; - public void ForceRollback(System.Exception e) => throw null; - public void Prepared() => throw null; - public byte[] RecoveryInformation() => throw null; - } - public class SinglePhaseEnlistment : System.Transactions.Enlistment - { - public void Aborted() => throw null; - public void Aborted(System.Exception e) => throw null; - public void Committed() => throw null; - public void InDoubt() => throw null; - public void InDoubt(System.Exception e) => throw null; - } - public sealed class SubordinateTransaction : System.Transactions.Transaction - { - public SubordinateTransaction(System.Transactions.IsolationLevel isoLevel, System.Transactions.ISimpleTransactionSuperior superior) => throw null; - } - public class Transaction : System.IDisposable, System.Runtime.Serialization.ISerializable - { - public System.Transactions.Transaction Clone() => throw null; - public static System.Transactions.Transaction Current { get => throw null; set { } } - public System.Transactions.DependentTransaction DependentClone(System.Transactions.DependentCloneOption cloneOption) => throw null; - public void Dispose() => throw null; - public System.Transactions.Enlistment EnlistDurable(System.Guid resourceManagerIdentifier, System.Transactions.IEnlistmentNotification enlistmentNotification, System.Transactions.EnlistmentOptions enlistmentOptions) => throw null; - public System.Transactions.Enlistment EnlistDurable(System.Guid resourceManagerIdentifier, System.Transactions.ISinglePhaseNotification singlePhaseNotification, System.Transactions.EnlistmentOptions enlistmentOptions) => throw null; - public bool EnlistPromotableSinglePhase(System.Transactions.IPromotableSinglePhaseNotification promotableSinglePhaseNotification) => throw null; - public bool EnlistPromotableSinglePhase(System.Transactions.IPromotableSinglePhaseNotification promotableSinglePhaseNotification, System.Guid promoterType) => throw null; - public System.Transactions.Enlistment EnlistVolatile(System.Transactions.IEnlistmentNotification enlistmentNotification, System.Transactions.EnlistmentOptions enlistmentOptions) => throw null; - public System.Transactions.Enlistment EnlistVolatile(System.Transactions.ISinglePhaseNotification singlePhaseNotification, System.Transactions.EnlistmentOptions enlistmentOptions) => throw null; - public override bool Equals(object obj) => throw null; - public override int GetHashCode() => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext context) => throw null; - public byte[] GetPromotedToken() => throw null; - public System.Transactions.IsolationLevel IsolationLevel { get => throw null; } - public static bool operator ==(System.Transactions.Transaction x, System.Transactions.Transaction y) => throw null; - public static bool operator !=(System.Transactions.Transaction x, System.Transactions.Transaction y) => throw null; - public System.Transactions.Enlistment PromoteAndEnlistDurable(System.Guid resourceManagerIdentifier, System.Transactions.IPromotableSinglePhaseNotification promotableNotification, System.Transactions.ISinglePhaseNotification enlistmentNotification, System.Transactions.EnlistmentOptions enlistmentOptions) => throw null; - public System.Guid PromoterType { get => throw null; } - public void Rollback() => throw null; - public void Rollback(System.Exception e) => throw null; - public void SetDistributedTransactionIdentifier(System.Transactions.IPromotableSinglePhaseNotification promotableNotification, System.Guid distributedTransactionIdentifier) => throw null; - public event System.Transactions.TransactionCompletedEventHandler TransactionCompleted; - public System.Transactions.TransactionInformation TransactionInformation { get => throw null; } - } - public class TransactionAbortedException : System.Transactions.TransactionException - { - public TransactionAbortedException() => throw null; - protected TransactionAbortedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public TransactionAbortedException(string message) => throw null; - public TransactionAbortedException(string message, System.Exception innerException) => throw null; - } - public delegate void TransactionCompletedEventHandler(object sender, System.Transactions.TransactionEventArgs e); - public class TransactionEventArgs : System.EventArgs - { - public TransactionEventArgs() => throw null; - public System.Transactions.Transaction Transaction { get => throw null; } - } - public class TransactionException : System.SystemException - { - public TransactionException() => throw null; - protected TransactionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public TransactionException(string message) => throw null; - public TransactionException(string message, System.Exception innerException) => throw null; - } - public class TransactionInDoubtException : System.Transactions.TransactionException - { - public TransactionInDoubtException() => throw null; - protected TransactionInDoubtException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public TransactionInDoubtException(string message) => throw null; - public TransactionInDoubtException(string message, System.Exception innerException) => throw null; - } - public class TransactionInformation - { - public System.DateTime CreationTime { get => throw null; } - public System.Guid DistributedIdentifier { get => throw null; } - public string LocalIdentifier { get => throw null; } - public System.Transactions.TransactionStatus Status { get => throw null; } - } - public static class TransactionInterop - { - public static System.Transactions.IDtcTransaction GetDtcTransaction(System.Transactions.Transaction transaction) => throw null; - public static byte[] GetExportCookie(System.Transactions.Transaction transaction, byte[] whereabouts) => throw null; - public static System.Transactions.Transaction GetTransactionFromDtcTransaction(System.Transactions.IDtcTransaction transactionNative) => throw null; - public static System.Transactions.Transaction GetTransactionFromExportCookie(byte[] cookie) => throw null; - public static System.Transactions.Transaction GetTransactionFromTransmitterPropagationToken(byte[] propagationToken) => throw null; - public static byte[] GetTransmitterPropagationToken(System.Transactions.Transaction transaction) => throw null; - public static byte[] GetWhereabouts() => throw null; - public static readonly System.Guid PromoterTypeDtc; - } - public static class TransactionManager - { - public static System.TimeSpan DefaultTimeout { get => throw null; set { } } - public static event System.Transactions.TransactionStartedEventHandler DistributedTransactionStarted; - public static System.Transactions.HostCurrentTransactionCallback HostCurrentCallback { get => throw null; set { } } - public static bool ImplicitDistributedTransactions { get => throw null; set { } } - public static System.TimeSpan MaximumTimeout { get => throw null; set { } } - public static void RecoveryComplete(System.Guid resourceManagerIdentifier) => throw null; - public static System.Transactions.Enlistment Reenlist(System.Guid resourceManagerIdentifier, byte[] recoveryInformation, System.Transactions.IEnlistmentNotification enlistmentNotification) => throw null; - } - public class TransactionManagerCommunicationException : System.Transactions.TransactionException - { - public TransactionManagerCommunicationException() => throw null; - protected TransactionManagerCommunicationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public TransactionManagerCommunicationException(string message) => throw null; - public TransactionManagerCommunicationException(string message, System.Exception innerException) => throw null; - } - public struct TransactionOptions : System.IEquatable - { - public override bool Equals(object obj) => throw null; - public bool Equals(System.Transactions.TransactionOptions other) => throw null; - public override int GetHashCode() => throw null; - public System.Transactions.IsolationLevel IsolationLevel { get => throw null; set { } } - public static bool operator ==(System.Transactions.TransactionOptions x, System.Transactions.TransactionOptions y) => throw null; - public static bool operator !=(System.Transactions.TransactionOptions x, System.Transactions.TransactionOptions y) => throw null; - public System.TimeSpan Timeout { get => throw null; set { } } - } - public class TransactionPromotionException : System.Transactions.TransactionException - { - public TransactionPromotionException() => throw null; - protected TransactionPromotionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public TransactionPromotionException(string message) => throw null; - public TransactionPromotionException(string message, System.Exception innerException) => throw null; - } - public sealed class TransactionScope : System.IDisposable - { - public void Complete() => throw null; - public TransactionScope() => throw null; - public TransactionScope(System.Transactions.Transaction transactionToUse) => throw null; - public TransactionScope(System.Transactions.Transaction transactionToUse, System.TimeSpan scopeTimeout) => throw null; - public TransactionScope(System.Transactions.Transaction transactionToUse, System.TimeSpan scopeTimeout, System.Transactions.EnterpriseServicesInteropOption interopOption) => throw null; - public TransactionScope(System.Transactions.Transaction transactionToUse, System.TimeSpan scopeTimeout, System.Transactions.TransactionScopeAsyncFlowOption asyncFlowOption) => throw null; - public TransactionScope(System.Transactions.Transaction transactionToUse, System.Transactions.TransactionScopeAsyncFlowOption asyncFlowOption) => throw null; - public TransactionScope(System.Transactions.TransactionScopeAsyncFlowOption asyncFlowOption) => throw null; - public TransactionScope(System.Transactions.TransactionScopeOption scopeOption) => throw null; - public TransactionScope(System.Transactions.TransactionScopeOption scopeOption, System.TimeSpan scopeTimeout) => throw null; - public TransactionScope(System.Transactions.TransactionScopeOption scopeOption, System.TimeSpan scopeTimeout, System.Transactions.TransactionScopeAsyncFlowOption asyncFlowOption) => throw null; - public TransactionScope(System.Transactions.TransactionScopeOption scopeOption, System.Transactions.TransactionOptions transactionOptions) => throw null; - public TransactionScope(System.Transactions.TransactionScopeOption scopeOption, System.Transactions.TransactionOptions transactionOptions, System.Transactions.EnterpriseServicesInteropOption interopOption) => throw null; - public TransactionScope(System.Transactions.TransactionScopeOption scopeOption, System.Transactions.TransactionOptions transactionOptions, System.Transactions.TransactionScopeAsyncFlowOption asyncFlowOption) => throw null; - public TransactionScope(System.Transactions.TransactionScopeOption scopeOption, System.Transactions.TransactionScopeAsyncFlowOption asyncFlowOption) => throw null; - public void Dispose() => throw null; - } - public enum TransactionScopeAsyncFlowOption - { - Suppress = 0, - Enabled = 1, - } - public enum TransactionScopeOption - { - Required = 0, - RequiresNew = 1, - Suppress = 2, - } - public delegate void TransactionStartedEventHandler(object sender, System.Transactions.TransactionEventArgs e); - public enum TransactionStatus - { - Active = 0, - Committed = 1, - Aborted = 2, - InDoubt = 3, - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Web.HttpUtility.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Web.HttpUtility.cs deleted file mode 100644 index f49090fb..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Web.HttpUtility.cs +++ /dev/null @@ -1,46 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Web.HttpUtility, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. -namespace System -{ - namespace Web - { - public sealed class HttpUtility - { - public HttpUtility() => throw null; - public static string HtmlAttributeEncode(string s) => throw null; - public static void HtmlAttributeEncode(string s, System.IO.TextWriter output) => throw null; - public static string HtmlDecode(string s) => throw null; - public static void HtmlDecode(string s, System.IO.TextWriter output) => throw null; - public static string HtmlEncode(object value) => throw null; - public static string HtmlEncode(string s) => throw null; - public static void HtmlEncode(string s, System.IO.TextWriter output) => throw null; - public static string JavaScriptStringEncode(string value) => throw null; - public static string JavaScriptStringEncode(string value, bool addDoubleQuotes) => throw null; - public static System.Collections.Specialized.NameValueCollection ParseQueryString(string query) => throw null; - public static System.Collections.Specialized.NameValueCollection ParseQueryString(string query, System.Text.Encoding encoding) => throw null; - public static string UrlDecode(byte[] bytes, int offset, int count, System.Text.Encoding e) => throw null; - public static string UrlDecode(byte[] bytes, System.Text.Encoding e) => throw null; - public static string UrlDecode(string str) => throw null; - public static string UrlDecode(string str, System.Text.Encoding e) => throw null; - public static byte[] UrlDecodeToBytes(byte[] bytes) => throw null; - public static byte[] UrlDecodeToBytes(byte[] bytes, int offset, int count) => throw null; - public static byte[] UrlDecodeToBytes(string str) => throw null; - public static byte[] UrlDecodeToBytes(string str, System.Text.Encoding e) => throw null; - public static string UrlEncode(byte[] bytes) => throw null; - public static string UrlEncode(byte[] bytes, int offset, int count) => throw null; - public static string UrlEncode(string str) => throw null; - public static string UrlEncode(string str, System.Text.Encoding e) => throw null; - public static byte[] UrlEncodeToBytes(byte[] bytes) => throw null; - public static byte[] UrlEncodeToBytes(byte[] bytes, int offset, int count) => throw null; - public static byte[] UrlEncodeToBytes(string str) => throw null; - public static byte[] UrlEncodeToBytes(string str, System.Text.Encoding e) => throw null; - public static string UrlEncodeUnicode(string str) => throw null; - public static byte[] UrlEncodeUnicodeToBytes(string str) => throw null; - public static string UrlPathEncode(string str) => throw null; - } - public interface IHtmlString - { - string ToHtmlString(); - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.ReaderWriter.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.ReaderWriter.cs deleted file mode 100644 index 56e38f5e..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.ReaderWriter.cs +++ /dev/null @@ -1,2533 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Xml.ReaderWriter, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Xml - { - public enum ConformanceLevel - { - Auto = 0, - Fragment = 1, - Document = 2, - } - public enum DtdProcessing - { - Prohibit = 0, - Ignore = 1, - Parse = 2, - } - public enum EntityHandling - { - ExpandEntities = 1, - ExpandCharEntities = 2, - } - public enum Formatting - { - None = 0, - Indented = 1, - } - public interface IApplicationResourceStreamResolver - { - System.IO.Stream GetApplicationResourceStream(System.Uri relativeUri); - } - public interface IHasXmlNode - { - System.Xml.XmlNode GetNode(); - } - public interface IXmlLineInfo - { - bool HasLineInfo(); - int LineNumber { get; } - int LinePosition { get; } - } - public interface IXmlNamespaceResolver - { - System.Collections.Generic.IDictionary GetNamespacesInScope(System.Xml.XmlNamespaceScope scope); - string LookupNamespace(string prefix); - string LookupPrefix(string namespaceName); - } - [System.Flags] - public enum NamespaceHandling - { - Default = 0, - OmitDuplicates = 1, - } - public class NameTable : System.Xml.XmlNameTable - { - public override string Add(char[] key, int start, int len) => throw null; - public override string Add(string key) => throw null; - public NameTable() => throw null; - public override string Get(char[] key, int start, int len) => throw null; - public override string Get(string value) => throw null; - } - public enum NewLineHandling - { - Replace = 0, - Entitize = 1, - None = 2, - } - public enum ReadState - { - Initial = 0, - Interactive = 1, - Error = 2, - EndOfFile = 3, - Closed = 4, - } - namespace Resolvers - { - [System.Flags] - public enum XmlKnownDtds - { - None = 0, - Xhtml10 = 1, - Rss091 = 2, - All = 65535, - } - public class XmlPreloadedResolver : System.Xml.XmlResolver - { - public void Add(System.Uri uri, byte[] value) => throw null; - public void Add(System.Uri uri, byte[] value, int offset, int count) => throw null; - public void Add(System.Uri uri, System.IO.Stream value) => throw null; - public void Add(System.Uri uri, string value) => throw null; - public override System.Net.ICredentials Credentials { set { } } - public XmlPreloadedResolver() => throw null; - public XmlPreloadedResolver(System.Xml.Resolvers.XmlKnownDtds preloadedDtds) => throw null; - public XmlPreloadedResolver(System.Xml.XmlResolver fallbackResolver) => throw null; - public XmlPreloadedResolver(System.Xml.XmlResolver fallbackResolver, System.Xml.Resolvers.XmlKnownDtds preloadedDtds) => throw null; - public XmlPreloadedResolver(System.Xml.XmlResolver fallbackResolver, System.Xml.Resolvers.XmlKnownDtds preloadedDtds, System.Collections.Generic.IEqualityComparer uriComparer) => throw null; - public override object GetEntity(System.Uri absoluteUri, string role, System.Type ofObjectToReturn) => throw null; - public override System.Threading.Tasks.Task GetEntityAsync(System.Uri absoluteUri, string role, System.Type ofObjectToReturn) => throw null; - public System.Collections.Generic.IEnumerable PreloadedUris { get => throw null; } - public void Remove(System.Uri uri) => throw null; - public override System.Uri ResolveUri(System.Uri baseUri, string relativeUri) => throw null; - public override bool SupportsType(System.Uri absoluteUri, System.Type type) => throw null; - } - } - namespace Schema - { - public interface IXmlSchemaInfo - { - bool IsDefault { get; } - bool IsNil { get; } - System.Xml.Schema.XmlSchemaSimpleType MemberType { get; } - System.Xml.Schema.XmlSchemaAttribute SchemaAttribute { get; } - System.Xml.Schema.XmlSchemaElement SchemaElement { get; } - System.Xml.Schema.XmlSchemaType SchemaType { get; } - System.Xml.Schema.XmlSchemaValidity Validity { get; } - } - public class ValidationEventArgs : System.EventArgs - { - public System.Xml.Schema.XmlSchemaException Exception { get => throw null; } - public string Message { get => throw null; } - public System.Xml.Schema.XmlSeverityType Severity { get => throw null; } - } - public delegate void ValidationEventHandler(object sender, System.Xml.Schema.ValidationEventArgs e); - public sealed class XmlAtomicValue : System.Xml.XPath.XPathItem, System.ICloneable - { - public System.Xml.Schema.XmlAtomicValue Clone() => throw null; - object System.ICloneable.Clone() => throw null; - public override bool IsNode { get => throw null; } - public override string ToString() => throw null; - public override object TypedValue { get => throw null; } - public override string Value { get => throw null; } - public override object ValueAs(System.Type type, System.Xml.IXmlNamespaceResolver nsResolver) => throw null; - public override bool ValueAsBoolean { get => throw null; } - public override System.DateTime ValueAsDateTime { get => throw null; } - public override double ValueAsDouble { get => throw null; } - public override int ValueAsInt { get => throw null; } - public override long ValueAsLong { get => throw null; } - public override System.Type ValueType { get => throw null; } - public override System.Xml.Schema.XmlSchemaType XmlType { get => throw null; } - } - public class XmlSchema : System.Xml.Schema.XmlSchemaObject - { - public System.Xml.Schema.XmlSchemaForm AttributeFormDefault { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaObjectTable AttributeGroups { get => throw null; } - public System.Xml.Schema.XmlSchemaObjectTable Attributes { get => throw null; } - public System.Xml.Schema.XmlSchemaDerivationMethod BlockDefault { get => throw null; set { } } - public void Compile(System.Xml.Schema.ValidationEventHandler validationEventHandler) => throw null; - public void Compile(System.Xml.Schema.ValidationEventHandler validationEventHandler, System.Xml.XmlResolver resolver) => throw null; - public XmlSchema() => throw null; - public System.Xml.Schema.XmlSchemaForm ElementFormDefault { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaObjectTable Elements { get => throw null; } - public System.Xml.Schema.XmlSchemaDerivationMethod FinalDefault { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaObjectTable Groups { get => throw null; } - public string Id { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaObjectCollection Includes { get => throw null; } - public const string InstanceNamespace = default; - public bool IsCompiled { get => throw null; } - public System.Xml.Schema.XmlSchemaObjectCollection Items { get => throw null; } - public const string Namespace = default; - public System.Xml.Schema.XmlSchemaObjectTable Notations { get => throw null; } - public static System.Xml.Schema.XmlSchema Read(System.IO.Stream stream, System.Xml.Schema.ValidationEventHandler validationEventHandler) => throw null; - public static System.Xml.Schema.XmlSchema Read(System.IO.TextReader reader, System.Xml.Schema.ValidationEventHandler validationEventHandler) => throw null; - public static System.Xml.Schema.XmlSchema Read(System.Xml.XmlReader reader, System.Xml.Schema.ValidationEventHandler validationEventHandler) => throw null; - public System.Xml.Schema.XmlSchemaObjectTable SchemaTypes { get => throw null; } - public string TargetNamespace { get => throw null; set { } } - public System.Xml.XmlAttribute[] UnhandledAttributes { get => throw null; set { } } - public string Version { get => throw null; set { } } - public void Write(System.IO.Stream stream) => throw null; - public void Write(System.IO.Stream stream, System.Xml.XmlNamespaceManager namespaceManager) => throw null; - public void Write(System.IO.TextWriter writer) => throw null; - public void Write(System.IO.TextWriter writer, System.Xml.XmlNamespaceManager namespaceManager) => throw null; - public void Write(System.Xml.XmlWriter writer) => throw null; - public void Write(System.Xml.XmlWriter writer, System.Xml.XmlNamespaceManager namespaceManager) => throw null; - } - public class XmlSchemaAll : System.Xml.Schema.XmlSchemaGroupBase - { - public XmlSchemaAll() => throw null; - public override System.Xml.Schema.XmlSchemaObjectCollection Items { get => throw null; } - } - public class XmlSchemaAnnotated : System.Xml.Schema.XmlSchemaObject - { - public System.Xml.Schema.XmlSchemaAnnotation Annotation { get => throw null; set { } } - public XmlSchemaAnnotated() => throw null; - public string Id { get => throw null; set { } } - public System.Xml.XmlAttribute[] UnhandledAttributes { get => throw null; set { } } - } - public class XmlSchemaAnnotation : System.Xml.Schema.XmlSchemaObject - { - public XmlSchemaAnnotation() => throw null; - public string Id { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaObjectCollection Items { get => throw null; } - public System.Xml.XmlAttribute[] UnhandledAttributes { get => throw null; set { } } - } - public class XmlSchemaAny : System.Xml.Schema.XmlSchemaParticle - { - public XmlSchemaAny() => throw null; - public string Namespace { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaContentProcessing ProcessContents { get => throw null; set { } } - } - public class XmlSchemaAnyAttribute : System.Xml.Schema.XmlSchemaAnnotated - { - public XmlSchemaAnyAttribute() => throw null; - public string Namespace { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaContentProcessing ProcessContents { get => throw null; set { } } - } - public class XmlSchemaAppInfo : System.Xml.Schema.XmlSchemaObject - { - public XmlSchemaAppInfo() => throw null; - public System.Xml.XmlNode[] Markup { get => throw null; set { } } - public string Source { get => throw null; set { } } - } - public class XmlSchemaAttribute : System.Xml.Schema.XmlSchemaAnnotated - { - public System.Xml.Schema.XmlSchemaSimpleType AttributeSchemaType { get => throw null; } - public object AttributeType { get => throw null; } - public XmlSchemaAttribute() => throw null; - public string DefaultValue { get => throw null; set { } } - public string FixedValue { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaForm Form { get => throw null; set { } } - public string Name { get => throw null; set { } } - public System.Xml.XmlQualifiedName QualifiedName { get => throw null; } - public System.Xml.XmlQualifiedName RefName { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaSimpleType SchemaType { get => throw null; set { } } - public System.Xml.XmlQualifiedName SchemaTypeName { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaUse Use { get => throw null; set { } } - } - public class XmlSchemaAttributeGroup : System.Xml.Schema.XmlSchemaAnnotated - { - public System.Xml.Schema.XmlSchemaAnyAttribute AnyAttribute { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaObjectCollection Attributes { get => throw null; } - public XmlSchemaAttributeGroup() => throw null; - public string Name { get => throw null; set { } } - public System.Xml.XmlQualifiedName QualifiedName { get => throw null; } - public System.Xml.Schema.XmlSchemaAttributeGroup RedefinedAttributeGroup { get => throw null; } - } - public class XmlSchemaAttributeGroupRef : System.Xml.Schema.XmlSchemaAnnotated - { - public XmlSchemaAttributeGroupRef() => throw null; - public System.Xml.XmlQualifiedName RefName { get => throw null; set { } } - } - public class XmlSchemaChoice : System.Xml.Schema.XmlSchemaGroupBase - { - public XmlSchemaChoice() => throw null; - public override System.Xml.Schema.XmlSchemaObjectCollection Items { get => throw null; } - } - public sealed class XmlSchemaCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - public System.Xml.Schema.XmlSchema Add(string ns, string uri) => throw null; - public System.Xml.Schema.XmlSchema Add(string ns, System.Xml.XmlReader reader) => throw null; - public System.Xml.Schema.XmlSchema Add(string ns, System.Xml.XmlReader reader, System.Xml.XmlResolver resolver) => throw null; - public System.Xml.Schema.XmlSchema Add(System.Xml.Schema.XmlSchema schema) => throw null; - public System.Xml.Schema.XmlSchema Add(System.Xml.Schema.XmlSchema schema, System.Xml.XmlResolver resolver) => throw null; - public void Add(System.Xml.Schema.XmlSchemaCollection schema) => throw null; - public bool Contains(string ns) => throw null; - public bool Contains(System.Xml.Schema.XmlSchema schema) => throw null; - public void CopyTo(System.Xml.Schema.XmlSchema[] array, int index) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - int System.Collections.ICollection.Count { get => throw null; } - public XmlSchemaCollection() => throw null; - public XmlSchemaCollection(System.Xml.XmlNameTable nametable) => throw null; - public System.Xml.Schema.XmlSchemaCollectionEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - public System.Xml.XmlNameTable NameTable { get => throw null; } - object System.Collections.ICollection.SyncRoot { get => throw null; } - public System.Xml.Schema.XmlSchema this[string ns] { get => throw null; } - public event System.Xml.Schema.ValidationEventHandler ValidationEventHandler; - } - public sealed class XmlSchemaCollectionEnumerator : System.Collections.IEnumerator - { - public System.Xml.Schema.XmlSchema Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public bool MoveNext() => throw null; - bool System.Collections.IEnumerator.MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public sealed class XmlSchemaCompilationSettings - { - public XmlSchemaCompilationSettings() => throw null; - public bool EnableUpaCheck { get => throw null; set { } } - } - public class XmlSchemaComplexContent : System.Xml.Schema.XmlSchemaContentModel - { - public override System.Xml.Schema.XmlSchemaContent Content { get => throw null; set { } } - public XmlSchemaComplexContent() => throw null; - public bool IsMixed { get => throw null; set { } } - } - public class XmlSchemaComplexContentExtension : System.Xml.Schema.XmlSchemaContent - { - public System.Xml.Schema.XmlSchemaAnyAttribute AnyAttribute { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaObjectCollection Attributes { get => throw null; } - public System.Xml.XmlQualifiedName BaseTypeName { get => throw null; set { } } - public XmlSchemaComplexContentExtension() => throw null; - public System.Xml.Schema.XmlSchemaParticle Particle { get => throw null; set { } } - } - public class XmlSchemaComplexContentRestriction : System.Xml.Schema.XmlSchemaContent - { - public System.Xml.Schema.XmlSchemaAnyAttribute AnyAttribute { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaObjectCollection Attributes { get => throw null; } - public System.Xml.XmlQualifiedName BaseTypeName { get => throw null; set { } } - public XmlSchemaComplexContentRestriction() => throw null; - public System.Xml.Schema.XmlSchemaParticle Particle { get => throw null; set { } } - } - public class XmlSchemaComplexType : System.Xml.Schema.XmlSchemaType - { - public System.Xml.Schema.XmlSchemaAnyAttribute AnyAttribute { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaObjectCollection Attributes { get => throw null; } - public System.Xml.Schema.XmlSchemaObjectTable AttributeUses { get => throw null; } - public System.Xml.Schema.XmlSchemaAnyAttribute AttributeWildcard { get => throw null; } - public System.Xml.Schema.XmlSchemaDerivationMethod Block { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaDerivationMethod BlockResolved { get => throw null; } - public System.Xml.Schema.XmlSchemaContentModel ContentModel { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaContentType ContentType { get => throw null; } - public System.Xml.Schema.XmlSchemaParticle ContentTypeParticle { get => throw null; } - public XmlSchemaComplexType() => throw null; - public bool IsAbstract { get => throw null; set { } } - public override bool IsMixed { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaParticle Particle { get => throw null; set { } } - } - public abstract class XmlSchemaContent : System.Xml.Schema.XmlSchemaAnnotated - { - protected XmlSchemaContent() => throw null; - } - public abstract class XmlSchemaContentModel : System.Xml.Schema.XmlSchemaAnnotated - { - public abstract System.Xml.Schema.XmlSchemaContent Content { get; set; } - protected XmlSchemaContentModel() => throw null; - } - public enum XmlSchemaContentProcessing - { - None = 0, - Skip = 1, - Lax = 2, - Strict = 3, - } - public enum XmlSchemaContentType - { - TextOnly = 0, - Empty = 1, - ElementOnly = 2, - Mixed = 3, - } - public abstract class XmlSchemaDatatype - { - public virtual object ChangeType(object value, System.Type targetType) => throw null; - public virtual object ChangeType(object value, System.Type targetType, System.Xml.IXmlNamespaceResolver namespaceResolver) => throw null; - public virtual bool IsDerivedFrom(System.Xml.Schema.XmlSchemaDatatype datatype) => throw null; - public abstract object ParseValue(string s, System.Xml.XmlNameTable nameTable, System.Xml.IXmlNamespaceResolver nsmgr); - public abstract System.Xml.XmlTokenizedType TokenizedType { get; } - public virtual System.Xml.Schema.XmlTypeCode TypeCode { get => throw null; } - public abstract System.Type ValueType { get; } - public virtual System.Xml.Schema.XmlSchemaDatatypeVariety Variety { get => throw null; } - } - public enum XmlSchemaDatatypeVariety - { - Atomic = 0, - List = 1, - Union = 2, - } - [System.Flags] - public enum XmlSchemaDerivationMethod - { - Empty = 0, - Substitution = 1, - Extension = 2, - Restriction = 4, - List = 8, - Union = 16, - All = 255, - None = 256, - } - public class XmlSchemaDocumentation : System.Xml.Schema.XmlSchemaObject - { - public XmlSchemaDocumentation() => throw null; - public string Language { get => throw null; set { } } - public System.Xml.XmlNode[] Markup { get => throw null; set { } } - public string Source { get => throw null; set { } } - } - public class XmlSchemaElement : System.Xml.Schema.XmlSchemaParticle - { - public System.Xml.Schema.XmlSchemaDerivationMethod Block { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaDerivationMethod BlockResolved { get => throw null; } - public System.Xml.Schema.XmlSchemaObjectCollection Constraints { get => throw null; } - public XmlSchemaElement() => throw null; - public string DefaultValue { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaType ElementSchemaType { get => throw null; } - public object ElementType { get => throw null; } - public System.Xml.Schema.XmlSchemaDerivationMethod Final { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaDerivationMethod FinalResolved { get => throw null; } - public string FixedValue { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaForm Form { get => throw null; set { } } - public bool IsAbstract { get => throw null; set { } } - public bool IsNillable { get => throw null; set { } } - public string Name { get => throw null; set { } } - public System.Xml.XmlQualifiedName QualifiedName { get => throw null; } - public System.Xml.XmlQualifiedName RefName { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaType SchemaType { get => throw null; set { } } - public System.Xml.XmlQualifiedName SchemaTypeName { get => throw null; set { } } - public System.Xml.XmlQualifiedName SubstitutionGroup { get => throw null; set { } } - } - public class XmlSchemaEnumerationFacet : System.Xml.Schema.XmlSchemaFacet - { - public XmlSchemaEnumerationFacet() => throw null; - } - public class XmlSchemaException : System.SystemException - { - public XmlSchemaException() => throw null; - protected XmlSchemaException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public XmlSchemaException(string message) => throw null; - public XmlSchemaException(string message, System.Exception innerException) => throw null; - public XmlSchemaException(string message, System.Exception innerException, int lineNumber, int linePosition) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public int LineNumber { get => throw null; } - public int LinePosition { get => throw null; } - public override string Message { get => throw null; } - public System.Xml.Schema.XmlSchemaObject SourceSchemaObject { get => throw null; } - public string SourceUri { get => throw null; } - } - public abstract class XmlSchemaExternal : System.Xml.Schema.XmlSchemaObject - { - protected XmlSchemaExternal() => throw null; - public string Id { get => throw null; set { } } - public System.Xml.Schema.XmlSchema Schema { get => throw null; set { } } - public string SchemaLocation { get => throw null; set { } } - public System.Xml.XmlAttribute[] UnhandledAttributes { get => throw null; set { } } - } - public abstract class XmlSchemaFacet : System.Xml.Schema.XmlSchemaAnnotated - { - protected XmlSchemaFacet() => throw null; - public virtual bool IsFixed { get => throw null; set { } } - public string Value { get => throw null; set { } } - } - public enum XmlSchemaForm - { - None = 0, - Qualified = 1, - Unqualified = 2, - } - public class XmlSchemaFractionDigitsFacet : System.Xml.Schema.XmlSchemaNumericFacet - { - public XmlSchemaFractionDigitsFacet() => throw null; - } - public class XmlSchemaGroup : System.Xml.Schema.XmlSchemaAnnotated - { - public XmlSchemaGroup() => throw null; - public string Name { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaGroupBase Particle { get => throw null; set { } } - public System.Xml.XmlQualifiedName QualifiedName { get => throw null; } - } - public abstract class XmlSchemaGroupBase : System.Xml.Schema.XmlSchemaParticle - { - public abstract System.Xml.Schema.XmlSchemaObjectCollection Items { get; } - } - public class XmlSchemaGroupRef : System.Xml.Schema.XmlSchemaParticle - { - public XmlSchemaGroupRef() => throw null; - public System.Xml.Schema.XmlSchemaGroupBase Particle { get => throw null; } - public System.Xml.XmlQualifiedName RefName { get => throw null; set { } } - } - public class XmlSchemaIdentityConstraint : System.Xml.Schema.XmlSchemaAnnotated - { - public XmlSchemaIdentityConstraint() => throw null; - public System.Xml.Schema.XmlSchemaObjectCollection Fields { get => throw null; } - public string Name { get => throw null; set { } } - public System.Xml.XmlQualifiedName QualifiedName { get => throw null; } - public System.Xml.Schema.XmlSchemaXPath Selector { get => throw null; set { } } - } - public class XmlSchemaImport : System.Xml.Schema.XmlSchemaExternal - { - public System.Xml.Schema.XmlSchemaAnnotation Annotation { get => throw null; set { } } - public XmlSchemaImport() => throw null; - public string Namespace { get => throw null; set { } } - } - public class XmlSchemaInclude : System.Xml.Schema.XmlSchemaExternal - { - public System.Xml.Schema.XmlSchemaAnnotation Annotation { get => throw null; set { } } - public XmlSchemaInclude() => throw null; - } - public sealed class XmlSchemaInference - { - public XmlSchemaInference() => throw null; - public enum InferenceOption - { - Restricted = 0, - Relaxed = 1, - } - public System.Xml.Schema.XmlSchemaSet InferSchema(System.Xml.XmlReader instanceDocument) => throw null; - public System.Xml.Schema.XmlSchemaSet InferSchema(System.Xml.XmlReader instanceDocument, System.Xml.Schema.XmlSchemaSet schemas) => throw null; - public System.Xml.Schema.XmlSchemaInference.InferenceOption Occurrence { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaInference.InferenceOption TypeInference { get => throw null; set { } } - } - public class XmlSchemaInferenceException : System.Xml.Schema.XmlSchemaException - { - public XmlSchemaInferenceException() => throw null; - protected XmlSchemaInferenceException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public XmlSchemaInferenceException(string message) => throw null; - public XmlSchemaInferenceException(string message, System.Exception innerException) => throw null; - public XmlSchemaInferenceException(string message, System.Exception innerException, int lineNumber, int linePosition) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - } - public class XmlSchemaInfo : System.Xml.Schema.IXmlSchemaInfo - { - public System.Xml.Schema.XmlSchemaContentType ContentType { get => throw null; set { } } - public XmlSchemaInfo() => throw null; - public bool IsDefault { get => throw null; set { } } - public bool IsNil { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaSimpleType MemberType { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaAttribute SchemaAttribute { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaElement SchemaElement { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaType SchemaType { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaValidity Validity { get => throw null; set { } } - } - public class XmlSchemaKey : System.Xml.Schema.XmlSchemaIdentityConstraint - { - public XmlSchemaKey() => throw null; - } - public class XmlSchemaKeyref : System.Xml.Schema.XmlSchemaIdentityConstraint - { - public XmlSchemaKeyref() => throw null; - public System.Xml.XmlQualifiedName Refer { get => throw null; set { } } - } - public class XmlSchemaLengthFacet : System.Xml.Schema.XmlSchemaNumericFacet - { - public XmlSchemaLengthFacet() => throw null; - } - public class XmlSchemaMaxExclusiveFacet : System.Xml.Schema.XmlSchemaFacet - { - public XmlSchemaMaxExclusiveFacet() => throw null; - } - public class XmlSchemaMaxInclusiveFacet : System.Xml.Schema.XmlSchemaFacet - { - public XmlSchemaMaxInclusiveFacet() => throw null; - } - public class XmlSchemaMaxLengthFacet : System.Xml.Schema.XmlSchemaNumericFacet - { - public XmlSchemaMaxLengthFacet() => throw null; - } - public class XmlSchemaMinExclusiveFacet : System.Xml.Schema.XmlSchemaFacet - { - public XmlSchemaMinExclusiveFacet() => throw null; - } - public class XmlSchemaMinInclusiveFacet : System.Xml.Schema.XmlSchemaFacet - { - public XmlSchemaMinInclusiveFacet() => throw null; - } - public class XmlSchemaMinLengthFacet : System.Xml.Schema.XmlSchemaNumericFacet - { - public XmlSchemaMinLengthFacet() => throw null; - } - public class XmlSchemaNotation : System.Xml.Schema.XmlSchemaAnnotated - { - public XmlSchemaNotation() => throw null; - public string Name { get => throw null; set { } } - public string Public { get => throw null; set { } } - public string System { get => throw null; set { } } - } - public abstract class XmlSchemaNumericFacet : System.Xml.Schema.XmlSchemaFacet - { - protected XmlSchemaNumericFacet() => throw null; - } - public abstract class XmlSchemaObject - { - protected XmlSchemaObject() => throw null; - public int LineNumber { get => throw null; set { } } - public int LinePosition { get => throw null; set { } } - public System.Xml.Serialization.XmlSerializerNamespaces Namespaces { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaObject Parent { get => throw null; set { } } - public string SourceUri { get => throw null; set { } } - } - public class XmlSchemaObjectCollection : System.Collections.CollectionBase - { - public int Add(System.Xml.Schema.XmlSchemaObject item) => throw null; - public bool Contains(System.Xml.Schema.XmlSchemaObject item) => throw null; - public void CopyTo(System.Xml.Schema.XmlSchemaObject[] array, int index) => throw null; - public XmlSchemaObjectCollection() => throw null; - public XmlSchemaObjectCollection(System.Xml.Schema.XmlSchemaObject parent) => throw null; - public System.Xml.Schema.XmlSchemaObjectEnumerator GetEnumerator() => throw null; - public int IndexOf(System.Xml.Schema.XmlSchemaObject item) => throw null; - public void Insert(int index, System.Xml.Schema.XmlSchemaObject item) => throw null; - protected override void OnClear() => throw null; - protected override void OnInsert(int index, object item) => throw null; - protected override void OnRemove(int index, object item) => throw null; - protected override void OnSet(int index, object oldValue, object newValue) => throw null; - public void Remove(System.Xml.Schema.XmlSchemaObject item) => throw null; - public virtual System.Xml.Schema.XmlSchemaObject this[int index] { get => throw null; set { } } - } - public class XmlSchemaObjectEnumerator : System.Collections.IEnumerator - { - public System.Xml.Schema.XmlSchemaObject Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public bool MoveNext() => throw null; - bool System.Collections.IEnumerator.MoveNext() => throw null; - public void Reset() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public class XmlSchemaObjectTable - { - public bool Contains(System.Xml.XmlQualifiedName name) => throw null; - public int Count { get => throw null; } - public System.Collections.IDictionaryEnumerator GetEnumerator() => throw null; - public System.Collections.ICollection Names { get => throw null; } - public System.Xml.Schema.XmlSchemaObject this[System.Xml.XmlQualifiedName name] { get => throw null; } - public System.Collections.ICollection Values { get => throw null; } - } - public abstract class XmlSchemaParticle : System.Xml.Schema.XmlSchemaAnnotated - { - protected XmlSchemaParticle() => throw null; - public decimal MaxOccurs { get => throw null; set { } } - public string MaxOccursString { get => throw null; set { } } - public decimal MinOccurs { get => throw null; set { } } - public string MinOccursString { get => throw null; set { } } - } - public class XmlSchemaPatternFacet : System.Xml.Schema.XmlSchemaFacet - { - public XmlSchemaPatternFacet() => throw null; - } - public class XmlSchemaRedefine : System.Xml.Schema.XmlSchemaExternal - { - public System.Xml.Schema.XmlSchemaObjectTable AttributeGroups { get => throw null; } - public XmlSchemaRedefine() => throw null; - public System.Xml.Schema.XmlSchemaObjectTable Groups { get => throw null; } - public System.Xml.Schema.XmlSchemaObjectCollection Items { get => throw null; } - public System.Xml.Schema.XmlSchemaObjectTable SchemaTypes { get => throw null; } - } - public class XmlSchemaSequence : System.Xml.Schema.XmlSchemaGroupBase - { - public XmlSchemaSequence() => throw null; - public override System.Xml.Schema.XmlSchemaObjectCollection Items { get => throw null; } - } - public class XmlSchemaSet - { - public System.Xml.Schema.XmlSchema Add(string targetNamespace, string schemaUri) => throw null; - public System.Xml.Schema.XmlSchema Add(string targetNamespace, System.Xml.XmlReader schemaDocument) => throw null; - public System.Xml.Schema.XmlSchema Add(System.Xml.Schema.XmlSchema schema) => throw null; - public void Add(System.Xml.Schema.XmlSchemaSet schemas) => throw null; - public System.Xml.Schema.XmlSchemaCompilationSettings CompilationSettings { get => throw null; set { } } - public void Compile() => throw null; - public bool Contains(string targetNamespace) => throw null; - public bool Contains(System.Xml.Schema.XmlSchema schema) => throw null; - public void CopyTo(System.Xml.Schema.XmlSchema[] schemas, int index) => throw null; - public int Count { get => throw null; } - public XmlSchemaSet() => throw null; - public XmlSchemaSet(System.Xml.XmlNameTable nameTable) => throw null; - public System.Xml.Schema.XmlSchemaObjectTable GlobalAttributes { get => throw null; } - public System.Xml.Schema.XmlSchemaObjectTable GlobalElements { get => throw null; } - public System.Xml.Schema.XmlSchemaObjectTable GlobalTypes { get => throw null; } - public bool IsCompiled { get => throw null; } - public System.Xml.XmlNameTable NameTable { get => throw null; } - public System.Xml.Schema.XmlSchema Remove(System.Xml.Schema.XmlSchema schema) => throw null; - public bool RemoveRecursive(System.Xml.Schema.XmlSchema schemaToRemove) => throw null; - public System.Xml.Schema.XmlSchema Reprocess(System.Xml.Schema.XmlSchema schema) => throw null; - public System.Collections.ICollection Schemas() => throw null; - public System.Collections.ICollection Schemas(string targetNamespace) => throw null; - public event System.Xml.Schema.ValidationEventHandler ValidationEventHandler; - public System.Xml.XmlResolver XmlResolver { set { } } - } - public class XmlSchemaSimpleContent : System.Xml.Schema.XmlSchemaContentModel - { - public override System.Xml.Schema.XmlSchemaContent Content { get => throw null; set { } } - public XmlSchemaSimpleContent() => throw null; - } - public class XmlSchemaSimpleContentExtension : System.Xml.Schema.XmlSchemaContent - { - public System.Xml.Schema.XmlSchemaAnyAttribute AnyAttribute { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaObjectCollection Attributes { get => throw null; } - public System.Xml.XmlQualifiedName BaseTypeName { get => throw null; set { } } - public XmlSchemaSimpleContentExtension() => throw null; - } - public class XmlSchemaSimpleContentRestriction : System.Xml.Schema.XmlSchemaContent - { - public System.Xml.Schema.XmlSchemaAnyAttribute AnyAttribute { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaObjectCollection Attributes { get => throw null; } - public System.Xml.Schema.XmlSchemaSimpleType BaseType { get => throw null; set { } } - public System.Xml.XmlQualifiedName BaseTypeName { get => throw null; set { } } - public XmlSchemaSimpleContentRestriction() => throw null; - public System.Xml.Schema.XmlSchemaObjectCollection Facets { get => throw null; } - } - public class XmlSchemaSimpleType : System.Xml.Schema.XmlSchemaType - { - public System.Xml.Schema.XmlSchemaSimpleTypeContent Content { get => throw null; set { } } - public XmlSchemaSimpleType() => throw null; - } - public abstract class XmlSchemaSimpleTypeContent : System.Xml.Schema.XmlSchemaAnnotated - { - protected XmlSchemaSimpleTypeContent() => throw null; - } - public class XmlSchemaSimpleTypeList : System.Xml.Schema.XmlSchemaSimpleTypeContent - { - public System.Xml.Schema.XmlSchemaSimpleType BaseItemType { get => throw null; set { } } - public XmlSchemaSimpleTypeList() => throw null; - public System.Xml.Schema.XmlSchemaSimpleType ItemType { get => throw null; set { } } - public System.Xml.XmlQualifiedName ItemTypeName { get => throw null; set { } } - } - public class XmlSchemaSimpleTypeRestriction : System.Xml.Schema.XmlSchemaSimpleTypeContent - { - public System.Xml.Schema.XmlSchemaSimpleType BaseType { get => throw null; set { } } - public System.Xml.XmlQualifiedName BaseTypeName { get => throw null; set { } } - public XmlSchemaSimpleTypeRestriction() => throw null; - public System.Xml.Schema.XmlSchemaObjectCollection Facets { get => throw null; } - } - public class XmlSchemaSimpleTypeUnion : System.Xml.Schema.XmlSchemaSimpleTypeContent - { - public System.Xml.Schema.XmlSchemaSimpleType[] BaseMemberTypes { get => throw null; } - public System.Xml.Schema.XmlSchemaObjectCollection BaseTypes { get => throw null; } - public XmlSchemaSimpleTypeUnion() => throw null; - public System.Xml.XmlQualifiedName[] MemberTypes { get => throw null; set { } } - } - public class XmlSchemaTotalDigitsFacet : System.Xml.Schema.XmlSchemaNumericFacet - { - public XmlSchemaTotalDigitsFacet() => throw null; - } - public class XmlSchemaType : System.Xml.Schema.XmlSchemaAnnotated - { - public object BaseSchemaType { get => throw null; } - public System.Xml.Schema.XmlSchemaType BaseXmlSchemaType { get => throw null; } - public XmlSchemaType() => throw null; - public System.Xml.Schema.XmlSchemaDatatype Datatype { get => throw null; } - public System.Xml.Schema.XmlSchemaDerivationMethod DerivedBy { get => throw null; } - public System.Xml.Schema.XmlSchemaDerivationMethod Final { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaDerivationMethod FinalResolved { get => throw null; } - public static System.Xml.Schema.XmlSchemaComplexType GetBuiltInComplexType(System.Xml.Schema.XmlTypeCode typeCode) => throw null; - public static System.Xml.Schema.XmlSchemaComplexType GetBuiltInComplexType(System.Xml.XmlQualifiedName qualifiedName) => throw null; - public static System.Xml.Schema.XmlSchemaSimpleType GetBuiltInSimpleType(System.Xml.Schema.XmlTypeCode typeCode) => throw null; - public static System.Xml.Schema.XmlSchemaSimpleType GetBuiltInSimpleType(System.Xml.XmlQualifiedName qualifiedName) => throw null; - public static bool IsDerivedFrom(System.Xml.Schema.XmlSchemaType derivedType, System.Xml.Schema.XmlSchemaType baseType, System.Xml.Schema.XmlSchemaDerivationMethod except) => throw null; - public virtual bool IsMixed { get => throw null; set { } } - public string Name { get => throw null; set { } } - public System.Xml.XmlQualifiedName QualifiedName { get => throw null; } - public System.Xml.Schema.XmlTypeCode TypeCode { get => throw null; } - } - public class XmlSchemaUnique : System.Xml.Schema.XmlSchemaIdentityConstraint - { - public XmlSchemaUnique() => throw null; - } - public enum XmlSchemaUse - { - None = 0, - Optional = 1, - Prohibited = 2, - Required = 3, - } - public class XmlSchemaValidationException : System.Xml.Schema.XmlSchemaException - { - public XmlSchemaValidationException() => throw null; - protected XmlSchemaValidationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public XmlSchemaValidationException(string message) => throw null; - public XmlSchemaValidationException(string message, System.Exception innerException) => throw null; - public XmlSchemaValidationException(string message, System.Exception innerException, int lineNumber, int linePosition) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - protected void SetSourceObject(object sourceObject) => throw null; - public object SourceObject { get => throw null; } - } - [System.Flags] - public enum XmlSchemaValidationFlags - { - None = 0, - ProcessInlineSchema = 1, - ProcessSchemaLocation = 2, - ReportValidationWarnings = 4, - ProcessIdentityConstraints = 8, - AllowXmlAttributes = 16, - } - public sealed class XmlSchemaValidator - { - public void AddSchema(System.Xml.Schema.XmlSchema schema) => throw null; - public XmlSchemaValidator(System.Xml.XmlNameTable nameTable, System.Xml.Schema.XmlSchemaSet schemas, System.Xml.IXmlNamespaceResolver namespaceResolver, System.Xml.Schema.XmlSchemaValidationFlags validationFlags) => throw null; - public void EndValidation() => throw null; - public System.Xml.Schema.XmlSchemaAttribute[] GetExpectedAttributes() => throw null; - public System.Xml.Schema.XmlSchemaParticle[] GetExpectedParticles() => throw null; - public void GetUnspecifiedDefaultAttributes(System.Collections.ArrayList defaultAttributes) => throw null; - public void Initialize() => throw null; - public void Initialize(System.Xml.Schema.XmlSchemaObject partialValidationType) => throw null; - public System.Xml.IXmlLineInfo LineInfoProvider { get => throw null; set { } } - public void SkipToEndElement(System.Xml.Schema.XmlSchemaInfo schemaInfo) => throw null; - public System.Uri SourceUri { get => throw null; set { } } - public object ValidateAttribute(string localName, string namespaceUri, string attributeValue, System.Xml.Schema.XmlSchemaInfo schemaInfo) => throw null; - public object ValidateAttribute(string localName, string namespaceUri, System.Xml.Schema.XmlValueGetter attributeValue, System.Xml.Schema.XmlSchemaInfo schemaInfo) => throw null; - public void ValidateElement(string localName, string namespaceUri, System.Xml.Schema.XmlSchemaInfo schemaInfo) => throw null; - public void ValidateElement(string localName, string namespaceUri, System.Xml.Schema.XmlSchemaInfo schemaInfo, string xsiType, string xsiNil, string xsiSchemaLocation, string xsiNoNamespaceSchemaLocation) => throw null; - public object ValidateEndElement(System.Xml.Schema.XmlSchemaInfo schemaInfo) => throw null; - public object ValidateEndElement(System.Xml.Schema.XmlSchemaInfo schemaInfo, object typedValue) => throw null; - public void ValidateEndOfAttributes(System.Xml.Schema.XmlSchemaInfo schemaInfo) => throw null; - public void ValidateText(string elementValue) => throw null; - public void ValidateText(System.Xml.Schema.XmlValueGetter elementValue) => throw null; - public void ValidateWhitespace(string elementValue) => throw null; - public void ValidateWhitespace(System.Xml.Schema.XmlValueGetter elementValue) => throw null; - public event System.Xml.Schema.ValidationEventHandler ValidationEventHandler; - public object ValidationEventSender { get => throw null; set { } } - public System.Xml.XmlResolver XmlResolver { set { } } - } - public enum XmlSchemaValidity - { - NotKnown = 0, - Valid = 1, - Invalid = 2, - } - public class XmlSchemaWhiteSpaceFacet : System.Xml.Schema.XmlSchemaFacet - { - public XmlSchemaWhiteSpaceFacet() => throw null; - } - public class XmlSchemaXPath : System.Xml.Schema.XmlSchemaAnnotated - { - public XmlSchemaXPath() => throw null; - public string XPath { get => throw null; set { } } - } - public enum XmlSeverityType - { - Error = 0, - Warning = 1, - } - public enum XmlTypeCode - { - None = 0, - Item = 1, - Node = 2, - Document = 3, - Element = 4, - Attribute = 5, - Namespace = 6, - ProcessingInstruction = 7, - Comment = 8, - Text = 9, - AnyAtomicType = 10, - UntypedAtomic = 11, - String = 12, - Boolean = 13, - Decimal = 14, - Float = 15, - Double = 16, - Duration = 17, - DateTime = 18, - Time = 19, - Date = 20, - GYearMonth = 21, - GYear = 22, - GMonthDay = 23, - GDay = 24, - GMonth = 25, - HexBinary = 26, - Base64Binary = 27, - AnyUri = 28, - QName = 29, - Notation = 30, - NormalizedString = 31, - Token = 32, - Language = 33, - NmToken = 34, - Name = 35, - NCName = 36, - Id = 37, - Idref = 38, - Entity = 39, - Integer = 40, - NonPositiveInteger = 41, - NegativeInteger = 42, - Long = 43, - Int = 44, - Short = 45, - Byte = 46, - NonNegativeInteger = 47, - UnsignedLong = 48, - UnsignedInt = 49, - UnsignedShort = 50, - UnsignedByte = 51, - PositiveInteger = 52, - YearMonthDuration = 53, - DayTimeDuration = 54, - } - public delegate object XmlValueGetter(); - } - namespace Serialization - { - public interface IXmlSerializable - { - System.Xml.Schema.XmlSchema GetSchema(); - void ReadXml(System.Xml.XmlReader reader); - void WriteXml(System.Xml.XmlWriter writer); - } - [System.AttributeUsage((System.AttributeTargets)10624, AllowMultiple = false)] - public class XmlAnyAttributeAttribute : System.Attribute - { - public XmlAnyAttributeAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)10624, AllowMultiple = true)] - public class XmlAnyElementAttribute : System.Attribute - { - public XmlAnyElementAttribute() => throw null; - public XmlAnyElementAttribute(string name) => throw null; - public XmlAnyElementAttribute(string name, string ns) => throw null; - public string Name { get => throw null; set { } } - public string Namespace { get => throw null; set { } } - public int Order { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)10624)] - public class XmlAttributeAttribute : System.Attribute - { - public string AttributeName { get => throw null; set { } } - public XmlAttributeAttribute() => throw null; - public XmlAttributeAttribute(string attributeName) => throw null; - public XmlAttributeAttribute(string attributeName, System.Type type) => throw null; - public XmlAttributeAttribute(System.Type type) => throw null; - public string DataType { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaForm Form { get => throw null; set { } } - public string Namespace { get => throw null; set { } } - public System.Type Type { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)10624, AllowMultiple = true)] - public class XmlElementAttribute : System.Attribute - { - public XmlElementAttribute() => throw null; - public XmlElementAttribute(string elementName) => throw null; - public XmlElementAttribute(string elementName, System.Type type) => throw null; - public XmlElementAttribute(System.Type type) => throw null; - public string DataType { get => throw null; set { } } - public string ElementName { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaForm Form { get => throw null; set { } } - public bool IsNullable { get => throw null; set { } } - public string Namespace { get => throw null; set { } } - public int Order { get => throw null; set { } } - public System.Type Type { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)256)] - public class XmlEnumAttribute : System.Attribute - { - public XmlEnumAttribute() => throw null; - public XmlEnumAttribute(string name) => throw null; - public string Name { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)10624)] - public class XmlIgnoreAttribute : System.Attribute - { - public XmlIgnoreAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)10624, AllowMultiple = false)] - public class XmlNamespaceDeclarationsAttribute : System.Attribute - { - public XmlNamespaceDeclarationsAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)9244)] - public class XmlRootAttribute : System.Attribute - { - public XmlRootAttribute() => throw null; - public XmlRootAttribute(string elementName) => throw null; - public string DataType { get => throw null; set { } } - public string ElementName { get => throw null; set { } } - public bool IsNullable { get => throw null; set { } } - public string Namespace { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)1036)] - public sealed class XmlSchemaProviderAttribute : System.Attribute - { - public XmlSchemaProviderAttribute(string methodName) => throw null; - public bool IsAny { get => throw null; set { } } - public string MethodName { get => throw null; } - } - public class XmlSerializerNamespaces - { - public void Add(string prefix, string ns) => throw null; - public int Count { get => throw null; } - public XmlSerializerNamespaces() => throw null; - public XmlSerializerNamespaces(System.Xml.Serialization.XmlSerializerNamespaces namespaces) => throw null; - public XmlSerializerNamespaces(System.Xml.XmlQualifiedName[] namespaces) => throw null; - public System.Xml.XmlQualifiedName[] ToArray() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)10624)] - public class XmlTextAttribute : System.Attribute - { - public XmlTextAttribute() => throw null; - public XmlTextAttribute(System.Type type) => throw null; - public string DataType { get => throw null; set { } } - public System.Type Type { get => throw null; set { } } - } - } - public enum ValidationType - { - None = 0, - Auto = 1, - DTD = 2, - XDR = 3, - Schema = 4, - } - public enum WhitespaceHandling - { - All = 0, - Significant = 1, - None = 2, - } - public enum WriteState - { - Start = 0, - Prolog = 1, - Element = 2, - Attribute = 3, - Content = 4, - Closed = 5, - Error = 6, - } - public class XmlAttribute : System.Xml.XmlNode - { - public override System.Xml.XmlNode AppendChild(System.Xml.XmlNode newChild) => throw null; - public override string BaseURI { get => throw null; } - public override System.Xml.XmlNode CloneNode(bool deep) => throw null; - protected XmlAttribute(string prefix, string localName, string namespaceURI, System.Xml.XmlDocument doc) => throw null; - public override string InnerText { set { } } - public override string InnerXml { set { } } - public override System.Xml.XmlNode InsertAfter(System.Xml.XmlNode newChild, System.Xml.XmlNode refChild) => throw null; - public override System.Xml.XmlNode InsertBefore(System.Xml.XmlNode newChild, System.Xml.XmlNode refChild) => throw null; - public override string LocalName { get => throw null; } - public override string Name { get => throw null; } - public override string NamespaceURI { get => throw null; } - public override System.Xml.XmlNodeType NodeType { get => throw null; } - public override System.Xml.XmlDocument OwnerDocument { get => throw null; } - public virtual System.Xml.XmlElement OwnerElement { get => throw null; } - public override System.Xml.XmlNode ParentNode { get => throw null; } - public override string Prefix { get => throw null; set { } } - public override System.Xml.XmlNode PrependChild(System.Xml.XmlNode newChild) => throw null; - public override System.Xml.XmlNode RemoveChild(System.Xml.XmlNode oldChild) => throw null; - public override System.Xml.XmlNode ReplaceChild(System.Xml.XmlNode newChild, System.Xml.XmlNode oldChild) => throw null; - public override System.Xml.Schema.IXmlSchemaInfo SchemaInfo { get => throw null; } - public virtual bool Specified { get => throw null; } - public override string Value { get => throw null; set { } } - public override void WriteContentTo(System.Xml.XmlWriter w) => throw null; - public override void WriteTo(System.Xml.XmlWriter w) => throw null; - } - public sealed class XmlAttributeCollection : System.Xml.XmlNamedNodeMap, System.Collections.ICollection, System.Collections.IEnumerable - { - public System.Xml.XmlAttribute Append(System.Xml.XmlAttribute node) => throw null; - public void CopyTo(System.Xml.XmlAttribute[] array, int index) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - int System.Collections.ICollection.Count { get => throw null; } - public System.Xml.XmlAttribute InsertAfter(System.Xml.XmlAttribute newNode, System.Xml.XmlAttribute refNode) => throw null; - public System.Xml.XmlAttribute InsertBefore(System.Xml.XmlAttribute newNode, System.Xml.XmlAttribute refNode) => throw null; - bool System.Collections.ICollection.IsSynchronized { get => throw null; } - public System.Xml.XmlAttribute Prepend(System.Xml.XmlAttribute node) => throw null; - public System.Xml.XmlAttribute Remove(System.Xml.XmlAttribute node) => throw null; - public void RemoveAll() => throw null; - public System.Xml.XmlAttribute RemoveAt(int i) => throw null; - public override System.Xml.XmlNode SetNamedItem(System.Xml.XmlNode node) => throw null; - object System.Collections.ICollection.SyncRoot { get => throw null; } - [System.Runtime.CompilerServices.IndexerName("ItemOf")] - public System.Xml.XmlAttribute this[int i] { get => throw null; } - [System.Runtime.CompilerServices.IndexerName("ItemOf")] - public System.Xml.XmlAttribute this[string name] { get => throw null; } - [System.Runtime.CompilerServices.IndexerName("ItemOf")] - public System.Xml.XmlAttribute this[string localName, string namespaceURI] { get => throw null; } - } - public class XmlCDataSection : System.Xml.XmlCharacterData - { - public override System.Xml.XmlNode CloneNode(bool deep) => throw null; - protected XmlCDataSection(string data, System.Xml.XmlDocument doc) : base(default(string), default(System.Xml.XmlDocument)) => throw null; - public override string LocalName { get => throw null; } - public override string Name { get => throw null; } - public override System.Xml.XmlNodeType NodeType { get => throw null; } - public override System.Xml.XmlNode ParentNode { get => throw null; } - public override System.Xml.XmlNode PreviousText { get => throw null; } - public override void WriteContentTo(System.Xml.XmlWriter w) => throw null; - public override void WriteTo(System.Xml.XmlWriter w) => throw null; - } - public abstract class XmlCharacterData : System.Xml.XmlLinkedNode - { - public virtual void AppendData(string strData) => throw null; - protected XmlCharacterData(string data, System.Xml.XmlDocument doc) => throw null; - public virtual string Data { get => throw null; set { } } - public virtual void DeleteData(int offset, int count) => throw null; - public override string InnerText { get => throw null; set { } } - public virtual void InsertData(int offset, string strData) => throw null; - public virtual int Length { get => throw null; } - public virtual void ReplaceData(int offset, int count, string strData) => throw null; - public virtual string Substring(int offset, int count) => throw null; - public override string Value { get => throw null; set { } } - } - public class XmlComment : System.Xml.XmlCharacterData - { - public override System.Xml.XmlNode CloneNode(bool deep) => throw null; - protected XmlComment(string comment, System.Xml.XmlDocument doc) : base(default(string), default(System.Xml.XmlDocument)) => throw null; - public override string LocalName { get => throw null; } - public override string Name { get => throw null; } - public override System.Xml.XmlNodeType NodeType { get => throw null; } - public override void WriteContentTo(System.Xml.XmlWriter w) => throw null; - public override void WriteTo(System.Xml.XmlWriter w) => throw null; - } - public class XmlConvert - { - public XmlConvert() => throw null; - public static string DecodeName(string name) => throw null; - public static string EncodeLocalName(string name) => throw null; - public static string EncodeName(string name) => throw null; - public static string EncodeNmToken(string name) => throw null; - public static bool IsNCNameChar(char ch) => throw null; - public static bool IsPublicIdChar(char ch) => throw null; - public static bool IsStartNCNameChar(char ch) => throw null; - public static bool IsWhitespaceChar(char ch) => throw null; - public static bool IsXmlChar(char ch) => throw null; - public static bool IsXmlSurrogatePair(char lowChar, char highChar) => throw null; - public static bool ToBoolean(string s) => throw null; - public static byte ToByte(string s) => throw null; - public static char ToChar(string s) => throw null; - public static System.DateTime ToDateTime(string s) => throw null; - public static System.DateTime ToDateTime(string s, string format) => throw null; - public static System.DateTime ToDateTime(string s, string[] formats) => throw null; - public static System.DateTime ToDateTime(string s, System.Xml.XmlDateTimeSerializationMode dateTimeOption) => throw null; - public static System.DateTimeOffset ToDateTimeOffset(string s) => throw null; - public static System.DateTimeOffset ToDateTimeOffset(string s, string format) => throw null; - public static System.DateTimeOffset ToDateTimeOffset(string s, string[] formats) => throw null; - public static decimal ToDecimal(string s) => throw null; - public static double ToDouble(string s) => throw null; - public static System.Guid ToGuid(string s) => throw null; - public static short ToInt16(string s) => throw null; - public static int ToInt32(string s) => throw null; - public static long ToInt64(string s) => throw null; - public static sbyte ToSByte(string s) => throw null; - public static float ToSingle(string s) => throw null; - public static string ToString(bool value) => throw null; - public static string ToString(byte value) => throw null; - public static string ToString(char value) => throw null; - public static string ToString(System.DateTime value) => throw null; - public static string ToString(System.DateTime value, string format) => throw null; - public static string ToString(System.DateTime value, System.Xml.XmlDateTimeSerializationMode dateTimeOption) => throw null; - public static string ToString(System.DateTimeOffset value) => throw null; - public static string ToString(System.DateTimeOffset value, string format) => throw null; - public static string ToString(decimal value) => throw null; - public static string ToString(double value) => throw null; - public static string ToString(System.Guid value) => throw null; - public static string ToString(short value) => throw null; - public static string ToString(int value) => throw null; - public static string ToString(long value) => throw null; - public static string ToString(sbyte value) => throw null; - public static string ToString(float value) => throw null; - public static string ToString(System.TimeSpan value) => throw null; - public static string ToString(ushort value) => throw null; - public static string ToString(uint value) => throw null; - public static string ToString(ulong value) => throw null; - public static System.TimeSpan ToTimeSpan(string s) => throw null; - public static ushort ToUInt16(string s) => throw null; - public static uint ToUInt32(string s) => throw null; - public static ulong ToUInt64(string s) => throw null; - public static string VerifyName(string name) => throw null; - public static string VerifyNCName(string name) => throw null; - public static string VerifyNMTOKEN(string name) => throw null; - public static string VerifyPublicId(string publicId) => throw null; - public static string VerifyTOKEN(string token) => throw null; - public static string VerifyWhitespace(string content) => throw null; - public static string VerifyXmlChars(string content) => throw null; - } - public enum XmlDateTimeSerializationMode - { - Local = 0, - Utc = 1, - Unspecified = 2, - RoundtripKind = 3, - } - public class XmlDeclaration : System.Xml.XmlLinkedNode - { - public override System.Xml.XmlNode CloneNode(bool deep) => throw null; - protected XmlDeclaration(string version, string encoding, string standalone, System.Xml.XmlDocument doc) => throw null; - public string Encoding { get => throw null; set { } } - public override string InnerText { get => throw null; set { } } - public override string LocalName { get => throw null; } - public override string Name { get => throw null; } - public override System.Xml.XmlNodeType NodeType { get => throw null; } - public string Standalone { get => throw null; set { } } - public override string Value { get => throw null; set { } } - public string Version { get => throw null; } - public override void WriteContentTo(System.Xml.XmlWriter w) => throw null; - public override void WriteTo(System.Xml.XmlWriter w) => throw null; - } - public class XmlDocument : System.Xml.XmlNode - { - public override string BaseURI { get => throw null; } - public override System.Xml.XmlNode CloneNode(bool deep) => throw null; - public System.Xml.XmlAttribute CreateAttribute(string name) => throw null; - public System.Xml.XmlAttribute CreateAttribute(string qualifiedName, string namespaceURI) => throw null; - public virtual System.Xml.XmlAttribute CreateAttribute(string prefix, string localName, string namespaceURI) => throw null; - public virtual System.Xml.XmlCDataSection CreateCDataSection(string data) => throw null; - public virtual System.Xml.XmlComment CreateComment(string data) => throw null; - protected virtual System.Xml.XmlAttribute CreateDefaultAttribute(string prefix, string localName, string namespaceURI) => throw null; - public virtual System.Xml.XmlDocumentFragment CreateDocumentFragment() => throw null; - public virtual System.Xml.XmlDocumentType CreateDocumentType(string name, string publicId, string systemId, string internalSubset) => throw null; - public System.Xml.XmlElement CreateElement(string name) => throw null; - public System.Xml.XmlElement CreateElement(string qualifiedName, string namespaceURI) => throw null; - public virtual System.Xml.XmlElement CreateElement(string prefix, string localName, string namespaceURI) => throw null; - public virtual System.Xml.XmlEntityReference CreateEntityReference(string name) => throw null; - public override System.Xml.XPath.XPathNavigator CreateNavigator() => throw null; - protected virtual System.Xml.XPath.XPathNavigator CreateNavigator(System.Xml.XmlNode node) => throw null; - public virtual System.Xml.XmlNode CreateNode(string nodeTypeString, string name, string namespaceURI) => throw null; - public virtual System.Xml.XmlNode CreateNode(System.Xml.XmlNodeType type, string name, string namespaceURI) => throw null; - public virtual System.Xml.XmlNode CreateNode(System.Xml.XmlNodeType type, string prefix, string name, string namespaceURI) => throw null; - public virtual System.Xml.XmlProcessingInstruction CreateProcessingInstruction(string target, string data) => throw null; - public virtual System.Xml.XmlSignificantWhitespace CreateSignificantWhitespace(string text) => throw null; - public virtual System.Xml.XmlText CreateTextNode(string text) => throw null; - public virtual System.Xml.XmlWhitespace CreateWhitespace(string text) => throw null; - public virtual System.Xml.XmlDeclaration CreateXmlDeclaration(string version, string encoding, string standalone) => throw null; - public XmlDocument() => throw null; - protected XmlDocument(System.Xml.XmlImplementation imp) => throw null; - public XmlDocument(System.Xml.XmlNameTable nt) => throw null; - public System.Xml.XmlElement DocumentElement { get => throw null; } - public virtual System.Xml.XmlDocumentType DocumentType { get => throw null; } - public virtual System.Xml.XmlElement GetElementById(string elementId) => throw null; - public virtual System.Xml.XmlNodeList GetElementsByTagName(string name) => throw null; - public virtual System.Xml.XmlNodeList GetElementsByTagName(string localName, string namespaceURI) => throw null; - public System.Xml.XmlImplementation Implementation { get => throw null; } - public virtual System.Xml.XmlNode ImportNode(System.Xml.XmlNode node, bool deep) => throw null; - public override string InnerText { set { } } - public override string InnerXml { get => throw null; set { } } - public override bool IsReadOnly { get => throw null; } - public virtual void Load(System.IO.Stream inStream) => throw null; - public virtual void Load(System.IO.TextReader txtReader) => throw null; - public virtual void Load(string filename) => throw null; - public virtual void Load(System.Xml.XmlReader reader) => throw null; - public virtual void LoadXml(string xml) => throw null; - public override string LocalName { get => throw null; } - public override string Name { get => throw null; } - public System.Xml.XmlNameTable NameTable { get => throw null; } - public event System.Xml.XmlNodeChangedEventHandler NodeChanged; - public event System.Xml.XmlNodeChangedEventHandler NodeChanging; - public event System.Xml.XmlNodeChangedEventHandler NodeInserted; - public event System.Xml.XmlNodeChangedEventHandler NodeInserting; - public event System.Xml.XmlNodeChangedEventHandler NodeRemoved; - public event System.Xml.XmlNodeChangedEventHandler NodeRemoving; - public override System.Xml.XmlNodeType NodeType { get => throw null; } - public override System.Xml.XmlDocument OwnerDocument { get => throw null; } - public override System.Xml.XmlNode ParentNode { get => throw null; } - public bool PreserveWhitespace { get => throw null; set { } } - public virtual System.Xml.XmlNode ReadNode(System.Xml.XmlReader reader) => throw null; - public virtual void Save(System.IO.Stream outStream) => throw null; - public virtual void Save(System.IO.TextWriter writer) => throw null; - public virtual void Save(string filename) => throw null; - public virtual void Save(System.Xml.XmlWriter w) => throw null; - public override System.Xml.Schema.IXmlSchemaInfo SchemaInfo { get => throw null; } - public System.Xml.Schema.XmlSchemaSet Schemas { get => throw null; set { } } - public void Validate(System.Xml.Schema.ValidationEventHandler validationEventHandler) => throw null; - public void Validate(System.Xml.Schema.ValidationEventHandler validationEventHandler, System.Xml.XmlNode nodeToValidate) => throw null; - public override void WriteContentTo(System.Xml.XmlWriter xw) => throw null; - public override void WriteTo(System.Xml.XmlWriter w) => throw null; - public virtual System.Xml.XmlResolver XmlResolver { set { } } - } - public class XmlDocumentFragment : System.Xml.XmlNode - { - public override System.Xml.XmlNode CloneNode(bool deep) => throw null; - protected XmlDocumentFragment(System.Xml.XmlDocument ownerDocument) => throw null; - public override string InnerXml { get => throw null; set { } } - public override string LocalName { get => throw null; } - public override string Name { get => throw null; } - public override System.Xml.XmlNodeType NodeType { get => throw null; } - public override System.Xml.XmlDocument OwnerDocument { get => throw null; } - public override System.Xml.XmlNode ParentNode { get => throw null; } - public override void WriteContentTo(System.Xml.XmlWriter w) => throw null; - public override void WriteTo(System.Xml.XmlWriter w) => throw null; - } - public class XmlDocumentType : System.Xml.XmlLinkedNode - { - public override System.Xml.XmlNode CloneNode(bool deep) => throw null; - protected XmlDocumentType(string name, string publicId, string systemId, string internalSubset, System.Xml.XmlDocument doc) => throw null; - public System.Xml.XmlNamedNodeMap Entities { get => throw null; } - public string InternalSubset { get => throw null; } - public override bool IsReadOnly { get => throw null; } - public override string LocalName { get => throw null; } - public override string Name { get => throw null; } - public override System.Xml.XmlNodeType NodeType { get => throw null; } - public System.Xml.XmlNamedNodeMap Notations { get => throw null; } - public string PublicId { get => throw null; } - public string SystemId { get => throw null; } - public override void WriteContentTo(System.Xml.XmlWriter w) => throw null; - public override void WriteTo(System.Xml.XmlWriter w) => throw null; - } - public class XmlElement : System.Xml.XmlLinkedNode - { - public override System.Xml.XmlAttributeCollection Attributes { get => throw null; } - public override System.Xml.XmlNode CloneNode(bool deep) => throw null; - protected XmlElement(string prefix, string localName, string namespaceURI, System.Xml.XmlDocument doc) => throw null; - public virtual string GetAttribute(string name) => throw null; - public virtual string GetAttribute(string localName, string namespaceURI) => throw null; - public virtual System.Xml.XmlAttribute GetAttributeNode(string name) => throw null; - public virtual System.Xml.XmlAttribute GetAttributeNode(string localName, string namespaceURI) => throw null; - public virtual System.Xml.XmlNodeList GetElementsByTagName(string name) => throw null; - public virtual System.Xml.XmlNodeList GetElementsByTagName(string localName, string namespaceURI) => throw null; - public virtual bool HasAttribute(string name) => throw null; - public virtual bool HasAttribute(string localName, string namespaceURI) => throw null; - public virtual bool HasAttributes { get => throw null; } - public override string InnerText { get => throw null; set { } } - public override string InnerXml { get => throw null; set { } } - public bool IsEmpty { get => throw null; set { } } - public override string LocalName { get => throw null; } - public override string Name { get => throw null; } - public override string NamespaceURI { get => throw null; } - public override System.Xml.XmlNode NextSibling { get => throw null; } - public override System.Xml.XmlNodeType NodeType { get => throw null; } - public override System.Xml.XmlDocument OwnerDocument { get => throw null; } - public override System.Xml.XmlNode ParentNode { get => throw null; } - public override string Prefix { get => throw null; set { } } - public override void RemoveAll() => throw null; - public virtual void RemoveAllAttributes() => throw null; - public virtual void RemoveAttribute(string name) => throw null; - public virtual void RemoveAttribute(string localName, string namespaceURI) => throw null; - public virtual System.Xml.XmlNode RemoveAttributeAt(int i) => throw null; - public virtual System.Xml.XmlAttribute RemoveAttributeNode(string localName, string namespaceURI) => throw null; - public virtual System.Xml.XmlAttribute RemoveAttributeNode(System.Xml.XmlAttribute oldAttr) => throw null; - public override System.Xml.Schema.IXmlSchemaInfo SchemaInfo { get => throw null; } - public virtual void SetAttribute(string name, string value) => throw null; - public virtual string SetAttribute(string localName, string namespaceURI, string value) => throw null; - public virtual System.Xml.XmlAttribute SetAttributeNode(string localName, string namespaceURI) => throw null; - public virtual System.Xml.XmlAttribute SetAttributeNode(System.Xml.XmlAttribute newAttr) => throw null; - public override void WriteContentTo(System.Xml.XmlWriter w) => throw null; - public override void WriteTo(System.Xml.XmlWriter w) => throw null; - } - public class XmlEntity : System.Xml.XmlNode - { - public override string BaseURI { get => throw null; } - public override System.Xml.XmlNode CloneNode(bool deep) => throw null; - public override string InnerText { get => throw null; set { } } - public override string InnerXml { get => throw null; set { } } - public override bool IsReadOnly { get => throw null; } - public override string LocalName { get => throw null; } - public override string Name { get => throw null; } - public override System.Xml.XmlNodeType NodeType { get => throw null; } - public string NotationName { get => throw null; } - public override string OuterXml { get => throw null; } - public string PublicId { get => throw null; } - public string SystemId { get => throw null; } - public override void WriteContentTo(System.Xml.XmlWriter w) => throw null; - public override void WriteTo(System.Xml.XmlWriter w) => throw null; - } - public class XmlEntityReference : System.Xml.XmlLinkedNode - { - public override string BaseURI { get => throw null; } - public override System.Xml.XmlNode CloneNode(bool deep) => throw null; - protected XmlEntityReference(string name, System.Xml.XmlDocument doc) => throw null; - public override bool IsReadOnly { get => throw null; } - public override string LocalName { get => throw null; } - public override string Name { get => throw null; } - public override System.Xml.XmlNodeType NodeType { get => throw null; } - public override string Value { get => throw null; set { } } - public override void WriteContentTo(System.Xml.XmlWriter w) => throw null; - public override void WriteTo(System.Xml.XmlWriter w) => throw null; - } - public class XmlException : System.SystemException - { - public XmlException() => throw null; - protected XmlException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public XmlException(string message) => throw null; - public XmlException(string message, System.Exception innerException) => throw null; - public XmlException(string message, System.Exception innerException, int lineNumber, int linePosition) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public int LineNumber { get => throw null; } - public int LinePosition { get => throw null; } - public override string Message { get => throw null; } - public string SourceUri { get => throw null; } - } - public class XmlImplementation - { - public virtual System.Xml.XmlDocument CreateDocument() => throw null; - public XmlImplementation() => throw null; - public XmlImplementation(System.Xml.XmlNameTable nt) => throw null; - public bool HasFeature(string strFeature, string strVersion) => throw null; - } - public abstract class XmlLinkedNode : System.Xml.XmlNode - { - public override System.Xml.XmlNode NextSibling { get => throw null; } - public override System.Xml.XmlNode PreviousSibling { get => throw null; } - } - public class XmlNamedNodeMap : System.Collections.IEnumerable - { - public virtual int Count { get => throw null; } - public virtual System.Collections.IEnumerator GetEnumerator() => throw null; - public virtual System.Xml.XmlNode GetNamedItem(string name) => throw null; - public virtual System.Xml.XmlNode GetNamedItem(string localName, string namespaceURI) => throw null; - public virtual System.Xml.XmlNode Item(int index) => throw null; - public virtual System.Xml.XmlNode RemoveNamedItem(string name) => throw null; - public virtual System.Xml.XmlNode RemoveNamedItem(string localName, string namespaceURI) => throw null; - public virtual System.Xml.XmlNode SetNamedItem(System.Xml.XmlNode node) => throw null; - } - public class XmlNamespaceManager : System.Collections.IEnumerable, System.Xml.IXmlNamespaceResolver - { - public virtual void AddNamespace(string prefix, string uri) => throw null; - public XmlNamespaceManager(System.Xml.XmlNameTable nameTable) => throw null; - public virtual string DefaultNamespace { get => throw null; } - public virtual System.Collections.IEnumerator GetEnumerator() => throw null; - public virtual System.Collections.Generic.IDictionary GetNamespacesInScope(System.Xml.XmlNamespaceScope scope) => throw null; - public virtual bool HasNamespace(string prefix) => throw null; - public virtual string LookupNamespace(string prefix) => throw null; - public virtual string LookupPrefix(string uri) => throw null; - public virtual System.Xml.XmlNameTable NameTable { get => throw null; } - public virtual bool PopScope() => throw null; - public virtual void PushScope() => throw null; - public virtual void RemoveNamespace(string prefix, string uri) => throw null; - } - public enum XmlNamespaceScope - { - All = 0, - ExcludeXml = 1, - Local = 2, - } - public abstract class XmlNameTable - { - public abstract string Add(char[] array, int offset, int length); - public abstract string Add(string array); - protected XmlNameTable() => throw null; - public abstract string Get(char[] array, int offset, int length); - public abstract string Get(string array); - } - public abstract class XmlNode : System.ICloneable, System.Collections.IEnumerable, System.Xml.XPath.IXPathNavigable - { - public virtual System.Xml.XmlNode AppendChild(System.Xml.XmlNode newChild) => throw null; - public virtual System.Xml.XmlAttributeCollection Attributes { get => throw null; } - public virtual string BaseURI { get => throw null; } - public virtual System.Xml.XmlNodeList ChildNodes { get => throw null; } - public virtual System.Xml.XmlNode Clone() => throw null; - object System.ICloneable.Clone() => throw null; - public abstract System.Xml.XmlNode CloneNode(bool deep); - public virtual System.Xml.XPath.XPathNavigator CreateNavigator() => throw null; - public virtual System.Xml.XmlNode FirstChild { get => throw null; } - public System.Collections.IEnumerator GetEnumerator() => throw null; - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; - public virtual string GetNamespaceOfPrefix(string prefix) => throw null; - public virtual string GetPrefixOfNamespace(string namespaceURI) => throw null; - public virtual bool HasChildNodes { get => throw null; } - public virtual string InnerText { get => throw null; set { } } - public virtual string InnerXml { get => throw null; set { } } - public virtual System.Xml.XmlNode InsertAfter(System.Xml.XmlNode newChild, System.Xml.XmlNode refChild) => throw null; - public virtual System.Xml.XmlNode InsertBefore(System.Xml.XmlNode newChild, System.Xml.XmlNode refChild) => throw null; - public virtual bool IsReadOnly { get => throw null; } - public virtual System.Xml.XmlNode LastChild { get => throw null; } - public abstract string LocalName { get; } - public abstract string Name { get; } - public virtual string NamespaceURI { get => throw null; } - public virtual System.Xml.XmlNode NextSibling { get => throw null; } - public abstract System.Xml.XmlNodeType NodeType { get; } - public virtual void Normalize() => throw null; - public virtual string OuterXml { get => throw null; } - public virtual System.Xml.XmlDocument OwnerDocument { get => throw null; } - public virtual System.Xml.XmlNode ParentNode { get => throw null; } - public virtual string Prefix { get => throw null; set { } } - public virtual System.Xml.XmlNode PrependChild(System.Xml.XmlNode newChild) => throw null; - public virtual System.Xml.XmlNode PreviousSibling { get => throw null; } - public virtual System.Xml.XmlNode PreviousText { get => throw null; } - public virtual void RemoveAll() => throw null; - public virtual System.Xml.XmlNode RemoveChild(System.Xml.XmlNode oldChild) => throw null; - public virtual System.Xml.XmlNode ReplaceChild(System.Xml.XmlNode newChild, System.Xml.XmlNode oldChild) => throw null; - public virtual System.Xml.Schema.IXmlSchemaInfo SchemaInfo { get => throw null; } - public System.Xml.XmlNodeList SelectNodes(string xpath) => throw null; - public System.Xml.XmlNodeList SelectNodes(string xpath, System.Xml.XmlNamespaceManager nsmgr) => throw null; - public System.Xml.XmlNode SelectSingleNode(string xpath) => throw null; - public System.Xml.XmlNode SelectSingleNode(string xpath, System.Xml.XmlNamespaceManager nsmgr) => throw null; - public virtual bool Supports(string feature, string version) => throw null; - public virtual System.Xml.XmlElement this[string name] { get => throw null; } - public virtual System.Xml.XmlElement this[string localname, string ns] { get => throw null; } - public virtual string Value { get => throw null; set { } } - public abstract void WriteContentTo(System.Xml.XmlWriter w); - public abstract void WriteTo(System.Xml.XmlWriter w); - } - public enum XmlNodeChangedAction - { - Insert = 0, - Remove = 1, - Change = 2, - } - public class XmlNodeChangedEventArgs : System.EventArgs - { - public System.Xml.XmlNodeChangedAction Action { get => throw null; } - public XmlNodeChangedEventArgs(System.Xml.XmlNode node, System.Xml.XmlNode oldParent, System.Xml.XmlNode newParent, string oldValue, string newValue, System.Xml.XmlNodeChangedAction action) => throw null; - public System.Xml.XmlNode NewParent { get => throw null; } - public string NewValue { get => throw null; } - public System.Xml.XmlNode Node { get => throw null; } - public System.Xml.XmlNode OldParent { get => throw null; } - public string OldValue { get => throw null; } - } - public delegate void XmlNodeChangedEventHandler(object sender, System.Xml.XmlNodeChangedEventArgs e); - public abstract class XmlNodeList : System.IDisposable, System.Collections.IEnumerable - { - public abstract int Count { get; } - protected XmlNodeList() => throw null; - void System.IDisposable.Dispose() => throw null; - public abstract System.Collections.IEnumerator GetEnumerator(); - public abstract System.Xml.XmlNode Item(int index); - protected virtual void PrivateDisposeNodeList() => throw null; - [System.Runtime.CompilerServices.IndexerName("ItemOf")] - public virtual System.Xml.XmlNode this[int i] { get => throw null; } - } - public enum XmlNodeOrder - { - Before = 0, - After = 1, - Same = 2, - Unknown = 3, - } - public class XmlNodeReader : System.Xml.XmlReader, System.Xml.IXmlNamespaceResolver - { - public override int AttributeCount { get => throw null; } - public override string BaseURI { get => throw null; } - public override bool CanReadBinaryContent { get => throw null; } - public override bool CanResolveEntity { get => throw null; } - public override void Close() => throw null; - public XmlNodeReader(System.Xml.XmlNode node) => throw null; - public override int Depth { get => throw null; } - public override bool EOF { get => throw null; } - public override string GetAttribute(int attributeIndex) => throw null; - public override string GetAttribute(string name) => throw null; - public override string GetAttribute(string name, string namespaceURI) => throw null; - System.Collections.Generic.IDictionary System.Xml.IXmlNamespaceResolver.GetNamespacesInScope(System.Xml.XmlNamespaceScope scope) => throw null; - public override bool HasAttributes { get => throw null; } - public override bool HasValue { get => throw null; } - public override bool IsDefault { get => throw null; } - public override bool IsEmptyElement { get => throw null; } - public override string LocalName { get => throw null; } - public override string LookupNamespace(string prefix) => throw null; - string System.Xml.IXmlNamespaceResolver.LookupNamespace(string prefix) => throw null; - string System.Xml.IXmlNamespaceResolver.LookupPrefix(string namespaceName) => throw null; - public override void MoveToAttribute(int attributeIndex) => throw null; - public override bool MoveToAttribute(string name) => throw null; - public override bool MoveToAttribute(string name, string namespaceURI) => throw null; - public override bool MoveToElement() => throw null; - public override bool MoveToFirstAttribute() => throw null; - public override bool MoveToNextAttribute() => throw null; - public override string Name { get => throw null; } - public override string NamespaceURI { get => throw null; } - public override System.Xml.XmlNameTable NameTable { get => throw null; } - public override System.Xml.XmlNodeType NodeType { get => throw null; } - public override string Prefix { get => throw null; } - public override bool Read() => throw null; - public override bool ReadAttributeValue() => throw null; - public override int ReadContentAsBase64(byte[] buffer, int index, int count) => throw null; - public override int ReadContentAsBinHex(byte[] buffer, int index, int count) => throw null; - public override int ReadElementContentAsBase64(byte[] buffer, int index, int count) => throw null; - public override int ReadElementContentAsBinHex(byte[] buffer, int index, int count) => throw null; - public override System.Xml.ReadState ReadState { get => throw null; } - public override string ReadString() => throw null; - public override void ResolveEntity() => throw null; - public override System.Xml.Schema.IXmlSchemaInfo SchemaInfo { get => throw null; } - public override void Skip() => throw null; - public override string Value { get => throw null; } - public override string XmlLang { get => throw null; } - public override System.Xml.XmlSpace XmlSpace { get => throw null; } - } - public enum XmlNodeType - { - None = 0, - Element = 1, - Attribute = 2, - Text = 3, - CDATA = 4, - EntityReference = 5, - Entity = 6, - ProcessingInstruction = 7, - Comment = 8, - Document = 9, - DocumentType = 10, - DocumentFragment = 11, - Notation = 12, - Whitespace = 13, - SignificantWhitespace = 14, - EndElement = 15, - EndEntity = 16, - XmlDeclaration = 17, - } - public class XmlNotation : System.Xml.XmlNode - { - public override System.Xml.XmlNode CloneNode(bool deep) => throw null; - public override string InnerXml { get => throw null; set { } } - public override bool IsReadOnly { get => throw null; } - public override string LocalName { get => throw null; } - public override string Name { get => throw null; } - public override System.Xml.XmlNodeType NodeType { get => throw null; } - public override string OuterXml { get => throw null; } - public string PublicId { get => throw null; } - public string SystemId { get => throw null; } - public override void WriteContentTo(System.Xml.XmlWriter w) => throw null; - public override void WriteTo(System.Xml.XmlWriter w) => throw null; - } - public enum XmlOutputMethod - { - Xml = 0, - Html = 1, - Text = 2, - AutoDetect = 3, - } - public class XmlParserContext - { - public string BaseURI { get => throw null; set { } } - public XmlParserContext(System.Xml.XmlNameTable nt, System.Xml.XmlNamespaceManager nsMgr, string docTypeName, string pubId, string sysId, string internalSubset, string baseURI, string xmlLang, System.Xml.XmlSpace xmlSpace) => throw null; - public XmlParserContext(System.Xml.XmlNameTable nt, System.Xml.XmlNamespaceManager nsMgr, string docTypeName, string pubId, string sysId, string internalSubset, string baseURI, string xmlLang, System.Xml.XmlSpace xmlSpace, System.Text.Encoding enc) => throw null; - public XmlParserContext(System.Xml.XmlNameTable nt, System.Xml.XmlNamespaceManager nsMgr, string xmlLang, System.Xml.XmlSpace xmlSpace) => throw null; - public XmlParserContext(System.Xml.XmlNameTable nt, System.Xml.XmlNamespaceManager nsMgr, string xmlLang, System.Xml.XmlSpace xmlSpace, System.Text.Encoding enc) => throw null; - public string DocTypeName { get => throw null; set { } } - public System.Text.Encoding Encoding { get => throw null; set { } } - public string InternalSubset { get => throw null; set { } } - public System.Xml.XmlNamespaceManager NamespaceManager { get => throw null; set { } } - public System.Xml.XmlNameTable NameTable { get => throw null; set { } } - public string PublicId { get => throw null; set { } } - public string SystemId { get => throw null; set { } } - public string XmlLang { get => throw null; set { } } - public System.Xml.XmlSpace XmlSpace { get => throw null; set { } } - } - public class XmlProcessingInstruction : System.Xml.XmlLinkedNode - { - public override System.Xml.XmlNode CloneNode(bool deep) => throw null; - protected XmlProcessingInstruction(string target, string data, System.Xml.XmlDocument doc) => throw null; - public string Data { get => throw null; set { } } - public override string InnerText { get => throw null; set { } } - public override string LocalName { get => throw null; } - public override string Name { get => throw null; } - public override System.Xml.XmlNodeType NodeType { get => throw null; } - public string Target { get => throw null; } - public override string Value { get => throw null; set { } } - public override void WriteContentTo(System.Xml.XmlWriter w) => throw null; - public override void WriteTo(System.Xml.XmlWriter w) => throw null; - } - public class XmlQualifiedName - { - public XmlQualifiedName() => throw null; - public XmlQualifiedName(string name) => throw null; - public XmlQualifiedName(string name, string ns) => throw null; - public static readonly System.Xml.XmlQualifiedName Empty; - public override bool Equals(object other) => throw null; - public override int GetHashCode() => throw null; - public bool IsEmpty { get => throw null; } - public string Name { get => throw null; } - public string Namespace { get => throw null; } - public static bool operator ==(System.Xml.XmlQualifiedName a, System.Xml.XmlQualifiedName b) => throw null; - public static bool operator !=(System.Xml.XmlQualifiedName a, System.Xml.XmlQualifiedName b) => throw null; - public override string ToString() => throw null; - public static string ToString(string name, string ns) => throw null; - } - public abstract class XmlReader : System.IDisposable - { - public abstract int AttributeCount { get; } - public abstract string BaseURI { get; } - public virtual bool CanReadBinaryContent { get => throw null; } - public virtual bool CanReadValueChunk { get => throw null; } - public virtual bool CanResolveEntity { get => throw null; } - public virtual void Close() => throw null; - public static System.Xml.XmlReader Create(System.IO.Stream input) => throw null; - public static System.Xml.XmlReader Create(System.IO.Stream input, System.Xml.XmlReaderSettings settings) => throw null; - public static System.Xml.XmlReader Create(System.IO.Stream input, System.Xml.XmlReaderSettings settings, string baseUri) => throw null; - public static System.Xml.XmlReader Create(System.IO.Stream input, System.Xml.XmlReaderSettings settings, System.Xml.XmlParserContext inputContext) => throw null; - public static System.Xml.XmlReader Create(System.IO.TextReader input) => throw null; - public static System.Xml.XmlReader Create(System.IO.TextReader input, System.Xml.XmlReaderSettings settings) => throw null; - public static System.Xml.XmlReader Create(System.IO.TextReader input, System.Xml.XmlReaderSettings settings, string baseUri) => throw null; - public static System.Xml.XmlReader Create(System.IO.TextReader input, System.Xml.XmlReaderSettings settings, System.Xml.XmlParserContext inputContext) => throw null; - public static System.Xml.XmlReader Create(string inputUri) => throw null; - public static System.Xml.XmlReader Create(string inputUri, System.Xml.XmlReaderSettings settings) => throw null; - public static System.Xml.XmlReader Create(string inputUri, System.Xml.XmlReaderSettings settings, System.Xml.XmlParserContext inputContext) => throw null; - public static System.Xml.XmlReader Create(System.Xml.XmlReader reader, System.Xml.XmlReaderSettings settings) => throw null; - protected XmlReader() => throw null; - public abstract int Depth { get; } - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public abstract bool EOF { get; } - public abstract string GetAttribute(int i); - public abstract string GetAttribute(string name); - public abstract string GetAttribute(string name, string namespaceURI); - public virtual System.Threading.Tasks.Task GetValueAsync() => throw null; - public virtual bool HasAttributes { get => throw null; } - public virtual bool HasValue { get => throw null; } - public virtual bool IsDefault { get => throw null; } - public abstract bool IsEmptyElement { get; } - public static bool IsName(string str) => throw null; - public static bool IsNameToken(string str) => throw null; - public virtual bool IsStartElement() => throw null; - public virtual bool IsStartElement(string name) => throw null; - public virtual bool IsStartElement(string localname, string ns) => throw null; - public abstract string LocalName { get; } - public abstract string LookupNamespace(string prefix); - public virtual void MoveToAttribute(int i) => throw null; - public abstract bool MoveToAttribute(string name); - public abstract bool MoveToAttribute(string name, string ns); - public virtual System.Xml.XmlNodeType MoveToContent() => throw null; - public virtual System.Threading.Tasks.Task MoveToContentAsync() => throw null; - public abstract bool MoveToElement(); - public abstract bool MoveToFirstAttribute(); - public abstract bool MoveToNextAttribute(); - public virtual string Name { get => throw null; } - public abstract string NamespaceURI { get; } - public abstract System.Xml.XmlNameTable NameTable { get; } - public abstract System.Xml.XmlNodeType NodeType { get; } - public abstract string Prefix { get; } - public virtual char QuoteChar { get => throw null; } - public abstract bool Read(); - public virtual System.Threading.Tasks.Task ReadAsync() => throw null; - public abstract bool ReadAttributeValue(); - public virtual object ReadContentAs(System.Type returnType, System.Xml.IXmlNamespaceResolver namespaceResolver) => throw null; - public virtual System.Threading.Tasks.Task ReadContentAsAsync(System.Type returnType, System.Xml.IXmlNamespaceResolver namespaceResolver) => throw null; - public virtual int ReadContentAsBase64(byte[] buffer, int index, int count) => throw null; - public virtual System.Threading.Tasks.Task ReadContentAsBase64Async(byte[] buffer, int index, int count) => throw null; - public virtual int ReadContentAsBinHex(byte[] buffer, int index, int count) => throw null; - public virtual System.Threading.Tasks.Task ReadContentAsBinHexAsync(byte[] buffer, int index, int count) => throw null; - public virtual bool ReadContentAsBoolean() => throw null; - public virtual System.DateTime ReadContentAsDateTime() => throw null; - public virtual System.DateTimeOffset ReadContentAsDateTimeOffset() => throw null; - public virtual decimal ReadContentAsDecimal() => throw null; - public virtual double ReadContentAsDouble() => throw null; - public virtual float ReadContentAsFloat() => throw null; - public virtual int ReadContentAsInt() => throw null; - public virtual long ReadContentAsLong() => throw null; - public virtual object ReadContentAsObject() => throw null; - public virtual System.Threading.Tasks.Task ReadContentAsObjectAsync() => throw null; - public virtual string ReadContentAsString() => throw null; - public virtual System.Threading.Tasks.Task ReadContentAsStringAsync() => throw null; - public virtual object ReadElementContentAs(System.Type returnType, System.Xml.IXmlNamespaceResolver namespaceResolver) => throw null; - public virtual object ReadElementContentAs(System.Type returnType, System.Xml.IXmlNamespaceResolver namespaceResolver, string localName, string namespaceURI) => throw null; - public virtual System.Threading.Tasks.Task ReadElementContentAsAsync(System.Type returnType, System.Xml.IXmlNamespaceResolver namespaceResolver) => throw null; - public virtual int ReadElementContentAsBase64(byte[] buffer, int index, int count) => throw null; - public virtual System.Threading.Tasks.Task ReadElementContentAsBase64Async(byte[] buffer, int index, int count) => throw null; - public virtual int ReadElementContentAsBinHex(byte[] buffer, int index, int count) => throw null; - public virtual System.Threading.Tasks.Task ReadElementContentAsBinHexAsync(byte[] buffer, int index, int count) => throw null; - public virtual bool ReadElementContentAsBoolean() => throw null; - public virtual bool ReadElementContentAsBoolean(string localName, string namespaceURI) => throw null; - public virtual System.DateTime ReadElementContentAsDateTime() => throw null; - public virtual System.DateTime ReadElementContentAsDateTime(string localName, string namespaceURI) => throw null; - public virtual decimal ReadElementContentAsDecimal() => throw null; - public virtual decimal ReadElementContentAsDecimal(string localName, string namespaceURI) => throw null; - public virtual double ReadElementContentAsDouble() => throw null; - public virtual double ReadElementContentAsDouble(string localName, string namespaceURI) => throw null; - public virtual float ReadElementContentAsFloat() => throw null; - public virtual float ReadElementContentAsFloat(string localName, string namespaceURI) => throw null; - public virtual int ReadElementContentAsInt() => throw null; - public virtual int ReadElementContentAsInt(string localName, string namespaceURI) => throw null; - public virtual long ReadElementContentAsLong() => throw null; - public virtual long ReadElementContentAsLong(string localName, string namespaceURI) => throw null; - public virtual object ReadElementContentAsObject() => throw null; - public virtual object ReadElementContentAsObject(string localName, string namespaceURI) => throw null; - public virtual System.Threading.Tasks.Task ReadElementContentAsObjectAsync() => throw null; - public virtual string ReadElementContentAsString() => throw null; - public virtual string ReadElementContentAsString(string localName, string namespaceURI) => throw null; - public virtual System.Threading.Tasks.Task ReadElementContentAsStringAsync() => throw null; - public virtual string ReadElementString() => throw null; - public virtual string ReadElementString(string name) => throw null; - public virtual string ReadElementString(string localname, string ns) => throw null; - public virtual void ReadEndElement() => throw null; - public virtual string ReadInnerXml() => throw null; - public virtual System.Threading.Tasks.Task ReadInnerXmlAsync() => throw null; - public virtual string ReadOuterXml() => throw null; - public virtual System.Threading.Tasks.Task ReadOuterXmlAsync() => throw null; - public virtual void ReadStartElement() => throw null; - public virtual void ReadStartElement(string name) => throw null; - public virtual void ReadStartElement(string localname, string ns) => throw null; - public abstract System.Xml.ReadState ReadState { get; } - public virtual string ReadString() => throw null; - public virtual System.Xml.XmlReader ReadSubtree() => throw null; - public virtual bool ReadToDescendant(string name) => throw null; - public virtual bool ReadToDescendant(string localName, string namespaceURI) => throw null; - public virtual bool ReadToFollowing(string name) => throw null; - public virtual bool ReadToFollowing(string localName, string namespaceURI) => throw null; - public virtual bool ReadToNextSibling(string name) => throw null; - public virtual bool ReadToNextSibling(string localName, string namespaceURI) => throw null; - public virtual int ReadValueChunk(char[] buffer, int index, int count) => throw null; - public virtual System.Threading.Tasks.Task ReadValueChunkAsync(char[] buffer, int index, int count) => throw null; - public abstract void ResolveEntity(); - public virtual System.Xml.Schema.IXmlSchemaInfo SchemaInfo { get => throw null; } - public virtual System.Xml.XmlReaderSettings Settings { get => throw null; } - public virtual void Skip() => throw null; - public virtual System.Threading.Tasks.Task SkipAsync() => throw null; - public virtual string this[int i] { get => throw null; } - public virtual string this[string name] { get => throw null; } - public virtual string this[string name, string namespaceURI] { get => throw null; } - public abstract string Value { get; } - public virtual System.Type ValueType { get => throw null; } - public virtual string XmlLang { get => throw null; } - public virtual System.Xml.XmlSpace XmlSpace { get => throw null; } - } - public sealed class XmlReaderSettings - { - public bool Async { get => throw null; set { } } - public bool CheckCharacters { get => throw null; set { } } - public System.Xml.XmlReaderSettings Clone() => throw null; - public bool CloseInput { get => throw null; set { } } - public System.Xml.ConformanceLevel ConformanceLevel { get => throw null; set { } } - public XmlReaderSettings() => throw null; - public System.Xml.DtdProcessing DtdProcessing { get => throw null; set { } } - public bool IgnoreComments { get => throw null; set { } } - public bool IgnoreProcessingInstructions { get => throw null; set { } } - public bool IgnoreWhitespace { get => throw null; set { } } - public int LineNumberOffset { get => throw null; set { } } - public int LinePositionOffset { get => throw null; set { } } - public long MaxCharactersFromEntities { get => throw null; set { } } - public long MaxCharactersInDocument { get => throw null; set { } } - public System.Xml.XmlNameTable NameTable { get => throw null; set { } } - public bool ProhibitDtd { get => throw null; set { } } - public void Reset() => throw null; - public System.Xml.Schema.XmlSchemaSet Schemas { get => throw null; set { } } - public event System.Xml.Schema.ValidationEventHandler ValidationEventHandler; - public System.Xml.Schema.XmlSchemaValidationFlags ValidationFlags { get => throw null; set { } } - public System.Xml.ValidationType ValidationType { get => throw null; set { } } - public System.Xml.XmlResolver XmlResolver { set { } } - } - public abstract class XmlResolver - { - public virtual System.Net.ICredentials Credentials { set { } } - protected XmlResolver() => throw null; - public static System.Xml.XmlResolver FileSystemResolver { get => throw null; } - public abstract object GetEntity(System.Uri absoluteUri, string role, System.Type ofObjectToReturn); - public virtual System.Threading.Tasks.Task GetEntityAsync(System.Uri absoluteUri, string role, System.Type ofObjectToReturn) => throw null; - public virtual System.Uri ResolveUri(System.Uri baseUri, string relativeUri) => throw null; - public virtual bool SupportsType(System.Uri absoluteUri, System.Type type) => throw null; - public static System.Xml.XmlResolver ThrowingResolver { get => throw null; } - } - public class XmlSecureResolver : System.Xml.XmlResolver - { - public override System.Net.ICredentials Credentials { set { } } - public XmlSecureResolver(System.Xml.XmlResolver resolver, string securityUrl) => throw null; - public override object GetEntity(System.Uri absoluteUri, string role, System.Type ofObjectToReturn) => throw null; - public override System.Threading.Tasks.Task GetEntityAsync(System.Uri absoluteUri, string role, System.Type ofObjectToReturn) => throw null; - public override System.Uri ResolveUri(System.Uri baseUri, string relativeUri) => throw null; - } - public class XmlSignificantWhitespace : System.Xml.XmlCharacterData - { - public override System.Xml.XmlNode CloneNode(bool deep) => throw null; - protected XmlSignificantWhitespace(string strData, System.Xml.XmlDocument doc) : base(default(string), default(System.Xml.XmlDocument)) => throw null; - public override string LocalName { get => throw null; } - public override string Name { get => throw null; } - public override System.Xml.XmlNodeType NodeType { get => throw null; } - public override System.Xml.XmlNode ParentNode { get => throw null; } - public override System.Xml.XmlNode PreviousText { get => throw null; } - public override string Value { get => throw null; set { } } - public override void WriteContentTo(System.Xml.XmlWriter w) => throw null; - public override void WriteTo(System.Xml.XmlWriter w) => throw null; - } - public enum XmlSpace - { - None = 0, - Default = 1, - Preserve = 2, - } - public class XmlText : System.Xml.XmlCharacterData - { - public override System.Xml.XmlNode CloneNode(bool deep) => throw null; - protected XmlText(string strData, System.Xml.XmlDocument doc) : base(default(string), default(System.Xml.XmlDocument)) => throw null; - public override string LocalName { get => throw null; } - public override string Name { get => throw null; } - public override System.Xml.XmlNodeType NodeType { get => throw null; } - public override System.Xml.XmlNode ParentNode { get => throw null; } - public override System.Xml.XmlNode PreviousText { get => throw null; } - public virtual System.Xml.XmlText SplitText(int offset) => throw null; - public override string Value { get => throw null; set { } } - public override void WriteContentTo(System.Xml.XmlWriter w) => throw null; - public override void WriteTo(System.Xml.XmlWriter w) => throw null; - } - public class XmlTextReader : System.Xml.XmlReader, System.Xml.IXmlLineInfo, System.Xml.IXmlNamespaceResolver - { - public override int AttributeCount { get => throw null; } - public override string BaseURI { get => throw null; } - public override bool CanReadBinaryContent { get => throw null; } - public override bool CanReadValueChunk { get => throw null; } - public override bool CanResolveEntity { get => throw null; } - public override void Close() => throw null; - protected XmlTextReader() => throw null; - public XmlTextReader(System.IO.Stream input) => throw null; - public XmlTextReader(System.IO.Stream input, System.Xml.XmlNameTable nt) => throw null; - public XmlTextReader(System.IO.Stream xmlFragment, System.Xml.XmlNodeType fragType, System.Xml.XmlParserContext context) => throw null; - public XmlTextReader(System.IO.TextReader input) => throw null; - public XmlTextReader(System.IO.TextReader input, System.Xml.XmlNameTable nt) => throw null; - public XmlTextReader(string url) => throw null; - public XmlTextReader(string url, System.IO.Stream input) => throw null; - public XmlTextReader(string url, System.IO.Stream input, System.Xml.XmlNameTable nt) => throw null; - public XmlTextReader(string url, System.IO.TextReader input) => throw null; - public XmlTextReader(string url, System.IO.TextReader input, System.Xml.XmlNameTable nt) => throw null; - public XmlTextReader(string url, System.Xml.XmlNameTable nt) => throw null; - public XmlTextReader(string xmlFragment, System.Xml.XmlNodeType fragType, System.Xml.XmlParserContext context) => throw null; - protected XmlTextReader(System.Xml.XmlNameTable nt) => throw null; - public override int Depth { get => throw null; } - public System.Xml.DtdProcessing DtdProcessing { get => throw null; set { } } - public System.Text.Encoding Encoding { get => throw null; } - public System.Xml.EntityHandling EntityHandling { get => throw null; set { } } - public override bool EOF { get => throw null; } - public override string GetAttribute(int i) => throw null; - public override string GetAttribute(string name) => throw null; - public override string GetAttribute(string localName, string namespaceURI) => throw null; - public System.Collections.Generic.IDictionary GetNamespacesInScope(System.Xml.XmlNamespaceScope scope) => throw null; - System.Collections.Generic.IDictionary System.Xml.IXmlNamespaceResolver.GetNamespacesInScope(System.Xml.XmlNamespaceScope scope) => throw null; - public System.IO.TextReader GetRemainder() => throw null; - public bool HasLineInfo() => throw null; - public override bool HasValue { get => throw null; } - public override bool IsDefault { get => throw null; } - public override bool IsEmptyElement { get => throw null; } - public int LineNumber { get => throw null; } - public int LinePosition { get => throw null; } - public override string LocalName { get => throw null; } - public override string LookupNamespace(string prefix) => throw null; - string System.Xml.IXmlNamespaceResolver.LookupNamespace(string prefix) => throw null; - string System.Xml.IXmlNamespaceResolver.LookupPrefix(string namespaceName) => throw null; - public override void MoveToAttribute(int i) => throw null; - public override bool MoveToAttribute(string name) => throw null; - public override bool MoveToAttribute(string localName, string namespaceURI) => throw null; - public override bool MoveToElement() => throw null; - public override bool MoveToFirstAttribute() => throw null; - public override bool MoveToNextAttribute() => throw null; - public override string Name { get => throw null; } - public bool Namespaces { get => throw null; set { } } - public override string NamespaceURI { get => throw null; } - public override System.Xml.XmlNameTable NameTable { get => throw null; } - public override System.Xml.XmlNodeType NodeType { get => throw null; } - public bool Normalization { get => throw null; set { } } - public override string Prefix { get => throw null; } - public bool ProhibitDtd { get => throw null; set { } } - public override char QuoteChar { get => throw null; } - public override bool Read() => throw null; - public override bool ReadAttributeValue() => throw null; - public int ReadBase64(byte[] array, int offset, int len) => throw null; - public int ReadBinHex(byte[] array, int offset, int len) => throw null; - public int ReadChars(char[] buffer, int index, int count) => throw null; - public override int ReadContentAsBase64(byte[] buffer, int index, int count) => throw null; - public override int ReadContentAsBinHex(byte[] buffer, int index, int count) => throw null; - public override int ReadElementContentAsBase64(byte[] buffer, int index, int count) => throw null; - public override int ReadElementContentAsBinHex(byte[] buffer, int index, int count) => throw null; - public override System.Xml.ReadState ReadState { get => throw null; } - public override string ReadString() => throw null; - public void ResetState() => throw null; - public override void ResolveEntity() => throw null; - public override void Skip() => throw null; - public override string Value { get => throw null; } - public System.Xml.WhitespaceHandling WhitespaceHandling { get => throw null; set { } } - public override string XmlLang { get => throw null; } - public System.Xml.XmlResolver XmlResolver { set { } } - public override System.Xml.XmlSpace XmlSpace { get => throw null; } - } - public class XmlTextWriter : System.Xml.XmlWriter - { - public System.IO.Stream BaseStream { get => throw null; } - public override void Close() => throw null; - public XmlTextWriter(System.IO.Stream w, System.Text.Encoding encoding) => throw null; - public XmlTextWriter(System.IO.TextWriter w) => throw null; - public XmlTextWriter(string filename, System.Text.Encoding encoding) => throw null; - public override void Flush() => throw null; - public System.Xml.Formatting Formatting { get => throw null; set { } } - public int Indentation { get => throw null; set { } } - public char IndentChar { get => throw null; set { } } - public override string LookupPrefix(string ns) => throw null; - public bool Namespaces { get => throw null; set { } } - public char QuoteChar { get => throw null; set { } } - public override void WriteBase64(byte[] buffer, int index, int count) => throw null; - public override void WriteBinHex(byte[] buffer, int index, int count) => throw null; - public override void WriteCData(string text) => throw null; - public override void WriteCharEntity(char ch) => throw null; - public override void WriteChars(char[] buffer, int index, int count) => throw null; - public override void WriteComment(string text) => throw null; - public override void WriteDocType(string name, string pubid, string sysid, string subset) => throw null; - public override void WriteEndAttribute() => throw null; - public override void WriteEndDocument() => throw null; - public override void WriteEndElement() => throw null; - public override void WriteEntityRef(string name) => throw null; - public override void WriteFullEndElement() => throw null; - public override void WriteName(string name) => throw null; - public override void WriteNmToken(string name) => throw null; - public override void WriteProcessingInstruction(string name, string text) => throw null; - public override void WriteQualifiedName(string localName, string ns) => throw null; - public override void WriteRaw(char[] buffer, int index, int count) => throw null; - public override void WriteRaw(string data) => throw null; - public override void WriteStartAttribute(string prefix, string localName, string ns) => throw null; - public override void WriteStartDocument() => throw null; - public override void WriteStartDocument(bool standalone) => throw null; - public override void WriteStartElement(string prefix, string localName, string ns) => throw null; - public override System.Xml.WriteState WriteState { get => throw null; } - public override void WriteString(string text) => throw null; - public override void WriteSurrogateCharEntity(char lowChar, char highChar) => throw null; - public override void WriteWhitespace(string ws) => throw null; - public override string XmlLang { get => throw null; } - public override System.Xml.XmlSpace XmlSpace { get => throw null; } - } - public enum XmlTokenizedType - { - CDATA = 0, - ID = 1, - IDREF = 2, - IDREFS = 3, - ENTITY = 4, - ENTITIES = 5, - NMTOKEN = 6, - NMTOKENS = 7, - NOTATION = 8, - ENUMERATION = 9, - QName = 10, - NCName = 11, - None = 12, - } - public class XmlUrlResolver : System.Xml.XmlResolver - { - public System.Net.Cache.RequestCachePolicy CachePolicy { set { } } - public override System.Net.ICredentials Credentials { set { } } - public XmlUrlResolver() => throw null; - public override object GetEntity(System.Uri absoluteUri, string role, System.Type ofObjectToReturn) => throw null; - public override System.Threading.Tasks.Task GetEntityAsync(System.Uri absoluteUri, string role, System.Type ofObjectToReturn) => throw null; - public System.Net.IWebProxy Proxy { set { } } - public override System.Uri ResolveUri(System.Uri baseUri, string relativeUri) => throw null; - } - public class XmlValidatingReader : System.Xml.XmlReader, System.Xml.IXmlLineInfo, System.Xml.IXmlNamespaceResolver - { - public override int AttributeCount { get => throw null; } - public override string BaseURI { get => throw null; } - public override bool CanReadBinaryContent { get => throw null; } - public override bool CanResolveEntity { get => throw null; } - public override void Close() => throw null; - public XmlValidatingReader(System.IO.Stream xmlFragment, System.Xml.XmlNodeType fragType, System.Xml.XmlParserContext context) => throw null; - public XmlValidatingReader(string xmlFragment, System.Xml.XmlNodeType fragType, System.Xml.XmlParserContext context) => throw null; - public XmlValidatingReader(System.Xml.XmlReader reader) => throw null; - public override int Depth { get => throw null; } - public System.Text.Encoding Encoding { get => throw null; } - public System.Xml.EntityHandling EntityHandling { get => throw null; set { } } - public override bool EOF { get => throw null; } - public override string GetAttribute(int i) => throw null; - public override string GetAttribute(string name) => throw null; - public override string GetAttribute(string localName, string namespaceURI) => throw null; - System.Collections.Generic.IDictionary System.Xml.IXmlNamespaceResolver.GetNamespacesInScope(System.Xml.XmlNamespaceScope scope) => throw null; - public bool HasLineInfo() => throw null; - public override bool HasValue { get => throw null; } - public override bool IsDefault { get => throw null; } - public override bool IsEmptyElement { get => throw null; } - public int LineNumber { get => throw null; } - public int LinePosition { get => throw null; } - public override string LocalName { get => throw null; } - public override string LookupNamespace(string prefix) => throw null; - string System.Xml.IXmlNamespaceResolver.LookupNamespace(string prefix) => throw null; - string System.Xml.IXmlNamespaceResolver.LookupPrefix(string namespaceName) => throw null; - public override void MoveToAttribute(int i) => throw null; - public override bool MoveToAttribute(string name) => throw null; - public override bool MoveToAttribute(string localName, string namespaceURI) => throw null; - public override bool MoveToElement() => throw null; - public override bool MoveToFirstAttribute() => throw null; - public override bool MoveToNextAttribute() => throw null; - public override string Name { get => throw null; } - public bool Namespaces { get => throw null; set { } } - public override string NamespaceURI { get => throw null; } - public override System.Xml.XmlNameTable NameTable { get => throw null; } - public override System.Xml.XmlNodeType NodeType { get => throw null; } - public override string Prefix { get => throw null; } - public override char QuoteChar { get => throw null; } - public override bool Read() => throw null; - public override bool ReadAttributeValue() => throw null; - public override int ReadContentAsBase64(byte[] buffer, int index, int count) => throw null; - public override int ReadContentAsBinHex(byte[] buffer, int index, int count) => throw null; - public override int ReadElementContentAsBase64(byte[] buffer, int index, int count) => throw null; - public override int ReadElementContentAsBinHex(byte[] buffer, int index, int count) => throw null; - public System.Xml.XmlReader Reader { get => throw null; } - public override System.Xml.ReadState ReadState { get => throw null; } - public override string ReadString() => throw null; - public object ReadTypedValue() => throw null; - public override void ResolveEntity() => throw null; - public System.Xml.Schema.XmlSchemaCollection Schemas { get => throw null; } - public object SchemaType { get => throw null; } - public event System.Xml.Schema.ValidationEventHandler ValidationEventHandler; - public System.Xml.ValidationType ValidationType { get => throw null; set { } } - public override string Value { get => throw null; } - public override string XmlLang { get => throw null; } - public System.Xml.XmlResolver XmlResolver { set { } } - public override System.Xml.XmlSpace XmlSpace { get => throw null; } - } - public class XmlWhitespace : System.Xml.XmlCharacterData - { - public override System.Xml.XmlNode CloneNode(bool deep) => throw null; - protected XmlWhitespace(string strData, System.Xml.XmlDocument doc) : base(default(string), default(System.Xml.XmlDocument)) => throw null; - public override string LocalName { get => throw null; } - public override string Name { get => throw null; } - public override System.Xml.XmlNodeType NodeType { get => throw null; } - public override System.Xml.XmlNode ParentNode { get => throw null; } - public override System.Xml.XmlNode PreviousText { get => throw null; } - public override string Value { get => throw null; set { } } - public override void WriteContentTo(System.Xml.XmlWriter w) => throw null; - public override void WriteTo(System.Xml.XmlWriter w) => throw null; - } - public abstract class XmlWriter : System.IAsyncDisposable, System.IDisposable - { - public virtual void Close() => throw null; - public static System.Xml.XmlWriter Create(System.IO.Stream output) => throw null; - public static System.Xml.XmlWriter Create(System.IO.Stream output, System.Xml.XmlWriterSettings settings) => throw null; - public static System.Xml.XmlWriter Create(System.IO.TextWriter output) => throw null; - public static System.Xml.XmlWriter Create(System.IO.TextWriter output, System.Xml.XmlWriterSettings settings) => throw null; - public static System.Xml.XmlWriter Create(string outputFileName) => throw null; - public static System.Xml.XmlWriter Create(string outputFileName, System.Xml.XmlWriterSettings settings) => throw null; - public static System.Xml.XmlWriter Create(System.Text.StringBuilder output) => throw null; - public static System.Xml.XmlWriter Create(System.Text.StringBuilder output, System.Xml.XmlWriterSettings settings) => throw null; - public static System.Xml.XmlWriter Create(System.Xml.XmlWriter output) => throw null; - public static System.Xml.XmlWriter Create(System.Xml.XmlWriter output, System.Xml.XmlWriterSettings settings) => throw null; - protected XmlWriter() => throw null; - public void Dispose() => throw null; - protected virtual void Dispose(bool disposing) => throw null; - public System.Threading.Tasks.ValueTask DisposeAsync() => throw null; - protected virtual System.Threading.Tasks.ValueTask DisposeAsyncCore() => throw null; - public abstract void Flush(); - public virtual System.Threading.Tasks.Task FlushAsync() => throw null; - public abstract string LookupPrefix(string ns); - public virtual System.Xml.XmlWriterSettings Settings { get => throw null; } - public virtual void WriteAttributes(System.Xml.XmlReader reader, bool defattr) => throw null; - public virtual System.Threading.Tasks.Task WriteAttributesAsync(System.Xml.XmlReader reader, bool defattr) => throw null; - public void WriteAttributeString(string localName, string value) => throw null; - public void WriteAttributeString(string localName, string ns, string value) => throw null; - public void WriteAttributeString(string prefix, string localName, string ns, string value) => throw null; - public System.Threading.Tasks.Task WriteAttributeStringAsync(string prefix, string localName, string ns, string value) => throw null; - public abstract void WriteBase64(byte[] buffer, int index, int count); - public virtual System.Threading.Tasks.Task WriteBase64Async(byte[] buffer, int index, int count) => throw null; - public virtual void WriteBinHex(byte[] buffer, int index, int count) => throw null; - public virtual System.Threading.Tasks.Task WriteBinHexAsync(byte[] buffer, int index, int count) => throw null; - public abstract void WriteCData(string text); - public virtual System.Threading.Tasks.Task WriteCDataAsync(string text) => throw null; - public abstract void WriteCharEntity(char ch); - public virtual System.Threading.Tasks.Task WriteCharEntityAsync(char ch) => throw null; - public abstract void WriteChars(char[] buffer, int index, int count); - public virtual System.Threading.Tasks.Task WriteCharsAsync(char[] buffer, int index, int count) => throw null; - public abstract void WriteComment(string text); - public virtual System.Threading.Tasks.Task WriteCommentAsync(string text) => throw null; - public abstract void WriteDocType(string name, string pubid, string sysid, string subset); - public virtual System.Threading.Tasks.Task WriteDocTypeAsync(string name, string pubid, string sysid, string subset) => throw null; - public void WriteElementString(string localName, string value) => throw null; - public void WriteElementString(string localName, string ns, string value) => throw null; - public void WriteElementString(string prefix, string localName, string ns, string value) => throw null; - public System.Threading.Tasks.Task WriteElementStringAsync(string prefix, string localName, string ns, string value) => throw null; - public abstract void WriteEndAttribute(); - protected virtual System.Threading.Tasks.Task WriteEndAttributeAsync() => throw null; - public abstract void WriteEndDocument(); - public virtual System.Threading.Tasks.Task WriteEndDocumentAsync() => throw null; - public abstract void WriteEndElement(); - public virtual System.Threading.Tasks.Task WriteEndElementAsync() => throw null; - public abstract void WriteEntityRef(string name); - public virtual System.Threading.Tasks.Task WriteEntityRefAsync(string name) => throw null; - public abstract void WriteFullEndElement(); - public virtual System.Threading.Tasks.Task WriteFullEndElementAsync() => throw null; - public virtual void WriteName(string name) => throw null; - public virtual System.Threading.Tasks.Task WriteNameAsync(string name) => throw null; - public virtual void WriteNmToken(string name) => throw null; - public virtual System.Threading.Tasks.Task WriteNmTokenAsync(string name) => throw null; - public virtual void WriteNode(System.Xml.XmlReader reader, bool defattr) => throw null; - public virtual void WriteNode(System.Xml.XPath.XPathNavigator navigator, bool defattr) => throw null; - public virtual System.Threading.Tasks.Task WriteNodeAsync(System.Xml.XmlReader reader, bool defattr) => throw null; - public virtual System.Threading.Tasks.Task WriteNodeAsync(System.Xml.XPath.XPathNavigator navigator, bool defattr) => throw null; - public abstract void WriteProcessingInstruction(string name, string text); - public virtual System.Threading.Tasks.Task WriteProcessingInstructionAsync(string name, string text) => throw null; - public virtual void WriteQualifiedName(string localName, string ns) => throw null; - public virtual System.Threading.Tasks.Task WriteQualifiedNameAsync(string localName, string ns) => throw null; - public abstract void WriteRaw(char[] buffer, int index, int count); - public abstract void WriteRaw(string data); - public virtual System.Threading.Tasks.Task WriteRawAsync(char[] buffer, int index, int count) => throw null; - public virtual System.Threading.Tasks.Task WriteRawAsync(string data) => throw null; - public void WriteStartAttribute(string localName) => throw null; - public void WriteStartAttribute(string localName, string ns) => throw null; - public abstract void WriteStartAttribute(string prefix, string localName, string ns); - protected virtual System.Threading.Tasks.Task WriteStartAttributeAsync(string prefix, string localName, string ns) => throw null; - public abstract void WriteStartDocument(); - public abstract void WriteStartDocument(bool standalone); - public virtual System.Threading.Tasks.Task WriteStartDocumentAsync() => throw null; - public virtual System.Threading.Tasks.Task WriteStartDocumentAsync(bool standalone) => throw null; - public void WriteStartElement(string localName) => throw null; - public void WriteStartElement(string localName, string ns) => throw null; - public abstract void WriteStartElement(string prefix, string localName, string ns); - public virtual System.Threading.Tasks.Task WriteStartElementAsync(string prefix, string localName, string ns) => throw null; - public abstract System.Xml.WriteState WriteState { get; } - public abstract void WriteString(string text); - public virtual System.Threading.Tasks.Task WriteStringAsync(string text) => throw null; - public abstract void WriteSurrogateCharEntity(char lowChar, char highChar); - public virtual System.Threading.Tasks.Task WriteSurrogateCharEntityAsync(char lowChar, char highChar) => throw null; - public virtual void WriteValue(bool value) => throw null; - public virtual void WriteValue(System.DateTime value) => throw null; - public virtual void WriteValue(System.DateTimeOffset value) => throw null; - public virtual void WriteValue(decimal value) => throw null; - public virtual void WriteValue(double value) => throw null; - public virtual void WriteValue(int value) => throw null; - public virtual void WriteValue(long value) => throw null; - public virtual void WriteValue(object value) => throw null; - public virtual void WriteValue(float value) => throw null; - public virtual void WriteValue(string value) => throw null; - public abstract void WriteWhitespace(string ws); - public virtual System.Threading.Tasks.Task WriteWhitespaceAsync(string ws) => throw null; - public virtual string XmlLang { get => throw null; } - public virtual System.Xml.XmlSpace XmlSpace { get => throw null; } - } - public sealed class XmlWriterSettings - { - public bool Async { get => throw null; set { } } - public bool CheckCharacters { get => throw null; set { } } - public System.Xml.XmlWriterSettings Clone() => throw null; - public bool CloseOutput { get => throw null; set { } } - public System.Xml.ConformanceLevel ConformanceLevel { get => throw null; set { } } - public XmlWriterSettings() => throw null; - public bool DoNotEscapeUriAttributes { get => throw null; set { } } - public System.Text.Encoding Encoding { get => throw null; set { } } - public bool Indent { get => throw null; set { } } - public string IndentChars { get => throw null; set { } } - public System.Xml.NamespaceHandling NamespaceHandling { get => throw null; set { } } - public string NewLineChars { get => throw null; set { } } - public System.Xml.NewLineHandling NewLineHandling { get => throw null; set { } } - public bool NewLineOnAttributes { get => throw null; set { } } - public bool OmitXmlDeclaration { get => throw null; set { } } - public System.Xml.XmlOutputMethod OutputMethod { get => throw null; } - public void Reset() => throw null; - public bool WriteEndDocumentOnClose { get => throw null; set { } } - } - namespace XPath - { - public interface IXPathNavigable - { - System.Xml.XPath.XPathNavigator CreateNavigator(); - } - public enum XmlCaseOrder - { - None = 0, - UpperFirst = 1, - LowerFirst = 2, - } - public enum XmlDataType - { - Text = 1, - Number = 2, - } - public enum XmlSortOrder - { - Ascending = 1, - Descending = 2, - } - public abstract class XPathExpression - { - public abstract void AddSort(object expr, System.Collections.IComparer comparer); - public abstract void AddSort(object expr, System.Xml.XPath.XmlSortOrder order, System.Xml.XPath.XmlCaseOrder caseOrder, string lang, System.Xml.XPath.XmlDataType dataType); - public abstract System.Xml.XPath.XPathExpression Clone(); - public static System.Xml.XPath.XPathExpression Compile(string xpath) => throw null; - public static System.Xml.XPath.XPathExpression Compile(string xpath, System.Xml.IXmlNamespaceResolver nsResolver) => throw null; - public abstract string Expression { get; } - public abstract System.Xml.XPath.XPathResultType ReturnType { get; } - public abstract void SetContext(System.Xml.IXmlNamespaceResolver nsResolver); - public abstract void SetContext(System.Xml.XmlNamespaceManager nsManager); - } - public abstract class XPathItem - { - protected XPathItem() => throw null; - public abstract bool IsNode { get; } - public abstract object TypedValue { get; } - public abstract string Value { get; } - public virtual object ValueAs(System.Type returnType) => throw null; - public abstract object ValueAs(System.Type returnType, System.Xml.IXmlNamespaceResolver nsResolver); - public abstract bool ValueAsBoolean { get; } - public abstract System.DateTime ValueAsDateTime { get; } - public abstract double ValueAsDouble { get; } - public abstract int ValueAsInt { get; } - public abstract long ValueAsLong { get; } - public abstract System.Type ValueType { get; } - public abstract System.Xml.Schema.XmlSchemaType XmlType { get; } - } - public enum XPathNamespaceScope - { - All = 0, - ExcludeXml = 1, - Local = 2, - } - public abstract class XPathNavigator : System.Xml.XPath.XPathItem, System.ICloneable, System.Xml.IXmlNamespaceResolver, System.Xml.XPath.IXPathNavigable - { - public virtual System.Xml.XmlWriter AppendChild() => throw null; - public virtual void AppendChild(string newChild) => throw null; - public virtual void AppendChild(System.Xml.XmlReader newChild) => throw null; - public virtual void AppendChild(System.Xml.XPath.XPathNavigator newChild) => throw null; - public virtual void AppendChildElement(string prefix, string localName, string namespaceURI, string value) => throw null; - public abstract string BaseURI { get; } - public virtual bool CanEdit { get => throw null; } - public virtual bool CheckValidity(System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.ValidationEventHandler validationEventHandler) => throw null; - public abstract System.Xml.XPath.XPathNavigator Clone(); - object System.ICloneable.Clone() => throw null; - public virtual System.Xml.XmlNodeOrder ComparePosition(System.Xml.XPath.XPathNavigator nav) => throw null; - public virtual System.Xml.XPath.XPathExpression Compile(string xpath) => throw null; - public virtual void CreateAttribute(string prefix, string localName, string namespaceURI, string value) => throw null; - public virtual System.Xml.XmlWriter CreateAttributes() => throw null; - public virtual System.Xml.XPath.XPathNavigator CreateNavigator() => throw null; - protected XPathNavigator() => throw null; - public virtual void DeleteRange(System.Xml.XPath.XPathNavigator lastSiblingToDelete) => throw null; - public virtual void DeleteSelf() => throw null; - public virtual object Evaluate(string xpath) => throw null; - public virtual object Evaluate(string xpath, System.Xml.IXmlNamespaceResolver resolver) => throw null; - public virtual object Evaluate(System.Xml.XPath.XPathExpression expr) => throw null; - public virtual object Evaluate(System.Xml.XPath.XPathExpression expr, System.Xml.XPath.XPathNodeIterator context) => throw null; - public virtual string GetAttribute(string localName, string namespaceURI) => throw null; - public virtual string GetNamespace(string name) => throw null; - public virtual System.Collections.Generic.IDictionary GetNamespacesInScope(System.Xml.XmlNamespaceScope scope) => throw null; - public virtual bool HasAttributes { get => throw null; } - public virtual bool HasChildren { get => throw null; } - public virtual string InnerXml { get => throw null; set { } } - public virtual System.Xml.XmlWriter InsertAfter() => throw null; - public virtual void InsertAfter(string newSibling) => throw null; - public virtual void InsertAfter(System.Xml.XmlReader newSibling) => throw null; - public virtual void InsertAfter(System.Xml.XPath.XPathNavigator newSibling) => throw null; - public virtual System.Xml.XmlWriter InsertBefore() => throw null; - public virtual void InsertBefore(string newSibling) => throw null; - public virtual void InsertBefore(System.Xml.XmlReader newSibling) => throw null; - public virtual void InsertBefore(System.Xml.XPath.XPathNavigator newSibling) => throw null; - public virtual void InsertElementAfter(string prefix, string localName, string namespaceURI, string value) => throw null; - public virtual void InsertElementBefore(string prefix, string localName, string namespaceURI, string value) => throw null; - public virtual bool IsDescendant(System.Xml.XPath.XPathNavigator nav) => throw null; - public abstract bool IsEmptyElement { get; } - public override sealed bool IsNode { get => throw null; } - public abstract bool IsSamePosition(System.Xml.XPath.XPathNavigator other); - public abstract string LocalName { get; } - public virtual string LookupNamespace(string prefix) => throw null; - public virtual string LookupPrefix(string namespaceURI) => throw null; - public virtual bool Matches(string xpath) => throw null; - public virtual bool Matches(System.Xml.XPath.XPathExpression expr) => throw null; - public abstract bool MoveTo(System.Xml.XPath.XPathNavigator other); - public virtual bool MoveToAttribute(string localName, string namespaceURI) => throw null; - public virtual bool MoveToChild(string localName, string namespaceURI) => throw null; - public virtual bool MoveToChild(System.Xml.XPath.XPathNodeType type) => throw null; - public virtual bool MoveToFirst() => throw null; - public abstract bool MoveToFirstAttribute(); - public abstract bool MoveToFirstChild(); - public bool MoveToFirstNamespace() => throw null; - public abstract bool MoveToFirstNamespace(System.Xml.XPath.XPathNamespaceScope namespaceScope); - public virtual bool MoveToFollowing(string localName, string namespaceURI) => throw null; - public virtual bool MoveToFollowing(string localName, string namespaceURI, System.Xml.XPath.XPathNavigator end) => throw null; - public virtual bool MoveToFollowing(System.Xml.XPath.XPathNodeType type) => throw null; - public virtual bool MoveToFollowing(System.Xml.XPath.XPathNodeType type, System.Xml.XPath.XPathNavigator end) => throw null; - public abstract bool MoveToId(string id); - public virtual bool MoveToNamespace(string name) => throw null; - public abstract bool MoveToNext(); - public virtual bool MoveToNext(string localName, string namespaceURI) => throw null; - public virtual bool MoveToNext(System.Xml.XPath.XPathNodeType type) => throw null; - public abstract bool MoveToNextAttribute(); - public bool MoveToNextNamespace() => throw null; - public abstract bool MoveToNextNamespace(System.Xml.XPath.XPathNamespaceScope namespaceScope); - public abstract bool MoveToParent(); - public abstract bool MoveToPrevious(); - public virtual void MoveToRoot() => throw null; - public abstract string Name { get; } - public abstract string NamespaceURI { get; } - public abstract System.Xml.XmlNameTable NameTable { get; } - public static System.Collections.IEqualityComparer NavigatorComparer { get => throw null; } - public abstract System.Xml.XPath.XPathNodeType NodeType { get; } - public virtual string OuterXml { get => throw null; set { } } - public abstract string Prefix { get; } - public virtual System.Xml.XmlWriter PrependChild() => throw null; - public virtual void PrependChild(string newChild) => throw null; - public virtual void PrependChild(System.Xml.XmlReader newChild) => throw null; - public virtual void PrependChild(System.Xml.XPath.XPathNavigator newChild) => throw null; - public virtual void PrependChildElement(string prefix, string localName, string namespaceURI, string value) => throw null; - public virtual System.Xml.XmlReader ReadSubtree() => throw null; - public virtual System.Xml.XmlWriter ReplaceRange(System.Xml.XPath.XPathNavigator lastSiblingToReplace) => throw null; - public virtual void ReplaceSelf(string newNode) => throw null; - public virtual void ReplaceSelf(System.Xml.XmlReader newNode) => throw null; - public virtual void ReplaceSelf(System.Xml.XPath.XPathNavigator newNode) => throw null; - public virtual System.Xml.Schema.IXmlSchemaInfo SchemaInfo { get => throw null; } - public virtual System.Xml.XPath.XPathNodeIterator Select(string xpath) => throw null; - public virtual System.Xml.XPath.XPathNodeIterator Select(string xpath, System.Xml.IXmlNamespaceResolver resolver) => throw null; - public virtual System.Xml.XPath.XPathNodeIterator Select(System.Xml.XPath.XPathExpression expr) => throw null; - public virtual System.Xml.XPath.XPathNodeIterator SelectAncestors(string name, string namespaceURI, bool matchSelf) => throw null; - public virtual System.Xml.XPath.XPathNodeIterator SelectAncestors(System.Xml.XPath.XPathNodeType type, bool matchSelf) => throw null; - public virtual System.Xml.XPath.XPathNodeIterator SelectChildren(string name, string namespaceURI) => throw null; - public virtual System.Xml.XPath.XPathNodeIterator SelectChildren(System.Xml.XPath.XPathNodeType type) => throw null; - public virtual System.Xml.XPath.XPathNodeIterator SelectDescendants(string name, string namespaceURI, bool matchSelf) => throw null; - public virtual System.Xml.XPath.XPathNodeIterator SelectDescendants(System.Xml.XPath.XPathNodeType type, bool matchSelf) => throw null; - public virtual System.Xml.XPath.XPathNavigator SelectSingleNode(string xpath) => throw null; - public virtual System.Xml.XPath.XPathNavigator SelectSingleNode(string xpath, System.Xml.IXmlNamespaceResolver resolver) => throw null; - public virtual System.Xml.XPath.XPathNavigator SelectSingleNode(System.Xml.XPath.XPathExpression expression) => throw null; - public virtual void SetTypedValue(object typedValue) => throw null; - public virtual void SetValue(string value) => throw null; - public override string ToString() => throw null; - public override object TypedValue { get => throw null; } - public virtual object UnderlyingObject { get => throw null; } - public override object ValueAs(System.Type returnType, System.Xml.IXmlNamespaceResolver nsResolver) => throw null; - public override bool ValueAsBoolean { get => throw null; } - public override System.DateTime ValueAsDateTime { get => throw null; } - public override double ValueAsDouble { get => throw null; } - public override int ValueAsInt { get => throw null; } - public override long ValueAsLong { get => throw null; } - public override System.Type ValueType { get => throw null; } - public virtual void WriteSubtree(System.Xml.XmlWriter writer) => throw null; - public virtual string XmlLang { get => throw null; } - public override System.Xml.Schema.XmlSchemaType XmlType { get => throw null; } - } - public abstract class XPathNodeIterator : System.ICloneable, System.Collections.IEnumerable - { - public abstract System.Xml.XPath.XPathNodeIterator Clone(); - object System.ICloneable.Clone() => throw null; - public virtual int Count { get => throw null; } - protected XPathNodeIterator() => throw null; - public abstract System.Xml.XPath.XPathNavigator Current { get; } - public abstract int CurrentPosition { get; } - public virtual System.Collections.IEnumerator GetEnumerator() => throw null; - public abstract bool MoveNext(); - } - public enum XPathNodeType - { - Root = 0, - Element = 1, - Attribute = 2, - Namespace = 3, - Text = 4, - SignificantWhitespace = 5, - Whitespace = 6, - ProcessingInstruction = 7, - Comment = 8, - All = 9, - } - public enum XPathResultType - { - Number = 0, - Navigator = 1, - String = 1, - Boolean = 2, - NodeSet = 3, - Any = 5, - Error = 6, - } - } - namespace Xsl - { - public interface IXsltContextFunction - { - System.Xml.XPath.XPathResultType[] ArgTypes { get; } - object Invoke(System.Xml.Xsl.XsltContext xsltContext, object[] args, System.Xml.XPath.XPathNavigator docContext); - int Maxargs { get; } - int Minargs { get; } - System.Xml.XPath.XPathResultType ReturnType { get; } - } - public interface IXsltContextVariable - { - object Evaluate(System.Xml.Xsl.XsltContext xsltContext); - bool IsLocal { get; } - bool IsParam { get; } - System.Xml.XPath.XPathResultType VariableType { get; } - } - public sealed class XslCompiledTransform - { - public XslCompiledTransform() => throw null; - public XslCompiledTransform(bool enableDebug) => throw null; - public void Load(System.Reflection.MethodInfo executeMethod, byte[] queryData, System.Type[] earlyBoundTypes) => throw null; - public void Load(string stylesheetUri) => throw null; - public void Load(string stylesheetUri, System.Xml.Xsl.XsltSettings settings, System.Xml.XmlResolver stylesheetResolver) => throw null; - public void Load(System.Type compiledStylesheet) => throw null; - public void Load(System.Xml.XmlReader stylesheet) => throw null; - public void Load(System.Xml.XmlReader stylesheet, System.Xml.Xsl.XsltSettings settings, System.Xml.XmlResolver stylesheetResolver) => throw null; - public void Load(System.Xml.XPath.IXPathNavigable stylesheet) => throw null; - public void Load(System.Xml.XPath.IXPathNavigable stylesheet, System.Xml.Xsl.XsltSettings settings, System.Xml.XmlResolver stylesheetResolver) => throw null; - public System.Xml.XmlWriterSettings OutputSettings { get => throw null; } - public void Transform(string inputUri, string resultsFile) => throw null; - public void Transform(string inputUri, System.Xml.XmlWriter results) => throw null; - public void Transform(string inputUri, System.Xml.Xsl.XsltArgumentList arguments, System.IO.Stream results) => throw null; - public void Transform(string inputUri, System.Xml.Xsl.XsltArgumentList arguments, System.IO.TextWriter results) => throw null; - public void Transform(string inputUri, System.Xml.Xsl.XsltArgumentList arguments, System.Xml.XmlWriter results) => throw null; - public void Transform(System.Xml.XmlReader input, System.Xml.XmlWriter results) => throw null; - public void Transform(System.Xml.XmlReader input, System.Xml.Xsl.XsltArgumentList arguments, System.IO.Stream results) => throw null; - public void Transform(System.Xml.XmlReader input, System.Xml.Xsl.XsltArgumentList arguments, System.IO.TextWriter results) => throw null; - public void Transform(System.Xml.XmlReader input, System.Xml.Xsl.XsltArgumentList arguments, System.Xml.XmlWriter results) => throw null; - public void Transform(System.Xml.XmlReader input, System.Xml.Xsl.XsltArgumentList arguments, System.Xml.XmlWriter results, System.Xml.XmlResolver documentResolver) => throw null; - public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.XmlWriter results) => throw null; - public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList arguments, System.IO.Stream results) => throw null; - public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList arguments, System.IO.TextWriter results) => throw null; - public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList arguments, System.Xml.XmlWriter results) => throw null; - public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList arguments, System.Xml.XmlWriter results, System.Xml.XmlResolver documentResolver) => throw null; - } - public class XsltArgumentList - { - public void AddExtensionObject(string namespaceUri, object extension) => throw null; - public void AddParam(string name, string namespaceUri, object parameter) => throw null; - public void Clear() => throw null; - public XsltArgumentList() => throw null; - public object GetExtensionObject(string namespaceUri) => throw null; - public object GetParam(string name, string namespaceUri) => throw null; - public object RemoveExtensionObject(string namespaceUri) => throw null; - public object RemoveParam(string name, string namespaceUri) => throw null; - public event System.Xml.Xsl.XsltMessageEncounteredEventHandler XsltMessageEncountered; - } - public class XsltCompileException : System.Xml.Xsl.XsltException - { - public XsltCompileException() => throw null; - public XsltCompileException(System.Exception inner, string sourceUri, int lineNumber, int linePosition) => throw null; - protected XsltCompileException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public XsltCompileException(string message) => throw null; - public XsltCompileException(string message, System.Exception innerException) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - } - public abstract class XsltContext : System.Xml.XmlNamespaceManager - { - public abstract int CompareDocument(string baseUri, string nextbaseUri); - protected XsltContext() : base(default(System.Xml.XmlNameTable)) => throw null; - protected XsltContext(System.Xml.NameTable table) : base(default(System.Xml.XmlNameTable)) => throw null; - public abstract bool PreserveWhitespace(System.Xml.XPath.XPathNavigator node); - public abstract System.Xml.Xsl.IXsltContextFunction ResolveFunction(string prefix, string name, System.Xml.XPath.XPathResultType[] ArgTypes); - public abstract System.Xml.Xsl.IXsltContextVariable ResolveVariable(string prefix, string name); - public abstract bool Whitespace { get; } - } - public class XsltException : System.SystemException - { - public XsltException() => throw null; - protected XsltException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public XsltException(string message) => throw null; - public XsltException(string message, System.Exception innerException) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public virtual int LineNumber { get => throw null; } - public virtual int LinePosition { get => throw null; } - public override string Message { get => throw null; } - public virtual string SourceUri { get => throw null; } - } - public abstract class XsltMessageEncounteredEventArgs : System.EventArgs - { - protected XsltMessageEncounteredEventArgs() => throw null; - public abstract string Message { get; } - } - public delegate void XsltMessageEncounteredEventHandler(object sender, System.Xml.Xsl.XsltMessageEncounteredEventArgs e); - public sealed class XslTransform - { - public XslTransform() => throw null; - public void Load(string url) => throw null; - public void Load(string url, System.Xml.XmlResolver resolver) => throw null; - public void Load(System.Xml.XmlReader stylesheet) => throw null; - public void Load(System.Xml.XmlReader stylesheet, System.Xml.XmlResolver resolver) => throw null; - public void Load(System.Xml.XPath.IXPathNavigable stylesheet) => throw null; - public void Load(System.Xml.XPath.IXPathNavigable stylesheet, System.Xml.XmlResolver resolver) => throw null; - public void Load(System.Xml.XPath.XPathNavigator stylesheet) => throw null; - public void Load(System.Xml.XPath.XPathNavigator stylesheet, System.Xml.XmlResolver resolver) => throw null; - public void Transform(string inputfile, string outputfile) => throw null; - public void Transform(string inputfile, string outputfile, System.Xml.XmlResolver resolver) => throw null; - public System.Xml.XmlReader Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args) => throw null; - public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System.IO.Stream output) => throw null; - public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System.IO.Stream output, System.Xml.XmlResolver resolver) => throw null; - public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System.IO.TextWriter output) => throw null; - public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System.IO.TextWriter output, System.Xml.XmlResolver resolver) => throw null; - public System.Xml.XmlReader Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System.Xml.XmlResolver resolver) => throw null; - public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System.Xml.XmlWriter output) => throw null; - public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System.Xml.XmlWriter output, System.Xml.XmlResolver resolver) => throw null; - public System.Xml.XmlReader Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args) => throw null; - public void Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System.IO.Stream output) => throw null; - public void Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System.IO.Stream output, System.Xml.XmlResolver resolver) => throw null; - public void Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System.IO.TextWriter output) => throw null; - public void Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System.IO.TextWriter output, System.Xml.XmlResolver resolver) => throw null; - public System.Xml.XmlReader Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System.Xml.XmlResolver resolver) => throw null; - public void Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System.Xml.XmlWriter output) => throw null; - public void Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System.Xml.XmlWriter output, System.Xml.XmlResolver resolver) => throw null; - public System.Xml.XmlResolver XmlResolver { set { } } - } - public sealed class XsltSettings - { - public XsltSettings() => throw null; - public XsltSettings(bool enableDocumentFunction, bool enableScript) => throw null; - public static System.Xml.Xsl.XsltSettings Default { get => throw null; } - public bool EnableDocumentFunction { get => throw null; set { } } - public bool EnableScript { get => throw null; set { } } - public static System.Xml.Xsl.XsltSettings TrustedXslt { get => throw null; } - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XDocument.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XDocument.cs deleted file mode 100644 index 59d87774..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XDocument.cs +++ /dev/null @@ -1,444 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Xml.XDocument, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Xml - { - namespace Linq - { - public static partial class Extensions - { - public static System.Collections.Generic.IEnumerable Ancestors(this System.Collections.Generic.IEnumerable source) where T : System.Xml.Linq.XNode => throw null; - public static System.Collections.Generic.IEnumerable Ancestors(this System.Collections.Generic.IEnumerable source, System.Xml.Linq.XName name) where T : System.Xml.Linq.XNode => throw null; - public static System.Collections.Generic.IEnumerable AncestorsAndSelf(this System.Collections.Generic.IEnumerable source) => throw null; - public static System.Collections.Generic.IEnumerable AncestorsAndSelf(this System.Collections.Generic.IEnumerable source, System.Xml.Linq.XName name) => throw null; - public static System.Collections.Generic.IEnumerable Attributes(this System.Collections.Generic.IEnumerable source) => throw null; - public static System.Collections.Generic.IEnumerable Attributes(this System.Collections.Generic.IEnumerable source, System.Xml.Linq.XName name) => throw null; - public static System.Collections.Generic.IEnumerable DescendantNodes(this System.Collections.Generic.IEnumerable source) where T : System.Xml.Linq.XContainer => throw null; - public static System.Collections.Generic.IEnumerable DescendantNodesAndSelf(this System.Collections.Generic.IEnumerable source) => throw null; - public static System.Collections.Generic.IEnumerable Descendants(this System.Collections.Generic.IEnumerable source) where T : System.Xml.Linq.XContainer => throw null; - public static System.Collections.Generic.IEnumerable Descendants(this System.Collections.Generic.IEnumerable source, System.Xml.Linq.XName name) where T : System.Xml.Linq.XContainer => throw null; - public static System.Collections.Generic.IEnumerable DescendantsAndSelf(this System.Collections.Generic.IEnumerable source) => throw null; - public static System.Collections.Generic.IEnumerable DescendantsAndSelf(this System.Collections.Generic.IEnumerable source, System.Xml.Linq.XName name) => throw null; - public static System.Collections.Generic.IEnumerable Elements(this System.Collections.Generic.IEnumerable source) where T : System.Xml.Linq.XContainer => throw null; - public static System.Collections.Generic.IEnumerable Elements(this System.Collections.Generic.IEnumerable source, System.Xml.Linq.XName name) where T : System.Xml.Linq.XContainer => throw null; - public static System.Collections.Generic.IEnumerable InDocumentOrder(this System.Collections.Generic.IEnumerable source) where T : System.Xml.Linq.XNode => throw null; - public static System.Collections.Generic.IEnumerable Nodes(this System.Collections.Generic.IEnumerable source) where T : System.Xml.Linq.XContainer => throw null; - public static void Remove(this System.Collections.Generic.IEnumerable source) => throw null; - public static void Remove(this System.Collections.Generic.IEnumerable source) where T : System.Xml.Linq.XNode => throw null; - } - [System.Flags] - public enum LoadOptions - { - None = 0, - PreserveWhitespace = 1, - SetBaseUri = 2, - SetLineInfo = 4, - } - [System.Flags] - public enum ReaderOptions - { - None = 0, - OmitDuplicateNamespaces = 1, - } - [System.Flags] - public enum SaveOptions - { - None = 0, - DisableFormatting = 1, - OmitDuplicateNamespaces = 2, - } - public class XAttribute : System.Xml.Linq.XObject - { - public XAttribute(System.Xml.Linq.XAttribute other) => throw null; - public XAttribute(System.Xml.Linq.XName name, object value) => throw null; - public static System.Collections.Generic.IEnumerable EmptySequence { get => throw null; } - public bool IsNamespaceDeclaration { get => throw null; } - public System.Xml.Linq.XName Name { get => throw null; } - public System.Xml.Linq.XAttribute NextAttribute { get => throw null; } - public override System.Xml.XmlNodeType NodeType { get => throw null; } - public static explicit operator bool(System.Xml.Linq.XAttribute attribute) => throw null; - public static explicit operator System.DateTime(System.Xml.Linq.XAttribute attribute) => throw null; - public static explicit operator System.DateTimeOffset(System.Xml.Linq.XAttribute attribute) => throw null; - public static explicit operator decimal(System.Xml.Linq.XAttribute attribute) => throw null; - public static explicit operator double(System.Xml.Linq.XAttribute attribute) => throw null; - public static explicit operator System.Guid(System.Xml.Linq.XAttribute attribute) => throw null; - public static explicit operator int(System.Xml.Linq.XAttribute attribute) => throw null; - public static explicit operator long(System.Xml.Linq.XAttribute attribute) => throw null; - public static explicit operator bool?(System.Xml.Linq.XAttribute attribute) => throw null; - public static explicit operator System.DateTimeOffset?(System.Xml.Linq.XAttribute attribute) => throw null; - public static explicit operator System.DateTime?(System.Xml.Linq.XAttribute attribute) => throw null; - public static explicit operator decimal?(System.Xml.Linq.XAttribute attribute) => throw null; - public static explicit operator double?(System.Xml.Linq.XAttribute attribute) => throw null; - public static explicit operator System.Guid?(System.Xml.Linq.XAttribute attribute) => throw null; - public static explicit operator int?(System.Xml.Linq.XAttribute attribute) => throw null; - public static explicit operator long?(System.Xml.Linq.XAttribute attribute) => throw null; - public static explicit operator float?(System.Xml.Linq.XAttribute attribute) => throw null; - public static explicit operator System.TimeSpan?(System.Xml.Linq.XAttribute attribute) => throw null; - public static explicit operator uint?(System.Xml.Linq.XAttribute attribute) => throw null; - public static explicit operator ulong?(System.Xml.Linq.XAttribute attribute) => throw null; - public static explicit operator float(System.Xml.Linq.XAttribute attribute) => throw null; - public static explicit operator string(System.Xml.Linq.XAttribute attribute) => throw null; - public static explicit operator System.TimeSpan(System.Xml.Linq.XAttribute attribute) => throw null; - public static explicit operator uint(System.Xml.Linq.XAttribute attribute) => throw null; - public static explicit operator ulong(System.Xml.Linq.XAttribute attribute) => throw null; - public System.Xml.Linq.XAttribute PreviousAttribute { get => throw null; } - public void Remove() => throw null; - public void SetValue(object value) => throw null; - public override string ToString() => throw null; - public string Value { get => throw null; set { } } - } - public class XCData : System.Xml.Linq.XText - { - public XCData(string value) : base(default(string)) => throw null; - public XCData(System.Xml.Linq.XCData other) : base(default(string)) => throw null; - public override System.Xml.XmlNodeType NodeType { get => throw null; } - public override void WriteTo(System.Xml.XmlWriter writer) => throw null; - public override System.Threading.Tasks.Task WriteToAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken) => throw null; - } - public class XComment : System.Xml.Linq.XNode - { - public XComment(string value) => throw null; - public XComment(System.Xml.Linq.XComment other) => throw null; - public override System.Xml.XmlNodeType NodeType { get => throw null; } - public string Value { get => throw null; set { } } - public override void WriteTo(System.Xml.XmlWriter writer) => throw null; - public override System.Threading.Tasks.Task WriteToAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken) => throw null; - } - public abstract class XContainer : System.Xml.Linq.XNode - { - public void Add(object content) => throw null; - public void Add(params object[] content) => throw null; - public void AddFirst(object content) => throw null; - public void AddFirst(params object[] content) => throw null; - public System.Xml.XmlWriter CreateWriter() => throw null; - public System.Collections.Generic.IEnumerable DescendantNodes() => throw null; - public System.Collections.Generic.IEnumerable Descendants() => throw null; - public System.Collections.Generic.IEnumerable Descendants(System.Xml.Linq.XName name) => throw null; - public System.Xml.Linq.XElement Element(System.Xml.Linq.XName name) => throw null; - public System.Collections.Generic.IEnumerable Elements() => throw null; - public System.Collections.Generic.IEnumerable Elements(System.Xml.Linq.XName name) => throw null; - public System.Xml.Linq.XNode FirstNode { get => throw null; } - public System.Xml.Linq.XNode LastNode { get => throw null; } - public System.Collections.Generic.IEnumerable Nodes() => throw null; - public void RemoveNodes() => throw null; - public void ReplaceNodes(object content) => throw null; - public void ReplaceNodes(params object[] content) => throw null; - } - public class XDeclaration - { - public XDeclaration(string version, string encoding, string standalone) => throw null; - public XDeclaration(System.Xml.Linq.XDeclaration other) => throw null; - public string Encoding { get => throw null; set { } } - public string Standalone { get => throw null; set { } } - public override string ToString() => throw null; - public string Version { get => throw null; set { } } - } - public class XDocument : System.Xml.Linq.XContainer - { - public XDocument() => throw null; - public XDocument(params object[] content) => throw null; - public XDocument(System.Xml.Linq.XDeclaration declaration, params object[] content) => throw null; - public XDocument(System.Xml.Linq.XDocument other) => throw null; - public System.Xml.Linq.XDeclaration Declaration { get => throw null; set { } } - public System.Xml.Linq.XDocumentType DocumentType { get => throw null; } - public static System.Xml.Linq.XDocument Load(System.IO.Stream stream) => throw null; - public static System.Xml.Linq.XDocument Load(System.IO.Stream stream, System.Xml.Linq.LoadOptions options) => throw null; - public static System.Xml.Linq.XDocument Load(System.IO.TextReader textReader) => throw null; - public static System.Xml.Linq.XDocument Load(System.IO.TextReader textReader, System.Xml.Linq.LoadOptions options) => throw null; - public static System.Xml.Linq.XDocument Load(string uri) => throw null; - public static System.Xml.Linq.XDocument Load(string uri, System.Xml.Linq.LoadOptions options) => throw null; - public static System.Xml.Linq.XDocument Load(System.Xml.XmlReader reader) => throw null; - public static System.Xml.Linq.XDocument Load(System.Xml.XmlReader reader, System.Xml.Linq.LoadOptions options) => throw null; - public static System.Threading.Tasks.Task LoadAsync(System.IO.Stream stream, System.Xml.Linq.LoadOptions options, System.Threading.CancellationToken cancellationToken) => throw null; - public static System.Threading.Tasks.Task LoadAsync(System.IO.TextReader textReader, System.Xml.Linq.LoadOptions options, System.Threading.CancellationToken cancellationToken) => throw null; - public static System.Threading.Tasks.Task LoadAsync(System.Xml.XmlReader reader, System.Xml.Linq.LoadOptions options, System.Threading.CancellationToken cancellationToken) => throw null; - public override System.Xml.XmlNodeType NodeType { get => throw null; } - public static System.Xml.Linq.XDocument Parse(string text) => throw null; - public static System.Xml.Linq.XDocument Parse(string text, System.Xml.Linq.LoadOptions options) => throw null; - public System.Xml.Linq.XElement Root { get => throw null; } - public void Save(System.IO.Stream stream) => throw null; - public void Save(System.IO.Stream stream, System.Xml.Linq.SaveOptions options) => throw null; - public void Save(System.IO.TextWriter textWriter) => throw null; - public void Save(System.IO.TextWriter textWriter, System.Xml.Linq.SaveOptions options) => throw null; - public void Save(string fileName) => throw null; - public void Save(string fileName, System.Xml.Linq.SaveOptions options) => throw null; - public void Save(System.Xml.XmlWriter writer) => throw null; - public System.Threading.Tasks.Task SaveAsync(System.IO.Stream stream, System.Xml.Linq.SaveOptions options, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task SaveAsync(System.IO.TextWriter textWriter, System.Xml.Linq.SaveOptions options, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task SaveAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken) => throw null; - public override void WriteTo(System.Xml.XmlWriter writer) => throw null; - public override System.Threading.Tasks.Task WriteToAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken) => throw null; - } - public class XDocumentType : System.Xml.Linq.XNode - { - public XDocumentType(string name, string publicId, string systemId, string internalSubset) => throw null; - public XDocumentType(System.Xml.Linq.XDocumentType other) => throw null; - public string InternalSubset { get => throw null; set { } } - public string Name { get => throw null; set { } } - public override System.Xml.XmlNodeType NodeType { get => throw null; } - public string PublicId { get => throw null; set { } } - public string SystemId { get => throw null; set { } } - public override void WriteTo(System.Xml.XmlWriter writer) => throw null; - public override System.Threading.Tasks.Task WriteToAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken) => throw null; - } - public class XElement : System.Xml.Linq.XContainer, System.Xml.Serialization.IXmlSerializable - { - public System.Collections.Generic.IEnumerable AncestorsAndSelf() => throw null; - public System.Collections.Generic.IEnumerable AncestorsAndSelf(System.Xml.Linq.XName name) => throw null; - public System.Xml.Linq.XAttribute Attribute(System.Xml.Linq.XName name) => throw null; - public System.Collections.Generic.IEnumerable Attributes() => throw null; - public System.Collections.Generic.IEnumerable Attributes(System.Xml.Linq.XName name) => throw null; - public XElement(System.Xml.Linq.XElement other) => throw null; - public XElement(System.Xml.Linq.XName name) => throw null; - public XElement(System.Xml.Linq.XName name, object content) => throw null; - public XElement(System.Xml.Linq.XName name, params object[] content) => throw null; - public XElement(System.Xml.Linq.XStreamingElement other) => throw null; - public System.Collections.Generic.IEnumerable DescendantNodesAndSelf() => throw null; - public System.Collections.Generic.IEnumerable DescendantsAndSelf() => throw null; - public System.Collections.Generic.IEnumerable DescendantsAndSelf(System.Xml.Linq.XName name) => throw null; - public static System.Collections.Generic.IEnumerable EmptySequence { get => throw null; } - public System.Xml.Linq.XAttribute FirstAttribute { get => throw null; } - public System.Xml.Linq.XNamespace GetDefaultNamespace() => throw null; - public System.Xml.Linq.XNamespace GetNamespaceOfPrefix(string prefix) => throw null; - public string GetPrefixOfNamespace(System.Xml.Linq.XNamespace ns) => throw null; - System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() => throw null; - public bool HasAttributes { get => throw null; } - public bool HasElements { get => throw null; } - public bool IsEmpty { get => throw null; } - public System.Xml.Linq.XAttribute LastAttribute { get => throw null; } - public static System.Xml.Linq.XElement Load(System.IO.Stream stream) => throw null; - public static System.Xml.Linq.XElement Load(System.IO.Stream stream, System.Xml.Linq.LoadOptions options) => throw null; - public static System.Xml.Linq.XElement Load(System.IO.TextReader textReader) => throw null; - public static System.Xml.Linq.XElement Load(System.IO.TextReader textReader, System.Xml.Linq.LoadOptions options) => throw null; - public static System.Xml.Linq.XElement Load(string uri) => throw null; - public static System.Xml.Linq.XElement Load(string uri, System.Xml.Linq.LoadOptions options) => throw null; - public static System.Xml.Linq.XElement Load(System.Xml.XmlReader reader) => throw null; - public static System.Xml.Linq.XElement Load(System.Xml.XmlReader reader, System.Xml.Linq.LoadOptions options) => throw null; - public static System.Threading.Tasks.Task LoadAsync(System.IO.Stream stream, System.Xml.Linq.LoadOptions options, System.Threading.CancellationToken cancellationToken) => throw null; - public static System.Threading.Tasks.Task LoadAsync(System.IO.TextReader textReader, System.Xml.Linq.LoadOptions options, System.Threading.CancellationToken cancellationToken) => throw null; - public static System.Threading.Tasks.Task LoadAsync(System.Xml.XmlReader reader, System.Xml.Linq.LoadOptions options, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Xml.Linq.XName Name { get => throw null; set { } } - public override System.Xml.XmlNodeType NodeType { get => throw null; } - public static explicit operator bool(System.Xml.Linq.XElement element) => throw null; - public static explicit operator System.DateTime(System.Xml.Linq.XElement element) => throw null; - public static explicit operator System.DateTimeOffset(System.Xml.Linq.XElement element) => throw null; - public static explicit operator decimal(System.Xml.Linq.XElement element) => throw null; - public static explicit operator double(System.Xml.Linq.XElement element) => throw null; - public static explicit operator System.Guid(System.Xml.Linq.XElement element) => throw null; - public static explicit operator int(System.Xml.Linq.XElement element) => throw null; - public static explicit operator long(System.Xml.Linq.XElement element) => throw null; - public static explicit operator bool?(System.Xml.Linq.XElement element) => throw null; - public static explicit operator System.DateTimeOffset?(System.Xml.Linq.XElement element) => throw null; - public static explicit operator System.DateTime?(System.Xml.Linq.XElement element) => throw null; - public static explicit operator decimal?(System.Xml.Linq.XElement element) => throw null; - public static explicit operator double?(System.Xml.Linq.XElement element) => throw null; - public static explicit operator System.Guid?(System.Xml.Linq.XElement element) => throw null; - public static explicit operator int?(System.Xml.Linq.XElement element) => throw null; - public static explicit operator long?(System.Xml.Linq.XElement element) => throw null; - public static explicit operator float?(System.Xml.Linq.XElement element) => throw null; - public static explicit operator System.TimeSpan?(System.Xml.Linq.XElement element) => throw null; - public static explicit operator uint?(System.Xml.Linq.XElement element) => throw null; - public static explicit operator ulong?(System.Xml.Linq.XElement element) => throw null; - public static explicit operator float(System.Xml.Linq.XElement element) => throw null; - public static explicit operator string(System.Xml.Linq.XElement element) => throw null; - public static explicit operator System.TimeSpan(System.Xml.Linq.XElement element) => throw null; - public static explicit operator uint(System.Xml.Linq.XElement element) => throw null; - public static explicit operator ulong(System.Xml.Linq.XElement element) => throw null; - public static System.Xml.Linq.XElement Parse(string text) => throw null; - public static System.Xml.Linq.XElement Parse(string text, System.Xml.Linq.LoadOptions options) => throw null; - void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) => throw null; - public void RemoveAll() => throw null; - public void RemoveAttributes() => throw null; - public void ReplaceAll(object content) => throw null; - public void ReplaceAll(params object[] content) => throw null; - public void ReplaceAttributes(object content) => throw null; - public void ReplaceAttributes(params object[] content) => throw null; - public void Save(System.IO.Stream stream) => throw null; - public void Save(System.IO.Stream stream, System.Xml.Linq.SaveOptions options) => throw null; - public void Save(System.IO.TextWriter textWriter) => throw null; - public void Save(System.IO.TextWriter textWriter, System.Xml.Linq.SaveOptions options) => throw null; - public void Save(string fileName) => throw null; - public void Save(string fileName, System.Xml.Linq.SaveOptions options) => throw null; - public void Save(System.Xml.XmlWriter writer) => throw null; - public System.Threading.Tasks.Task SaveAsync(System.IO.Stream stream, System.Xml.Linq.SaveOptions options, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task SaveAsync(System.IO.TextWriter textWriter, System.Xml.Linq.SaveOptions options, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task SaveAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken) => throw null; - public void SetAttributeValue(System.Xml.Linq.XName name, object value) => throw null; - public void SetElementValue(System.Xml.Linq.XName name, object value) => throw null; - public void SetValue(object value) => throw null; - public string Value { get => throw null; set { } } - public override void WriteTo(System.Xml.XmlWriter writer) => throw null; - public override System.Threading.Tasks.Task WriteToAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken) => throw null; - void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) => throw null; - } - public sealed class XName : System.IEquatable, System.Runtime.Serialization.ISerializable - { - public override bool Equals(object obj) => throw null; - bool System.IEquatable.Equals(System.Xml.Linq.XName other) => throw null; - public static System.Xml.Linq.XName Get(string expandedName) => throw null; - public static System.Xml.Linq.XName Get(string localName, string namespaceName) => throw null; - public override int GetHashCode() => throw null; - void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public string LocalName { get => throw null; } - public System.Xml.Linq.XNamespace Namespace { get => throw null; } - public string NamespaceName { get => throw null; } - public static bool operator ==(System.Xml.Linq.XName left, System.Xml.Linq.XName right) => throw null; - public static implicit operator System.Xml.Linq.XName(string expandedName) => throw null; - public static bool operator !=(System.Xml.Linq.XName left, System.Xml.Linq.XName right) => throw null; - public override string ToString() => throw null; - } - public sealed class XNamespace - { - public override bool Equals(object obj) => throw null; - public static System.Xml.Linq.XNamespace Get(string namespaceName) => throw null; - public override int GetHashCode() => throw null; - public System.Xml.Linq.XName GetName(string localName) => throw null; - public string NamespaceName { get => throw null; } - public static System.Xml.Linq.XNamespace None { get => throw null; } - public static System.Xml.Linq.XName operator +(System.Xml.Linq.XNamespace ns, string localName) => throw null; - public static bool operator ==(System.Xml.Linq.XNamespace left, System.Xml.Linq.XNamespace right) => throw null; - public static implicit operator System.Xml.Linq.XNamespace(string namespaceName) => throw null; - public static bool operator !=(System.Xml.Linq.XNamespace left, System.Xml.Linq.XNamespace right) => throw null; - public override string ToString() => throw null; - public static System.Xml.Linq.XNamespace Xml { get => throw null; } - public static System.Xml.Linq.XNamespace Xmlns { get => throw null; } - } - public abstract class XNode : System.Xml.Linq.XObject - { - public void AddAfterSelf(object content) => throw null; - public void AddAfterSelf(params object[] content) => throw null; - public void AddBeforeSelf(object content) => throw null; - public void AddBeforeSelf(params object[] content) => throw null; - public System.Collections.Generic.IEnumerable Ancestors() => throw null; - public System.Collections.Generic.IEnumerable Ancestors(System.Xml.Linq.XName name) => throw null; - public static int CompareDocumentOrder(System.Xml.Linq.XNode n1, System.Xml.Linq.XNode n2) => throw null; - public System.Xml.XmlReader CreateReader() => throw null; - public System.Xml.XmlReader CreateReader(System.Xml.Linq.ReaderOptions readerOptions) => throw null; - public static bool DeepEquals(System.Xml.Linq.XNode n1, System.Xml.Linq.XNode n2) => throw null; - public static System.Xml.Linq.XNodeDocumentOrderComparer DocumentOrderComparer { get => throw null; } - public System.Collections.Generic.IEnumerable ElementsAfterSelf() => throw null; - public System.Collections.Generic.IEnumerable ElementsAfterSelf(System.Xml.Linq.XName name) => throw null; - public System.Collections.Generic.IEnumerable ElementsBeforeSelf() => throw null; - public System.Collections.Generic.IEnumerable ElementsBeforeSelf(System.Xml.Linq.XName name) => throw null; - public static System.Xml.Linq.XNodeEqualityComparer EqualityComparer { get => throw null; } - public bool IsAfter(System.Xml.Linq.XNode node) => throw null; - public bool IsBefore(System.Xml.Linq.XNode node) => throw null; - public System.Xml.Linq.XNode NextNode { get => throw null; } - public System.Collections.Generic.IEnumerable NodesAfterSelf() => throw null; - public System.Collections.Generic.IEnumerable NodesBeforeSelf() => throw null; - public System.Xml.Linq.XNode PreviousNode { get => throw null; } - public static System.Xml.Linq.XNode ReadFrom(System.Xml.XmlReader reader) => throw null; - public static System.Threading.Tasks.Task ReadFromAsync(System.Xml.XmlReader reader, System.Threading.CancellationToken cancellationToken) => throw null; - public void Remove() => throw null; - public void ReplaceWith(object content) => throw null; - public void ReplaceWith(params object[] content) => throw null; - public override string ToString() => throw null; - public string ToString(System.Xml.Linq.SaveOptions options) => throw null; - public abstract void WriteTo(System.Xml.XmlWriter writer); - public abstract System.Threading.Tasks.Task WriteToAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken); - } - public sealed class XNodeDocumentOrderComparer : System.Collections.Generic.IComparer, System.Collections.IComparer - { - public int Compare(System.Xml.Linq.XNode x, System.Xml.Linq.XNode y) => throw null; - int System.Collections.IComparer.Compare(object x, object y) => throw null; - public XNodeDocumentOrderComparer() => throw null; - } - public sealed class XNodeEqualityComparer : System.Collections.Generic.IEqualityComparer, System.Collections.IEqualityComparer - { - public XNodeEqualityComparer() => throw null; - public bool Equals(System.Xml.Linq.XNode x, System.Xml.Linq.XNode y) => throw null; - bool System.Collections.IEqualityComparer.Equals(object x, object y) => throw null; - public int GetHashCode(System.Xml.Linq.XNode obj) => throw null; - int System.Collections.IEqualityComparer.GetHashCode(object obj) => throw null; - } - public abstract class XObject : System.Xml.IXmlLineInfo - { - public void AddAnnotation(object annotation) => throw null; - public object Annotation(System.Type type) => throw null; - public T Annotation() where T : class => throw null; - public System.Collections.Generic.IEnumerable Annotations(System.Type type) => throw null; - public System.Collections.Generic.IEnumerable Annotations() where T : class => throw null; - public string BaseUri { get => throw null; } - public event System.EventHandler Changed; - public event System.EventHandler Changing; - public System.Xml.Linq.XDocument Document { get => throw null; } - bool System.Xml.IXmlLineInfo.HasLineInfo() => throw null; - int System.Xml.IXmlLineInfo.LineNumber { get => throw null; } - int System.Xml.IXmlLineInfo.LinePosition { get => throw null; } - public abstract System.Xml.XmlNodeType NodeType { get; } - public System.Xml.Linq.XElement Parent { get => throw null; } - public void RemoveAnnotations(System.Type type) => throw null; - public void RemoveAnnotations() where T : class => throw null; - } - public enum XObjectChange - { - Add = 0, - Remove = 1, - Name = 2, - Value = 3, - } - public class XObjectChangeEventArgs : System.EventArgs - { - public static readonly System.Xml.Linq.XObjectChangeEventArgs Add; - public XObjectChangeEventArgs(System.Xml.Linq.XObjectChange objectChange) => throw null; - public static readonly System.Xml.Linq.XObjectChangeEventArgs Name; - public System.Xml.Linq.XObjectChange ObjectChange { get => throw null; } - public static readonly System.Xml.Linq.XObjectChangeEventArgs Remove; - public static readonly System.Xml.Linq.XObjectChangeEventArgs Value; - } - public class XProcessingInstruction : System.Xml.Linq.XNode - { - public XProcessingInstruction(string target, string data) => throw null; - public XProcessingInstruction(System.Xml.Linq.XProcessingInstruction other) => throw null; - public string Data { get => throw null; set { } } - public override System.Xml.XmlNodeType NodeType { get => throw null; } - public string Target { get => throw null; set { } } - public override void WriteTo(System.Xml.XmlWriter writer) => throw null; - public override System.Threading.Tasks.Task WriteToAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken) => throw null; - } - public class XStreamingElement - { - public void Add(object content) => throw null; - public void Add(params object[] content) => throw null; - public XStreamingElement(System.Xml.Linq.XName name) => throw null; - public XStreamingElement(System.Xml.Linq.XName name, object content) => throw null; - public XStreamingElement(System.Xml.Linq.XName name, params object[] content) => throw null; - public System.Xml.Linq.XName Name { get => throw null; set { } } - public void Save(System.IO.Stream stream) => throw null; - public void Save(System.IO.Stream stream, System.Xml.Linq.SaveOptions options) => throw null; - public void Save(System.IO.TextWriter textWriter) => throw null; - public void Save(System.IO.TextWriter textWriter, System.Xml.Linq.SaveOptions options) => throw null; - public void Save(string fileName) => throw null; - public void Save(string fileName, System.Xml.Linq.SaveOptions options) => throw null; - public void Save(System.Xml.XmlWriter writer) => throw null; - public override string ToString() => throw null; - public string ToString(System.Xml.Linq.SaveOptions options) => throw null; - public void WriteTo(System.Xml.XmlWriter writer) => throw null; - } - public class XText : System.Xml.Linq.XNode - { - public XText(string value) => throw null; - public XText(System.Xml.Linq.XText other) => throw null; - public override System.Xml.XmlNodeType NodeType { get => throw null; } - public string Value { get => throw null; set { } } - public override void WriteTo(System.Xml.XmlWriter writer) => throw null; - public override System.Threading.Tasks.Task WriteToAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken) => throw null; - } - } - namespace Schema - { - public static partial class Extensions - { - public static System.Xml.Schema.IXmlSchemaInfo GetSchemaInfo(this System.Xml.Linq.XAttribute source) => throw null; - public static System.Xml.Schema.IXmlSchemaInfo GetSchemaInfo(this System.Xml.Linq.XElement source) => throw null; - public static void Validate(this System.Xml.Linq.XAttribute source, System.Xml.Schema.XmlSchemaObject partialValidationType, System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.ValidationEventHandler validationEventHandler) => throw null; - public static void Validate(this System.Xml.Linq.XAttribute source, System.Xml.Schema.XmlSchemaObject partialValidationType, System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.ValidationEventHandler validationEventHandler, bool addSchemaInfo) => throw null; - public static void Validate(this System.Xml.Linq.XDocument source, System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.ValidationEventHandler validationEventHandler) => throw null; - public static void Validate(this System.Xml.Linq.XDocument source, System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.ValidationEventHandler validationEventHandler, bool addSchemaInfo) => throw null; - public static void Validate(this System.Xml.Linq.XElement source, System.Xml.Schema.XmlSchemaObject partialValidationType, System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.ValidationEventHandler validationEventHandler) => throw null; - public static void Validate(this System.Xml.Linq.XElement source, System.Xml.Schema.XmlSchemaObject partialValidationType, System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.ValidationEventHandler validationEventHandler, bool addSchemaInfo) => throw null; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XPath.XDocument.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XPath.XDocument.cs deleted file mode 100644 index c2a60d45..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XPath.XDocument.cs +++ /dev/null @@ -1,26 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Xml.XPath.XDocument, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Xml - { - namespace XPath - { - public static partial class Extensions - { - public static System.Xml.XPath.XPathNavigator CreateNavigator(this System.Xml.Linq.XNode node) => throw null; - public static System.Xml.XPath.XPathNavigator CreateNavigator(this System.Xml.Linq.XNode node, System.Xml.XmlNameTable nameTable) => throw null; - public static object XPathEvaluate(this System.Xml.Linq.XNode node, string expression) => throw null; - public static object XPathEvaluate(this System.Xml.Linq.XNode node, string expression, System.Xml.IXmlNamespaceResolver resolver) => throw null; - public static System.Xml.Linq.XElement XPathSelectElement(this System.Xml.Linq.XNode node, string expression) => throw null; - public static System.Xml.Linq.XElement XPathSelectElement(this System.Xml.Linq.XNode node, string expression, System.Xml.IXmlNamespaceResolver resolver) => throw null; - public static System.Collections.Generic.IEnumerable XPathSelectElements(this System.Xml.Linq.XNode node, string expression) => throw null; - public static System.Collections.Generic.IEnumerable XPathSelectElements(this System.Xml.Linq.XNode node, string expression, System.Xml.IXmlNamespaceResolver resolver) => throw null; - } - public static partial class XDocumentExtensions - { - public static System.Xml.XPath.IXPathNavigable ToXPathNavigable(this System.Xml.Linq.XNode node) => throw null; - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XPath.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XPath.cs deleted file mode 100644 index 814b803c..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XPath.cs +++ /dev/null @@ -1,30 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Xml.XPath, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Xml - { - namespace XPath - { - public class XPathDocument : System.Xml.XPath.IXPathNavigable - { - public System.Xml.XPath.XPathNavigator CreateNavigator() => throw null; - public XPathDocument(System.IO.Stream stream) => throw null; - public XPathDocument(System.IO.TextReader textReader) => throw null; - public XPathDocument(string uri) => throw null; - public XPathDocument(string uri, System.Xml.XmlSpace space) => throw null; - public XPathDocument(System.Xml.XmlReader reader) => throw null; - public XPathDocument(System.Xml.XmlReader reader, System.Xml.XmlSpace space) => throw null; - } - public class XPathException : System.SystemException - { - public XPathException() => throw null; - protected XPathException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public XPathException(string message) => throw null; - public XPathException(string message, System.Exception innerException) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public override string Message { get => throw null; } - } - } - } -} diff --git a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XmlSerializer.cs b/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XmlSerializer.cs deleted file mode 100644 index 16678779..00000000 --- a/csharp/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XmlSerializer.cs +++ /dev/null @@ -1,709 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Xml.XmlSerializer, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Xml - { - namespace Serialization - { - [System.Flags] - public enum CodeGenerationOptions - { - None = 0, - GenerateProperties = 1, - GenerateNewAsync = 2, - GenerateOldAsync = 4, - GenerateOrder = 8, - EnableDataBinding = 16, - } - public class CodeIdentifier - { - public CodeIdentifier() => throw null; - public static string MakeCamel(string identifier) => throw null; - public static string MakePascal(string identifier) => throw null; - public static string MakeValid(string identifier) => throw null; - } - public class CodeIdentifiers - { - public void Add(string identifier, object value) => throw null; - public void AddReserved(string identifier) => throw null; - public string AddUnique(string identifier, object value) => throw null; - public void Clear() => throw null; - public CodeIdentifiers() => throw null; - public CodeIdentifiers(bool caseSensitive) => throw null; - public bool IsInUse(string identifier) => throw null; - public string MakeRightCase(string identifier) => throw null; - public string MakeUnique(string identifier) => throw null; - public void Remove(string identifier) => throw null; - public void RemoveReserved(string identifier) => throw null; - public object ToArray(System.Type type) => throw null; - public bool UseCamelCasing { get => throw null; set { } } - } - public class ImportContext - { - public ImportContext(System.Xml.Serialization.CodeIdentifiers identifiers, bool shareTypes) => throw null; - public bool ShareTypes { get => throw null; } - public System.Xml.Serialization.CodeIdentifiers TypeIdentifiers { get => throw null; } - public System.Collections.Specialized.StringCollection Warnings { get => throw null; } - } - public interface IXmlTextParser - { - bool Normalized { get; set; } - System.Xml.WhitespaceHandling WhitespaceHandling { get; set; } - } - public abstract class SchemaImporter - { - } - [System.AttributeUsage((System.AttributeTargets)10624)] - public class SoapAttributeAttribute : System.Attribute - { - public string AttributeName { get => throw null; set { } } - public SoapAttributeAttribute() => throw null; - public SoapAttributeAttribute(string attributeName) => throw null; - public string DataType { get => throw null; set { } } - public string Namespace { get => throw null; set { } } - } - public class SoapAttributeOverrides - { - public void Add(System.Type type, string member, System.Xml.Serialization.SoapAttributes attributes) => throw null; - public void Add(System.Type type, System.Xml.Serialization.SoapAttributes attributes) => throw null; - public SoapAttributeOverrides() => throw null; - public System.Xml.Serialization.SoapAttributes this[System.Type type] { get => throw null; } - public System.Xml.Serialization.SoapAttributes this[System.Type type, string member] { get => throw null; } - } - public class SoapAttributes - { - public SoapAttributes() => throw null; - public SoapAttributes(System.Reflection.ICustomAttributeProvider provider) => throw null; - public System.Xml.Serialization.SoapAttributeAttribute SoapAttribute { get => throw null; set { } } - public object SoapDefaultValue { get => throw null; set { } } - public System.Xml.Serialization.SoapElementAttribute SoapElement { get => throw null; set { } } - public System.Xml.Serialization.SoapEnumAttribute SoapEnum { get => throw null; set { } } - public bool SoapIgnore { get => throw null; set { } } - public System.Xml.Serialization.SoapTypeAttribute SoapType { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)10624)] - public class SoapElementAttribute : System.Attribute - { - public SoapElementAttribute() => throw null; - public SoapElementAttribute(string elementName) => throw null; - public string DataType { get => throw null; set { } } - public string ElementName { get => throw null; set { } } - public bool IsNullable { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)256)] - public class SoapEnumAttribute : System.Attribute - { - public SoapEnumAttribute() => throw null; - public SoapEnumAttribute(string name) => throw null; - public string Name { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)10624)] - public class SoapIgnoreAttribute : System.Attribute - { - public SoapIgnoreAttribute() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)1100, AllowMultiple = true)] - public class SoapIncludeAttribute : System.Attribute - { - public SoapIncludeAttribute(System.Type type) => throw null; - public System.Type Type { get => throw null; set { } } - } - public class SoapReflectionImporter - { - public SoapReflectionImporter() => throw null; - public SoapReflectionImporter(string defaultNamespace) => throw null; - public SoapReflectionImporter(System.Xml.Serialization.SoapAttributeOverrides attributeOverrides) => throw null; - public SoapReflectionImporter(System.Xml.Serialization.SoapAttributeOverrides attributeOverrides, string defaultNamespace) => throw null; - public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string elementName, string ns, System.Xml.Serialization.XmlReflectionMember[] members) => throw null; - public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string elementName, string ns, System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement, bool writeAccessors) => throw null; - public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string elementName, string ns, System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement, bool writeAccessors, bool validate) => throw null; - public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string elementName, string ns, System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement, bool writeAccessors, bool validate, System.Xml.Serialization.XmlMappingAccess access) => throw null; - public System.Xml.Serialization.XmlTypeMapping ImportTypeMapping(System.Type type) => throw null; - public System.Xml.Serialization.XmlTypeMapping ImportTypeMapping(System.Type type, string defaultNamespace) => throw null; - public void IncludeType(System.Type type) => throw null; - public void IncludeTypes(System.Reflection.ICustomAttributeProvider provider) => throw null; - } - public class SoapSchemaMember - { - public SoapSchemaMember() => throw null; - public string MemberName { get => throw null; set { } } - public System.Xml.XmlQualifiedName MemberType { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)1052)] - public class SoapTypeAttribute : System.Attribute - { - public SoapTypeAttribute() => throw null; - public SoapTypeAttribute(string typeName) => throw null; - public SoapTypeAttribute(string typeName, string ns) => throw null; - public bool IncludeInSchema { get => throw null; set { } } - public string Namespace { get => throw null; set { } } - public string TypeName { get => throw null; set { } } - } - public class UnreferencedObjectEventArgs : System.EventArgs - { - public UnreferencedObjectEventArgs(object o, string id) => throw null; - public string UnreferencedId { get => throw null; } - public object UnreferencedObject { get => throw null; } - } - public delegate void UnreferencedObjectEventHandler(object sender, System.Xml.Serialization.UnreferencedObjectEventArgs e); - public class XmlAnyElementAttributes : System.Collections.CollectionBase - { - public int Add(System.Xml.Serialization.XmlAnyElementAttribute attribute) => throw null; - public bool Contains(System.Xml.Serialization.XmlAnyElementAttribute attribute) => throw null; - public void CopyTo(System.Xml.Serialization.XmlAnyElementAttribute[] array, int index) => throw null; - public XmlAnyElementAttributes() => throw null; - public int IndexOf(System.Xml.Serialization.XmlAnyElementAttribute attribute) => throw null; - public void Insert(int index, System.Xml.Serialization.XmlAnyElementAttribute attribute) => throw null; - public void Remove(System.Xml.Serialization.XmlAnyElementAttribute attribute) => throw null; - public System.Xml.Serialization.XmlAnyElementAttribute this[int index] { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)10624, AllowMultiple = false)] - public class XmlArrayAttribute : System.Attribute - { - public XmlArrayAttribute() => throw null; - public XmlArrayAttribute(string elementName) => throw null; - public string ElementName { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaForm Form { get => throw null; set { } } - public bool IsNullable { get => throw null; set { } } - public string Namespace { get => throw null; set { } } - public int Order { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)10624, AllowMultiple = true)] - public class XmlArrayItemAttribute : System.Attribute - { - public XmlArrayItemAttribute() => throw null; - public XmlArrayItemAttribute(string elementName) => throw null; - public XmlArrayItemAttribute(string elementName, System.Type type) => throw null; - public XmlArrayItemAttribute(System.Type type) => throw null; - public string DataType { get => throw null; set { } } - public string ElementName { get => throw null; set { } } - public System.Xml.Schema.XmlSchemaForm Form { get => throw null; set { } } - public bool IsNullable { get => throw null; set { } } - public string Namespace { get => throw null; set { } } - public int NestingLevel { get => throw null; set { } } - public System.Type Type { get => throw null; set { } } - } - public class XmlArrayItemAttributes : System.Collections.CollectionBase - { - public int Add(System.Xml.Serialization.XmlArrayItemAttribute attribute) => throw null; - public bool Contains(System.Xml.Serialization.XmlArrayItemAttribute attribute) => throw null; - public void CopyTo(System.Xml.Serialization.XmlArrayItemAttribute[] array, int index) => throw null; - public XmlArrayItemAttributes() => throw null; - public int IndexOf(System.Xml.Serialization.XmlArrayItemAttribute attribute) => throw null; - public void Insert(int index, System.Xml.Serialization.XmlArrayItemAttribute attribute) => throw null; - public void Remove(System.Xml.Serialization.XmlArrayItemAttribute attribute) => throw null; - public System.Xml.Serialization.XmlArrayItemAttribute this[int index] { get => throw null; set { } } - } - public class XmlAttributeEventArgs : System.EventArgs - { - public System.Xml.XmlAttribute Attr { get => throw null; } - public string ExpectedAttributes { get => throw null; } - public int LineNumber { get => throw null; } - public int LinePosition { get => throw null; } - public object ObjectBeingDeserialized { get => throw null; } - } - public delegate void XmlAttributeEventHandler(object sender, System.Xml.Serialization.XmlAttributeEventArgs e); - public class XmlAttributeOverrides - { - public void Add(System.Type type, string member, System.Xml.Serialization.XmlAttributes attributes) => throw null; - public void Add(System.Type type, System.Xml.Serialization.XmlAttributes attributes) => throw null; - public XmlAttributeOverrides() => throw null; - public System.Xml.Serialization.XmlAttributes this[System.Type type] { get => throw null; } - public System.Xml.Serialization.XmlAttributes this[System.Type type, string member] { get => throw null; } - } - public class XmlAttributes - { - public XmlAttributes() => throw null; - public XmlAttributes(System.Reflection.ICustomAttributeProvider provider) => throw null; - public System.Xml.Serialization.XmlAnyAttributeAttribute XmlAnyAttribute { get => throw null; set { } } - public System.Xml.Serialization.XmlAnyElementAttributes XmlAnyElements { get => throw null; } - public System.Xml.Serialization.XmlArrayAttribute XmlArray { get => throw null; set { } } - public System.Xml.Serialization.XmlArrayItemAttributes XmlArrayItems { get => throw null; } - public System.Xml.Serialization.XmlAttributeAttribute XmlAttribute { get => throw null; set { } } - public System.Xml.Serialization.XmlChoiceIdentifierAttribute XmlChoiceIdentifier { get => throw null; } - public object XmlDefaultValue { get => throw null; set { } } - public System.Xml.Serialization.XmlElementAttributes XmlElements { get => throw null; } - public System.Xml.Serialization.XmlEnumAttribute XmlEnum { get => throw null; set { } } - public bool XmlIgnore { get => throw null; set { } } - public bool Xmlns { get => throw null; set { } } - public System.Xml.Serialization.XmlRootAttribute XmlRoot { get => throw null; set { } } - public System.Xml.Serialization.XmlTextAttribute XmlText { get => throw null; set { } } - public System.Xml.Serialization.XmlTypeAttribute XmlType { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)10624, AllowMultiple = false)] - public class XmlChoiceIdentifierAttribute : System.Attribute - { - public XmlChoiceIdentifierAttribute() => throw null; - public XmlChoiceIdentifierAttribute(string name) => throw null; - public string MemberName { get => throw null; set { } } - } - public struct XmlDeserializationEvents - { - public System.Xml.Serialization.XmlAttributeEventHandler OnUnknownAttribute { get => throw null; set { } } - public System.Xml.Serialization.XmlElementEventHandler OnUnknownElement { get => throw null; set { } } - public System.Xml.Serialization.XmlNodeEventHandler OnUnknownNode { get => throw null; set { } } - public System.Xml.Serialization.UnreferencedObjectEventHandler OnUnreferencedObject { get => throw null; set { } } - } - public class XmlElementAttributes : System.Collections.CollectionBase - { - public int Add(System.Xml.Serialization.XmlElementAttribute attribute) => throw null; - public bool Contains(System.Xml.Serialization.XmlElementAttribute attribute) => throw null; - public void CopyTo(System.Xml.Serialization.XmlElementAttribute[] array, int index) => throw null; - public XmlElementAttributes() => throw null; - public int IndexOf(System.Xml.Serialization.XmlElementAttribute attribute) => throw null; - public void Insert(int index, System.Xml.Serialization.XmlElementAttribute attribute) => throw null; - public void Remove(System.Xml.Serialization.XmlElementAttribute attribute) => throw null; - public System.Xml.Serialization.XmlElementAttribute this[int index] { get => throw null; set { } } - } - public class XmlElementEventArgs : System.EventArgs - { - public System.Xml.XmlElement Element { get => throw null; } - public string ExpectedElements { get => throw null; } - public int LineNumber { get => throw null; } - public int LinePosition { get => throw null; } - public object ObjectBeingDeserialized { get => throw null; } - } - public delegate void XmlElementEventHandler(object sender, System.Xml.Serialization.XmlElementEventArgs e); - [System.AttributeUsage((System.AttributeTargets)1100, AllowMultiple = true)] - public class XmlIncludeAttribute : System.Attribute - { - public XmlIncludeAttribute(System.Type type) => throw null; - public System.Type Type { get => throw null; set { } } - } - public abstract class XmlMapping - { - public string ElementName { get => throw null; } - public string Namespace { get => throw null; } - public void SetKey(string key) => throw null; - public string XsdElementName { get => throw null; } - } - [System.Flags] - public enum XmlMappingAccess - { - None = 0, - Read = 1, - Write = 2, - } - public class XmlMemberMapping - { - public bool Any { get => throw null; } - public bool CheckSpecified { get => throw null; } - public string ElementName { get => throw null; } - public string MemberName { get => throw null; } - public string Namespace { get => throw null; } - public string TypeFullName { get => throw null; } - public string TypeName { get => throw null; } - public string TypeNamespace { get => throw null; } - public string XsdElementName { get => throw null; } - } - public class XmlMembersMapping : System.Xml.Serialization.XmlMapping - { - public int Count { get => throw null; } - public System.Xml.Serialization.XmlMemberMapping this[int index] { get => throw null; } - public string TypeName { get => throw null; } - public string TypeNamespace { get => throw null; } - } - public class XmlNodeEventArgs : System.EventArgs - { - public int LineNumber { get => throw null; } - public int LinePosition { get => throw null; } - public string LocalName { get => throw null; } - public string Name { get => throw null; } - public string NamespaceURI { get => throw null; } - public System.Xml.XmlNodeType NodeType { get => throw null; } - public object ObjectBeingDeserialized { get => throw null; } - public string Text { get => throw null; } - } - public delegate void XmlNodeEventHandler(object sender, System.Xml.Serialization.XmlNodeEventArgs e); - public class XmlReflectionImporter - { - public XmlReflectionImporter() => throw null; - public XmlReflectionImporter(string defaultNamespace) => throw null; - public XmlReflectionImporter(System.Xml.Serialization.XmlAttributeOverrides attributeOverrides) => throw null; - public XmlReflectionImporter(System.Xml.Serialization.XmlAttributeOverrides attributeOverrides, string defaultNamespace) => throw null; - public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string elementName, string ns, System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement) => throw null; - public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string elementName, string ns, System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement, bool rpc) => throw null; - public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string elementName, string ns, System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement, bool rpc, bool openModel) => throw null; - public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string elementName, string ns, System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement, bool rpc, bool openModel, System.Xml.Serialization.XmlMappingAccess access) => throw null; - public System.Xml.Serialization.XmlTypeMapping ImportTypeMapping(System.Type type) => throw null; - public System.Xml.Serialization.XmlTypeMapping ImportTypeMapping(System.Type type, string defaultNamespace) => throw null; - public System.Xml.Serialization.XmlTypeMapping ImportTypeMapping(System.Type type, System.Xml.Serialization.XmlRootAttribute root) => throw null; - public System.Xml.Serialization.XmlTypeMapping ImportTypeMapping(System.Type type, System.Xml.Serialization.XmlRootAttribute root, string defaultNamespace) => throw null; - public void IncludeType(System.Type type) => throw null; - public void IncludeTypes(System.Reflection.ICustomAttributeProvider provider) => throw null; - } - public class XmlReflectionMember - { - public XmlReflectionMember() => throw null; - public bool IsReturnValue { get => throw null; set { } } - public string MemberName { get => throw null; set { } } - public System.Type MemberType { get => throw null; set { } } - public bool OverrideIsNullable { get => throw null; set { } } - public System.Xml.Serialization.SoapAttributes SoapAttributes { get => throw null; set { } } - public System.Xml.Serialization.XmlAttributes XmlAttributes { get => throw null; set { } } - } - public class XmlSchemaEnumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator - { - public XmlSchemaEnumerator(System.Xml.Serialization.XmlSchemas list) => throw null; - public System.Xml.Schema.XmlSchema Current { get => throw null; } - object System.Collections.IEnumerator.Current { get => throw null; } - public void Dispose() => throw null; - public bool MoveNext() => throw null; - void System.Collections.IEnumerator.Reset() => throw null; - } - public class XmlSchemaExporter - { - public XmlSchemaExporter(System.Xml.Serialization.XmlSchemas schemas) => throw null; - public string ExportAnyType(string ns) => throw null; - public string ExportAnyType(System.Xml.Serialization.XmlMembersMapping members) => throw null; - public void ExportMembersMapping(System.Xml.Serialization.XmlMembersMapping xmlMembersMapping) => throw null; - public void ExportMembersMapping(System.Xml.Serialization.XmlMembersMapping xmlMembersMapping, bool exportEnclosingType) => throw null; - public System.Xml.XmlQualifiedName ExportTypeMapping(System.Xml.Serialization.XmlMembersMapping xmlMembersMapping) => throw null; - public void ExportTypeMapping(System.Xml.Serialization.XmlTypeMapping xmlTypeMapping) => throw null; - } - public class XmlSchemaImporter : System.Xml.Serialization.SchemaImporter - { - public XmlSchemaImporter(System.Xml.Serialization.XmlSchemas schemas) => throw null; - public XmlSchemaImporter(System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.CodeIdentifiers typeIdentifiers) => throw null; - public System.Xml.Serialization.XmlMembersMapping ImportAnyType(System.Xml.XmlQualifiedName typeName, string elementName) => throw null; - public System.Xml.Serialization.XmlTypeMapping ImportDerivedTypeMapping(System.Xml.XmlQualifiedName name, System.Type baseType) => throw null; - public System.Xml.Serialization.XmlTypeMapping ImportDerivedTypeMapping(System.Xml.XmlQualifiedName name, System.Type baseType, bool baseTypeCanBeIndirect) => throw null; - public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string name, string ns, System.Xml.Serialization.SoapSchemaMember[] members) => throw null; - public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(System.Xml.XmlQualifiedName name) => throw null; - public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(System.Xml.XmlQualifiedName[] names) => throw null; - public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(System.Xml.XmlQualifiedName[] names, System.Type baseType, bool baseTypeCanBeIndirect) => throw null; - public System.Xml.Serialization.XmlTypeMapping ImportSchemaType(System.Xml.XmlQualifiedName typeName) => throw null; - public System.Xml.Serialization.XmlTypeMapping ImportSchemaType(System.Xml.XmlQualifiedName typeName, System.Type baseType) => throw null; - public System.Xml.Serialization.XmlTypeMapping ImportSchemaType(System.Xml.XmlQualifiedName typeName, System.Type baseType, bool baseTypeCanBeIndirect) => throw null; - public System.Xml.Serialization.XmlTypeMapping ImportTypeMapping(System.Xml.XmlQualifiedName name) => throw null; - } - public class XmlSchemas : System.Collections.CollectionBase, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - public int Add(System.Xml.Schema.XmlSchema schema) => throw null; - public int Add(System.Xml.Schema.XmlSchema schema, System.Uri baseUri) => throw null; - public void Add(System.Xml.Serialization.XmlSchemas schemas) => throw null; - public void AddReference(System.Xml.Schema.XmlSchema schema) => throw null; - public void Compile(System.Xml.Schema.ValidationEventHandler handler, bool fullCompile) => throw null; - public bool Contains(string targetNamespace) => throw null; - public bool Contains(System.Xml.Schema.XmlSchema schema) => throw null; - public void CopyTo(System.Xml.Schema.XmlSchema[] array, int index) => throw null; - public XmlSchemas() => throw null; - public object Find(System.Xml.XmlQualifiedName name, System.Type type) => throw null; - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; - public System.Collections.IList GetSchemas(string ns) => throw null; - public int IndexOf(System.Xml.Schema.XmlSchema schema) => throw null; - public void Insert(int index, System.Xml.Schema.XmlSchema schema) => throw null; - public bool IsCompiled { get => throw null; } - public static bool IsDataSet(System.Xml.Schema.XmlSchema schema) => throw null; - protected override void OnClear() => throw null; - protected override void OnInsert(int index, object value) => throw null; - protected override void OnRemove(int index, object value) => throw null; - protected override void OnSet(int index, object oldValue, object newValue) => throw null; - public void Remove(System.Xml.Schema.XmlSchema schema) => throw null; - public System.Xml.Schema.XmlSchema this[int index] { get => throw null; set { } } - public System.Xml.Schema.XmlSchema this[string ns] { get => throw null; } - } - public delegate void XmlSerializationCollectionFixupCallback(object collection, object collectionItems); - public delegate void XmlSerializationFixupCallback(object fixup); - public abstract class XmlSerializationGeneratedCode - { - protected XmlSerializationGeneratedCode() => throw null; - } - public delegate object XmlSerializationReadCallback(); - public abstract class XmlSerializationReader : System.Xml.Serialization.XmlSerializationGeneratedCode - { - protected void AddFixup(System.Xml.Serialization.XmlSerializationReader.CollectionFixup fixup) => throw null; - protected void AddFixup(System.Xml.Serialization.XmlSerializationReader.Fixup fixup) => throw null; - protected void AddReadCallback(string name, string ns, System.Type type, System.Xml.Serialization.XmlSerializationReadCallback read) => throw null; - protected void AddTarget(string id, object o) => throw null; - protected void CheckReaderCount(ref int whileIterations, ref int readerCount) => throw null; - protected string CollapseWhitespace(string value) => throw null; - protected class CollectionFixup - { - public System.Xml.Serialization.XmlSerializationCollectionFixupCallback Callback { get => throw null; } - public object Collection { get => throw null; } - public object CollectionItems { get => throw null; } - public CollectionFixup(object collection, System.Xml.Serialization.XmlSerializationCollectionFixupCallback callback, object collectionItems) => throw null; - } - protected System.Exception CreateAbstractTypeException(string name, string ns) => throw null; - protected System.Exception CreateBadDerivationException(string xsdDerived, string nsDerived, string xsdBase, string nsBase, string clrDerived, string clrBase) => throw null; - protected System.Exception CreateCtorHasSecurityException(string typeName) => throw null; - protected System.Exception CreateInaccessibleConstructorException(string typeName) => throw null; - protected System.Exception CreateInvalidCastException(System.Type type, object value) => throw null; - protected System.Exception CreateInvalidCastException(System.Type type, object value, string id) => throw null; - protected System.Exception CreateMissingIXmlSerializableType(string name, string ns, string clrType) => throw null; - protected System.Exception CreateReadOnlyCollectionException(string name) => throw null; - protected System.Exception CreateUnknownConstantException(string value, System.Type enumType) => throw null; - protected System.Exception CreateUnknownNodeException() => throw null; - protected System.Exception CreateUnknownTypeException(System.Xml.XmlQualifiedName type) => throw null; - protected XmlSerializationReader() => throw null; - protected bool DecodeName { get => throw null; set { } } - protected System.Xml.XmlDocument Document { get => throw null; } - protected System.Array EnsureArrayIndex(System.Array a, int index, System.Type elementType) => throw null; - protected class Fixup - { - public System.Xml.Serialization.XmlSerializationFixupCallback Callback { get => throw null; } - public Fixup(object o, System.Xml.Serialization.XmlSerializationFixupCallback callback, int count) => throw null; - public Fixup(object o, System.Xml.Serialization.XmlSerializationFixupCallback callback, string[] ids) => throw null; - public string[] Ids { get => throw null; } - public object Source { get => throw null; set { } } - } - protected void FixupArrayRefs(object fixup) => throw null; - protected int GetArrayLength(string name, string ns) => throw null; - protected bool GetNullAttr() => throw null; - protected object GetTarget(string id) => throw null; - protected System.Xml.XmlQualifiedName GetXsiType() => throw null; - protected abstract void InitCallbacks(); - protected abstract void InitIDs(); - protected bool IsReturnValue { get => throw null; set { } } - protected bool IsXmlnsAttribute(string name) => throw null; - protected void ParseWsdlArrayType(System.Xml.XmlAttribute attr) => throw null; - protected System.Xml.XmlQualifiedName ReadElementQualifiedName() => throw null; - protected void ReadEndElement() => throw null; - protected System.Xml.XmlReader Reader { get => throw null; } - protected int ReaderCount { get => throw null; } - protected bool ReadNull() => throw null; - protected System.Xml.XmlQualifiedName ReadNullableQualifiedName() => throw null; - protected string ReadNullableString() => throw null; - protected bool ReadReference(out string fixupReference) => throw null; - protected object ReadReferencedElement() => throw null; - protected object ReadReferencedElement(string name, string ns) => throw null; - protected void ReadReferencedElements() => throw null; - protected object ReadReferencingElement(string name, string ns, bool elementCanBeType, out string fixupReference) => throw null; - protected object ReadReferencingElement(string name, string ns, out string fixupReference) => throw null; - protected object ReadReferencingElement(out string fixupReference) => throw null; - protected System.Xml.Serialization.IXmlSerializable ReadSerializable(System.Xml.Serialization.IXmlSerializable serializable) => throw null; - protected System.Xml.Serialization.IXmlSerializable ReadSerializable(System.Xml.Serialization.IXmlSerializable serializable, bool wrappedAny) => throw null; - protected string ReadString(string value) => throw null; - protected string ReadString(string value, bool trim) => throw null; - protected object ReadTypedNull(System.Xml.XmlQualifiedName type) => throw null; - protected object ReadTypedPrimitive(System.Xml.XmlQualifiedName type) => throw null; - protected System.Xml.XmlDocument ReadXmlDocument(bool wrapped) => throw null; - protected System.Xml.XmlNode ReadXmlNode(bool wrapped) => throw null; - protected void Referenced(object o) => throw null; - protected static System.Reflection.Assembly ResolveDynamicAssembly(string assemblyFullName) => throw null; - protected System.Array ShrinkArray(System.Array a, int length, System.Type elementType, bool isNullable) => throw null; - protected byte[] ToByteArrayBase64(bool isNull) => throw null; - protected static byte[] ToByteArrayBase64(string value) => throw null; - protected byte[] ToByteArrayHex(bool isNull) => throw null; - protected static byte[] ToByteArrayHex(string value) => throw null; - protected static char ToChar(string value) => throw null; - protected static System.DateTime ToDate(string value) => throw null; - protected static System.DateTime ToDateTime(string value) => throw null; - protected static long ToEnum(string value, System.Collections.Hashtable h, string typeName) => throw null; - protected static System.DateTime ToTime(string value) => throw null; - protected static string ToXmlName(string value) => throw null; - protected static string ToXmlNCName(string value) => throw null; - protected static string ToXmlNmToken(string value) => throw null; - protected static string ToXmlNmTokens(string value) => throw null; - protected System.Xml.XmlQualifiedName ToXmlQualifiedName(string value) => throw null; - protected void UnknownAttribute(object o, System.Xml.XmlAttribute attr) => throw null; - protected void UnknownAttribute(object o, System.Xml.XmlAttribute attr, string qnames) => throw null; - protected void UnknownElement(object o, System.Xml.XmlElement elem) => throw null; - protected void UnknownElement(object o, System.Xml.XmlElement elem, string qnames) => throw null; - protected void UnknownNode(object o) => throw null; - protected void UnknownNode(object o, string qnames) => throw null; - protected void UnreferencedObject(string id, object o) => throw null; - } - public delegate void XmlSerializationWriteCallback(object o); - public abstract class XmlSerializationWriter : System.Xml.Serialization.XmlSerializationGeneratedCode - { - protected void AddWriteCallback(System.Type type, string typeName, string typeNs, System.Xml.Serialization.XmlSerializationWriteCallback callback) => throw null; - protected System.Exception CreateChoiceIdentifierValueException(string value, string identifier, string name, string ns) => throw null; - protected System.Exception CreateInvalidAnyTypeException(object o) => throw null; - protected System.Exception CreateInvalidAnyTypeException(System.Type type) => throw null; - protected System.Exception CreateInvalidChoiceIdentifierValueException(string type, string identifier) => throw null; - protected System.Exception CreateInvalidEnumValueException(object value, string typeName) => throw null; - protected System.Exception CreateMismatchChoiceException(string value, string elementName, string enumValue) => throw null; - protected System.Exception CreateUnknownAnyElementException(string name, string ns) => throw null; - protected System.Exception CreateUnknownTypeException(object o) => throw null; - protected System.Exception CreateUnknownTypeException(System.Type type) => throw null; - protected XmlSerializationWriter() => throw null; - protected bool EscapeName { get => throw null; set { } } - protected static byte[] FromByteArrayBase64(byte[] value) => throw null; - protected static string FromByteArrayHex(byte[] value) => throw null; - protected static string FromChar(char value) => throw null; - protected static string FromDate(System.DateTime value) => throw null; - protected static string FromDateTime(System.DateTime value) => throw null; - protected static string FromEnum(long value, string[] values, long[] ids) => throw null; - protected static string FromEnum(long value, string[] values, long[] ids, string typeName) => throw null; - protected static string FromTime(System.DateTime value) => throw null; - protected static string FromXmlName(string name) => throw null; - protected static string FromXmlNCName(string ncName) => throw null; - protected static string FromXmlNmToken(string nmToken) => throw null; - protected static string FromXmlNmTokens(string nmTokens) => throw null; - protected string FromXmlQualifiedName(System.Xml.XmlQualifiedName xmlQualifiedName) => throw null; - protected string FromXmlQualifiedName(System.Xml.XmlQualifiedName xmlQualifiedName, bool ignoreEmpty) => throw null; - protected abstract void InitCallbacks(); - protected System.Collections.ArrayList Namespaces { get => throw null; set { } } - protected static System.Reflection.Assembly ResolveDynamicAssembly(string assemblyFullName) => throw null; - protected void TopLevelElement() => throw null; - protected void WriteAttribute(string localName, byte[] value) => throw null; - protected void WriteAttribute(string localName, string value) => throw null; - protected void WriteAttribute(string localName, string ns, byte[] value) => throw null; - protected void WriteAttribute(string localName, string ns, string value) => throw null; - protected void WriteAttribute(string prefix, string localName, string ns, string value) => throw null; - protected void WriteElementEncoded(System.Xml.XmlNode node, string name, string ns, bool isNullable, bool any) => throw null; - protected void WriteElementLiteral(System.Xml.XmlNode node, string name, string ns, bool isNullable, bool any) => throw null; - protected void WriteElementQualifiedName(string localName, string ns, System.Xml.XmlQualifiedName value) => throw null; - protected void WriteElementQualifiedName(string localName, string ns, System.Xml.XmlQualifiedName value, System.Xml.XmlQualifiedName xsiType) => throw null; - protected void WriteElementQualifiedName(string localName, System.Xml.XmlQualifiedName value) => throw null; - protected void WriteElementQualifiedName(string localName, System.Xml.XmlQualifiedName value, System.Xml.XmlQualifiedName xsiType) => throw null; - protected void WriteElementString(string localName, string value) => throw null; - protected void WriteElementString(string localName, string ns, string value) => throw null; - protected void WriteElementString(string localName, string ns, string value, System.Xml.XmlQualifiedName xsiType) => throw null; - protected void WriteElementString(string localName, string value, System.Xml.XmlQualifiedName xsiType) => throw null; - protected void WriteElementStringRaw(string localName, byte[] value) => throw null; - protected void WriteElementStringRaw(string localName, byte[] value, System.Xml.XmlQualifiedName xsiType) => throw null; - protected void WriteElementStringRaw(string localName, string value) => throw null; - protected void WriteElementStringRaw(string localName, string ns, byte[] value) => throw null; - protected void WriteElementStringRaw(string localName, string ns, byte[] value, System.Xml.XmlQualifiedName xsiType) => throw null; - protected void WriteElementStringRaw(string localName, string ns, string value) => throw null; - protected void WriteElementStringRaw(string localName, string ns, string value, System.Xml.XmlQualifiedName xsiType) => throw null; - protected void WriteElementStringRaw(string localName, string value, System.Xml.XmlQualifiedName xsiType) => throw null; - protected void WriteEmptyTag(string name) => throw null; - protected void WriteEmptyTag(string name, string ns) => throw null; - protected void WriteEndElement() => throw null; - protected void WriteEndElement(object o) => throw null; - protected void WriteId(object o) => throw null; - protected void WriteNamespaceDeclarations(System.Xml.Serialization.XmlSerializerNamespaces xmlns) => throw null; - protected void WriteNullableQualifiedNameEncoded(string name, string ns, System.Xml.XmlQualifiedName value, System.Xml.XmlQualifiedName xsiType) => throw null; - protected void WriteNullableQualifiedNameLiteral(string name, string ns, System.Xml.XmlQualifiedName value) => throw null; - protected void WriteNullableStringEncoded(string name, string ns, string value, System.Xml.XmlQualifiedName xsiType) => throw null; - protected void WriteNullableStringEncodedRaw(string name, string ns, byte[] value, System.Xml.XmlQualifiedName xsiType) => throw null; - protected void WriteNullableStringEncodedRaw(string name, string ns, string value, System.Xml.XmlQualifiedName xsiType) => throw null; - protected void WriteNullableStringLiteral(string name, string ns, string value) => throw null; - protected void WriteNullableStringLiteralRaw(string name, string ns, byte[] value) => throw null; - protected void WriteNullableStringLiteralRaw(string name, string ns, string value) => throw null; - protected void WriteNullTagEncoded(string name) => throw null; - protected void WriteNullTagEncoded(string name, string ns) => throw null; - protected void WriteNullTagLiteral(string name) => throw null; - protected void WriteNullTagLiteral(string name, string ns) => throw null; - protected void WritePotentiallyReferencingElement(string n, string ns, object o) => throw null; - protected void WritePotentiallyReferencingElement(string n, string ns, object o, System.Type ambientType) => throw null; - protected void WritePotentiallyReferencingElement(string n, string ns, object o, System.Type ambientType, bool suppressReference) => throw null; - protected void WritePotentiallyReferencingElement(string n, string ns, object o, System.Type ambientType, bool suppressReference, bool isNullable) => throw null; - protected System.Xml.XmlWriter Writer { get => throw null; set { } } - protected void WriteReferencedElements() => throw null; - protected void WriteReferencingElement(string n, string ns, object o) => throw null; - protected void WriteReferencingElement(string n, string ns, object o, bool isNullable) => throw null; - protected void WriteRpcResult(string name, string ns) => throw null; - protected void WriteSerializable(System.Xml.Serialization.IXmlSerializable serializable, string name, string ns, bool isNullable) => throw null; - protected void WriteSerializable(System.Xml.Serialization.IXmlSerializable serializable, string name, string ns, bool isNullable, bool wrapped) => throw null; - protected void WriteStartDocument() => throw null; - protected void WriteStartElement(string name) => throw null; - protected void WriteStartElement(string name, string ns) => throw null; - protected void WriteStartElement(string name, string ns, bool writePrefixed) => throw null; - protected void WriteStartElement(string name, string ns, object o) => throw null; - protected void WriteStartElement(string name, string ns, object o, bool writePrefixed) => throw null; - protected void WriteStartElement(string name, string ns, object o, bool writePrefixed, System.Xml.Serialization.XmlSerializerNamespaces xmlns) => throw null; - protected void WriteTypedPrimitive(string name, string ns, object o, bool xsiType) => throw null; - protected void WriteValue(byte[] value) => throw null; - protected void WriteValue(string value) => throw null; - protected void WriteXmlAttribute(System.Xml.XmlNode node) => throw null; - protected void WriteXmlAttribute(System.Xml.XmlNode node, object container) => throw null; - protected void WriteXsiType(string name, string ns) => throw null; - } - public class XmlSerializer - { - public virtual bool CanDeserialize(System.Xml.XmlReader xmlReader) => throw null; - protected virtual System.Xml.Serialization.XmlSerializationReader CreateReader() => throw null; - protected virtual System.Xml.Serialization.XmlSerializationWriter CreateWriter() => throw null; - protected XmlSerializer() => throw null; - public XmlSerializer(System.Type type) => throw null; - public XmlSerializer(System.Type type, string defaultNamespace) => throw null; - public XmlSerializer(System.Type type, System.Type[] extraTypes) => throw null; - public XmlSerializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides) => throw null; - public XmlSerializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides, System.Type[] extraTypes, System.Xml.Serialization.XmlRootAttribute root, string defaultNamespace) => throw null; - public XmlSerializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides, System.Type[] extraTypes, System.Xml.Serialization.XmlRootAttribute root, string defaultNamespace, string location) => throw null; - public XmlSerializer(System.Type type, System.Xml.Serialization.XmlRootAttribute root) => throw null; - public XmlSerializer(System.Xml.Serialization.XmlTypeMapping xmlTypeMapping) => throw null; - public object Deserialize(System.IO.Stream stream) => throw null; - public object Deserialize(System.IO.TextReader textReader) => throw null; - protected virtual object Deserialize(System.Xml.Serialization.XmlSerializationReader reader) => throw null; - public object Deserialize(System.Xml.XmlReader xmlReader) => throw null; - public object Deserialize(System.Xml.XmlReader xmlReader, string encodingStyle) => throw null; - public object Deserialize(System.Xml.XmlReader xmlReader, string encodingStyle, System.Xml.Serialization.XmlDeserializationEvents events) => throw null; - public object Deserialize(System.Xml.XmlReader xmlReader, System.Xml.Serialization.XmlDeserializationEvents events) => throw null; - public static System.Xml.Serialization.XmlSerializer[] FromMappings(System.Xml.Serialization.XmlMapping[] mappings) => throw null; - public static System.Xml.Serialization.XmlSerializer[] FromMappings(System.Xml.Serialization.XmlMapping[] mappings, System.Type type) => throw null; - public static System.Xml.Serialization.XmlSerializer[] FromTypes(System.Type[] types) => throw null; - public static string GetXmlSerializerAssemblyName(System.Type type) => throw null; - public static string GetXmlSerializerAssemblyName(System.Type type, string defaultNamespace) => throw null; - public void Serialize(System.IO.Stream stream, object o) => throw null; - public void Serialize(System.IO.Stream stream, object o, System.Xml.Serialization.XmlSerializerNamespaces namespaces) => throw null; - public void Serialize(System.IO.TextWriter textWriter, object o) => throw null; - public void Serialize(System.IO.TextWriter textWriter, object o, System.Xml.Serialization.XmlSerializerNamespaces namespaces) => throw null; - protected virtual void Serialize(object o, System.Xml.Serialization.XmlSerializationWriter writer) => throw null; - public void Serialize(System.Xml.XmlWriter xmlWriter, object o) => throw null; - public void Serialize(System.Xml.XmlWriter xmlWriter, object o, System.Xml.Serialization.XmlSerializerNamespaces namespaces) => throw null; - public void Serialize(System.Xml.XmlWriter xmlWriter, object o, System.Xml.Serialization.XmlSerializerNamespaces namespaces, string encodingStyle) => throw null; - public void Serialize(System.Xml.XmlWriter xmlWriter, object o, System.Xml.Serialization.XmlSerializerNamespaces namespaces, string encodingStyle, string id) => throw null; - public event System.Xml.Serialization.XmlAttributeEventHandler UnknownAttribute; - public event System.Xml.Serialization.XmlElementEventHandler UnknownElement; - public event System.Xml.Serialization.XmlNodeEventHandler UnknownNode; - public event System.Xml.Serialization.UnreferencedObjectEventHandler UnreferencedObject; - } - [System.AttributeUsage((System.AttributeTargets)1052, AllowMultiple = false)] - public sealed class XmlSerializerAssemblyAttribute : System.Attribute - { - public string AssemblyName { get => throw null; set { } } - public string CodeBase { get => throw null; set { } } - public XmlSerializerAssemblyAttribute() => throw null; - public XmlSerializerAssemblyAttribute(string assemblyName) => throw null; - public XmlSerializerAssemblyAttribute(string assemblyName, string codeBase) => throw null; - } - public class XmlSerializerFactory - { - public System.Xml.Serialization.XmlSerializer CreateSerializer(System.Type type) => throw null; - public System.Xml.Serialization.XmlSerializer CreateSerializer(System.Type type, string defaultNamespace) => throw null; - public System.Xml.Serialization.XmlSerializer CreateSerializer(System.Type type, System.Type[] extraTypes) => throw null; - public System.Xml.Serialization.XmlSerializer CreateSerializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides) => throw null; - public System.Xml.Serialization.XmlSerializer CreateSerializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides, System.Type[] extraTypes, System.Xml.Serialization.XmlRootAttribute root, string defaultNamespace) => throw null; - public System.Xml.Serialization.XmlSerializer CreateSerializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides, System.Type[] extraTypes, System.Xml.Serialization.XmlRootAttribute root, string defaultNamespace, string location) => throw null; - public System.Xml.Serialization.XmlSerializer CreateSerializer(System.Type type, System.Xml.Serialization.XmlRootAttribute root) => throw null; - public System.Xml.Serialization.XmlSerializer CreateSerializer(System.Xml.Serialization.XmlTypeMapping xmlTypeMapping) => throw null; - public XmlSerializerFactory() => throw null; - } - public abstract class XmlSerializerImplementation - { - public virtual bool CanSerialize(System.Type type) => throw null; - protected XmlSerializerImplementation() => throw null; - public virtual System.Xml.Serialization.XmlSerializer GetSerializer(System.Type type) => throw null; - public virtual System.Xml.Serialization.XmlSerializationReader Reader { get => throw null; } - public virtual System.Collections.Hashtable ReadMethods { get => throw null; } - public virtual System.Collections.Hashtable TypedSerializers { get => throw null; } - public virtual System.Collections.Hashtable WriteMethods { get => throw null; } - public virtual System.Xml.Serialization.XmlSerializationWriter Writer { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)1)] - public sealed class XmlSerializerVersionAttribute : System.Attribute - { - public XmlSerializerVersionAttribute() => throw null; - public XmlSerializerVersionAttribute(System.Type type) => throw null; - public string Namespace { get => throw null; set { } } - public string ParentAssemblyId { get => throw null; set { } } - public System.Type Type { get => throw null; set { } } - public string Version { get => throw null; set { } } - } - [System.AttributeUsage((System.AttributeTargets)1052)] - public class XmlTypeAttribute : System.Attribute - { - public bool AnonymousType { get => throw null; set { } } - public XmlTypeAttribute() => throw null; - public XmlTypeAttribute(string typeName) => throw null; - public bool IncludeInSchema { get => throw null; set { } } - public string Namespace { get => throw null; set { } } - public string TypeName { get => throw null; set { } } - } - public class XmlTypeMapping : System.Xml.Serialization.XmlMapping - { - public string TypeFullName { get => throw null; } - public string TypeName { get => throw null; } - public string XsdTypeName { get => throw null; } - public string XsdTypeNamespace { get => throw null; } - } - } - } -}