Browse Source

Fixed ReflectionUtil documentation

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
12be9716d7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      IPA.Loader/Utilities/ReflectionUtil.cs

+ 1
- 1
IPA.Loader/Utilities/ReflectionUtil.cs View File

@ -68,7 +68,7 @@ namespace IPA.Utilities
/// <summary>
/// Invokes a method from <typeparamref name="T"/> on an object.
/// </summary>
/// <typeparam name="U">the type of the property to get</typeparam>
/// <typeparam name="U">the type that the method returns</typeparam>
/// <typeparam name="T">the type to search for the method on</typeparam>
/// <param name="obj">the object instance</param>
/// <param name="methodName">the method's name</param>


Loading…
Cancel
Save