Click or drag to resize

AnonymousMethodAreParametersCompatible Method

Determine if the parameters of the anonymous method are compatible with those of the specified delegate type.

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

Parameters

toTypeRef
Type: Nova.CodeDOMTypeRef

Return Value

Type: Boolean
See Also