Click or drag to resize
MimeKit

UniqueIdRange Methods

The UniqueIdRange type exposes the following members.

Methods
 NameDescription
Public methodAdd Adds the unique identifier to the range.
Public methodClear Clears the list.
Public methodContains Checks if the range contains the specified unique id.
Public methodCopyTo Copies all of the unique ids in the range to the specified array.
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetEnumerator Gets an enumerator for the range of unique ids.
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Public methodIndexOf Gets the index of the specified unique id, if it exists.
Public methodInsert Inserts the specified unique identifier at the given index.
Protected methodMemberwiseClone
(Inherited from Object)
Public methodRemove Removes the unique identifier from the range.
Public methodRemoveAt Removes the unique identifier at the specified index.
Public methodToString Returns a String that represents the current UniqueIdRange.
(Overrides ObjectToString)
Public methodStatic memberTryParse(String, UniqueIdRange) Attempt to parse a unique identifier range.
Public methodStatic memberTryParse(String, UInt32, UniqueIdRange) Attempt to parse a unique identifier range.
Top
See Also