Range

constructor

constructor(x: not nullable Range)

Parameters:

  • x:

contains  virtual

method contains(element: not nullable Int64): not nullable Bool
Bool! contains(Int64! element)
func contains(_ element: Int64) -> Bool
Bool contains(Int64 element)
Function contains(element As Int64) As Bool

Parameters:

  • element:

debugDescription  override Cooper, Island, Toffee

property debugDescription: NativeString read;
NativeString debugDescription { get; }
var debugDescription: NativeString { get{} }
NativeString debugDescription { __get; }
ReadOnly Property debugDescription() As NativeString

description  override

method description: not nullable NativeString
NativeString! description()
func description() -> NativeString
NativeString description()
Function description() As NativeString

Equals  virtual

method Equals rhs(rhs: not nullable Range): not nullable Bool
Bool! Equals rhs(Range! rhs)
func Equals(rhs: Range) -> Bool
Bool Equals rhs(Range rhs)
Function Equals rhs(rhs As Range) As Bool

Parameters:

  • rhs:

get_description Island

method get_description: not nullable NativeString
NativeString! get_description()
func get_description() -> NativeString
Function get_description() As NativeString

GetEnumerator  virtual .NET, .NET Standard 2.0, Island

method GetEnumerator: IEnumerator<not nullable Int64>
IEnumerator<not nullable Int64> GetEnumerator()
func GetEnumerator() -> IEnumerator<not nullable Int64>
Function GetEnumerator() As IEnumerator<not nullable Int64>

GetMetaClass  virtual .NET, .NET Standard 2.0, Cooper, Island

method GetMetaClass: class of Range
class of Range GetMetaClass()
func GetMetaClass() -> class of Range
class of Range GetMetaClass()
Function GetMetaClass() As class of Range

GetSequence  virtual

method GetSequence: not nullable IEnumerable<not nullable Int64>
IEnumerable<not nullable Int64>! GetSequence()
func GetSequence() -> INSFastEnumeration<nullable Int64>
Iterable<Long> GetSequence()
Function GetSequence() As IEnumerable<not nullable Int64>

Item  virtual

property Item[i: not nullable Int64]: not nullable Int64 read;
Int64! Item[Int64! i] { get; }
subscript Item(_ i: Int64) -> Int64 { get{} }
Int64 Item[Int64 i] { __get; }
ReadOnly Property Item(i As Int64) As Int64

iterator Cooper

method iterator: Iterator<Long>
Iterator<Long> iterator()
func iterator() -> Iterator<Long>
Iterator<Long> iterator()
Function iterator() As Iterator<Long>

length  virtual

property length: nullable Int64 read;
var length: Int64? { get{} }
ReadOnly Property length() As Int64?

lowerBound  virtual

property lowerBound: nullable Int64 read write;
Int64? lowerBound { get; set; }
var lowerBound: Int64? { get{} set{} }
Long lowerBound { __get; __set; }
Property lowerBound() As Int64?

lowerBoundClosed  virtual

property lowerBoundClosed: not nullable Bool read write;
Bool! lowerBoundClosed { get; set; }
var lowerBoundClosed: Bool { get{} set{} }
Bool lowerBoundClosed { __get; __set; }
Property lowerBoundClosed() As Bool

nativeRange  virtual Toffee

var nativeRange: NSRange { get{} }

reversed  virtual

property reversed: not nullable Bool read write;
Bool! reversed { get; set; }
var reversed: Bool { get{} set{} }
Bool reversed { __get; __set; }
Property reversed() As Bool

toString Cooper

func toString() -> String
Function toString() As String

upperBound  virtual

property upperBound: nullable Int64 read write;
Int64? upperBound { get; set; }
var upperBound: Int64? { get{} set{} }
Long upperBound { __get; __set; }
Property upperBound() As Int64?

upperBoundClosed  virtual

property upperBoundClosed: not nullable Bool read write;
Bool! upperBoundClosed { get; set; }
var upperBoundClosed: Bool { get{} set{} }
Bool upperBoundClosed { __get; __set; }
Property upperBoundClosed() As Bool

