Antlr4.StringTemplate.Extensions.PropertyInfoExtensions.GetGetMethod C# (CSharp) 메소드

GetGetMethod() 공개 정적인 메소드

public static GetGetMethod ( this propertyInfo ) : MethodInfo
propertyInfo this
리턴 System.Reflection.MethodInfo
        public static MethodInfo GetGetMethod(this PropertyInfo propertyInfo)
        {
            return propertyInfo.GetMethod;
        }
PropertyInfoExtensions