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

◆ TypeId

override object System.ComponentModel.LicenseProviderAttribute.TypeId
get

Definition at line 29 of file LicenseProviderAttribute.cs.

30 {
31 get
32 {
34 if (text == null && _licenseProviderType != null)
35 {
37 }
38 return GetType().FullName + text;
39 }
40 }
string? FullName
Definition Type.cs:47