2002-08-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / corlib / System / LocalDataStoreSlot.cs
1 //
2 // System.LocalDataStoreSlot.cs
3 //
4 // Author:
5 //   Dick Porter (dick@ximian.com)
6 //
7 // (C) Ximian, Inc.  http://www.ximian.com
8 //
9
10 using System.Reflection;
11 using System.Runtime.CompilerServices;
12
13 namespace System 
14 {
15         public sealed class LocalDataStoreSlot
16         {
17         }
18 }