Click or drag to resize

AnonymousMethodBaseAreReturnTypesCompatible Method

Determine if the return type of the anonymous method is compatible with that of the specified delegate type.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual bool AreReturnTypesCompatible(
	TypeRef toTypeRef
)

Parameters

toTypeRef
Type: Nova.CodeDOMTypeRef

Return Value

Type: Boolean
See Also