GH_RuleComplex Constructor |
Namespace:
Grasshopper.Kernel.Data
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic GH_RuleComplex(
IEnumerable<IGH_Rule> fragments,
IEnumerable<GH_RuleOperator> operators
)
Public Sub New (
fragments As IEnumerable(Of IGH_Rule),
operators As IEnumerable(Of GH_RuleOperator)
)
Parameters
- fragments
- Type: System.Collections.GenericIEnumerableIGH_Rule
- operators
- Type: System.Collections.GenericIEnumerableGH_RuleOperator
See Also