The ConstraintBinding<(Of <(<'T>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConstraintBinding<(Of <(<'T>)>)>(Func<(Of <<'(T>)>>), IConstraint<(Of <<'(T>)>>)) |
Initializes a new instance of the ConstraintBinding<(Of <(<'T>)>)> class
|
|
ConstraintBinding<(Of <(<'T>)>)>(Func<(Of <<'(T>)>>), IConstraint<(Of <<'(T>)>>), String) |
Initializes a new instance of the ConstraintBinding<(Of <(<'T>)>)> class
|
Methods
Name | Description | |
---|---|---|
Clone(Func<(Of <<'(T>)>>)) |
Copies the current constraint binding, but binds to a new 'getValue' callback.
|
|
Clone(T) |
Copies the current constraint binding, but binds to the variable specified.
|
|
ConstraintSatisfied |
Uses the current value from the object to determine whether the constraint passes.
True indicates that the constraint passes.
|
|
EnsureConstraintSatisfied |
Uses the current value from the callback to determine whether the constraint passes.
If not, then an ArgumentException is thrown.
|
|
Equals | (Inherited from Object.) | |
ErrorMessage |
Returns the error message using the current value associated with this constraint.
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Constraint |