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

◆ ContainsPropertyMatchingHash()

static bool System.ModuleHandle.ContainsPropertyMatchingHash ( RuntimeModule module,
int propertyToken,
uint hash )
inlinestaticpackage

Definition at line 255 of file ModuleHandle.cs.

256 {
257 return _ContainsPropertyMatchingHash(new QCallModule(ref module), propertyToken, hash) != Interop.BOOL.FALSE;
258 }
static Interop.BOOL _ContainsPropertyMatchingHash(QCallModule module, int propertyToken, uint hash)

References System.ModuleHandle._ContainsPropertyMatchingHash().

Referenced by System.RuntimeType.RuntimeTypeCache.MemberInfoCache< T >.PopulateProperties().