18 lines
328 B
Plaintext
18 lines
328 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
|
|
{
|
|
}
|
|
}
|