ElementInit.Arguments Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the collection of arguments that are passed to a method that adds an element to an IEnumerable collection.
Assembly: System.Core (in System.Core.dll)
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<Expression>A ReadOnlyCollection<T> of Expression objects that represent the arguments for a method that adds an element to a collection.
Show: