ArrayList MyTextureList= new ArrayList(); Texture2D MyTexture= new Texture2D(graphics.GraphicsDevice,32,32); MyTextureList.Add(MyTexture);