1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-24 18:48:01 +02:00
Beef/IDE/mintest/src/main2.bf
2020-09-07 05:53:40 -07:00

32 lines
No EOL
184 B
Beef

class Zaggle<T>
{
public int Capacity
{
get
{
return 0;
}
set
{
}
}
public void MethodA()
{
}
public void MethodB()
{
}
public void MethodC()
{
}
}