repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix bug #534965.
[mcs.git]
/
ilasm
/
codegen
/
Location.cs
blob
2fc4637e158ab3c3bff34246c0deae71cae43f29
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