Consider this:
List obj_list = get_the_list(); foreach( MyClass obj in obj_list ) { obj.property = 42; }
Is obj
obj
this is true as long as it is not a struct.