| 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
)
Public Sub New (
ids As List(Of Long)
)
public:
SequenceSet(
List<long long>^ ids
)
new :
ids : List<int64> -> SequenceSet
Parameters
- ids
- Type: System.Collections.GenericListInt64
IDs.
See Also