C# Class CommonMarkSharp.CharSet.Range

Show file Open project: MortenHoustonLudvigsen/CommonMarkSharp

Public Properties

Property Type Description
End int
Start int

Public Methods

Method Description
Range ( int c ) : System

Method Details

Range() public method

public Range ( int c ) : System
c int
return System

Property Details

End public property

public int End
return int

Start public property

public int Start
return int