'宣言 Public Function Iterate( _ ByVal incrementor As System.Func(Of T,T) _ ) As System.Collections.Generic.IEnumerable(Of T)
public System.Collections.Generic.IEnumerable<T> Iterate( System.Func<T,T> incrementor )
パラメータ
- incrementor
'宣言 Public Function Iterate( _ ByVal incrementor As System.Func(Of T,T) _ ) As System.Collections.Generic.IEnumerable(Of T)
public System.Collections.Generic.IEnumerable<T> Iterate( System.Func<T,T> incrementor )