Click or drag to resize

SequenceExpressionExecutionHelperCast Method

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 8.0
Syntax
C#
public static Object Cast(
	Object sourceValue,
	string targetType,
	IGraph graph
)

Parameters

sourceValue
Type: SystemObject
targetType
Type: SystemString
graph
Type: de.unika.ipd.grGen.libGrIGraph

Return Value

Type: Object
See Also