Namespace:  NHibernate.Collection.Generic
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsFixedSize As Boolean
C#
public bool IsFixedSize { get; }
Visual C++
public:
virtual property bool IsFixedSize {
	bool get () sealed;
}
JavaScript
function get_isFixedSize();

Implements

IList..::.IsFixedSize

See Also