terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
ExpandableObjectConverter.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.ComponentModel
4
{
5
// Token: 0x02000376 RID: 886
6
public
class
ExpandableObjectConverter
:
TypeConverter
7
{
8
// Token: 0x0600173D RID: 5949 RVA: 0x00043214 File Offset: 0x00041414
9
public
ExpandableObjectConverter
()
10
{
11
}
12
13
// Token: 0x0600173E RID: 5950 RVA: 0x00043228 File Offset: 0x00041428
14
public
override
PropertyDescriptorCollection
GetProperties
(
ITypeDescriptorContext
context,
object
value
,
Attribute
[] attributes)
15
{
16
if
(!
true
)
17
{
18
}
19
return
TypeDescriptor
.
GetProperties
(
value
, attributes);
20
}
21
22
// Token: 0x0600173F RID: 5951 RVA: 0x00043240 File Offset: 0x00041440
23
public
override
bool
GetPropertiesSupported
(
ITypeDescriptorContext
context)
24
{
25
return
true
;
26
}
27
}
28
}
System.Attribute
Definition
Attribute.cs:11
System.ComponentModel.ExpandableObjectConverter.ExpandableObjectConverter
ExpandableObjectConverter()
Definition
ExpandableObjectConverter.cs:9
System.ComponentModel.ExpandableObjectConverter.GetProperties
override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
Definition
ExpandableObjectConverter.cs:14
System.ComponentModel.ExpandableObjectConverter.GetPropertiesSupported
override bool GetPropertiesSupported(ITypeDescriptorContext context)
Definition
ExpandableObjectConverter.cs:23
System.ComponentModel.ExpandableObjectConverter
Definition
ExpandableObjectConverter.cs:7
System.ComponentModel.PropertyDescriptorCollection
Definition
PropertyDescriptorCollection.cs:11
System.ComponentModel.TypeConverter
Definition
TypeConverter.cs:12
System.ComponentModel.TypeDescriptor.GetProperties
static PropertyDescriptorCollection GetProperties(Type componentType)
Definition
TypeDescriptor.cs:1113
System.ComponentModel.TypeDescriptor
Definition
TypeDescriptor.cs:15
System.ComponentModel.ITypeDescriptorContext
Definition
ITypeDescriptorContext.cs:7
System.ComponentModel
Definition
AddingNewEventArgs.cs:6
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
System
ComponentModel
ExpandableObjectConverter.cs
Generated by
1.10.0