Assumes.True Yöntem

Tanım

Aşırı Yüklemeler

True(Boolean, ValidationInterpolatedStringHandler)

Bir koşul false olarak değerlendirilirse genel bir özel durum oluşturur.

True(Boolean, String)

Bir koşul false olarak değerlendirilirse genel bir özel durum oluşturur.

True(Boolean, String, Object)

Bir koşul false olarak değerlendirilirse genel bir özel durum oluşturur.

True(Boolean, String, Object[])

Bir koşul false olarak değerlendirilirse genel bir özel durum oluşturur.

True(Boolean, ValidationInterpolatedStringHandler)

Bir koşul false olarak değerlendirilirse genel bir özel durum oluşturur.

[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)

Parametreler

condition
Boolean
message
Microsoft.ValidationInterpolatedStringHandler
Öznitelikler

Şunlara uygulanır

True(Boolean, String)

Bir koşul false olarak değerlendirilirse genel bir özel durum oluşturur.

[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)

Parametreler

condition
Boolean
message
String
Öznitelikler

Şunlara uygulanır

True(Boolean, String, Object)

Bir koşul false olarak değerlendirilirse genel bir özel durum oluşturur.

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)

Parametreler

condition
Boolean
unformattedMessage
String
arg1
Object
Öznitelikler

Şunlara uygulanır

True(Boolean, String, Object[])

Bir koşul false olarak değerlendirilirse genel bir özel durum oluşturur.

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())

Parametreler

condition
Boolean
unformattedMessage
String
args
Object[]
Öznitelikler

Şunlara uygulanır