C# 클래스 ICSharpCode.NRefactory.CSharp.CommentReferencesCreator

파일 보기 프로젝트 열기: 0xd4d/NRefactory

공개 메소드들

메소드 설명
AddReference ( string text, object @ref, bool isLocal = false ) : void
AddText ( string text ) : void
CommentReferencesCreator ( StringBuilder sb ) : System.Collections.Generic

비공개 메소드들

메소드 설명
Add ( string s, object @ref, bool isLocal ) : void

메소드 상세

AddReference() 공개 메소드

public AddReference ( string text, object @ref, bool isLocal = false ) : void
text string
@ref object
isLocal bool
리턴 void

AddText() 공개 메소드

public AddText ( string text ) : void
text string
리턴 void

CommentReferencesCreator() 공개 메소드

public CommentReferencesCreator ( StringBuilder sb ) : System.Collections.Generic
sb System.Text.StringBuilder
리턴 System.Collections.Generic