Axiom.Runtime.AbstractTerm.IsAssigned C# (CSharp) 메소드

IsAssigned() 개인적인 메소드

private IsAssigned ( ) : bool
리턴 bool
        private bool IsAssigned()
        {
            return _containee != null && _containee != this;
        }