Click or drag to resize

TypeRefEvaluateType Method

Evaluate the type of the Expression.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public override TypeRefBase EvaluateType(
	bool withoutConstants = false
)

Parameters

withoutConstants (Optional)
Type: SystemBoolean

Return Value

Type: TypeRefBase
The resulting TypeRef or UnresolvedRef.
See Also