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
CollectionConverter.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Globalization
;
3
4
namespace
System.ComponentModel
5
{
6
// Token: 0x020003D8 RID: 984
7
public
class
CollectionConverter
:
TypeConverter
8
{
9
// Token: 0x060019FD RID: 6653 RVA: 0x00047ED4 File Offset: 0x000460D4
10
public
override
object
ConvertTo
(
ITypeDescriptorContext
context,
CultureInfo
culture
,
object
value
,
Type
destinationType
)
11
{
12
if
(!
true
)
13
{
14
}
15
Type
type;
16
bool
flag =
destinationType
== type;
17
if
(
value
!=
null
)
18
{
19
string
@
string
=
SR
.
GetString
(
"(Collection)"
);
20
}
21
object
obj
;
22
return
obj
;
23
}
24
25
// Token: 0x060019FE RID: 6654 RVA: 0x00047F00 File Offset: 0x00046100
26
public
override
PropertyDescriptorCollection
GetProperties
(
ITypeDescriptorContext
context,
object
value
,
Attribute
[] attributes)
27
{
28
}
29
30
// Token: 0x060019FF RID: 6655 RVA: 0x00047F10 File Offset: 0x00046110
31
public
override
bool
GetPropertiesSupported
(
ITypeDescriptorContext
context)
32
{
33
}
34
35
// Token: 0x06001A00 RID: 6656 RVA: 0x00047F20 File Offset: 0x00046120
36
public
CollectionConverter
()
37
{
38
}
39
}
40
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
SR.GetString
static string GetString(string name, params object[] args)
Definition
SR.cs:9
SR
Definition
SR.cs:7
System.Attribute
Definition
Attribute.cs:11
System.ComponentModel.CollectionConverter.GetProperties
override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
Definition
CollectionConverter.cs:26
System.ComponentModel.CollectionConverter.ConvertTo
override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Definition
CollectionConverter.cs:10
System.ComponentModel.CollectionConverter.GetPropertiesSupported
override bool GetPropertiesSupported(ITypeDescriptorContext context)
Definition
CollectionConverter.cs:31
System.ComponentModel.CollectionConverter.CollectionConverter
CollectionConverter()
Definition
CollectionConverter.cs:36
System.ComponentModel.CollectionConverter
Definition
CollectionConverter.cs:8
System.ComponentModel.PropertyDescriptorCollection
Definition
PropertyDescriptorCollection.cs:11
System.ComponentModel.TypeConverter
Definition
TypeConverter.cs:12
System.Globalization.CultureInfo
Definition
CultureInfo.cs:15
System.Type
Definition
Type.cs:12
System.ComponentModel.ITypeDescriptorContext
Definition
ITypeDescriptorContext.cs:7
System.ComponentModel
Definition
AddingNewEventArgs.cs:6
System.Globalization
Definition
Bootstring.cs:5
System.ExceptionArgument.value
@ value
System.ExceptionArgument.culture
@ culture
System.ExceptionArgument.obj
@ obj
System
Definition
__ComObject.cs:4
source
System
ComponentModel
CollectionConverter.cs
Generated by
1.10.0