 | RangeIteratorTStep Property |
Returns the step function used for this range
Namespace:
Koden.Utils
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic Func<T, T> Step { get; }
Public ReadOnly Property Step As Func(Of T, T)
Get
public:
property Func<T, T>^ Step {
Func<T, T>^ get ();
}
member Step : Func<'T, 'T> with get
Property Value
Type:
FuncT,
T
See Also