Table of Contents

Method Empty

Namespace
Zyl.ExSpans.Impl
Assembly
ExSpans.Core.dll

Empty<T>()

Returns an empty array (返回一个空数组).

public static T[] Empty<T>()

Returns

T[]

An empty array (一个空数组).

Type Parameters

T

The type of the elements of the array (数组元素的类型).