Summary
    Delegate used to delay evaluation of the actual value
    to be used in evaluating a constraint
    
		- Namespace
 - TCLite
.Constraints  - Interfaces
 - 
									
- ICloneable
 - ISerializable
 
 - Base Types
 - 
									
- object
 - Delegate
 - MulticastDelegate
 
 
							graph BT
	Type-->Base0["MulticastDelegate"]
	Base0-->Base1["Delegate"]
	Base1-->Base2["object"]
	Type-.->Interface0["ICloneable"]
	Type-.->Interface1["ISerializable"]
	Type["ActualValueDelegate<T>"]
class Type type-node
						
					Syntax
public delegate T ActualValueDelegate<T>() : MulticastDelegate, ICloneable, ISerializable
	Type Parameters
| Name | Description | 
|---|---|
| T | 
Operators
| Name | Value | Summary | 
|---|---|---|
| operator != | 
								bool | 
									
											 Inherited from Delegate 
								 | 
							
| operator != | 
								bool | 
									
											 Inherited from MulticastDelegate 
								 | 
							
| operator == | 
								bool | 
									
											 Inherited from Delegate 
								 | 
							
| operator == | 
								bool | 
									
											 Inherited from MulticastDelegate 
								 | 
							
