Fan.Sys.Func.BindFunc.BindFunc C# (CSharp) Method

BindFunc() private method

private BindFunc ( FuncType type, Func orig, List bound )
type FuncType
orig Func
bound List
            internal BindFunc(FuncType type, Func orig, List bound)
                : base(type)
            {
                this.m_orig  = orig;
                this.m_bound = bound.ro();
            }