 | IBcfParameterTGetValueArrayUnchecked Method (BcfReadOnlyArrayListBcfRow) |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
SyntaxT[] GetValueArrayUnchecked(
BcfReadOnlyArrayList<BcfRow> sourceRows
)
Function GetValueArrayUnchecked (
sourceRows As BcfReadOnlyArrayList(Of BcfRow)
) As T()
Parameters
- sourceRows
- Type: CalculationWorks.BusinessModelBcfReadOnlyArrayListBcfRow
Infrastructure.
Return Value
Type:
TThe parameter values.
Exceptions
See Also