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

◆ GetProperties() [2/2]

override PropertyInfo[] System.RuntimeType.GetProperties ( BindingFlags bindingAttr)
inline

Implements System.Reflection.IReflect.

Definition at line 2254 of file RuntimeType.cs.

2255 {
2256 return GetPropertyCandidates(null, bindingAttr, null, allowPrefixLookup: false).ToArray();
2257 }
ListBuilder< PropertyInfo > GetPropertyCandidates(string name, BindingFlags bindingAttr, Type[] types, bool allowPrefixLookup)

References System.RuntimeType.GetPropertyCandidates().

Referenced by System.Reflection.Emit.TypeBuilder.GetProperties().