Olvasás angol nyelven Szerkesztés

Megosztás a következőn keresztül:


Array.Empty<T> Method

Definition

Returns an empty array.

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

Type Parameters

T

The type of the elements of the array.

Returns

T[]

An empty array.

Applies to