C# Class Mono.Debugger.SourceBuffer

显示文件 Open project: baulig/debugger Class Usage Examples

Public Methods

Method Description
SourceBuffer ( string name, ICollection contents ) : System
SourceBuffer ( string name, string contents ) : System

Method Details

SourceBuffer() public method

public SourceBuffer ( string name, ICollection contents ) : System
name string
contents ICollection
return System

SourceBuffer() public method

public SourceBuffer ( string name, string contents ) : System
name string
contents string
return System