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

Namespace: Contracts.Expressions
Assembly: Contracts (in Contracts.dll)

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
Type: string

<default>

Return Value

Type: 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