Click or drag to resize

MethodDeclBaseMatchParameters Method

Determine if the specified types match the types of the method's parameters.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool MatchParameters(
	TypeRefBase[] parameterTypes
)

Parameters

parameterTypes
Type: Nova.CodeDOMTypeRefBase

Return Value

Type: Boolean
See Also