Class OpCodeConverter
Converts a value with the supplied conversion operation.
public class OpCodeConverter : ITypeConverter
- Inheritance
-
OpCodeConverter
- Implements
- Inherited Members
- Extension Methods
Constructors
OpCodeConverter(Type, OpCode)
Converts a value with the supplied conversion operation.
public OpCodeConverter(Type target, OpCode op)
Parameters
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)