Click or drag to resize

INIReaderasColorList Method (String)

return a list of colors associated with a key

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<Color> asColorList(
	string key
)

Parameters

key
Type: SystemString
key to be searched

Return Value

Type: ListColor
list of colors associated with a key
See Also