Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • ParameterCollection.AddRange(Parameter[]) Method

    Appends an array of parameters to the storage collection.

    Namespace: DevExpress.Snap.Core.API

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

    NuGet Package: DevExpress.Snap.Core

    Declaration

    public void AddRange(
        Parameter[] parameters
    )

    Parameters

    Name Type Description
    parameters Parameter[]

    An array of Parameter objects to append to the collection.

    Remarks

    Objects are added to the end of the collection in the order they appear in the array.

    See Also