C# Class ProjectGenerator.RcInstruction

Inheritance: CustomInstruction
Mostrar archivo Open project: mheise/Unmake Class Usage Examples

Public Properties

Property Type Description
singleInputFlags HashSet

Public Methods

Method Description
RcInstruction ( ) : System
RcInstruction ( CustomInstruction customInstr ) : System
RcInstruction ( string instr ) : System
analyzeCommands ( ) : void

Method Details

RcInstruction() public method

public RcInstruction ( ) : System
return System

RcInstruction() public method

public RcInstruction ( CustomInstruction customInstr ) : System
customInstr CustomInstruction
return System

RcInstruction() public method

public RcInstruction ( string instr ) : System
instr string
return System

analyzeCommands() public method

public analyzeCommands ( ) : void
return void

Property Details

singleInputFlags public_oe property

public HashSet singleInputFlags
return HashSet