1 override of GetLicense
System.ComponentModel.TypeConverter (1)
System\ComponentModel\LicFileLicenseProvider.cs (1)
48
public override License?
GetLicense
(LicenseContext context, Type type, object? instance, bool allowExceptions)
1 reference to GetLicense
System.ComponentModel.TypeConverter (1)
System\ComponentModel\LicenseManager.cs (1)
297
license = provider.
GetLicense
(context, type, instance, allowExceptions);