[Missing <summary> documentation for "P:NHibernate.Dialect.Dialect.Keywords"]

Namespace: NHibernate.Dialect
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public HashedSet<string> Keywords { get; }
Visual Basic
Public ReadOnly Property Keywords As HashedSet(Of String)
	Get
Visual C++
public:
property HashedSet<String^>^ Keywords {
	HashedSet<String^>^ get ();
}

See Also