Click or drag to resize

SequenceSet Constructor (ListInt64)

Creates new sequence containing specified ids. IDs are sorted and combined using Range instances.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public SequenceSet(
	List<long> ids
)

Parameters

ids
Type: System.Collections.GenericListInt64
IDs.
See Also