Represents the [] operator and provides it's semantics. Author: josh Ported by: Steve Strong

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

Syntax

C#
public class IndexNode : FromReferenceNode
Visual Basic
Public Class IndexNode _
	Inherits FromReferenceNode
Visual C++
public ref class IndexNode : public FromReferenceNode

Inheritance Hierarchy

See Also