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.