From cf317d30a8380360fd1d7772d6cb3853e9a5d3f3 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Tue, 21 Apr 2020 04:17:28 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Update=20CHANGELOG.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df0983f..aec0df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ - Add `string.IsUpper` - Determines if all alpha characters in this string are considered uppercase +- Various extension methods with regards to reflection: + - `GetDefaultValue` and `GetDefaultValue` - gets the value stored in the member's `DefaultValue` attribute + - `GetDescription`- gets the value stored in the member's `Description` attribute + - `SelectFromCustomAttribute` - Internally calls `GetCustomAttribute` and passes it to a `Func` so that specific members may be selected + ### Changed - n/a