singrdk/base/Kernel/SingSharp.Runtime/Reflection/Classes.cs

24 lines
575 B
C#
Raw Normal View History

2008-03-05 09:52:00 -05:00
///////////////////////////////////////////////////////////////////////////////
//
// Microsoft Research Singularity
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
///////////////////////////////////////////////////////////////////////////////
using System;
namespace Microsoft.SingSharp.Reflection{
class IClassDummy {}
class IInterfaceDummy {}
class IStructDummy {}
interface IFieldDummy {}
interface IMethodDummy {}
interface IPropertyDummy {}
interface IAttributeDummy {}
class ForAllException : Exception {}
}