using System; namespace Cosmos.IL2CPU.X86.IL { [Cosmos.IL2CPU.OpCode(ILOpCode.Code.Prefixref)] public class Prefixref: ILOpX86 { } }