using System; namespace System.Runtime.InteropServices { /// This attribute has been deprecated. // Token: 0x02000340 RID: 832 [Obsolete] [AttributeUsage(AttributeTargets.Assembly, Inherited = false)] [ComVisible(true)] public sealed class SetWin32ContextInIDispatchAttribute : Attribute { } }