mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-17 07:44:09 +02:00
13 lines
No EOL
155 B
Beef
13 lines
No EOL
155 B
Beef
namespace System.Collections
|
|
{
|
|
class TClass<T> : IDisposable
|
|
{
|
|
public void Dispose()
|
|
{
|
|
Variant GetVariant()
|
|
{
|
|
return default;
|
|
}
|
|
}
|
|
}
|
|
} |