Example #1
0
 public Method GetRootBaseMethod()
 {
     return(BaseMethod == null || BaseMethod.BaseMethod == null ?
            BaseMethod : BaseMethod.GetRootBaseMethod());
 }