MCPcopy Create free account
hub / github.com/AngusJohnson/Clipper2 / ToString

Method ToString

CSharp/Clipper2Lib/Clipper.Core.cs:445–448  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

443 public Paths64(int capacity = 0) : base(capacity) { }
444 public Paths64(IEnumerable<Path64> paths) : base(paths) { }
445 public override string ToString()
446 {
447 return string.Join(Environment.NewLine, this);
448 }
449 }
450
451 public class PathD : List<PointD>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected