Skip to main content

All Questions

Tagged with
2 votes
1 answer
918 views

Accessing a private array when I have an extension method

I'm trying to make a number of data classes for my C#/XNA game, which would essentially be a wrapper around T[,]: public interface IGrid<T> where T : struct { Point Size { get; } T ...
Kyle Baran's user avatar