Class Cloner
Inheritance
System.Object
Cloner
Assembly: Eco.Gameplay.dll
Syntax
public static class Cloner : Object
Methods
Clone<T>(T)
Declaration
public static T Clone<T>(T source)
Parameters
Type |
Name |
Description |
T |
source |
|
Returns
Type Parameters
CloneRegistrarElement(IHasID, String)
Declaration
public static IHasID CloneRegistrarElement(IHasID oldObj, string newName = null)
Parameters
Type |
Name |
Description |
IHasID |
oldObj |
|
System.String |
newName |
|
Returns
CopyList(IList, IList)
Declaration
public static void CopyList(IList sourceVal, IList destVal)
Parameters
Type |
Name |
Description |
System.Collections.IList |
sourceVal |
|
System.Collections.IList |
destVal |
|
CopyTo(Object, Object)
Declaration
public static void CopyTo(object source, object dest)
Parameters
Type |
Name |
Description |
System.Object |
source |
|
System.Object |
dest |
|