Apricot.Sequence.Any C# (CSharp) Method

Any() public method

public Any ( ) : bool
return bool
        public bool Any()
        {
            return this.segmentList.Count > 0;
        }