Skip to main content

ParameterCollection.AddRangeByValue(IList) Method

Adds new parameters to the collection with their values corresponding to the specified parameter range.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v21.2.Core.dll

NuGet Package: DevExpress.Snap.Core

Declaration

public void AddRangeByValue(
    IList parameters
)

Parameters

Name Type Description
parameters IList

An object implementing the IList interface.

See Also