9 lines
143 B
C#
Raw Normal View History

namespace Internal.Runtime.Augments
{
class RuntimeThread
{
public static void InitializeThreadPoolThread ()
{
}
}
}