LuaInterface.DelegateGenerator.DelegateGenerator C# (CSharp) Method

DelegateGenerator() public method

public DelegateGenerator ( ObjectTranslator translator, Type delegateType ) : System
translator ObjectTranslator
delegateType System.Type
return System
        public DelegateGenerator(ObjectTranslator translator,Type delegateType)
        {
            this.translator=translator;
            this.delegateType=delegateType;
        }