17 lines
327 B
Plaintext
17 lines
327 B
Plaintext
|
// ==++==
|
||
|
//
|
||
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
//
|
||
|
// ==--==
|
||
|
|
||
|
using System;
|
||
|
using System.Runtime.CompilerServices;
|
||
|
|
||
|
namespace System.Reflection {
|
||
|
//| <include file='doc\Module.uex' path='docs/doc[@for="Module"]/*' />
|
||
|
[RequiredByBartok]
|
||
|
public class Module
|
||
|
{
|
||
|
}
|
||
|
}
|