compatible


Description:

public bool compatible (Method base_method, out string? invalid_match)

Checks whether the parameters and return type of this method are compatible with the specified method

Parameters:

base_method

a method

invalid_match

error string about which check failed

Returns:

true if the specified method is compatible to this method