Cosmos/Users/Matthijs/Testing/IRs/EcmaCil/LocalVariableMeta.cs
kudzu_cp a58ad95c10
2014-07-14 15:56:02 +00:00

16 lines
No EOL
271 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace EcmaCil
{
public class LocalVariableMeta: BaseMeta
{
public TypeMeta LocalType
{
get;
set;
}
}
}