get_marker_list


Description:

[ Version ( since = "1.18" ) ]
public MarkerList? get_marker_list (string key)

Gets the current marker list value of the specified field of the meta container.

If the field does not have a set value, or it is of the wrong type, the method will fail.

Parameters:

this

A MetaContainer

key

The key for the this field to get

Returns:

A copy of the marker list value under key, or null if it could not be fetched.