1
0
Fork 0
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:
disarray2077 2021-11-20 17:30:07 -03:00 committed by GitHub
parent dc57db202d
commit c4f50ec64e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2818,6 +2818,14 @@ namespace System
}
}
public int32 MatchIndex
{
get
{
return mCurCount - 1;
}
}
public bool HasMore
{
get