C# Class Config.Net.Stores.Formats.IniKeyValue

Inheritance: IniEntity
Afficher le fichier Open project: aloneguid/config Class Usage Examples

Méthodes publiques

Méthode Description
FromLine ( string line ) : IniKeyValue
IniKeyValue ( string key, string value, string comment ) : System

Method Details

FromLine() public static méthode

public static FromLine ( string line ) : IniKeyValue
line string
Résultat IniKeyValue

IniKeyValue() public méthode

public IniKeyValue ( string key, string value, string comment ) : System
key string
value string
comment string
Résultat System