Aracılığıyla paylaş


IndexRange Class

Definition

public class IndexRange : IEquatable<Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.IndexRange>
type IndexRange = class
    interface IEquatable<IndexRange>
Public Class IndexRange
Implements IEquatable(Of IndexRange)
Inheritance
IndexRange
Implements

Constructors

IndexRange(Int64, Int64)

Properties

EndIndex
Length
StartIndex

Methods

Abuts(IndexRange)
After(IndexRange)
CompareTo(IndexRange)
Equals(IndexRange)
Equals(Object)
FromLength(Int64, Int64)
Gap(IndexRange)
GetHashCode()
Includes(IndexRange)
Includes(Int64)
Intersection(IndexRange)
Intersects(IndexRange)
Merge(IndexRange)
PartitionBy(Int32)
SubstractRanges(IEnumerable<IndexRange>, IEnumerable<IndexRange>)
Subtract(IndexRange)
ToString()

Applies to