public final class Iterate
extends java.lang.Object
| 限定符和类型 | 方法和说明 |
|---|---|
static <TSource> IEnumerable<TSource> |
iterate(Predicate0 hasNext,
Func0<TSource> next) |
public static <TSource> IEnumerable<TSource> iterate(Predicate0 hasNext, Func0<TSource> next)
Copyright © 2019. All Rights Reserved.