Cosmos/source/Indy.IL2CPU/IL/INeedsMethodInfo.cs
kudzu_cp 3e05e23892
2008-09-21 23:15:22 +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;
}
}
}