Debug.AssertInterpolatedStringHandler(Int32, Int32, Boolean, Boolean) 构造函数

定义

创建处理程序的实例。

public:
 AssertInterpolatedStringHandler(int literalLength, int formattedCount, bool condition, [Runtime::InteropServices::Out] bool % shouldAppend);
public AssertInterpolatedStringHandler (int literalLength, int formattedCount, bool condition, out bool shouldAppend);
new System.Diagnostics.Debug.AssertInterpolatedStringHandler : int * int * bool * bool -> System.Diagnostics.Debug.AssertInterpolatedStringHandler
Public Sub New (literalLength As Integer, formattedCount As Integer, condition As Boolean, ByRef shouldAppend As Boolean)

参数

literalLength
Int32

内插字符串中内插表达式之外的常量字符数。

formattedCount
Int32

内插字符串中的内插表达式数。

condition
Boolean

传递给 方法的 Debug 布尔条件。

shouldAppend
Boolean

一个值,该值指示是否应继续设置格式。

注解

这只能由编译器生成的代码调用。 参数不进行验证,否则它们对于打算直接使用的成员而言。

适用于