[]
        
(Showing Draft Content)

C1.Document.Utils.Assign

Assign Method

Assign<T>(object, T, ref T)

Assigns all from another object.

Declaration
public static void Assign<T>(object owner, T source, ref T dest) where T : ICloneableObject, IOwnedObject, new()
Parameters
Type Name Description
object owner

The owner object.

T source

The source object.

T dest

The destination object.

Type Parameters
Name Description
T

The type of destination object.

Assign<T>(T, ref T)

Assigns all from another object.

Declaration
public static void Assign<T>(T source, ref T dest) where T : ICloneableObject, new()
Parameters
Type Name Description
T source

The source object.

T dest

The destination object.

Type Parameters
Name Description
T

The type of destination object.