simplify runtime set access
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -37,5 +37,7 @@ namespace RuntimeSet
|
||||
{
|
||||
return GetEnumerator();
|
||||
}
|
||||
|
||||
public T this[int index] { get { return items[index]; } }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user