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

◆ GetSetMethod() [1/2]

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

Definition at line 29 of file PropertyInfoExtensions.cs.

30 {
31 ArgumentNullException.ThrowIfNull(property, "property");
32 return property.GetSetMethod();
33 }

References System.ArgumentNullException.ThrowIfNull().