MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
GetKeyValueGeneric<(Of <(<'T>)>)> Method (name)
NamespacesMPfmMPfmConfigurationGetKeyValueGeneric<(Of <<'(T>)>>)(String)
Returns the value of a key in the General configuration section.
Declaration Syntax
C#Visual Basic
public Nullable<T> GetKeyValueGeneric<T>(
	string name
)
where T : struct, new()
Public Function GetKeyValueGeneric(Of T As {Structure, New}) ( _
	name As String _
) As Nullable(Of T)
Generic Template Parameters
T
Generic type to convert the value to
Parameters
name (String)
Key name
Return Value
Key value

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