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

◆ GetConstant()

Constant System.Reflection.Metadata.MetadataReader.GetConstant ( ConstantHandle handle)
inline

Definition at line 1047 of file MetadataReader.cs.

1048 {
1049 return new Constant(this, handle.RowId);
1050 }

References System.Reflection.Metadata.Constant, and System.handle.