InterpolatedStringArgumentPlaceholderKind 枚举

定义

public enum InterpolatedStringArgumentPlaceholderKind
type InterpolatedStringArgumentPlaceholderKind = 
Public Enum InterpolatedStringArgumentPlaceholderKind
继承
InterpolatedStringArgumentPlaceholderKind

字段

CallsiteArgument 0

这是包含方法调用、索引器访问或对象创建中的参数的占位符。 The corresponding argument index is accessed in ArgumentIndex.

CallsiteReceiver 1

这是包含方法调用、索引器访问或对象创建的接收方的占位符。

TrailingValidityArgument 2

这是内插字符串处理程序类型的尾随布尔输出参数的占位符。 此布尔控制构造函数返回后是否应运行内插字符串其余部分的条件计算。

适用于