Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は何行も持っています。リストの行は重ねることができます。これらの行を 1 つの行に差し引いて、一連の新しい行を取得します。
言い換えれば、私splitはラインに必要です。
split
C#でこれを達成するにはどうすればよいですか
元:
List<Line> lines = new List<Line>(); line = new Line(); SubtractLine (Line, Lines);
使えませんか
lines.remove (line);