[]
Assigns all from another object.
public static void Assign<T>(object owner, T source, ref T dest) where T : ICloneableObject, IOwnedObject, new()
| Type | Name | Description |
|---|---|---|
| object | owner | The owner object. |
| T | source | The source object. |
| T | dest | The destination object. |
| Name | Description |
|---|---|
| T | The type of destination object. |
Assigns all from another object.
public static void Assign<T>(T source, ref T dest) where T : ICloneableObject, new()
| Type | Name | Description |
|---|---|---|
| T | source | The source object. |
| T | dest | The destination object. |
| Name | Description |
|---|---|
| T | The type of destination object. |