Namespace: NReco.DataAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
protected string ReadName(
string s,
int start,
out int newStart
)
protected string ReadName(
string s,
int start,
out int newStart
)
Protected Function ReadName (
s As String,
start As Integer,
<OutAttribute> ByRef newStart As Integer
) As String
Protected Function ReadName (
s As String,
start As Integer,
<OutAttribute> ByRef newStart As Integer
) As String
protected:
String^ ReadName(
String^ s,
int start,
[OutAttribute] int% newStart
)
protected:
String^ ReadName(
String^ s,
int start,
[OutAttribute] int% newStart
)
member ReadName :
s : string *
start : int *
newStart : int byref -> string
member ReadName :
s : string *
start : int *
newStart : int byref -> string
Return Value
Type:
String