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

◆ GetCachedProviderInstance()

static LicenseProvider System.ComponentModel.LicenseManager.GetCachedProviderInstance ( Type providerType)
inlinestaticprivate

Definition at line 230 of file LicenseManager.cs.

231 {
232 return (LicenseProvider)(s_providerInstances?[providerType]);
233 }
static volatile Hashtable s_providerInstances

References System.ComponentModel.LicenseManager.s_providerInstances.

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