11 lines
270 B
C#
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
|
|
{
|
|
}
|
|
}
|