标志匹配 meaning in English
token matching
Examples
- Returns the global fields defined on the module that match the specified binding flags
返回在模块中定义的全局字段,这些字段与指定的绑定标志匹配。 - Returns the global methods defined on the module that match the specified binding flags
返回在模块中定义的全局方法,这些方法与指定的绑定标志匹配。 - Representing the global fields defined on the module that match the specified binding flags ; if no global fields match the binding flags , an empty array is returned
类型的数组,该类型表示在模块中定义的全局字段,这些字段与指定的绑定标志匹配;如果不存在与这些绑定标志匹配的全局字段,则返回一个空数组。 - Representing the global methods defined on the module that match the specified binding flags ; if no global methods match the binding flags , an empty array is returned
类型的数组,该类型表示在模块中定义的全局方法,这些方法与指定的绑定标志匹配;如果不存在与这些绑定标志匹配的全局方法,则返回一个空数组。