C# Class Tools.ResWds

Datei anzeigen Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Public Properties

Property Type Description
m_upper bool
m_wds System.Collections.Hashtable

Public Methods

Method Description
Check ( Lexer yyl, TOKEN &tok ) : void
New ( TokensGen tks, string str ) : ResWds
ResWds ( ) : System
Serialise ( object o, Tools.Serialiser s ) : object

Method Details

Check() public method

public Check ( Lexer yyl, TOKEN &tok ) : void
yyl Lexer
tok TOKEN
return void

New() public static method

public static New ( TokensGen tks, string str ) : ResWds
tks TokensGen
str string
return ResWds

ResWds() public method

public ResWds ( ) : System
return System

Serialise() public static method

public static Serialise ( object o, Tools.Serialiser s ) : object
o object
s Tools.Serialiser
return object

Property Details

m_upper public_oe property

public bool m_upper
return bool

m_wds public_oe property

public Hashtable,System.Collections m_wds
return System.Collections.Hashtable