Match the end of the string to the pattern

Namespace:  NHibernate.Expression
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly End As MatchMode
C#
public static readonly MatchMode End
Visual C++
public:
static initonly MatchMode^ End
JavaScript
NHibernate.Expression.MatchMode.end

See Also