C# Class MoreInternals.Model.ClassSelector

Inheritance: Selector
显示文件 Open project: kevin-montrose/More

Public Methods

Method Description
ClassSelector ( string name, int start, int stop, string filePath ) : System
Write ( TextWriter output ) : void

Private Methods

Method Description
ToString ( ) : string

Method Details

ClassSelector() public method

public ClassSelector ( string name, int start, int stop, string filePath ) : System
name string
start int
stop int
filePath string
return System

Write() public method

public Write ( TextWriter output ) : void
output System.IO.TextWriter
return void