Show / Hide Table of Contents

Class Cloner

Inheritance
System.Object
Cloner
Namespace: Eco.Gameplay.Civics.Misc
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 Description
T
Type Parameters
Name Description
T

CloneRegistrarElement(IHasID, String)

Declaration
public static IHasID CloneRegistrarElement(IHasID oldObj, string newName = null)
Parameters
Type Name Description
IHasID oldObj
System.String newName
Returns
Type Description
IHasID

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
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