You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FB_PrimitiveTypes primitiveTypes = new FB_PrimitiveTypes(errorItems, "PrimitiveTypes"); is a bit much :)
I'd expect new FB_PrimitiveTypes(errorItems); to be enough - the class name is available via reflection, and the explicit variable name and type are unnecessary.
The text was updated successfully, but these errors were encountered:
FB_PrimitiveTypes primitiveTypes = new FB_PrimitiveTypes(errorItems, "PrimitiveTypes");
is a bit much :)I'd expect
new FB_PrimitiveTypes(errorItems);
to be enough - the class name is available via reflection, and the explicit variable name and type are unnecessary.The text was updated successfully, but these errors were encountered: