Поделиться через


Assumes.True Метод

Определение

Перегрузки

True(Boolean, ValidationInterpolatedStringHandler)

Вызывает общедоступное исключение, если условие принимает значение false.

True(Boolean, String)

Вызывает общедоступное исключение, если условие принимает значение false.

True(Boolean, String, Object)

Вызывает общедоступное исключение, если условие принимает значение false.

True(Boolean, String, Object[])

Вызывает общедоступное исключение, если условие принимает значение false.

True(Boolean, ValidationInterpolatedStringHandler)

Вызывает общедоступное исключение, если условие принимает значение false.

[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")]
public static void True (bool condition, ref Microsoft.ValidationInterpolatedStringHandler message);
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")>]
static member True : bool * ValidationInterpolatedStringHandler -> unit
Public Shared Sub True (condition As Boolean, ByRef message As ValidationInterpolatedStringHandler)

Параметры

condition
Boolean
message
Microsoft.ValidationInterpolatedStringHandler
Атрибуты

Применяется к

True(Boolean, String)

Вызывает общедоступное исключение, если условие принимает значение false.

[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")]
public static void True (bool condition, string? message = default);
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")>]
static member True : bool * string -> unit
Public Shared Sub True (condition As Boolean, Optional message As String = Nothing)

Параметры

condition
Boolean
message
String
Атрибуты

Применяется к

True(Boolean, String, Object)

Вызывает общедоступное исключение, если условие принимает значение false.

public:
 static void True(bool condition, System::String ^ unformattedMessage, System::Object ^ arg1);
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")]
public static void True (bool condition, string unformattedMessage, object? arg1);
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")>]
static member True : bool * string * obj -> unit
Public Shared Sub True (condition As Boolean, unformattedMessage As String, arg1 As Object)

Параметры

condition
Boolean
unformattedMessage
String
arg1
Object
Атрибуты

Применяется к

True(Boolean, String, Object[])

Вызывает общедоступное исключение, если условие принимает значение false.

public:
 static void True(bool condition, System::String ^ unformattedMessage, ... cli::array <System::Object ^> ^ args);
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")]
public static void True (bool condition, string unformattedMessage, params object?[] args);
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")>]
static member True : bool * string * obj[] -> unit
Public Shared Sub True (condition As Boolean, unformattedMessage As String, ParamArray args As Object())

Параметры

condition
Boolean
unformattedMessage
String
args
Object[]
Атрибуты

Применяется к