Namespace: NReco.Data.RelexAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
protected QNode ParseCondition(
string input,
int startIdx,
out int endIdx
)
protected QNode ParseCondition(
string input,
int startIdx,
out int endIdx
)
Protected Function ParseCondition (
input As String,
startIdx As Integer,
<OutAttribute> ByRef endIdx As Integer
) As QNode
Protected Function ParseCondition (
input As String,
startIdx As Integer,
<OutAttribute> ByRef endIdx As Integer
) As QNode
protected:
QNode^ ParseCondition(
String^ input,
int startIdx,
[OutAttribute] int% endIdx
)
protected:
QNode^ ParseCondition(
String^ input,
int startIdx,
[OutAttribute] int% endIdx
)
member ParseCondition :
input : string *
startIdx : int *
endIdx : int byref -> QNode
member ParseCondition :
input : string *
startIdx : int *
endIdx : int byref -> QNode
Return Value
Type:
QNode