Click or drag to resize

GraphHelperNameof Method

Returns the name of the given entity (which might be a node, an edge, or a graph). If the entity is null, the name of the graph is returned.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static string Nameof(
	Object entity,
	IGraph graph
)

Parameters

entity  Object
 
graph  IGraph
 

Return Value

String
See Also