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

Exibir arquivo 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_oe property

public char high
return char

low public_oe property

public char low
return char