System.Linq.Expressions.ElementInit.ElementInit C# (CSharp) Method

ElementInit() private method

private ElementInit ( MethodInfo addMethod, ReadOnlyCollection arguments ) : System.Collections.Generic
addMethod System.Reflection.MethodInfo
arguments ReadOnlyCollection
return System.Collections.Generic
        internal ElementInit(MethodInfo addMethod, ReadOnlyCollection<Expression> arguments)
        {
            AddMethod = addMethod;
            Arguments = arguments;
        }