Cosmos/source/Indy.IL2CPU.IL/INeedsMethodInfo.cs
2008-05-13 14:27:29 +00:00

12 lines
No EOL
241 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Indy.IL2CPU.IL {
public interface INeedsMethodInfo {
MethodInformation MethodInfo {
set;
}
}
}