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