[Missing <summary> documentation for "P:NHibernate.Mapping.IndexedCollection.IsList"]

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

Syntax

C#
public virtual bool IsList { get; }
Visual Basic
Public Overridable ReadOnly Property IsList As Boolean
	Get
Visual C++
public:
virtual property bool IsList {
	bool get ();
}

See Also