 | BcfArrayHelperEmptyTElement Method |
Returns a static one-dimensional array of TElement with zero-length.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic static TElement[] Empty<TElement>()
Public Shared Function Empty(Of TElement) As TElement()
Type Parameters
- TElement
- Type of array elements
Return Value
Type:
TElementAn one-dimensional array of
TElement with zero-length.
See Also