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

◆ GetGetMethod() [2/2]

static ? MethodInfo System.Reflection.PropertyInfoExtensions.GetGetMethod ( this PropertyInfo property,
bool nonPublic )
inlinestatic

Definition at line 23 of file PropertyInfoExtensions.cs.

24 {
25 ArgumentNullException.ThrowIfNull(property, "property");
26 return property.GetGetMethod(nonPublic);
27 }

References System.ArgumentNullException.ThrowIfNull().