C# Class MonoDevelop.Projects.Formats.MSBuild.Section

Show file Open project: LogosBible/monodevelop Class Usage Examples

Public Properties

Property Type Description
Count int
Key string
Start int
Val string

Public Methods

Method Description
Section ( ) : System
Section ( string Key, string Val, int Start, int Count ) : System

Method Details

Section() public method

public Section ( ) : System
return System

Section() public method

public Section ( string Key, string Val, int Start, int Count ) : System
Key string
Val string
Start int
Count int
return System

Property Details

Count public property

public int Count
return int

Key public property

public string Key
return string

Start public property

public int Start
return int

Val public property

public string Val
return string