Table of Contents

Method Default

Namespace
Zyl.ExSpans
Assembly
ExSpans.Core.dll

Default<T>(nint, T)

The formater of each item - Default (各项的格式化器 - 默认).

[FakeCLSCompliant(false)]
public static string Default<T>(nint index, T value)

Parameters

index nint

Item index (项的索引).

value T

Item value (项的值).

Returns

string

A formatted string (格式化后的字符串).

Type Parameters

T

The element type (元素的类型).