Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetTypes()

static Type[] System.Reflection.AssemblyExtensions.GetTypes ( this Assembly assembly)
inlinestatic

Definition at line 21 of file AssemblyExtensions.cs.

22 {
23 ArgumentNullException.ThrowIfNull(assembly, "assembly");
24 return assembly.GetTypes();
25 }

References System.Reflection.Assembly.GetTypes(), and System.ArgumentNullException.ThrowIfNull().