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

GetGetMethod() public static method

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

Same methods

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