Cosmos/source2/IL2CPU/Cosmos.IL2CPU/ILOpCodes/NullRef.cs
2014-07-14 16:41:57 +00:00

12 lines
No EOL
199 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Cosmos.IL2CPU.ILOpCodes
{
public class NullRef
{
}
}