2010-04-07 Jb Evain <jbevain@novell.com>
[mcs.git] / ilasm / codegen / Location.cs
blob2fc4637e158ab3c3bff34246c0deae71cae43f29
1 //
2 // Mono.ILASM.Location.cs
3 //
4 // Author(s):
5 // Jackson Harper (Jackson@LatitudeGeo.com)
6 //
7 // (C) 2003 Jackson Harper, All rights reserved
8 //
10 using System;
12 namespace Mono.ILASM {
14 /// TODO: This class will eventually store il file location info,
15 /// like line and col
16 public class Location