อ่านในภาษาอังกฤษ แก้ไข

แชร์ผ่าน


Array.Empty<T> Method

Definition

Returns an empty array.

public static T[] Empty<T>();

Type Parameters

T

The type of the elements of the array.

Returns

T[]

An empty array.

Applies to