[Missing <summary> documentation for "P:NHibernate.Loader.BasicLoader.Suffixes"]

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

Syntax

C#
protected abstract string[] Suffixes { get; }
Visual Basic
Protected MustOverride ReadOnly Property Suffixes As String()
	Get
Visual C++
protected:
virtual property array<String^>^ Suffixes {
	array<String^>^ get () abstract;
}

See Also