Summary
    Gets the list of failure points for the last Match performed.
    The list consists of objects to be interpreted by the caller.
    This generally means that the caller may only make use of
    objects it has placed on the list at a particular depthy.
    
		- Namespace
 - TCLite
.Constraints  - Containing Type
 - T
C Lite Equality Comparer  
Syntax
public IList<FailurePoint> FailurePoints { get; private set; }
	Value
| Type | Description | 
|---|---|
| IList | 
					
