System.RuntimeTypeHandle.GetBaseTypeHandle C# (CSharp) Method

GetBaseTypeHandle() private method

private GetBaseTypeHandle ( ) : RuntimeTypeHandle
return RuntimeTypeHandle
        internal RuntimeTypeHandle GetBaseTypeHandle()
        {
            return new RuntimeTypeHandle(_GetBaseTypeHandle());
        }