Added properties as supportable type for CorrespondingType

pull/83/head
David Hall 2019-10-26 10:22:48 -06:00
parent 9daa94452f
commit 6eee431d3e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ namespace Vanara.InteropServices
/// use an enumeration value to determine the type to get or set.
/// </summary>
/// <seealso cref="System.Attribute"/>
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Class, AllowMultiple = true)]
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Class | AttributeTargets.Property, AllowMultiple = true)]
public class CorrespondingTypeAttribute : Attribute
{
/// <summary>Initializes a new instance of the <see cref="CorrespondingTypeAttribute"/> class.</summary>