Table of Contents

Method IsEmpty

Namespace
Gamelogic.Extensions.Algorithms
Assembly
Gamelogic.Extensions.dll

IsEmpty<T>(ICollection<T>)

Returns whether this source is empty.

public static bool IsEmpty<T>(this ICollection<T> collection)

Parameters

collection ICollection<T>

Returns

bool

Type Parameters

T