[Missing <summary> documentation for "M:NHibernate.Hql.Ast.ANTLR.CrossJoinDictionaryArrays.PerformCrossJoin(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{NHibernate.Hql.Ast.ANTLR.Tree.IASTNode,NHibernate.Hql.Ast.ANTLR.Tree.IASTNode[]}})"]

Namespace: NHibernate.Hql.Ast.ANTLR
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static IList<Dictionary<IASTNode, IASTNode>> PerformCrossJoin(
	IEnumerable<KeyValuePair<IASTNode, IASTNode[]>> input
)
Visual Basic
Public Shared Function PerformCrossJoin ( _
	input As IEnumerable(Of KeyValuePair(Of IASTNode, IASTNode())) _
) As IList(Of Dictionary(Of IASTNode, IASTNode))
Visual C++
public:
static IList<Dictionary<IASTNode^, IASTNode^>^>^ PerformCrossJoin(
	IEnumerable<KeyValuePair<IASTNode^, array<IASTNode^>^>>^ input
)

Parameters

input
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'KeyValuePair<(Of <(<'IASTNode, array<IASTNode>[]()[][]>)>)>>)>)>

[Missing <param name="input"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.CrossJoinDictionaryArrays.PerformCrossJoin(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{NHibernate.Hql.Ast.ANTLR.Tree.IASTNode,NHibernate.Hql.Ast.ANTLR.Tree.IASTNode[]}})"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Hql.Ast.ANTLR.CrossJoinDictionaryArrays.PerformCrossJoin(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{NHibernate.Hql.Ast.ANTLR.Tree.IASTNode,NHibernate.Hql.Ast.ANTLR.Tree.IASTNode[]}})"]

See Also