StateMethodInfoPreConditionsMethod Delegate |
State postconditions evaluation method delegate declaration. See the actual methods for information on the parameters.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected delegate bool PreConditionsMethod(
StateEnvironment environment,
out string message
)
Protected Delegate Function PreConditionsMethod (
environment As StateEnvironment,
<OutAttribute> ByRef message As String
) As Boolean
protected delegate bool PreConditionsMethod(
StateEnvironment^ environment,
[OutAttribute] String^% message
)
Parameters
- environment
- Type: MFiles.VAF.CommonStateEnvironment
- message
- Type: SystemString
Return Value
Type:
Boolean
See Also