Click or drag to resize

GH_LexerCombo Constructor (GH_Lexer, GH_Lexer)

Initializes a new instance of the GH_LexerCombo class

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_LexerCombo(
	GH_Lexer n_source,
	GH_Lexer n_target
)

Parameters

n_source
Type: Grasshopper.Kernel.DataGH_Lexer
n_target
Type: Grasshopper.Kernel.DataGH_Lexer
See Also