配列の宣言で初期化は{}で記述出来ますが、Listではどうやるんですか?
例えば
class P{int a;string str;}
List<P>=new P[5]{}←ここ