Range
Overview
Location
-
Reference:
- Silver.dll .NET, .NET Standard 2.0
- silver.jar Cooper
- Silver.fx Island
- libSilver.fx Toffee
- Namespace: Swift
constructor
constructor(x: not nullable Range)
Range(Range! x)
init(_ x: Range)
Range(Range x)
Sub New(x As 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 virtual .NET, .NET Standard 2.0, Cooper, Island
method description: not nullable NativeString
NativeString! description()
func description() -> NativeString
NativeString description()
Function description() As NativeString
description description(): NativeString override Toffee
func description(description ) -> NativeString
Parameters:
- :
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
// .NET, .NET Standard 2.0
method GetEnumerator: IEnumerator<not nullable Int64>
// Island
method GetEnumerator: IEnumerator<not nullable Int64>
// .NET, .NET Standard 2.0
IEnumerator<not nullable Int64> GetEnumerator()
// Island
IEnumerator<not nullable Int64> GetEnumerator()
// .NET, .NET Standard 2.0
func GetEnumerator() -> IEnumerator<not nullable Int64>
// Island
func GetEnumerator() -> IEnumerator<not nullable Int64>
// .NET, .NET Standard 2.0
Function GetEnumerator() As IEnumerator<not nullable Int64>
// Island
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 .NET, .NET Standard 2.0, Cooper, Island
method GetSequence: not nullable IEnumerable<not nullable Int64>
IEnumerable<not nullable Int64>! GetSequence()
func GetSequence() -> IEnumerable<not nullable Int64>
Function GetSequence() As IEnumerable<not nullable Int64>
GetSequence GetSequence(): not nullable INSFastEnumeration<nullable Int64> virtual Toffee
func GetSequence(GetSequence ) -> INSFastEnumeration<nullable Int64>
Parameters:
- :
Item virtual
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;
Int64? length { get; }
var length: Int64? { get{} }
Long length { __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
method toString: String
String toString()
func toString() -> String
String toString()
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
length virtual
property length: nullable Int64 read;
Int64? length { get; }
var length: Int64? { get{} }
Long length { __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)
Range(Range! x)
init(_ x: Range)
Range(Range x)
Sub New(x As 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 virtual .NET, .NET Standard 2.0, Cooper, Island
method description: not nullable NativeString
NativeString! description()
func description() -> NativeString
NativeString description()
Function description() As NativeString
description description(): NativeString override Toffee
func description(description ) -> NativeString
Parameters:
- :
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
// .NET, .NET Standard 2.0
method GetEnumerator: IEnumerator<not nullable Int64>
// Island
method GetEnumerator: IEnumerator<not nullable Int64>
// .NET, .NET Standard 2.0
IEnumerator<not nullable Int64> GetEnumerator()
// Island
IEnumerator<not nullable Int64> GetEnumerator()
// .NET, .NET Standard 2.0
func GetEnumerator() -> IEnumerator<not nullable Int64>
// Island
func GetEnumerator() -> IEnumerator<not nullable Int64>
// .NET, .NET Standard 2.0
Function GetEnumerator() As IEnumerator<not nullable Int64>
// Island
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 .NET, .NET Standard 2.0, Cooper, Island
method GetSequence: not nullable IEnumerable<not nullable Int64>
IEnumerable<not nullable Int64>! GetSequence()
func GetSequence() -> IEnumerable<not nullable Int64>
Function GetSequence() As IEnumerable<not nullable Int64>
GetSequence GetSequence(): not nullable INSFastEnumeration<nullable Int64> virtual Toffee
func GetSequence(GetSequence ) -> INSFastEnumeration<nullable Int64>
Parameters:
- :
iterator Cooper
method iterator: Iterator<Long>
Iterator<Long> iterator()
func iterator() -> Iterator<Long>
Iterator<Long> iterator()
Function iterator() As Iterator<Long>
toString Cooper