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 { } }