DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs0308-3.cs
123456789
// CS0308: The non-generic type `System.DateTime' cannot be used with the type arguments // Line: 8 using System; class X { DateTime<int> now; }