|
INIReaderasColorList Method (String, ListColor)
|
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)
Syntaxpublic List<Color> asColorList(
string key,
List<Color> default_value
)
Public Function asColorList (
key As String,
default_value As List(Of Color)
) As List(Of Color)
public:
List<Color>^ asColorList(
String^ key,
List<Color>^ default_value
)
member asColorList :
key : string *
default_value : List<Color> -> List<Color>
Parameters
- key
- Type: SystemString
key to be searched. - default_value
- Type: System.Collections.GenericListColor
list of default values to be used in case nothing can be read.
Return Value
Type:
ListColorlist of colors associated with a key.
See Also