**** Merged from MCS ****
[mono-project.git] / mcs / ilasm / codegen / IFieldRef.cs
blob15184e41845bf0f521e33234aa10bf8af09e8fa6
1 //
2 // Mono.ILASM.IFieldRef
3 //
4 // Author(s):
5 // Jackson Harper (Jackson@LatitudeGeo.com)
6 //
7 // (C) 2003 Jackson Harper, All rights reserved
8 //
11 using System;
13 namespace Mono.ILASM {
15 public interface IFieldRef {
17 PEAPI.Field PeapiField {
18 get;
21 void Resolve (CodeGen code_gen);