Intersoft.Client.UI.DataVisualization.Utilities Namespace > IEnumerableHelper Class : Iterate<T> Method |
Public Shared Function Iterate(Of T)( _ ByVal value As T, _ ByVal nextFunction As Func(Of T,T) _ ) As IEnumerable(Of T)
Dim value As T Dim nextFunction As Func(Of T,T) Dim value As IEnumerable(Of T) value = IEnumerableHelper.Iterate(Of T)(value, nextFunction)
public static IEnumerable<T> Iterate<T>( T value, Func<T,T> nextFunction )
public: static IEnumerable<T^>^ Iterategeneric<typename T> ( T^ value, Func<T^,T^>^ nextFunction )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2