A tail call is a way of removing the current method from the stack
before recursing. See http://blogs.msdn.com/shrib/archive/...25/360370.aspx
.. I would love to see it in C# 4.0 and wouldn't mind if we needed a
special keyword to make it happen.
before recursing. See http://blogs.msdn.com/shrib/archive/...25/360370.aspx
.. I would love to see it in C# 4.0 and wouldn't mind if we needed a
special keyword to make it happen.
Comment