Click or drag to resize

ConstructorRefGetReturnType Method (TypeRefBase, Object)

Get the return type of the constructor (never null).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static TypeRefBase GetReturnType(
	TypeRefBase thisRef,
	Object reference
)

Parameters

thisRef
Type: Nova.CodeDOMTypeRefBase
reference
Type: SystemObject

Return Value

Type: TypeRefBase
See Also