Cosmos/source2/IL2PCU/Cosmos.IL2CPU/IL/Prefixref.cs
kudzu_cp ef42fa8028
2009-07-23 14:15:55 +00:00

12 lines
155 B
C#

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