RangeSet Members
Represents a set of Range objects, each of which contains knowledge about a set of change units within a range of items.
The following tables list the members exposed by the RangeSet type.
Public Constructors
Name | Description | |
---|---|---|
RangeSet | Initializes a new instance of the RangeSet class. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
AppendRange | Adds the specified Range object to the end of the list. | |
Equals | Overloaded. (Inherited from Object.) | |
GetEnumerator | Gets an object that can be used to enumerate the list of Range objects. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.IEnumerable.GetEnumerator | Gets an object that can be used to enumerate the list of Range objects. |
Top