singrdk/base/Interfaces/Bartok/Assembly.csi

16 lines
318 B
Plaintext
Raw Normal View History

2008-03-05 09:52:00 -05:00
// ==++==
//
// 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
{
}
}