Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfrijters <jfrijters>2010-05-07 08:44:11 +0400
committerjfrijters <jfrijters>2010-05-07 08:44:11 +0400
commit41bfeca16ac05078997b73c4836b4955ee6691b5 (patch)
treee732e5ce42fe77a95e10e7b747bf0616d3a3ddfa /reflect/Type.cs
parentf18b6691104a29dbdab3e376369cd35da67a3cdb (diff)
Removed support for pseudo custom attributes TypeForwardedToAttribute and DefaultParameterValueAttribute that aren't supported by .NET reflection either.
Diffstat (limited to 'reflect/Type.cs')
-rw-r--r--reflect/Type.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/reflect/Type.cs b/reflect/Type.cs
index 24ab4a84..ea79b1e6 100644
--- a/reflect/Type.cs
+++ b/reflect/Type.cs
@@ -1478,8 +1478,6 @@ namespace IKVM.Reflection
|| this == u.System_Runtime_InteropServices_OptionalAttribute
|| this == u.System_Runtime_InteropServices_PreserveSigAttribute
|| this == u.System_Runtime_InteropServices_ComImportAttribute
- || this == u.System_Runtime_InteropServices_DefaultParameterValueAttribute
- || this == u.System_Runtime_CompilerServices_TypeForwardedToAttribute
|| this == u.System_Runtime_CompilerServices_SpecialNameAttribute
|| this == u.System_Runtime_CompilerServices_MethodImplAttribute
;