This commit is contained in:
parent
a3208ccff6
commit
81316b71e6
@ -542,7 +542,7 @@ namespace VEPROMS.CSLA.Library
|
|||||||
int max = base.Count;
|
int max = base.Count;
|
||||||
foreach (T tmp in this)
|
foreach (T tmp in this)
|
||||||
{
|
{
|
||||||
if (tmp.Index > max)
|
if (tmp.Index >= max)
|
||||||
max = ((int)tmp.Index) + 1;
|
max = ((int)tmp.Index) + 1;
|
||||||
}
|
}
|
||||||
vlnIndexedFormatList<T> parent = InheritedList; //Check Inherited Value
|
vlnIndexedFormatList<T> parent = InheritedList; //Check Inherited Value
|
||||||
|
Loading…
x
Reference in New Issue
Block a user