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