C# Class NSoft.NFramework.Nini.Ini.IniItem

Inheritance: ValueObjectBase
Afficher le fichier Open project: debop/NFramework Class Usage Examples

Méthodes publiques

Méthode Description
GetHashCode ( ) : int

Méthodes protégées

Méthode Description
IniItem ( string name, string value, IniType type, string comment )

Method Details

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IniItem() protected méthode

protected IniItem ( string name, string value, IniType type, string comment )
name string
value string
type IniType
comment string