C# Класс System.Range

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Equals ( object? value ) : bool

Indicates whether the current Range object is equal to another object of the same type.

Range ( Index start, Index end ) : System.Diagnostics

Construct a Range object using the start and end indexes.

Описание методов

Equals() публичный Метод

Indicates whether the current Range object is equal to another object of the same type.
public Equals ( object? value ) : bool
value object? An object to compare with this object
Результат bool

Range() публичный Метод

Construct a Range object using the start and end indexes.
public Range ( Index start, Index end ) : System.Diagnostics
start Index Represent the inclusive start index of the range.
end Index Represent the exclusive end index of the range.
Результат System.Diagnostics