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.
私はコードを持っています:
IContainer container = ...; IContainer copy = container;
しかし、この IContainer のディープ コピーは作成されないと思います。
誰かが IContainer のディープ コピーを作成する方法を知っていますか?
元のコンテナと同様に新しいコンテナを作成し、IPacket通常の読み取り/書き込みと同じように、あるコンテナから別のコンテナにコピーする必要があります。
IPacket