C# 클래스 P02Project.Utils.Question

파일 보기 프로젝트 열기: raouldc/OptiDev 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
rand Random

공개 메소드들

메소드 설명
Answer ( String answer ) : bool
Question ( String QuestionContent, String answer, List allOptions, String imagePath, String hint ) : System
fifty_fifty ( ) : void

비공개 메소드들

메소드 설명
randomizeOptions ( List options ) : void

메소드 상세

Answer() 공개 메소드

public Answer ( String answer ) : bool
answer String
리턴 bool

Question() 공개 메소드

public Question ( String QuestionContent, String answer, List allOptions, String imagePath, String hint ) : System
QuestionContent String
answer String
allOptions List
imagePath String
hint String
리턴 System

fifty_fifty() 공개 메소드

public fifty_fifty ( ) : void
리턴 void

프로퍼티 상세

rand 공개적으로 정적으로 프로퍼티

public static Random rand
리턴 Random