This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user