Fan.Sys.Func.Wrapper.Wrapper C# (CSharp) Méthode

Wrapper() private méthode

private Wrapper ( FuncType t, Func orig )
t FuncType
orig Func
            internal Wrapper(FuncType t, Func orig)
                : base(t)
            {
                m_orig = orig;
            }