Namespace: YiaoWang.Utility
Assembly: YiaoWang.Utility (YiaoWang.Utility.dll 内) バージョン: 2.11.5.7 (2.11.5.7)

Syntax

C#
public void Write(
	string section,
	string key,
	double value
)
Visual Basic
Public Sub Write ( _
	section As String, _
	key As String, _
	value As Double _
)

Parameters

section
Type: System..::..String
key
Type: System..::..String
value
Type: System..::..Double

See Also