Browse Source

add inline docs to ModalInfo.PropertyInfo

pull/2564/head
Cenngo 2 years ago
parent
commit
113cfc324a
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/Discord.Net.Interactions/Info/InputComponents/InputComponentInfo.cs

+ 3
- 0
src/Discord.Net.Interactions/Info/InputComponents/InputComponentInfo.cs View File

@@ -44,6 +44,9 @@ namespace Discord.Interactions
/// </summary>
public Type Type { get; }

/// <summary>
/// Gets the property linked to this component.
/// </summary>
public PropertyInfo PropertyInfo { get; }

/// <summary>


Loading…
Cancel
Save