C# Class MoreInternals.Model.IdSelector

Inheritance: Selector
Afficher le fichier Open project: kevin-montrose/More

Méthodes publiques

Méthode Description
IdSelector ( string name, int start, int stop, string filePath ) : System
Write ( TextWriter output ) : void

Private Methods

Méthode Description
ToString ( ) : string

Method Details

IdSelector() public méthode

public IdSelector ( string name, int start, int stop, string filePath ) : System
name string
start int
stop int
filePath string
Résultat System

Write() public méthode

public Write ( TextWriter output ) : void
output System.IO.TextWriter
Résultat void