C# Class at.jku.ssw.Coco.CharSet.Range

Mostra file Open project: boogie-org/boogie-partners Class Usage Examples

Public Properties

Property Type Description
from int
next Range

Public Methods

Method Description
Range ( int from, int to ) : System

Method Details

Range() public method

public Range ( int from, int to ) : System
from int
to int
return System

Property Details

from public_oe property

public int from
return int

next public_oe property

public Range next
return Range