Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Span.cs « SampleClasses « mdoc.Test « mdoc - github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fc4bf2b7572f6ff74d44dc2e7d45cbd0e9f7d002 (plain)
1
2
3
4
5
6
7
8
9
using Mono.Documentation;

namespace System
{
    [Obsolete(Consts.RefTypeObsoleteString, true)]
    public struct Span<T>
    {
    }
}