C# Class Classes.task9713.Interval

Show file 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 property

public int a
return int

b public property

public int b
return int