C# Class Peg.Base.PegCharParser.OptimizedCharset.Range

Show file Open project: Andos/BinaryFileSchema

Public Properties

Property Type Description
high char
low char

Public Methods

Method Description
Range ( char low, char high ) : System

Method Details

Range() public method

public Range ( char low, char high ) : System
low char
high char
return System

Property Details

high public property

public char high
return char

low public property

public char low
return char