CSLE.RegHelper_TypeFunction.RegHelper_TypeFunction C# (CSharp) Method

RegHelper_TypeFunction() public method

public RegHelper_TypeFunction ( Type type ) : System
type System.Type
return System
        public RegHelper_TypeFunction(Type type)
        {
            this.type = type;
        }
        public virtual CLS_Content.Value New(CLS_Content environment, IList<CLS_Content.Value> _params)