C# Class ZLinq.TTHelp.Recursion

显示文件 Open project: Pzixel/ZLinq

Public Methods

Method Description
Apply ( int n ) : string
Recursion ( string function, string>.Func appFunc, string type ) : System

Private Methods

Method Description
Apply ( int k, int n ) : void

Method Details

Apply() public method

public Apply ( int n ) : string
n int
return string

Recursion() public method

public Recursion ( string function, string>.Func appFunc, string type ) : System
function string
appFunc string>.Func
type string
return System