System.Reflection.TypeExtensions.GetGenericArguments C# (CSharp) Method

GetGenericArguments() public static method

public static GetGenericArguments ( this type ) : System.Type[]
type this
return System.Type[]
        public static System.Type[] GetGenericArguments(this System.Type type) { throw null; }
        public static System.Type[] GetInterfaces(this System.Type type) { throw null; }