Click or drag to resize

enumToDMGLConverterConvertEnumType Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Converts the type of an Enum into directed graph that shows relationship between values (by interpreting the flags)

Namespace:  imbSCI.Graph.Converters.enumToGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public DirectedGraph ConvertEnumType(
	Type enumType,
	bool showTypeRootNode = true
)
Request Example View Source

Parameters

enumType
Type: SystemType
Type of the enum.
showTypeRootNode (Optional)
Type: SystemBoolean

Return Value

Type: DirectedGraph
Directed graph showing relationship between the values
See Also