Bonjour,
Soit le code suivant :
Class A{
public List<Type> method(){
List<Type> list = new List<Type>();
//we filled the object list
return list;
}

...