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