Welcome to mirror list, hosted at ThFree Co, Russian Federation.

LocalDataStoreSlot.cs « System « corlib « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 721d3ca880e0bc8324c7b270b26d8e89edff04b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
// System.LocalDataStoreSlot.cs
//
// Author:
//   Dick Porter (dick@ximian.com)
//
// (C) Ximian, Inc.  http://www.ximian.com
//

using System.Reflection;
using System.Runtime.CompilerServices;

namespace System 
{
	public sealed class LocalDataStoreSlot
	{
	}
}