C# 클래스 Binder, better-quiz-app

파일 보기 프로젝트 열기: starrodkirby86/better-quiz-app 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
filename string
myCards List
nickname string
weight int

공개 메소드들

메소드 설명
Binder ( string name ) : System.Collections.Generic
addCard ( Card, submission ) : void
getCard ( int index ) : Card,

메소드 상세

Binder() 공개 메소드

public Binder ( string name ) : System.Collections.Generic
name string
리턴 System.Collections.Generic

addCard() 공개 메소드

public addCard ( Card, submission ) : void
submission Card,
리턴 void

getCard() 공개 메소드

public getCard ( int index ) : Card,
index int
리턴 Card,

프로퍼티 상세

filename 공개적으로 프로퍼티

public string filename
리턴 string

myCards 공개적으로 프로퍼티

public List myCards
리턴 List

nickname 공개적으로 프로퍼티

public string nickname
리턴 string

weight 공개적으로 프로퍼티

public int weight
리턴 int