Microsoft Research, Cambridge
Get the output message for a given variable

Declaration Syntax
public T GetOutputMessage<T>(
IVariable variable
)
Public Function GetOutputMessage(Of T) ( _
variable As IVariable _
) As T
public:
generic<typename T>
T GetOutputMessage(
IVariable^ variable
)

Generic Template Parameters

Return Value
The output essage
Assembly:
Infer.Compiler (Module: Infer.Compiler) Version: 2.3.41111.0 (2.3.41111.0)