1
DotNet / Re: SFML.NET Proposed Changes
« on: July 07, 2014, 06:03:48 pm »Isn't it rather IEnumerable<T>?
It is, so if we want the foreach syntax for the vertex array we could implement this instead of trying to implement other interfaces that don't make sense.
This would be okay. IEnumerable<T> gives most of the useful stuff anyway.