C# 클래스 Rubberduck.Common.ClipboardWriter

상속: IClipboardWriter
파일 보기 프로젝트 열기: retailcoder/Rubberduck

공개 메소드들

메소드 설명
AppendData ( string format, object data ) : void
Flush ( ) : void
Write ( string text ) : void

메소드 상세

AppendData() 공개 메소드

public AppendData ( string format, object data ) : void
format string
data object
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Write() 공개 메소드

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