Supports cloning, which creates a new instance of a class with the same value as an existing instance.
Public Methods | |
| virtual auto | clone () const -> xtd::uptr< xtd::object >=0 |
| Creates a new object that is a copy of the current instance. | |
|
nodiscardpure virtual |
Creates a new object that is a copy of the current instance.
Implemented in xtd::collections::bit_array.