Reporter | Vladimir Reshetnikov (nikov) |
---|---|
Created | Apr 28, 2012 8:06:56 AM |
Updated | Apr 30, 2012 12:43:54 AM |
Priority | Normal |
Type | Feature |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Unassigned |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
using System.Collections.Generic; class C { static void Main() { var x = typeof(Dictionary<,>).MakeGenericType(typeof(int), null); // System.ArgumentNullException: Value cannot be null. } }