Domain.Term.CanBeClosed C# (CSharp) Method

CanBeClosed() public method

public CanBeClosed ( ) : bool
return bool
        public bool CanBeClosed()
        {
            return _operations.Count > 0;
        }