コード例 #1
0
 public override string GetDocumentationCommentId()
 {
     return(DocumentationCommentFactory.GetDocumentationCommentId(fxCopMethod));
 }
コード例 #2
0
 public string GetDocumentationCommentId()
 {
     return(DocumentationCommentFactory.GetDocumentationCommentId(fxCopType));
 }
コード例 #3
0
 public override string GetDocumentationCommentId()
 {
     return(DocumentationCommentFactory.GetDocumentationCommentId(fxCopProperty));
 }