Scorpio.ScriptExtensions.GetTypeInfo C# (CSharp) Method

GetTypeInfo() public static method

public static GetTypeInfo ( this type ) : Type
type this
return System.Type
        public static Type GetTypeInfo(this Type type) {
            return type;
        }
        public static MethodInfo GetMethodInfo(this Delegate del) {