C# Class AsmHighlighter.Lexer.Scanner.Table

Exibir arquivo Open project: Trass3r/AsmHighlighter

Public Properties

Property Type Description
dflt int
min int
nxt sbyte[]
rng int

Public Methods

Method Description
Table ( int m, int x, int d, sbyte n ) : System

Method Details

Table() public method

public Table ( int m, int x, int d, sbyte n ) : System
m int
x int
d int
n sbyte
return System

Property Details

dflt public_oe property

public int dflt
return int

min public_oe property

public int min
return int

nxt public_oe property

public sbyte[] nxt
return sbyte[]

rng public_oe property

public int rng
return int