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

◆ CustomAttributeValue()

Definition at line 11 of file CustomAttributeValue.cs.

12 {
13 FixedArguments = fixedArguments;
14 NamedArguments = namedArguments;
15 }
ImmutableArray< CustomAttributeTypedArgument< TType > > FixedArguments
ImmutableArray< CustomAttributeNamedArgument< TType > > NamedArguments

References System.Reflection.Metadata.CustomAttributeValue< TType >.FixedArguments, and System.Reflection.Metadata.CustomAttributeValue< TType >.NamedArguments.