namespace mdoc.Test.SampleClasses { public struct ReadOnlySpan { public T this[int index] => default(T); } }