IDifferenceCollection<T> Interface
Visual Studio 2015
Represents a collection of Difference objects.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Differences | Returns the difference collection as a list. |
![]() | LeftSequence | Gets the left sequence that was used to create this difference collection. |
![]() | MatchSequence | Gets the original match sequence that was used to create this difference collection. |
![]() | RightSequence | Gets the right sequence that was used to create this difference collection. |
| Name | Description | |
|---|---|---|
![]() | GetEnumerator() | (Inherited from IEnumerable<T>.) |
This collection is extracted from two lists of elements of the same type, given a maximal match sequence generated from a difference algorithm.
Show:

