[Missing <summary> documentation for "P:NHibernate.Collection.AbstractPersistentCollection.CachedSize"]

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

Syntax

C#
protected int CachedSize { get; set; }
Visual Basic
Protected Property CachedSize As Integer
	Get
	Set
Visual C++
protected:
property int CachedSize {
	int get ();
	void set (int value);
}

See Also