Array.Empty(Of T) Method ()

.NET Framework (current version)
 

Returns an empty array.

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

Public Shared Function Empty(Of T) As T()

Return Value

Type: 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: