ListInitExpression.NewExpression Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the expression that contains a call to the constructor of a collection type.
Assembly: System.Core (in System.Core.dll)
Property Value
Type: System.Linq.Expressions.NewExpressionA NewExpression that represents the call to the constructor of a collection type.
Show: