1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-18 16:10:26 +02:00

Improved extension virtual override

This commit is contained in:
Brian Fiete 2022-06-28 09:34:46 -07:00
parent 96de5c9994
commit c8d2d4852e
3 changed files with 4 additions and 2 deletions

View file

@ -204,7 +204,7 @@ namespace Tests
return mTVal;
}
public int GetB()
public new int GetB()
{
return 2;
}