public static XmlElement GetXmlFromMember(MethodBase method, bool throwError = true)
 {
     return(DocsMethodService.GetXmlFromMember(method, throwError));
 }
Пример #2
0
 public static XmlElement GetXmlFromMember(MethodBase method, bool throwError = true, string xmlPath = null)
 {
     return(DocsMethodService.GetXmlFromMember(method, throwError, xmlPath));
 }