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 protected bool HasStrongBounds(
HashSet<MatchCandidateBound> bounds,
bool allowWeak
)
Parameters
- bounds
- Type: System.Collections.GenericHashSetMatchCandidateBound
- allowWeak
- Type: SystemBoolean
Return Value
Type:
BooleanSee Also