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