Class DoubleConstantLoader
ConstantLoader<T> that allows loading a double constant value.
Inherited Members
Namespace: TheXDS.MCART.Types.Extensions.ConstantLoaders
Assembly: MCART.TypeFactory.dll
Syntax
public class DoubleConstantLoader : ConstantLoader<double>, IConstantLoader, IEquatable<IConstantLoader>
Methods
| Edit this page View SourceEmit(ILGenerator, double)
Loads a double constant value into the MSIL instruction sequence.
Declaration
public override void Emit(ILGenerator il, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| ILGenerator | il | The IL generator to use. |
| double | value | The constant value to load into the instruction sequence. |