C# Class MCAEmotiv.GUI.UserControlVocab.StudyTestPair

Mostra file Open project: madelson/Emotiv-Experimenter Class Usage Examples

Public Properties

Property Type Description
answer string
number int
test string

Public Methods

Method Description
StudyTestPair ( string tst, string ans, int number ) : System

Method Details

StudyTestPair() public method

public StudyTestPair ( string tst, string ans, int number ) : System
tst string
ans string
number int
return System

Property Details

answer public_oe property

public string answer
return string

number public_oe property

public int number
return int

test public_oe property

public string test
return string