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
MultilineStringConverter.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Globalization
;
3
4
namespace
System.ComponentModel
5
{
6
// Token: 0x020003A7 RID: 935
7
public
class
MultilineStringConverter
:
TypeConverter
8
{
9
// Token: 0x060018A7 RID: 6311 RVA: 0x000457F4 File Offset: 0x000439F4
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
}
20
return
base
.ConvertTo(context,
culture
,
value
,
destinationType
);
21
}
22
23
// Token: 0x060018A8 RID: 6312 RVA: 0x00045824 File Offset: 0x00043A24
24
public
override
PropertyDescriptorCollection
GetProperties
(
ITypeDescriptorContext
context,
object
value
,
Attribute
[] attributes)
25
{
26
}
27
28
// Token: 0x060018A9 RID: 6313 RVA: 0x00045834 File Offset: 0x00043A34
29
public
override
bool
GetPropertiesSupported
(
ITypeDescriptorContext
context)
30
{
31
}
32
33
// Token: 0x060018AA RID: 6314 RVA: 0x00045844 File Offset: 0x00043A44
34
public
MultilineStringConverter
()
35
{
36
}
37
}
38
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.ComponentModel.MultilineStringConverter.ConvertTo
override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Definition
MultilineStringConverter.cs:10
System.ComponentModel.MultilineStringConverter.MultilineStringConverter
MultilineStringConverter()
Definition
MultilineStringConverter.cs:34
System.ComponentModel.MultilineStringConverter.GetPropertiesSupported
override bool GetPropertiesSupported(ITypeDescriptorContext context)
Definition
MultilineStringConverter.cs:29
System.ComponentModel.MultilineStringConverter.GetProperties
override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
Definition
MultilineStringConverter.cs:24
System.ComponentModel.MultilineStringConverter
Definition
MultilineStringConverter.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
Definition
__ComObject.cs:4
source
System
ComponentModel
MultilineStringConverter.cs
Generated by
1.10.0