C# Class at.jku.ssw.Coco.Position

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

Public Properties

Property Type Description
beg int
col int
end int

Public Methods

Method Description
Position ( int beg, int end, int col ) : System

Method Details

Position() public method

public Position ( int beg, int end, int col ) : System
beg int
end int
col int
return System

Property Details

beg public property

public int beg
return int

col public property

public int col
return int

end public property

public int end
return int