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

Datei anzeigen 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_oe property

public int Count
return int

Key public_oe property

public string Key
return string

Start public_oe property

public int Start
return int

Val public_oe property

public string Val
return string