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)