System.Reflection.AssemblyExtensions.GetTypes C# (CSharp) Method

GetTypes() public static method

public static GetTypes ( this assembly ) : System.Type[]
assembly this
return System.Type[]
        public static System.Type[] GetTypes(this System.Reflection.Assembly assembly) { throw null; }
    }