Scanner.Tokens Field

R3_Language

ScannerTokens Field
Once Scanner is initialized this will be filled with strings that are processable

Namespace:  R3_Language
Assembly:  R3_Language (in R3_Language.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string[] Tokens
Public Tokens As String()
public:
array<String^>^ Tokens
val mutable Tokens: string[]

Field Value

Type: String
See Also