// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== using System.Runtime.CompilerServices; namespace System.Reflection { //| [RequiredByBartok] public class Assembly { } }