<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.Runtime.CompilerServices.FixedBufferAttribute

public sealed class FixedBufferAttribute : Attribute
namespace System.Runtime.CompilerServices { public sealed class FixedBufferAttribute : Attribute { public Type ElementType { get; } public int Length { get; } public FixedBufferAttribute(Type elementType, int length); } }