System.util.collections.OrderedTreeEnumerator.HasMoreElements C# (CSharp) Method

HasMoreElements() public method

HasMoreElements
public HasMoreElements ( ) : bool
return bool
        public bool HasMoreElements()
        {
            return (stack.Count > 0);
        }