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

◆ GetMarshalAsCustomAttribute() [2/3]

static MarshalAsAttribute System.Reflection.PseudoCustomAttribute.GetMarshalAsCustomAttribute ( RuntimeFieldInfo field)
inlinestaticprivate

Definition at line 277 of file PseudoCustomAttribute.cs.

278 {
279 return GetMarshalAsCustomAttribute(field.MetadataToken, field.GetRuntimeModule());
280 }
static MarshalAsAttribute GetMarshalAsCustomAttribute(RuntimeParameterInfo parameter)

References System.Reflection.PseudoCustomAttribute.GetMarshalAsCustomAttribute().