may_be_null


Description:

public bool may_be_null ()

Obtain if the type of the argument includes the possibility of null.

For 'in' values this means that null is a valid value. For 'out' values, this means that null may be returned.

See also is_optional.

Parameters:

info

a ArgInfo

Returns:

true if the value may be null