1
Answer

static class performance

Do i get the same performance gains from a static class as I would from a struct since im not using the new keyword? In other words, is a static class created on the stack like a struct? Thanks for any help RyanOC

Answers (1)