Skip to main content
A newer version of this page is available.

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.v19.1.Core.dll

Declaration

public void AddRangeByValue(
    IList parameters
)

Parameters

Name Type Description
parameters IList

An object implementing the IList interface.

See Also