debugDescription  override Cooper, Island, Toffee

property debugDescription: NativeString read;
NativeString debugDescription { get; }
var debugDescription: NativeString { get{} }
NativeString debugDescription { __get; }
ReadOnly Property debugDescription() As NativeString

Item  virtual

property Item[i: not nullable Int64]: not nullable Int64 read;
Int64! Item[Int64! i] { get; }
subscript Item(_ i: Int64) -> Int64 { get{} }
Int64 Item[Int64 i] { __get; }
ReadOnly Property Item(i As Int64) As Int64

length  virtual

property length: nullable Int64 read;
var length: Int64? { get{} }
ReadOnly Property length() As Int64?

lowerBound  virtual

property lowerBound: nullable Int64 read write;
Int64? lowerBound { get; set; }
var lowerBound: Int64? { get{} set{} }
Long lowerBound { __get; __set; }
Property lowerBound() As Int64?

lowerBoundClosed  virtual

property lowerBoundClosed: not nullable Bool read write;
Bool! lowerBoundClosed { get; set; }
var lowerBoundClosed: Bool { get{} set{} }
Bool lowerBoundClosed { __get; __set; }
Property lowerBoundClosed() As Bool

nativeRange  virtual Toffee

var nativeRange: NSRange { get{} }

reversed  virtual

property reversed: not nullable Bool read write;
Bool! reversed { get; set; }
var reversed: Bool { get{} set{} }
Bool reversed { __get; __set; }
Property reversed() As Bool

upperBound  virtual

property upperBound: nullable Int64 read write;
Int64? upperBound { get; set; }
var upperBound: Int64? { get{} set{} }
Long upperBound { __get; __set; }
Property upperBound() As Int64?

upperBoundClosed  virtual

property upperBoundClosed: not nullable Bool read write;
Bool! upperBoundClosed { get; set; }
var upperBoundClosed: Bool { get{} set{} }
Bool upperBoundClosed { __get; __set; }
Property upperBoundClosed() As Bool

constructor

constructor(x: not nullable Range)

Parameters:

  • x:

contains  virtual

method contains(element: not nullable Int64): not nullable Bool
Bool! contains(Int64! element)
func contains(_ element: Int64) -> Bool
Bool contains(Int64 element)
Function contains(element As Int64) As Bool

Parameters:

  • element:

description  override

method description: not nullable NativeString
NativeString! description()
func description() -> NativeString
NativeString description()
Function description() As NativeString

Equals  virtual

method Equals rhs(rhs: not nullable Range): not nullable Bool
Bool! Equals rhs(Range! rhs)
func Equals(rhs: Range) -> Bool
Bool Equals rhs(Range rhs)
Function Equals rhs(rhs As Range) As Bool

Parameters:

  • rhs:

get_description Island

method get_description: not nullable NativeString
NativeString! get_description()
func get_description() -> NativeString
Function get_description() As NativeString

GetEnumerator  virtual .NET, .NET Standard 2.0, Island

method GetEnumerator: IEnumerator<not nullable Int64>
IEnumerator<not nullable Int64> GetEnumerator()
func GetEnumerator() -> IEnumerator<not nullable Int64>
Function GetEnumerator() As IEnumerator<not nullable Int64>

GetMetaClass  virtual .NET, .NET Standard 2.0, Cooper, Island

method GetMetaClass: class of Range
class of Range GetMetaClass()
func GetMetaClass() -> class of Range
class of Range GetMetaClass()
Function GetMetaClass() As class of Range

GetSequence  virtual

method GetSequence: not nullable IEnumerable<not nullable Int64>
IEnumerable<not nullable Int64>! GetSequence()
func GetSequence() -> INSFastEnumeration<nullable Int64>
Iterable<Long> GetSequence()
Function GetSequence() As IEnumerable<not nullable Int64>

iterator Cooper

method iterator: Iterator<Long>
Iterator<Long> iterator()
func iterator() -> Iterator<Long>
Iterator<Long> iterator()
Function iterator() As Iterator<Long>

toString Cooper

func toString() -> String
Function toString() As String