Tokenize some data

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

Public Shared Function Tokenize( _ 
ByVal data As String, _ 
ByVal command_start As String, _ 
ByVal command_end As String
) As Queue(Of Token)
This language is not supported or no code example is available.
public static Queue<Token> Tokenize( 
string data
string command_start
string command_end 
)
This language is not supported or no code example is available.
public:  
static Queue<Token^>^ Tokenize( 
String^ data
String^ command_start
String^ command_end 
)
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

data
Type: string

command_start
Type: string

command_end
Type: string

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