11 エントリのリストを作成したいのですが、List.Count
このコードの後でゼロにリセットされます。
リストに追加されたエントリはありません。なにが問題ですか?
List<Animation> animations = new List<Animation>();
animations[0] = new Animation(new List<Rectangle>(10),
Content.Load<Texture2D>("pictures"),
TimeSpan.FromSeconds(2),
Animation.Animationsablaeufe.vorrück);