Click or drag to resize

TypeDeclDoTypeArgumentCountsMatch 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#
public bool DoTypeArgumentCountsMatch(
	UnresolvedRef unresolvedRef
)

Parameters

unresolvedRef
Type: Nova.CodeDOMUnresolvedRef

Return Value

Type: Boolean

Implements

ITypeParametersDoTypeArgumentCountsMatch(UnresolvedRef)
See Also