Arebis.DynamicAssembly.DiscriminatorGeneratorHbm_cst.Call C# (CSharp) Method

Call() public static method

public static Call ( Arebis _host ) : void
_host Arebis
return void
        public static void Call(Arebis.CodeGeneration.IGenerationHost _host)
        {
            if (_host == null) { throw new global::System.ArgumentNullException("_host"); }

            _host.CallTemplate("");
        }