Class ListCloner
Inheritance
object
ListCloner
Assembly: solution.dll
Syntax
public sealed class ListCloner : Cloner<IList>, ICloner
Methods
FillClone(Type, ref IList, IList, CloningContext)
Declaration
public override void FillClone(Type type, ref IList clone, IList original, CloningContext context)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
| IList |
clone |
|
| IList |
original |
|
| CloningContext |
context |
|
Overrides
Handles(Type)
Declaration
public override bool Handles(Type type)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
Returns
Overrides
Implements
Extension Methods