internal MappedField(string name, Microsoft.Cci.INamedTypeDefinition containingType, Microsoft.Cci.ITypeReference type, Microsoft.Cci.ISectionBlock block)
 {
     this.containingType = containingType;
     this.type           = type;
     this.block          = block;
     this.name           = name;
 }
 internal MappedField(string name, Microsoft.Cci.INamedTypeDefinition containingType, Microsoft.Cci.ITypeReference type, Microsoft.Cci.ISectionBlock block)
 {
     this.containingType = containingType;
     this.type = type;
     this.block = block;
     this.name = name;
 }