Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DefaultMemberAttribute.cs
Go to the documentation of this file.
1
namespace
System.Reflection
;
2
3
[AttributeUsage(
AttributeTargets
.Class |
AttributeTargets
.Struct |
AttributeTargets
.Interface)]
4
public
sealed
class
DefaultMemberAttribute
:
Attribute
5
{
6
public
string
MemberName
{
get
; }
7
8
public
DefaultMemberAttribute
(
string
memberName)
9
{
10
MemberName
= memberName;
11
}
12
}
System.Attribute
Definition
Attribute.cs:12
System.Reflection.DefaultMemberAttribute.DefaultMemberAttribute
DefaultMemberAttribute(string memberName)
Definition
DefaultMemberAttribute.cs:8
System.Reflection.DefaultMemberAttribute.MemberName
string MemberName
Definition
DefaultMemberAttribute.cs:6
System.Reflection.DefaultMemberAttribute
Definition
DefaultMemberAttribute.cs:5
System.Reflection
Definition
ICustomTypeProvider.cs:1
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Reflection
DefaultMemberAttribute.cs
Generated by
1.10.0