Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ImportedFromTypeLibAttribute.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices
;
2
3
[AttributeUsage(
AttributeTargets
.Assembly, Inherited =
false
)]
4
public
sealed
class
ImportedFromTypeLibAttribute
:
Attribute
5
{
6
public
string
Value
{
get
; }
7
8
public
ImportedFromTypeLibAttribute
(
string
tlbFile)
9
{
10
Value
= tlbFile;
11
}
12
}
System.Attribute
Definition
Attribute.cs:12
System.Runtime.InteropServices.ImportedFromTypeLibAttribute.Value
string Value
Definition
ImportedFromTypeLibAttribute.cs:6
System.Runtime.InteropServices.ImportedFromTypeLibAttribute.ImportedFromTypeLibAttribute
ImportedFromTypeLibAttribute(string tlbFile)
Definition
ImportedFromTypeLibAttribute.cs:8
System.Runtime.InteropServices.ImportedFromTypeLibAttribute
Definition
ImportedFromTypeLibAttribute.cs:5
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Runtime.InteropServices
System.Runtime.InteropServices
ImportedFromTypeLibAttribute.cs
Generated by
1.10.0