Unique |
The UniqueIdSet type exposes the following members.
Name | Description | |
---|---|---|
Add | Adds the unique identifier to the set. | |
AddRange | Adds all of the uids to the set. | |
Clear | Clears the list. | |
Contains | Checks if the set contains the specified unique id. | |
CopyTo | Copies all of the unique ids in the set to the specified array. | |
Equals | (Inherited from Object) | |
Finalize | (Inherited from Object) | |
GetEnumerator | Gets an enumerator for the set of unique ids. | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
IndexOf | Gets the index of the specified unique id, if it exists. | |
Insert | Inserts the specified unique identifier at the given index. | |
MemberwiseClone | (Inherited from Object) | |
Remove | Removes the unique identifier from the set. | |
RemoveAt | Removes the unique identifier at the specified index. | |
ToString |
Returns a String that represents the current UniqueIdSet.
(Overrides ObjectToString) | |
ToString(IListUniqueId) | Format a generic list of unique identifiers as a string. | |
TryParse(String, UniqueIdSet) | Attempt to parse the specified token as a set of unique identifiers. | |
TryParse(String, UInt32, UniqueIdSet) | Attempt to parse the specified token as a set of unique identifiers. |