Click or drag to resize

MatchCandidateDependsOn Method

Namespace:  Nova.Resolving
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected bool DependsOn(
	int i,
	int j,
	TypeRefBase[] T
)

Parameters

i
Type: SystemInt32
j
Type: SystemInt32
T
Type: Nova.CodeDOMTypeRefBase

Return Value

Type: Boolean
See Also