From 231e8b6b7e8a016e0689d7a6a09a4945330eae29 Mon Sep 17 00:00:00 2001 From: bbaia Date: Mon, 19 Apr 2010 15:21:23 +0000 Subject: [PATCH] Add 'side by side' support in Framework .NET 4.0 [SPRNET-1320] (Fix 1.1 build) --- src/Spring/Spring.Core/Util/ReflectionUtils.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Spring/Spring.Core/Util/ReflectionUtils.cs b/src/Spring/Spring.Core/Util/ReflectionUtils.cs index 12f6479e..c8888aa5 100644 --- a/src/Spring/Spring.Core/Util/ReflectionUtils.cs +++ b/src/Spring/Spring.Core/Util/ReflectionUtils.cs @@ -1082,12 +1082,10 @@ namespace Spring.Util /// Calculates and returns the list of attributes that apply to the /// specified type or method. /// - /// - /// Attributes can be instance of or . - /// /// The type or method to find attributes for. /// - /// A list of custom attributes that should be applied to type. + /// A list of custom attributes (CustomAttributeData or Attribute instances) + /// that should be applied to type or method. /// public static IList GetCustomAttributes(MemberInfo member) {