C# Class LegalityChecker.TrashByteChar

Mostrar archivo Open project: kamronbatman/Pokemon-Legality-Checker

Public Methods

Method Description
IsWithin ( byte check ) : bool
TrashByteChar ( byte min, byte max ) : System

Method Details

IsWithin() public method

public IsWithin ( byte check ) : bool
check byte
return bool

TrashByteChar() public method

public TrashByteChar ( byte min, byte max ) : System
min byte
max byte
return System