enumerable
adj. 可列举的;可点数的
例句
The first returns an enumerable object instead of the actual result of the function.
第一个方法返回可枚举对象而不是实际的函数结果。
The MatchIterator class is enumerable and handles the regular expression processing.
MatchIterator类是可枚举的,它还处理正则表达式处理过程。
As with the RegexMatches implementation, I prefer to use a custom enumerable object to return group information.
同regexmatches实现一样,我喜欢使用自定义的可枚举对象来返回组信息。