Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
LicenseProvider.cs
Go to the documentation of this file.
1
namespace
System.ComponentModel
;
2
3
public
abstract
class
LicenseProvider
4
{
5
public
abstract
License
?
GetLicense
(
LicenseContext
context,
Type
type
,
object
? instance,
bool
allowExceptions);
6
}
System.ComponentModel.LicenseContext
Definition
LicenseContext.cs:6
System.ComponentModel.LicenseProvider.GetLicense
License? GetLicense(LicenseContext context, Type type, object? instance, bool allowExceptions)
System.ComponentModel.LicenseProvider
Definition
LicenseProvider.cs:4
System.ComponentModel.License
Definition
License.cs:4
System.Type
Definition
Type.cs:14
System.ComponentModel
Definition
ColumnAttribute.cs:3
System.ExceptionArgument.type
@ type
source
System.ComponentModel.TypeConverter
System.ComponentModel
LicenseProvider.cs
Generated by
1.10.0