Table of Contents

Method SetRange

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

SetRange(IEnumerable<KeyValuePair<string, string[]>>)

Sets the elements of the specified collection, replacing existing values.

public void SetRange(IEnumerable<KeyValuePair<string, string[]>> items)

Parameters

items IEnumerable<KeyValuePair<string, string[]>>

The collection whose items should be replaced or added to this collection.