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

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

namespace Windows.Foundation.Metadata
{
    public class WebHostHiddenAttribute : Attribute
    {
        
    }
}