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

◆ SetAttributes()

void System.Reflection.RuntimeParameterInfo.SetAttributes ( ParameterAttributes attributes)
inlinepackage

Definition at line 151 of file RuntimeParameterInfo.cs.

152 {
153 AttrsImpl = attributes;
154 }
ParameterAttributes AttrsImpl

References System.Reflection.ParameterInfo.AttrsImpl.