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

◆ GetGetMethod() [1/2]

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

Definition at line 17 of file PropertyInfoExtensions.cs.

18 {
19 ArgumentNullException.ThrowIfNull(property, "property");
20 return property.GetGetMethod();
21 }

References System.ArgumentNullException.ThrowIfNull().