Skip to content

Commit

Permalink
Fix a style problem
Browse files Browse the repository at this point in the history
  • Loading branch information
vitek-karas committed Jun 12, 2023
1 parent 76fd2d9 commit 629224d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -54,7 +54,7 @@ internal sealed class DynamicallyAccessedMembersAttribute : Attribute
/// <param name="memberTypes">The types of members dynamically accessed.</param>
public DynamicallyAccessedMembersAttribute(DynamicallyAccessedMemberTypes memberTypes)
{
MemberTypes = memberTypes;
this.MemberTypes = memberTypes;
}

/// <summary>
Expand Down

0 comments on commit 629224d

Please sign in to comment.