X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Fclass%2Fcorlib%2FSystem.Reflection.Emit%2FOperandType.cs;h=f7c5d0a7dc55f5189ad2ad0b5cb44dd5057dfe8e;hb=3af50114d986e9ffcd1544aa7ff13f7472992687;hp=795d6ef60d3e35c94f68f03a191477ed0e3f7f6b;hpb=13d1764537ce5bbe5a06bf133fb2db1a4b5d2131;p=mono.git diff --git a/mcs/class/corlib/System.Reflection.Emit/OperandType.cs b/mcs/class/corlib/System.Reflection.Emit/OperandType.cs index 795d6ef60d3..f7c5d0a7dc5 100644 --- a/mcs/class/corlib/System.Reflection.Emit/OperandType.cs +++ b/mcs/class/corlib/System.Reflection.Emit/OperandType.cs @@ -25,12 +25,15 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // +using System.Runtime.InteropServices; namespace System.Reflection.Emit { /// /// Describes the operand types of MSIL instructions. /// + [ComVisible (true)] + [Serializable] public enum OperandType { /// @@ -59,6 +62,7 @@ namespace System.Reflection.Emit { /// /// + [Obsolete ("This API has been deprecated.")] InlinePhi = 6, ///