Constructor CombinatorAttribute
- Namespace
- Bonsai
- Assembly
- Bonsai.Core.dll
CombinatorAttribute()
Initializes a new instance of the CombinatorAttribute class using the default expression builder class.
public CombinatorAttribute()
CombinatorAttribute(Type)
Initializes a new instance of the CombinatorAttribute class using the specified expression builder class.
public CombinatorAttribute(Type builderType)
Parameters
builderType
TypeThe Type of the expression builder class used to build expressions from this combinator.
CombinatorAttribute(string)
Initializes a new instance of the CombinatorAttribute class using the specified expression builder class.
public CombinatorAttribute(string builderTypeName)
Parameters
builderTypeName
stringThe fully qualified name of the expression builder class used to build expressions from this combinator.