Click or drag to resize

ITypeParametersDoTypeArgumentCountsMatch Method

Determine if the type argument counts match those in the specified UnresolvedRef.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
bool DoTypeArgumentCountsMatch(
	UnresolvedRef unresolvedRef
)

Parameters

unresolvedRef
Type: Nova.CodeDOMUnresolvedRef

Return Value

Type: Boolean
See Also