Provides a singleton empty array instance.

Namespace:  Gallio.Common.Collections
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public static class EmptyArray<T>
Visual Basic (Declaration)
Public NotInheritable Class EmptyArray(Of T)

Type Parameters

T
The type of array to provide.

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Collections..::.EmptyArray<(Of <(T>)>)

See Also