Fixed documentation error

pull/83/head
David Hall 2019-07-27 12:55:59 -06:00
parent 683280a945
commit d72cca74cb
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ namespace Vanara.Extensions
/// <summary>Gets a named field value from an object.</summary>
/// <typeparam name="T">The expected type of the field to be returned.</typeparam>
/// <param name="obj">The object from which to retrieve the field.</param>
/// <param name="fieldName">Name of the field.</param>
/// <returns>The field value.</returns>
public static T GetStaticFieldValue<T>(string fieldName)