(PolyPathBase? parent = null)
| 3610 | public PathD? Polygon { get; private set; } |
| 3611 | |
| 3612 | public PolyPathD(PolyPathBase? parent = null) : base(parent) {} |
| 3613 | |
| 3614 | [MethodImpl(MethodImplOptions.AggressiveInlining)] |
| 3615 | public override PolyPathBase AddChild(Path64 p) |
nothing calls this directly
no outgoing calls
no test coverage detected