mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-13 05:44:11 +02:00
Merge pull request #1239 from disarray2077/matchindex
Add MatchIndex to StringSplitEnumerator
This commit is contained in:
commit
3bd1e97179
1 changed files with 8 additions and 0 deletions
|
@ -2818,6 +2818,14 @@ namespace System
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public int32 MatchIndex
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return mCurCount - 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public bool HasMore
|
public bool HasMore
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue