Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| using System; | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| Console.WriteLine("Hello World!"); | |
| } | |
| // <Snippet1> | |
| DateTime ToDateTime(IFormatProvider provider) => | |
| throw new InvalidCastException("Conversion to a DateTime is not supported."); | |
| // </Snippet1> | |
| } |