Binarysharp.MemoryManagement.Threading.ThreadFactory.ThreadFactory C# (CSharp) Method

ThreadFactory() private method

Initializes a new instance of the ThreadFactory class.
private ThreadFactory ( MemorySharp memorySharp ) : System
memorySharp MemorySharp The reference of the object.
return System
        internal ThreadFactory(MemorySharp memorySharp)
        {
            // Save the parameter
            MemorySharp = memorySharp;
        }