Arebis.DynamicAssembly.DiscriminatorGeneratorHbm_cst.Call C# (CSharp) 메소드

Call() 공개 정적인 메소드

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

            _host.CallTemplate("");
        }