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

IsLongModifier.cs « Microsoft.VisualC « Microsoft.VisualC « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6d09c17908c2eca048bbb86f4e1d53c1727fe10f (plain)
1
2
3
4
5
6
7
8
using System;

namespace Microsoft.VisualC
{
	public sealed class IsLongModifier:System.Attribute
	{
	}
}