Skip to content

Commit

Permalink
Merge pull request #92 from sliekens/bugfix/inline-array-attribute-vi…
Browse files Browse the repository at this point in the history
…sibility

Fix InlineArrayAttribute visibility
  • Loading branch information
Sergio0694 committed Dec 18, 2023
2 parents 2a6e35e + 15de11d commit 8759578
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 8759578

Please sign in to comment.