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

◆ CustomAttributeNamedArgument() [2/2]

System.Reflection.CustomAttributeNamedArgument.CustomAttributeNamedArgument ( MemberInfo memberInfo,
CustomAttributeTypedArgument typedArgument )
inline

Definition at line 63 of file CustomAttributeNamedArgument.cs.

64 {
65 _memberInfo = memberInfo ?? throw new ArgumentNullException("memberInfo");
66 _value = typedArgument;
67 }

References System.Reflection.CustomAttributeNamedArgument._memberInfo, and System.Reflection.CustomAttributeNamedArgument._value.