ArgumentsWriter.EmitStoreArgument Method |
Name | Description | |
---|---|---|
EmitStoreArgument(Int32, MethodMappingWriter, InstructionWriter) |
Emits instructions that load the value of an index-th argument using a MethodMappingWriter and store this
value into the Arguments object.
| |
EmitStoreArgument(Int32, InstructionWriter, Action<InstructionWriter>) |
Emits instructions that store a value, loaded on the stack by the instructions emitted by a given delegate, into the Arguments
object under the given index.
|