Axiom.Runtime.AMPredicateSet.AMPredicateSet C# (CSharp) 메소드

AMPredicateSet() 개인적인 메소드

private AMPredicateSet ( ) : System
리턴 System
        AMPredicateSet()
        {
            // Initialize local predicates
            InstallLocalPredicates();

            // Initialize remote predicates/plugins
            /* Deprecated for demo release

            InstallExternalPredicates();
             */
        }