Method Default
Default<T>(nint, T)
The formater of each item - Default (各项的格式化器 - 默认).
[FakeCLSCompliant(false)]
public static string Default<T>(nint index, T value)
Parameters
indexnintItem index (项的索引).
valueTItem value (项的值).
Returns
- string
A formatted string (格式化后的字符串).
Type Parameters
TThe element type (元素的类型).