Infer.NET Documentation
GetQueryTypeBinding Method (qt)
Infer.NET code documentationMicrosoftResearch.InferAlgorithmBaseGetQueryTypeBinding(QueryType)
Microsoft Research, Cambridge
Get the query type binding - this is the path to the given query type relative to the raw marginal type.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string GetQueryTypeBinding(
	QueryType qt
)
Public Overridable Function GetQueryTypeBinding ( _
	qt As QueryType _
) As String
public:
virtual String^ GetQueryTypeBinding(
	QueryType^ qt
)
Parameters
qt (QueryType)
The query type
Return Value

Assembly: Infer.Compiler (Module: Infer.Compiler) Version: 2.3.41111.0 (2.3.41111.0)