terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.ComponentModel.NullableConverter Class Reference
+ Inheritance diagram for System.ComponentModel.NullableConverter:
+ Collaboration diagram for System.ComponentModel.NullableConverter:

Public Member Functions

 NullableConverter (Type type)
 
override bool CanConvertFrom (ITypeDescriptorContext context, Type sourceType)
 
override object ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, object value)
 
override bool CanConvertTo (ITypeDescriptorContext context, Type destinationType)
 
override object ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
 
override object CreateInstance (ITypeDescriptorContext context, IDictionary propertyValues)
 
override bool GetCreateInstanceSupported (ITypeDescriptorContext context)
 
override PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value, Attribute[] attributes)
 
override bool GetPropertiesSupported (ITypeDescriptorContext context)
 
override TypeConverter.StandardValuesCollection GetStandardValues (ITypeDescriptorContext context)
 
override bool GetStandardValuesExclusive (ITypeDescriptorContext context)
 
override bool GetStandardValuesSupported (ITypeDescriptorContext context)
 
override bool IsValid (ITypeDescriptorContext context, object value)
 
bool CanConvertFrom (Type sourceType)
 
bool CanConvertTo (Type destinationType)
 
object ConvertFrom (object value)
 
object ConvertFromInvariantString (string text)
 
object ConvertFromInvariantString (ITypeDescriptorContext context, string text)
 
object ConvertFromString (string text)
 
object ConvertFromString (ITypeDescriptorContext context, string text)
 
object ConvertFromString (ITypeDescriptorContext context, CultureInfo culture, string text)
 
object ConvertTo (object value, Type destinationType)
 
string ConvertToInvariantString (object value)
 
string ConvertToInvariantString (ITypeDescriptorContext context, object value)
 
string ConvertToString (object value)
 
string ConvertToString (ITypeDescriptorContext context, object value)
 
string ConvertToString (ITypeDescriptorContext context, CultureInfo culture, object value)
 
object CreateInstance (IDictionary propertyValues)
 
bool GetCreateInstanceSupported ()
 
PropertyDescriptorCollection GetProperties (object value)
 
PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value)
 
bool GetPropertiesSupported ()
 
ICollection GetStandardValues ()
 
bool GetStandardValuesExclusive ()
 
bool GetStandardValuesSupported ()
 
bool IsValid (object value)
 

Protected Member Functions

Exception GetConvertFromException (object value)
 
Exception GetConvertToException (object value, Type destinationType)
 
PropertyDescriptorCollection SortProperties (PropertyDescriptorCollection props, string[] names)
 

Properties

Type NullableType [get, set]
 
Type UnderlyingType [get, set]
 
TypeConverter UnderlyingTypeConverter [get, set]
 
static bool UseCompatibleTypeConversion [get, set]
 

Private Attributes

readonly Type< NullableTypek__BackingField
 
readonly Type< UnderlyingTypek__BackingField
 
readonly TypeConverter< UnderlyingTypeConverterk__BackingField
 

Static Private Attributes

const string s_UseCompatibleTypeConverterBehavior = "UseCompatibleTypeConverterBehavior"
 
static bool useCompatibleTypeConversion
 

Detailed Description

Definition at line 11 of file NullableConverter.cs.


The documentation for this class was generated from the following file: