 | IBcfTableVisitorVisitTRow, TOptions Method |
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxvoid Visit<TRow, TOptions>(
BcfTable<TRow, TOptions> table
)
where TRow : BcfRow
Sub Visit(Of TRow As BcfRow, TOptions) (
table As BcfTable(Of TRow, TOptions)
)
Parameters
- table
- Type: CalculationWorks.BusinessModelBcfTableTRow, TOptions
The table accepted the visitor.
Type Parameters
- TRow
- Row type
- TOptions
- Table option type.
See Also