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