System.Reflection.PropertyInfoExtensions.GetSetMethod C# (CSharp) Method

GetSetMethod() public static method

public static GetSetMethod ( this property ) : System.Reflection.MethodInfo
property this
return System.Reflection.MethodInfo
        public static System.Reflection.MethodInfo GetSetMethod(this System.Reflection.PropertyInfo property) { throw null; }
        public static System.Reflection.MethodInfo GetSetMethod(this System.Reflection.PropertyInfo property, bool nonPublic) { throw null; }

Same methods

PropertyInfoExtensions::GetSetMethod ( this property, bool nonPublic ) : System.Reflection.MethodInfo