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

◆ Signature

unsafe Signature System.Reflection.RuntimePropertyInfo.Signature
getpackage

Definition at line 34 of file RuntimePropertyInfo.cs.

35 {
36 get
37 {
38 if (m_signature == null)
39 {
41 m_signature = new Signature(signature.Signature.ToPointer(), signature.Length, m_declaringType);
42 }
43 return m_signature;
44 }
45 }
unsafe void GetPropertyProps(int mdToken, out void *name, out PropertyAttributes propertyAttributes, out ConstArray signature)

Referenced by System.Reflection.RuntimePropertyInfo.EqualsSig().