Skip to content

Commit

Permalink
Fix InlineArrayAttribute visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
sliekens committed Dec 5, 2023
1 parent 2a6e35e commit 15de11d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace System.Runtime.CompilerServices2
[global::System.AttributeUsage(global::System.AttributeTargets.Struct, AllowMultiple = false)]
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
[global::System.Diagnostics.Conditional("MULTI_TARGETING_SUPPORT_ATTRIBUTES")]
public sealed class InlineArrayAttribute : global::System.Attribute
internal sealed class InlineArrayAttribute : global::System.Attribute
{
/// <summary>Creates a new <see cref="global::System.Runtime.CompilerServices2.InlineArrayAttribute"/> instance with the specified length.</summary>
/// <param name="length">The number of sequential fields to replicate in the inline array type.</param>
Expand Down

0 comments on commit 15de11d

Please sign in to comment.