protected virtual MethodInfo GetCurrentMethod()
 {
     TreeNodeProperty parent = GetParent();
     if (parent == null)
     {
         return null;
     }
     return parent.GetCurrentMethod();
 }
Пример #2
0
        protected virtual MethodInfo GetCurrentMethod()
        {
            TreeNodeProperty property1 = GetParent();

            if (property1 == null)
            {
                return(null);
            }
            return(property1.GetCurrentMethod());
        }