Table of Contents

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 Type

The 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 string

The fully qualified name of the expression builder class used to build expressions from this combinator.