singrdk/base/Interfaces/Bartok/Module.csi

18 lines
328 B
Plaintext
Raw Normal View History

2008-03-05 09:52:00 -05:00
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
using System;
using System.Runtime.CompilerServices;
2008-11-17 18:29:00 -05:00
namespace System.Reflection
{
2008-03-05 09:52:00 -05:00
//| <include file='doc\Module.uex' path='docs/doc[@for="Module"]/*' />
[RequiredByBartok]
public class Module
{
}
}