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

◆ IsValid() [2/2]

static bool System.ComponentModel.LicenseManager.IsValid ( Type type,
object? instance,
out License? license )
inlinestatic

Definition at line 259 of file LicenseManager.cs.

260 {
261 return ValidateInternal(type, instance, allowExceptions: false, out license);
262 }
static bool ValidateInternal(Type type, object instance, bool allowExceptions, out License license)

References System.type, and System.ComponentModel.LicenseManager.ValidateInternal().