![]() |
VariableClone Method |
Furcadia Framework For Third Party Programs |
This stuff is still in the planning stages. Any questions or Comments are welcome.
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:Furcadia.Net.Web.Variable.Clone(System.Boolean)"]
Namespace: Furcadia.Net.Web
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax
public Variable Clone( bool asConstant = false )
Public Function Clone ( Optional asConstant As Boolean = false ) As Variable Dim instance As Variable Dim asConstant As Boolean Dim returnValue As Variable returnValue = instance.Clone(asConstant)
public: Variable^ Clone( bool asConstant = false )
member Clone : ?asConstant : bool (* Defaults: let _asConstant = defaultArg asConstant false *) -> Variable
Parameters
- asConstant (Optional)
- Type: SystemBoolean
Clone as Constant
Return Value
Type: Variable[Missing <returns> documentation for "M:Furcadia.Net.Web.Variable.Clone(System.Boolean)"]
See Also