tModLoader v2024.09
A mod to make and play Terraria mods
|
Static Public Member Functions | |
static void | AddImmutableType (Type type) |
static bool | IsCloneable< T > (T t, Expression< Func< T, Delegate > > cloneMethod) |
static bool | IsCloneable< T, F > (T t, Expression< Func< T, F > > cloneMethod) |
static bool | IsImmutable (Type type) |
static void | WarnNotCloneable (Type type) |
|
static |
F | : | Delegate |