Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
License.cs
Go to the documentation of this file.
1
namespace
System.ComponentModel
;
2
3
public
abstract
class
License
:
IDisposable
4
{
5
public
abstract
string
LicenseKey
{
get
; }
6
7
public
abstract
void
Dispose
();
8
}
System.ComponentModel.License.LicenseKey
string LicenseKey
Definition
License.cs:5
System.ComponentModel.License.Dispose
void Dispose()
System.ComponentModel.License
Definition
License.cs:4
System.IDisposable
Definition
IDisposable.cs:4
System.ComponentModel
Definition
ColumnAttribute.cs:3
source
System.ComponentModel.TypeConverter
System.ComponentModel
License.cs
Generated by
1.10.0