New to Telerik UI for .NET MAUIStart a free 30-day trial

ICopyable<T>

Interface

A generic interface for copying objects.

Definition

Namespace:Telerik.Maui.Controls.Scheduler

Assembly:Telerik.Maui.Controls.dll

Type Parameters:

T

Syntax:

C#
public interface ICopyable<T>

Derived Classes: AppointmentAppointmentBaseExceptionOccurrenceRecurrenceRuleSlot

Methods

Deep copies this instance.

C#
T Copy()
Returns:

T

A deep copy of the current object.

Deep copies all properties from other to this instance.

C#
void CopyFrom(T other)
Parameters:otherT

The instance to copy properties from.

In this article
DefinitionMethodsCopy()CopyFrom(T)
Not finding the help you need?
Contact Support