DEBSOURCES
Skip Quicknav
sources / mono / 6.12.0.199%2Bdfsg-6 / external / api-doc-tools / mdoc / Test / test-generic-ignored-namespace / ReadOnlySpan.cs
12345678
namespace mdoc.Test.SampleClasses { public struct ReadOnlySpan<T> { public T this[int index] => default(T); } }