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

GetTypeInfo() 공개 정적인 메소드

public static GetTypeInfo ( this type ) : Type
type this
리턴 Type
        public static Type GetTypeInfo(this Type type)
        {
            return type;
        }
    }
ReflectionPolyfillExtensions