Skip to content

Commit

Permalink
Delete unnecessary StructLayout attribute in TagList.netcore.cs (dotn…
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub authored Jun 30, 2024
1 parent b77fef7 commit 33896ac
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ namespace System.Diagnostics
/// Using more than eight tags will cause allocating memory to store the tags.
/// Public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
/// </remarks>
[StructLayout(LayoutKind.Sequential)]
public struct TagList : IList<KeyValuePair<string, object?>>, IReadOnlyList<KeyValuePair<string, object?>>
{
private const int OverflowAdditionalCapacity = 8;
Expand Down

0 comments on commit 33896ac

Please sign in to comment.