| 12345678910111213141516171819202122 |
- //
- // System.Threading.Thread.cs
- //
- // Author:
- // Zoltan Varga ([email protected])
- //
- // (C) 2004 Novell (http://www.novell.com)
- //
- namespace System.Threading
- {
- public class CompressedStack {
- internal CompressedStack ()
- {
- }
- ~CompressedStack ()
- {
- }
- }
- }
|