Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Array::Empty<T> Method ()

.NET Framework (current version)
 

Returns an empty array.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
generic<typename T>
static array<T>^ Empty()

Return Value

Type: array<T>^

Returns an empty Array.

Type Parameters

T

The type of the elements of the array.

Universal Windows Platform
Available since 10
.NET Framework
Available since 4.6
Return to top
Show: