* TypeRef.cs: Rewrite - Typerefs are now resolved after parsing.
[mono.git] / mcs / ilasm / codegen / Location.cs
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 //
9
10 using System;
11
12 namespace Mono.ILASM {
13
14         /// TODO: This class will eventually store il file location info,
15         /// like line and col
16         public class Location
17         {
18
19         }
20
21 }
22