Base on C#: A Method for Tail Call Recursion by StormySpike[https://www.codeproject.com/Articles/43234/C-A-Method-for-Tail-Call-Recursion].
                        
                    
         
                Info
| Version: | 1.2.0 | 
| Author(s): | Qinsi Long | 
| Last Update: | Monday, May 15, 2017 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/longqinsi/Recursion | 
| NuGet Url: | https://www.nuget.org/packages/Recursion | 
Install
Install-Package Recursion
                        dotnet add package Recursion
                        paket add Recursion
                        
                                Recursion Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- System.ValueTuple(>= 4.3.1)
 - NETStandard.Library(>= 1.6.1)
 
Tags