This commit is contained in:
Kathy Ruffing 2010-03-25 11:21:12 +00:00
parent a3208ccff6
commit 81316b71e6

View File

@ -542,7 +542,7 @@ namespace VEPROMS.CSLA.Library
int max = base.Count;
foreach (T tmp in this)
{
if (tmp.Index > max)
if (tmp.Index >= max)
max = ((int)tmp.Index) + 1;
}
vlnIndexedFormatList<T> parent = InheritedList; //Check Inherited Value