ParseObjectAddRangeUniqueToListT Method Parse
Atomically adds objects to the end of the list associated with the given key, only if they are not already present in the list. The position of the inserts are not guaranteed.

Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public void AddRangeUniqueToList<T>(
	string key,
	IEnumerable<T> values
)

Parameters

key
Type: SystemString
The key.
values
Type: System.Collections.GenericIEnumerableT
The objects to add.

Type Parameters

T
See Also

Reference