Click or drag to resize

BcfReadOnlyArrayListTWrap Method

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

Creates a new instance around specified array; null and empty arrays will return static readonly Empty.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public static BcfReadOnlyArrayList<T> Wrap(
	T[] array
)

Parameters

array
Type: T

Return Value

Type: BcfReadOnlyArrayListT
An instance wrapping specified array
See Also