示例#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;
        }