Пример #1
0
        public GraphPath AddSegment(IGraphSegment segment)
        {
            Condition.Requires(segment).IsNotNull();

            this.Segments.Add(segment);

            return(this);
        }
Пример #2
0
        public GraphPath AddSegment(IGraphSegment segment)
        {
            Condition.Requires(segment).IsNotNull();

            this.Segments.Add(segment);

            return this;
        }