mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-11 12:54:15 +02:00
Add MatchIndex to StringSplitEnumerator
This commit is contained in:
parent
dc57db202d
commit
c4f50ec64e
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
|
||||
{
|
||||
get
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue