Click or drag to resize

BcfReadOnlyArrayListExtensionsIsNullOrEmptyTSource Method

Gets a value indicating the specified source is or empty.

Namespace:  System.Linq
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public static bool IsNullOrEmpty<TSource>(
	this BcfReadOnlyArrayList<TSource> source
)

Parameters

source
Type: CalculationWorks.BusinessModelBcfReadOnlyArrayListTSource
The instance to check. Can be .

Type Parameters

TSource
The type of the elements of source.

Return Value

Type: Boolean
A value indicating the specified source is or empty.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type BcfReadOnlyArrayListTSource. 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