C# 클래스 gbrainy.Games.Memory.MemoryFacts.Fact

파일 보기 프로젝트 열기: GNOME/gbrainy

공개 프로퍼티들

프로퍼티 타입 설명
Length int
answers int[]
fact string
questions string[]

공개 메소드들

메소드 설명
Initialize ( int items ) : void

메소드 상세

Initialize() 공개 메소드

public Initialize ( int items ) : void
items int
리턴 void

프로퍼티 상세

Length 공개적으로 프로퍼티

public int Length
리턴 int

answers 공개적으로 프로퍼티

public int[] answers
리턴 int[]

fact 공개적으로 프로퍼티

public string fact
리턴 string

questions 공개적으로 프로퍼티

public string[] questions
리턴 string[]