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

◆ CreateWithContext() [1/2]

static ? object System.ComponentModel.LicenseManager.CreateWithContext ( [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors)] Type type,
LicenseContext creationContext )
inlinestatic

Definition at line 183 of file LicenseManager.cs.

184 {
185 return CreateWithContext(type, creationContext, Array.Empty<object>());
186 }
static ? object CreateWithContext([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors)] Type type, LicenseContext creationContext)

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

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