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:
parent
96de5c9994
commit
c8d2d4852e
3 changed files with 4 additions and 2 deletions
|
@ -204,7 +204,7 @@ namespace Tests
|
|||
return mTVal;
|
||||
}
|
||||
|
||||
public int GetB()
|
||||
public new int GetB()
|
||||
{
|
||||
return 2;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue