mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-24 18:48:01 +02:00
32 lines
No EOL
184 B
Beef
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()
|
|
{
|
|
|
|
}
|
|
} |