Files
Dec2017-Script-Dump/mscorlib/System/Runtime/InteropServices/SetWin32ContextInIDispatchAttribute.cs
T
2026-06-04 11:42:34 +02:00

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
{
}
}