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