Sofu Documentation
Dangle Method (targetObject)
NamespacesSofu.SofuReferenceDangle(SofuObject)
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 :)

Assembly: Sofu (Module: Sofu) Version: 0.2.1.0 (0.2.1.0)