StoryTeller.AggregateLineExecution.Count C# (CSharp) Method

Count() public method

public Count ( ) : int
return int
        public int Count()
        {
            return _lines.Length;
        }