Files
Aug2021-Cpp2IL-Dump/System/ComponentModel/Design/IDesigner.cs
T
2026-04-10 22:50:51 +02:00

15 lines
335 B
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System.ComponentModel.Design
{
/// <summary>Provides the basic framework for building a custom designer.</summary>
// Token: 0x020001C1 RID: 449
[Token(Token = "0x20001C1")]
[ComVisible(true)]
public interface IDesigner : IDisposable
{
}
}