Unique |
public class UniqueIdRange : IList<UniqueId>, ICollection<UniqueId>, IEnumerable<UniqueId>, IEnumerable
The UniqueIdRange type exposes the following members.
Name | Description | |
---|---|---|
UniqueIdRange(UniqueId, UniqueId) | Initializes a new instance of the UniqueIdRange class. | |
UniqueIdRange(UInt32, UInt32, UInt32) | Initializes a new instance of the UniqueIdRange class. |
Name | Description | |
---|---|---|
Count | Get the number of unique identifiers in the range. | |
End | Get the end of the unique identifier range. | |
IsReadOnly | Get whether or not the range is read only. | |
Item | Gets or sets the unique identifier at the specified index. | |
Max | Gets the maximum unique identifier in the range. | |
Min | Gets the minimum unique identifier in the range. | |
Start | Get the start of the unique identifier range. | |
Validity | Gets the validity, if non-zero. |
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. |