Add AnonymousObjectConstruction.cs

This commit is contained in:
2024-07-19 08:36:15 -05:00
parent 61044faf6f
commit 542ee7ace1

View File

@@ -0,0 +1,3 @@
var panel = typeof(t).GetConstructor(new System.Type[] { }).Invoke(new object[] { });
T data = Activator.CreateInstance<T>();