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

◆ GetCustomAttributeProps()

void System.Reflection.MetadataImport.GetCustomAttributeProps ( int customAttributeToken,
out int constructorToken,
out ConstArray signature )
inline

Definition at line 245 of file MetadataImport.cs.

246 {
247 _GetCustomAttributeProps(m_metadataImport2, customAttributeToken, out constructorToken, out signature);
248 }
static void _GetCustomAttributeProps(IntPtr scope, int customAttributeToken, out int constructorToken, out ConstArray signature)

References System.Reflection.MetadataImport._GetCustomAttributeProps(), and System.Reflection.MetadataImport.m_metadataImport2.

Referenced by System.Reflection.CustomAttribute.IsCustomAttributeDefined().