System.Reflection.SystemReflectionPolyfillExtensions.GetTypeInfo C# (CSharp) 메소드

GetTypeInfo() 공개 정적인 메소드

public static GetTypeInfo ( this type ) : Type
type this
리턴 System.Type
        public static Type GetTypeInfo(this Type type)
        {
            return type;
        }
    }
SystemReflectionPolyfillExtensions