(Path64 p)
| 3522 | |
| 3523 | public int Count => _childs.Count; |
| 3524 | public abstract PolyPathBase AddChild(Path64 p); |
| 3525 | |
| 3526 | [MethodImpl(MethodImplOptions.AggressiveInlining)] |
| 3527 | public void Clear() |
nothing calls this directly
no outgoing calls
no test coverage detected