Unique |
The UniqueIdRange type exposes the following members.
Name | Description | |
---|---|---|
Add | Adds the unique identifier to the range. | |
Clear | Clears the list. | |
Contains | Checks if the range contains the specified unique id. | |
CopyTo | Copies all of the unique ids in the range to the specified array. | |
Equals | (Inherited from Object) | |
Finalize | (Inherited from Object) | |
GetEnumerator | Gets an enumerator for the range 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 range. | |
RemoveAt | Removes the unique identifier at the specified index. | |
ToString |
Returns a String that represents the current UniqueIdRange.
(Overrides ObjectToString) | |
TryParse(String, UniqueIdRange) | Attempt to parse a unique identifier range. | |
TryParse(String, UInt32, UniqueIdRange) | Attempt to parse a unique identifier range. |