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

Inheritance: ValueObjectBase
显示文件 Open project: debop/NFramework Class Usage Examples

Public Methods

Method Description
GetHashCode ( ) : int

Protected Methods

Method Description
IniItem ( string name, string value, IniType type, string comment )

Method Details

GetHashCode() public method

public GetHashCode ( ) : int
return int

IniItem() protected method

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