C# Class Mono.Debugger.Block

Show file Open project: baulig/debugger Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Protected Methods

Method Description
Block ( Type type, int index, int start, int end ) : System

Method Details

Block() protected method

protected Block ( Type type, int index, int start, int end ) : System
type System.Type
index int
start int
end int
return System

ToString() public method

public ToString ( ) : string
return string