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