From a1d480d24b3af4ea3fdf2d91a6fc08d6394d9a8e Mon Sep 17 00:00:00 2001 From: Drew Tingen Date: Tue, 7 Jul 2020 20:59:13 -0400 Subject: [PATCH] chore: documentation update --- ICD.Common.Utils/Extensions/ReflectionExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICD.Common.Utils/Extensions/ReflectionExtensions.cs b/ICD.Common.Utils/Extensions/ReflectionExtensions.cs index 52fabac..1515cfe 100644 --- a/ICD.Common.Utils/Extensions/ReflectionExtensions.cs +++ b/ICD.Common.Utils/Extensions/ReflectionExtensions.cs @@ -170,7 +170,7 @@ namespace ICD.Common.Utils.Extensions /// /// /// - /// true if property was set, false if property was not found + /// true if property get was successful, false if the property was not found public static bool GetProperty([NotNull] this object extends, [CanBeNull] out object value, [NotNull] params string[] path) { if (extends == null)