Cosmos/source2/IL2PCU/Cosmos.IL2CPU/IIfNotDefined.cs
2009-09-06 16:58:33 +00:00

14 lines
243 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.IL2CPU
{
public interface IIfNotDefined {
string Symbol {
get;
set;
}
}
}