StindOpCodesDictionary public sealed class StindOpCodesDictionary : Dictionary<Type, OpCode> Provides appropriate Stind.X opcode for the type of primitive value to be stored indirectly. Documentation Code public static OpCode EmptyOpCode { get; } public static StindOpCodesDictionary Instance { get; } public OpCode this[Type type] { get; }