Variable.Clone Method

FFF3PP

VariableClone Method

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Furcadia.Net.Web.Variable.Clone"]

Namespace:  Furcadia.Net.Web
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public Variable Clone()
Public Function Clone As Variable

Dim instance As Variable
Dim returnValue As Variable

returnValue = instance.Clone()
public:
Variable^ Clone()
member Clone : unit -> Variable 

Return Value

Type: Variable

[Missing <returns> documentation for "M:Furcadia.Net.Web.Variable.Clone"]

See Also