DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs0702.cs
123456789
// CS0702: A constraint cannot be special class `System.Array' // Line: 8 using System; class Foo<T> where T : Array { }