C# Class Linguist.FieldParser.Item

Afficher le fichier Open project: jesse99/Linguist

Méthodes publiques

Méthode Description
Item ( string name, string value, int line, bool textField ) : System
ToField ( ) : Field

Private Methods

Méthode Description
DoSqueeze ( string str, char from, char to ) : string

Method Details

Item() public méthode

public Item ( string name, string value, int line, bool textField ) : System
name string
value string
line int
textField bool
Résultat System

ToField() public méthode

public ToField ( ) : Field
Résultat Field