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: 2.2.0.4 (2.2.0.4)
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