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