From 4b11dc566a5bbfa1378d6266525c281b028abcc8 Mon Sep 17 00:00:00 2001 From: Jiyoung Yun Date: Fri, 10 Feb 2017 20:35:12 +0900 Subject: Imported Upstream version 1.0.0.9910 --- src/mscorlib/src/System/Reflection/ParameterInfo.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/mscorlib/src/System/Reflection/ParameterInfo.cs') diff --git a/src/mscorlib/src/System/Reflection/ParameterInfo.cs b/src/mscorlib/src/System/Reflection/ParameterInfo.cs index 6592e5aa20..fad4402aff 100644 --- a/src/mscorlib/src/System/Reflection/ParameterInfo.cs +++ b/src/mscorlib/src/System/Reflection/ParameterInfo.cs @@ -13,15 +13,11 @@ namespace System.Reflection using System.Runtime.InteropServices; using System.Runtime.Serialization; using System.Runtime.CompilerServices; - using System.Security.Permissions; using System.Threading; using MdToken = System.Reflection.MetadataToken; [Serializable] - [ClassInterface(ClassInterfaceType.None)] - [ComDefaultInterface(typeof(_ParameterInfo))] - [System.Runtime.InteropServices.ComVisible(true)] - public class ParameterInfo : _ParameterInfo, ICustomAttributeProvider, IObjectReference + public class ParameterInfo : ICustomAttributeProvider, IObjectReference { #region Legacy Protected Members protected String NameImpl; -- cgit v1.2.3