Table of Contents

Class ValueReadOnlyCollection

Namespace
Silverback.Collections
Assembly
Silverback.Core.dll

Provides the Empty<T>() factory method.

public static class ValueReadOnlyCollection
Inheritance
ValueReadOnlyCollection
Inherited Members

Methods

Empty<T>()

Returns an empty ValueReadOnlyCollection<T>.

public static ValueReadOnlyCollection<T> Empty<T>()

Returns

ValueReadOnlyCollection<T>

The empty ValueReadOnlyCollection<T>.

Type Parameters

T

The type of the elements.