C# Class AlbLib.INI.INIProperty

Inheritance: INIObject
Afficher le fichier Open project: IllidanS4/AlbLib Class Usage Examples

Méthodes publiques

Méthode Description
INIProperty ( string name ) : System
INIProperty ( string name, INISection section ) : System
INIProperty ( string name, object value ) : System
INIProperty ( string name, string value ) : System
INIProperty ( string name, string value, INISection section ) : System
ToBoolean ( ) : bool
ToInt32 ( ) : int
ToString ( ) : string

Method Details

INIProperty() public méthode

public INIProperty ( string name ) : System
name string
Résultat System

INIProperty() public méthode

public INIProperty ( string name, INISection section ) : System
name string
section INISection
Résultat System

INIProperty() public méthode

public INIProperty ( string name, object value ) : System
name string
value object
Résultat System

INIProperty() public méthode

public INIProperty ( string name, string value ) : System
name string
value string
Résultat System

INIProperty() public méthode

public INIProperty ( string name, string value, INISection section ) : System
name string
value string
section INISection
Résultat System

ToBoolean() public méthode

public ToBoolean ( ) : bool
Résultat bool

ToInt32() public méthode

public ToInt32 ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string