C# 클래스 Mono.Debugger.SourceBuffer

파일 보기 프로젝트 열기: baulig/debugger 1 사용 예제들

공개 메소드들

메소드 설명
SourceBuffer ( string name, ICollection contents ) : System
SourceBuffer ( string name, string contents ) : System

메소드 상세

SourceBuffer() 공개 메소드

public SourceBuffer ( string name, ICollection contents ) : System
name string
contents ICollection
리턴 System

SourceBuffer() 공개 메소드

public SourceBuffer ( string name, string contents ) : System
name string
contents string
리턴 System