Click or drag to resize

BcfArrayHelperEmptyTElement Method

[This is preliminary documentation and is subject to change.]

Returns a static one-dimensional array of TElement with zero-length.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntax
public static TElement[] Empty<TElement>()

Type Parameters

TElement
Type of array elements

Return Value

Type: TElement
An one-dimensional array of TElement with zero-length.
Version Information

BCF

Supported in: 4.0
See Also