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

cs0735.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4f1475715cbca11d6caa1826cb5688f2e97c91f6 (plain)
1
2
3
4
5
6
7
// CS0735: Invalid type specified as an argument for TypeForwardedTo attribute
// Line: 7

using System;
using System.Runtime.CompilerServices;

[assembly: TypeForwardedTo((Type)null)]