check_type_arguments


Description:

public bool check_type_arguments (CodeContext context, bool allow_none = false)

Returns whether the given amount of type-argument matches the symbol's count of type-parameters

Parameters:

context

a CodeContext

allow_none

whether no type-argments are allowed

Returns:

true if successful