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

◆ GetSetMethod() [2/2]

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

Definition at line 35 of file PropertyInfoExtensions.cs.

36 {
37 ArgumentNullException.ThrowIfNull(property, "property");
38 return property.GetSetMethod(nonPublic);
39 }

References System.ArgumentNullException.ThrowIfNull().