FixedBufferAttribute public sealed class FixedBufferAttribute : Attribute Documentation public Type ElementType { get; } public int Length { get; } public FixedBufferAttribute(Type elementType, int length)