static class performance

Jan 24 2007 9:33 AM
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)