simplify runtime set access
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-08-16 21:54:48 -05:00
parent db7559cd16
commit ec2ede72ed
2 changed files with 4 additions and 8 deletions

View File

@@ -37,5 +37,7 @@ namespace RuntimeSet
{
return GetEnumerator();
}
public T this[int index] { get { return items[index]; } }
}
}