MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
SetKeyValue<(Of <(<'T>)>)> Method (name, value)
NamespacesMPfmMPfmConfigurationSetKeyValue<(Of <<'(T>)>>)(String, T)
Sets the value of a key in the General configuration section.
Declaration Syntax
C#Visual Basic
public void SetKeyValue<T>(
	string name,
	T value
)
Public Sub SetKeyValue(Of T) ( _
	name As String, _
	value As T _
)
Generic Template Parameters
T

[Missing <typeparam name="T"/> documentation for "M:MPfm.MPfmConfiguration.SetKeyValue``1(System.String,``0)"]

Parameters
name (String)
Key name
value (T)
Key value

Assembly: MPfm (Module: MPfm) Version: 0.6.0.0 (0.6.0.0)