C# Class Castle.DynamicProxy.Generators.Emitters.LdcOpCodesDictionary

Provides appropriate Ldc.X opcode for the type of primitive value to be loaded.
Inheritance: System.Collections.DictionaryBase
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
this ( Type type ) : OpCode

Private Methods

Method Description
LdcOpCodesDictionary ( ) : System

Method Details

this() public method

public this ( Type type ) : OpCode
type System.Type
return System.Reflection.Emit.OpCode