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

◆ GetCachedNoLicenseProvider()

static bool System.ComponentModel.LicenseManager.GetCachedNoLicenseProvider ( Type type)
inlinestaticprivate

Definition at line 216 of file LicenseManager.cs.

217 {
218 if (s_providers != null)
219 {
220 return s_providers.ContainsKey(type);
221 }
222 return false;
223 }
static volatile Hashtable s_providers

References System.ComponentModel.LicenseManager.s_providers, and System.type.

Referenced by System.ComponentModel.LicenseManager.ValidateInternalRecursive().