StateMethodInfoPostConditionsMethod Delegate |
State preconditions 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 PostConditionsMethod(
StateEnvironment environment,
out string message
)
Protected Delegate Function PostConditionsMethod (
environment As StateEnvironment,
<OutAttribute> ByRef message As String
) As Boolean
protected delegate bool PostConditionsMethod(
StateEnvironment^ environment,
[OutAttribute] String^% message
)
Parameters
- environment
- Type: MFiles.VAF.CommonStateEnvironment
- message
- Type: SystemString
Return Value
Type:
Boolean
See Also