Class MethodCallConverter
Converts a value through an implicit or explicit conversion method.
public class MethodCallConverter : ITypeConverter
- Inheritance
-
MethodCallConverter
- Implements
- Inherited Members
- Extension Methods
Constructors
MethodCallConverter(MethodInfo)
Converts a value through an implicit or explicit conversion method.
public MethodCallConverter(MethodInfo method)
Parameters
methodMethodInfo
Properties
OutputType
The type produced by the conversion.
public Type OutputType { get; }
Property Value
Methods
EmitConversion(Generator, Type)
Converts the current value to OutputType.
public void EmitConversion(Generator generator, Type sourceType)