blah blah blah is here! blah blah » Close

1
votes
1 answers

C# 4.0 data types "nested" structs

Hi, I decided to do some experimenting with regards to "Nested" structs. my questions are : 1. is it good to use Nested Structs ? 2. is there a more effecient way to do this ? 3. is there anyway to optimize what I've curren ...

Feedback