| TokenLength Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the length of the value to be looked up in the lexer.
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public int Length { get; set; }
Public Property Length As Integer
Get
Set
public:
property int Length {
int get ();
void set (int value);
}
member Length : int with get, set
Property Value
Type:
Int32
The length (see above).
See Also