¡@

Home 

c# Programming Glossary: hasstatic

Do static members ever get garbage collected?

http://stackoverflow.com/questions/6600093/do-static-members-ever-get-garbage-collected

For example let's use the following class. public class HasStatic private static List string shared new List string And supposed.. List string And supposed that it's used like this Startup HasStatic a new HasStatic HasStatic b new HasStatic HasStatic c new HasStatic.. supposed that it's used like this Startup HasStatic a new HasStatic HasStatic b new HasStatic HasStatic c new HasStatic HasStatic..