GH_Lexer Constructor (String)

GH_Lexer Constructor (String)

Create a new mask from a textual string.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_Lexer(
	string mask
)
Public Sub New ( 
	mask As String
)

Parameters

mask
Type: SystemString
Mask string.
See Also