From 113cfc324aa098bedb5004dbb92eb4f4d6bdcd29 Mon Sep 17 00:00:00 2001 From: Cenngo Date: Thu, 19 Jan 2023 16:38:08 +0300 Subject: [PATCH] add inline docs to ModalInfo.PropertyInfo --- .../Info/InputComponents/InputComponentInfo.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Discord.Net.Interactions/Info/InputComponents/InputComponentInfo.cs b/src/Discord.Net.Interactions/Info/InputComponents/InputComponentInfo.cs index f5a1e9679..23a0db844 100644 --- a/src/Discord.Net.Interactions/Info/InputComponents/InputComponentInfo.cs +++ b/src/Discord.Net.Interactions/Info/InputComponents/InputComponentInfo.cs @@ -44,6 +44,9 @@ namespace Discord.Interactions /// public Type Type { get; } + /// + /// Gets the property linked to this component. + /// public PropertyInfo PropertyInfo { get; } ///