Files
Dec2017-Script-Dump/System/ComponentModel/ExpandableObjectConverter.cs
T
2026-06-04 11:42:34 +02:00

11 lines
270 B
C#

using System;
namespace System.ComponentModel
{
/// <summary>Provides a type converter to convert expandable objects to and from various other representations.</summary>
// Token: 0x02000082 RID: 130
public class ExpandableObjectConverter : TypeConverter
{
}
}