Fix null sessions in HttpContextWrapper.Session
[mono.git] / mcs / class / corlib / System.Reflection.Emit / OperandType.cs
index 795d6ef60d3e35c94f68f03a191477ed0e3f7f6b..f7c5d0a7dc55f5189ad2ad0b5cb44dd5057dfe8e 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+using System.Runtime.InteropServices;
 
 namespace System.Reflection.Emit {
 
        /// <summary>
        ///  Describes the operand types of MSIL instructions.
        /// </summary>
+       [ComVisible (true)]
+       [Serializable]
        public enum OperandType {
 
                /// <summary>
@@ -59,6 +62,7 @@ namespace System.Reflection.Emit {
 
                /// <summary>
                /// </summary>
+               [Obsolete ("This API has been deprecated.")]
                InlinePhi = 6,
 
                /// <summary>