CommunityToolkit icon indicating copy to clipboard operation
CommunityToolkit copied to clipboard

Span2D<T> sample has a small bug.

Open Apollo3zehn opened this issue 1 year ago • 0 comments

The sample code span[2, 1] = 20; throws an index out of change exception.

To become consistent with the sample output, it should be span[1, 1] = 20;.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

Apollo3zehn avatar Jan 03 '23 15:01 Apollo3zehn