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

◆ ReturnTypeCustomAttributes

override ICustomAttributeProvider System.Reflection.Emit.MethodBuilderInstantiation.ReturnTypeCustomAttributes
get

Definition at line 67 of file MethodBuilderInstantiation.cs.

68 {
69 get
70 {
71 throw new NotSupportedException();
72 }
73 }