| Name | Description | |
|---|---|---|
|  | UAIndexRangeList Constructor | Overloaded. | 
 
            The following tables list the members exposed by UAIndexRangeList.
| Name | Description | |
|---|---|---|
|  | UAIndexRangeList Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
|  | ArrayLength | Gets a 32-bit integer that represents the total number of elements in all the dimensions of the array represented by this index range list. | 
|  | AsString | The index range list expressed as a string that conforms with OPC-UA numeric range string specification. | 
|  | Capacity | |
|  | Count | The rank of the index range list, the number of elements contained in the list. | 
|   | Empty | An empty index range list. | 
|  | Item | Gets or sets the element at the specified index. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | LongArrayLength | Gets a 64-bit integer that represents the total number of elements in all the dimensions of the array represented by this index range list. | 
| Name | Description | |
|---|---|---|
|  | Add | Adds an object to the end of the List. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | AddRange | Adds the elements of the specified collection to the end of the List. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | AsReadOnly | Returns a read-only ReadOnlyCollection wrapper for the current collection. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | BinarySearch | Overloaded. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | Clear | Removes all elements from the List. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | Clone | |
|  | Contains | Determines whether an element is in the List. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | ConvertAll | Converts the elements in the current List to another type, and returns a list containing the converted elements. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | CopyTo | Overloaded. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | Equals | Overloaded. Determines whether the specified object is equal to the current object. | 
|  | Exists | Determines whether the List contains elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | Find | Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire List. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | FindAll | Retrieves all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | FindIndex | Overloaded. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | FindLast | Searches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire List. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | FindLastIndex | Overloaded. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | ForEach | Performs the specified action on each element of the List. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | GetEnumerator | Returns an enumerator that iterates through the List. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | GetHashCode | Serves as the default hash function. | 
|  | GetRange | Creates a shallow copy of a range of elements in the source List. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | GetType | Gets the System.Type of the current instance. (Inherited from object) | 
|  | IndexOf | Overloaded. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | Insert | Inserts an element into the List at the specified index. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | InsertRange | Inserts the elements of a collection into the List at the specified index. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | LastIndexOf | Overloaded. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|   | OneDimension | Overloaded. Creates a one dimensional index range list containing a single value. | 
|   | Parse | Parses a string containing an index range list, and returns a corresponding index range list object. | 
|  | Remove | Removes the first occurrence of a specific object from the List. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | RemoveAll | Removes all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | RemoveAt | Removes the element at the specified index of the List. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | RemoveRange | Removes a range of elements from the List. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | Reverse | Overloaded. Reverses the order of the elements in the entire List. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | Sort | Overloaded. Sorts the elements in the entire List using the default comparer. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | ToArray | Copies the elements of the List to a new array. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | ToString | Returns a string that represents the current object. Returns a string that represents the current index range list. | 
|  | TrimExcess | Sets the capacity to the actual number of elements in the List, if that number is less than a threshold value. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|  | TrueForAll | Determines whether every element in the List matches the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<UAIndexRange>) | 
|   | TryParse | Converts the specified string representation of an index range list to its UAIndexRangeList equivalent. | 
| Name | Description | |
|---|---|---|
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | 
|  | MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) | 
|  Equality | Determines whether the two objects are equal. | 
|  Inequality | Determines whether the two objects are not equal. |