1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-25 11:08:02 +02:00
Beef/IDE/mintest/src/main2.bf

32 lines
184 B
Beef
Raw Normal View History

2019-11-27 08:02:15 -08:00
2020-09-07 05:53:40 -07:00
class Zaggle<T>
{
public int Capacity
{
get
{
return 0;
}
set
{
}
}
public void MethodA()
{
}
public void MethodB()
{
}
public void MethodC()
{
}
}