From d72cca74cb60b7e542ef445b27499bd1b419a298 Mon Sep 17 00:00:00 2001 From: David Hall Date: Sat, 27 Jul 2019 12:55:59 -0600 Subject: [PATCH] Fixed documentation error --- Core/Extensions/ReflectionExtensions.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Core/Extensions/ReflectionExtensions.cs b/Core/Extensions/ReflectionExtensions.cs index 6f3bb428..aea180aa 100644 --- a/Core/Extensions/ReflectionExtensions.cs +++ b/Core/Extensions/ReflectionExtensions.cs @@ -85,7 +85,6 @@ namespace Vanara.Extensions /// Gets a named field value from an object. /// The expected type of the field to be returned. - /// The object from which to retrieve the field. /// Name of the field. /// The field value. public static T GetStaticFieldValue(string fieldName)