Click or drag to resize

MatchCandidateHasStrongBounds Method

Determine if bounds other than a lower bound to a 'null' object type exist.

Namespace:  Nova.Resolving
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected bool HasStrongBounds(
	HashSet<MatchCandidateBound> bounds,
	bool allowWeak
)

Parameters

bounds
Type: System.Collections.GenericHashSetMatchCandidateBound
allowWeak
Type: SystemBoolean

Return Value

Type: Boolean
See Also