~ubuntu-branches/ubuntu/trusty/mono-addins/trusty-proposed

« back to all changes in this revision

Viewing changes to Mono.Addins.CecilReflector/Mono.Cecil/Mono.Cecil.Metadata/CodedIndex.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2011-04-25 11:11:33 UTC
  • mfrom: (4.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110425111133-t05u5p7o5fxx70fu
Tags: 0.6-2
Upload to Unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
// Author:
5
5
//   Jb Evain (jbevain@gmail.com)
6
6
//
7
 
// Generated by /CodeGen/cecil-gen.rb do not edit
8
 
// Tue Mar 20 16:02:16 +0100 2007
9
 
//
10
 
// (C) 2005 Jb Evain
 
7
// Copyright (c) 2008 - 2010 Jb Evain
11
8
//
12
9
// Permission is hereby granted, free of charge, to any person obtaining
13
10
// a copy of this software and associated documentation files (the
31
28
 
32
29
namespace Mono.Cecil.Metadata {
33
30
 
34
 
        public enum CodedIndex {
 
31
        enum CodedIndex {
35
32
                TypeDefOrRef,
36
33
                HasConstant,
37
34
                HasCustomAttribute,