Click or drag to resize

ResolverFindMoreSpecificType Method

Find the more specific of two candidate types. [C# 4.0 section 7.5.3.2] Returns 1 if typeRef1 is more specific, 2 if typeRef2 is more specific, 0 if neither is more specific.

Namespace:  Nova.Resolving
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected static int FindMoreSpecificType(
	TypeRefBase typeRefBase1,
	TypeRefBase typeRefBase2
)

Parameters

typeRefBase1
Type: Nova.CodeDOMTypeRefBase
typeRefBase2
Type: Nova.CodeDOMTypeRefBase

Return Value

Type: Int32
See Also