1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-17 15:46:05 +02:00
Beef/IDEHelper/Tests/src/Helper.bf

13 lines
155 B
Beef
Raw Normal View History

namespace System.Collections
2019-08-23 11:56:54 -07:00
{
class TClass<T> : IDisposable
{
public void Dispose()
{
Variant GetVariant()
{
return default;
}
}
}
}