Browse Source

Fixed a piece of documentation

4.0.0-beta
Anairkoen Schno 4 years ago
parent
commit
69b4d0d15d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      IPA.Loader/Utilities/ReflectionUtil.cs

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

@ -68,6 +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="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