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

Afficher le fichier Open project: LogosBible/monodevelop Class Usage Examples

Méthodes publiques

Свойство Type Description
Count int
Key string
Start int
Val string

Méthodes publiques

Méthode Description
Section ( ) : System
Section ( string Key, string Val, int Start, int Count ) : System

Method Details

Section() public méthode

public Section ( ) : System
Résultat System

Section() public méthode

public Section ( string Key, string Val, int Start, int Count ) : System
Key string
Val string
Start int
Count int
Résultat System

Property Details

Count public_oe property

public int Count
Résultat int

Key public_oe property

public string Key
Résultat string

Start public_oe property

public int Start
Résultat int

Val public_oe property

public string Val
Résultat string