Click or drag to resize

CompatExtensionsIsEmptyCollection Method

Determines whether the specified collection in the parameter is empty.

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static bool IsEmptyCollection(
	this ICollection parameter
)

Parameters

parameter
Type: System.CollectionsICollection
The parameter.

Return Value

Type: Boolean
true if the specified parameter is empty; otherwise, false.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ICollection. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also