Example #1
0
 public string getDocComment() => ReflectionUtils.getDocComment(_tinfo.Type);
Example #2
0
 public string getDocComment() => ReflectionUtils.getDocComment(_routine.Methods[0]);
Example #3
0
 public string getDocComment() => ReflectionUtils.getDocComment(_pinfo.ContainingType.Type.Assembly, _pinfo.ContainingType.Type.FullName + "." + _pinfo.PropertyName);