IndexRange.SubstractRanges Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.IndexRange> SubstractRanges (System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.IndexRange> source, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.IndexRange> ranges);
static member SubstractRanges : seq<Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.IndexRange> * seq<Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.IndexRange> -> seq<Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.IndexRange>
Public Shared Function SubstractRanges (source As IEnumerable(Of IndexRange), ranges As IEnumerable(Of IndexRange)) As IEnumerable(Of IndexRange)
Parameters
- source
- IEnumerable<IndexRange>
- ranges
- IEnumerable<IndexRange>