System.MethodDescChunkHandle.MethodDescChunkHandle C# (CSharp) Method

MethodDescChunkHandle() private method

private MethodDescChunkHandle ( void ptr ) : System
ptr void
return System
        internal MethodDescChunkHandle(void* ptr)
        {
            m_ptr = new IntPtr(ptr);
        }