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

◆ SetCustomAttribute() [1/2]

void System.Reflection.Emit.ConstructorBuilder.SetCustomAttribute ( ConstructorInfo con,
byte[] binaryAttribute )
inline

Definition at line 149 of file ConstructorBuilder.cs.

150 {
151 m_methodBuilder.SetCustomAttribute(con, binaryAttribute);
152 }
void SetCustomAttribute(ConstructorInfo con, byte[] binaryAttribute)

References System.Reflection.Emit.ConstructorBuilder.m_methodBuilder, and System.Reflection.Emit.MethodBuilder.SetCustomAttribute().