diff --git a/AnonymousObjectConstruction.cs b/AnonymousObjectConstruction.cs new file mode 100644 index 0000000..6cd5c59 --- /dev/null +++ b/AnonymousObjectConstruction.cs @@ -0,0 +1,3 @@ +var panel = typeof(t).GetConstructor(new System.Type[] { }).Invoke(new object[] { }); + +T data = Activator.CreateInstance(); \ No newline at end of file