Click or drag to resize
MimeKit

UniqueIdSet Methods

The UniqueIdSet type exposes the following members.

Methods
 NameDescription
Public methodAdd Adds the unique identifier to the set.
Public methodAddRange Adds all of the uids to the set.
Public methodClear Clears the list.
Public methodContains Checks if the set contains the specified unique id.
Public methodCopyTo Copies all of the unique ids in the set to the specified array.
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetEnumerator Gets an enumerator for the set 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 set.
Public methodRemoveAt Removes the unique identifier at the specified index.
Public methodToString Returns a String that represents the current UniqueIdSet.
(Overrides ObjectToString)
Public methodStatic memberToString(IListUniqueId) Format a generic list of unique identifiers as a string.
Public methodStatic memberTryParse(String, UniqueIdSet) Attempt to parse the specified token as a set of unique identifiers.
Public methodStatic memberTryParse(String, UInt32, UniqueIdSet) Attempt to parse the specified token as a set of unique identifiers.
Top
See Also