Class TextLocationConverter
- Namespace
- ICSharpCode.Decompiler.CSharp.Syntax
- Assembly
- ICSharpCode.Decompiler.dll
public class TextLocationConverter : TypeConverter
- Inheritance
-
TextLocationConverter
- Inherited Members
Constructors
TextLocationConverter()
public TextLocationConverter()
Methods
CanConvertFrom(ITypeDescriptorContext, Type)
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Parameters
context
ITypeDescriptorContextsourceType
Type
Returns
CanConvertTo(ITypeDescriptorContext, Type)
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Parameters
context
ITypeDescriptorContextdestinationType
Type
Returns
ConvertFrom(ITypeDescriptorContext, CultureInfo, object)
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Parameters
context
ITypeDescriptorContextculture
CultureInfovalue
object
Returns
ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Parameters
context
ITypeDescriptorContextculture
CultureInfovalue
objectdestinationType
Type