scripts
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user