Cosmos/source2/Users/Matthijs ter Woord/Testing/ReflectionToEcmaCil/ILReader.cs
mterwoord_cp 92c307bb48
2010-07-28 09:36:04 +00:00

16 lines
No EOL
265 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Reflection.Emit;
using System.Reflection;
using Cil = EcmaCil.IL;
namespace ReflectionToEcmaCil
{
public class ILReader
{
}
}