Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Classes
task9713
Interval
C# Class Classes.task9713.Interval
显示文件
Open project: AKryukov92/programming-basics
Public Properties
Property
Type
Description
a
int
b
int
Public Methods
Method
Description
Intersects
(
Interval
i
) :
bool
ToString
( ) :
string
Method Details
Intersects()
public
method
public
Intersects
(
Interval
i
) :
bool
i
Interval
return
bool
ToString()
public
method
public
ToString
( ) :
string
return
string
Property Details
a
public_oe property
public
int
a
return
int
b
public_oe property
public
int
b
return
int