IDifferenceCollection<T>::Differences Property
Visual Studio 2015
Returns the difference collection as a list.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Since the difference collection itself implements the IEnumerable interface, you can use it to iterate over the differences.
Show: