[Missing <summary> documentation for "P:NHibernate.Collection.Generic.PersistentIdentifierBag`1.InternalValues"]

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

Syntax

C#
protected IList<T> InternalValues { get; set; }
Visual Basic
Protected Property InternalValues As IList(Of T)
	Get
	Set
Visual C++
protected:
property IList<T>^ InternalValues {
	IList<T>^ get ();
	void set (IList<T>^ value);
}

See Also