你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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