Skip to content

Commit

Permalink
Added AttributeUsage attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Röthinger committed Apr 2, 2021
1 parent 706265a commit f133900
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AleRoe.CecSharp/Model/DeviceTypeAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ namespace AleRoe.CecSharp.Model
/// An attribute used to map a <see cref="LogicalAddress"/> with its corresponding <see cref="DeviceType"/>.
/// </summary>
/// <seealso cref="System.Attribute" />
[AttributeUsage(AttributeTargets.Field)]
internal class DeviceTypeAttribute : Attribute
{
/// <summary>
Expand Down

0 comments on commit f133900

Please sign in to comment.