System.Reflection.PropertyInfoExtensions.GetGetMethod C# (CSharp) 메소드

GetGetMethod() 공개 정적인 메소드

public static GetGetMethod ( this property ) : System.Reflection.MethodInfo
property this
리턴 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