IniFileEntry Constructor

tikumo.regis3

IniFileEntry Constructor regdiff Code Documentation
Create a new key/value assignment pair

Namespace: com.tikumo.regis3.ini
Assembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)

Syntax

public IniFileEntry(
	string name,
	string data,
	string comment
)
public IniFileEntry(
	string name,
	string data,
	string comment
)

Parameters

name
Type: OnlineSystem String
Name of the value
data
Type: OnlineSystem String
Data of the value (can be null if options permit)
comment
Type: OnlineSystem String
Optional comment (can be null)
See Also