Tokenizer.TokenizeCommandParameters Method

Tokenize comand parameters - this is actually used in the parsing phrase currently - this is done here, rather than in the initial tokenize, so we know context
Public Shared Function TokenizeCommandParameters( _ 
ByVal comparison As String
) As Queue(Of Token)
This language is not supported or no code example is available.
public static Queue<Token> TokenizeCommandParameters( 
string comparison 
)
This language is not supported or no code example is available.
public:  
static Queue<Token^>^ TokenizeCommandParameters( 
String^ comparison 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

comparison
string

<default>

Return Value

Queue<Token>

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition