DictionaryDataType


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "0.8.0" ) ]
public DictionaryDataType (DataType index_data_type, DataType value_data_type, bool ordered)

Parameters:

index_data_type

The data type of index.

value_data_type

The data type of dictionary values.

ordered

Whether dictionary contents are ordered or not.

Returns:

The newly created dictionary data type.