Sets the target to a specific SofuObject without changing the targetstring. Used during parsing of files.
Declaration Syntax
C# |
public void Dangle( SofuObject targetObject )
Parameters
- targetObject (SofuObject)
- Object to point to
Remarks
Used during parsing
Examples
CopyC#
Sofu.Sofu.Reference ref = new Sofu.Sofu.Reference(); ref.Dangle(ref) //THIS IS DANGEROUS.. ref.AsMap(); //Crash :)