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