Click or drag to resize

IGraphModelEmit Method

Called during debugging or emit writing, the implementation must return a string representation for the attribute. For attribute type object or a user defined type, which is treated as object. The attribute type may be null. The string is meant for consumption by humans, it does not need to be parseable.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
string Emit(
	Object attribute,
	AttributeType attrType,
	IGraph graph
)

Parameters

attribute  Object
 
attrType  AttributeType
 
graph  IGraph
 

Return Value

String
See Also