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 M
)
Public Sub New ( 
	M As String
)

Parameters

M
Type: SystemString
Mask string.
See Also