System.Linq.Expressions.ElementInit Members

The members of System.Linq.Expressions.ElementInit are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
AddMethodSystem.Reflection.MethodInfo.

Gets the instance method that is used to add an element to an IEnumerable collection.

[read-only]
ArgumentsSystem.Collections.ObjectModel.ReadOnlyCollection<Expression>.

Gets the collection of arguments that are passed to a method that adds an element to an IEnumerable collection.

Public Methods

override
ToString() : string

Returns a textual representation of an System.Linq.Expressions.ElementInit object.

Update(IEnumerable<Expression>) : ElementInit

Creates a new expression that is like this one, but using the supplied children. If all of the children are the same, it will return this expression.

Explicitly Implemented Interface Members

[read-only]
System.Linq.Expressions.IArgumentProvider.ArgumentCountint. Documentation for this section has not yet been entered.
System.Linq.Expressions.IArgumentProvider.GetArgumentDocumentation for this section has not yet been entered.