J 
		
								
				
				
			
		José Joye
ArrayList holds "objects". Therefore, you will have to cast it back to
Simpleobject class to access your properties.
That being said, starting with .NET 2, I will prefer using generic
containers (e.g.: List<T>). This will be safer and prevent you casting back.
- José
				
			Simpleobject class to access your properties.
That being said, starting with .NET 2, I will prefer using generic
containers (e.g.: List<T>). This will be safer and prevent you casting back.
- José
 
	
 )
)