 |
| BcfBehaviorT Constructor |
Initializes a new instance of the class.
Namespace: CalculationWorks.BusinessModel.BehaviorsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxprotected BcfBehavior(
IEnumerable<T> behaviorItems
)
Protected Sub New (
behaviorItems As IEnumerable(Of T)
)
Parameters
- behaviorItems
- Type: System.Collections.GenericIEnumerableT
The behavior items.
Exceptions
See Also