UnityEngine.Networking.DotNetCompatibility.GetBaseType C# (CSharp) Method

GetBaseType() private method

private GetBaseType ( Type type ) : Type
type System.Type
return System.Type
        internal static Type GetBaseType(Type type)
        {
            return type.BaseType;
        }