LdcOpCodesDictionary public sealed class LdcOpCodesDictionary : Dictionary<Type, OpCode> s Provides appropriate Ldc.X opcode for the type of primitive value to be loaded. Documentation public static OpCode EmptyOpCode { get; } public static LdcOpCodesDictionary Instance { get; } public OpCode this[Type type] { get; }