get_item_type


Description:

[ Version ( since = "2.44" ) ]
public abstract Type get_item_type ()

Gets the type of the items in this.

All items returned from get_item are of the type returned by this function, or a subtype, or if the type is an interface, they are an implementation of that interface.

The item type of a ListModel can not change during the life of the model.

Parameters:

this

a ListModel

Returns:

the Type of the items contained in this.