C# (CSharp) OX.Copyable 네임스페이스

중첩된 네임스페이스

OX.Copyable.Tests

클래스들

이름 설명
Copyable This class is an abstract base class that can be used as a really simple way of making an object copyable. To make an object copyable, simply inherit from this class, and call the base constructor from your constructor, with the same arguments as your constructor.