C# Class Linguist.FieldParser.Item

ファイルを表示 Open project: jesse99/Linguist

Public Methods

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

Private Methods

Method Description
DoSqueeze ( string str, char from, char to ) : string

Method Details

Item() public method

public Item ( string name, string value, int line, bool textField ) : System
name string
value string
line int
textField bool
return System

ToField() public method

public ToField ( ) : Field
return Field